Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
37c20f16e7a73e5fe34815e785ca6c5a46e4d260
/
fs
37c20f1
fuse_file_aio_read(): convert to ->read_iter()
by Al Viro
· 11 years ago
3cd9ad5
ocfs2: switch to ->read_iter()
by Al Viro
· 11 years ago
0279782
ecryptfs: switch to ->read_iter()
by Al Viro
· 11 years ago
b4f5d2c
xfs: switch to ->read_iter()
by Al Viro
· 11 years ago
aad4f8b
switch simple generic_file_aio_read() users to ->read_iter()
by Al Viro
· 11 years ago
293bc98
new methods: ->read_iter() and ->write_iter()
by Al Viro
· 11 years ago
7f7f25e
replace checking for ->read/->aio_read presence with check in ->f_mode
by Al Viro
· 11 years ago
b318891
xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write()
by Al Viro
· 11 years ago
37938463
blkdev_aio_read(): switch to generic_file_read_iter(), get rid of iov_shorten()
by Al Viro
· 11 years ago
0c94933
iov_iter_truncate()
by Al Viro
· 11 years ago
28060d5
btrfs: switch check_direct_IO() to iov_iter
by Al Viro
· 11 years ago
91f79c4
new helper: iov_iter_get_pages_alloc()
by Al Viro
· 11 years ago
f67da30
new helper: iov_iter_npages()
by Al Viro
· 11 years ago
5b46f25
f2fs: switch to iov_iter_alignment()
by Al Viro
· 11 years ago
c9c37e2
fuse: switch to iov_iter_get_pages()
by Al Viro
· 11 years ago
d22a943
fuse: pull iov_iter initializations up
by Al Viro
· 11 years ago
7b2c99d
new helper: iov_iter_get_pages()
by Al Viro
· 11 years ago
3320c60
dio: take updating ->result into do_direct_IO()
by Al Viro
· 11 years ago
71d8e53
start adding the tag to iov_iter
by Al Viro
· 11 years ago
ed978a8
new helper: generic_file_read_iter()
by Al Viro
· 11 years ago
23faa7b
fuse_file_aio_write(): merge initializations of iov_iter
by Al Viro
· 11 years ago
05bb2e0
ceph_aio_read(): keep iov_iter across retries
by Al Viro
· 11 years ago
886a391
new primitive: iov_iter_alignment()
by Al Viro
· 11 years ago
31b1403
switch {__,}blockdev_direct_IO() to iov_iter
by Al Viro
· 11 years ago
a6cbcd4
get rid of pointless iov_length() in ->direct_IO()
by Al Viro
· 11 years ago
16b1f05
ext4: switch the guts of ->direct_IO() to iov_iter
by Al Viro
· 11 years ago
619d30b
convert the guts of nfs_direct_IO() to iov_iter
by Al Viro
· 11 years ago
d8d3d94
pass iov_iter to ->direct_IO()
by Al Viro
· 11 years ago
cb66a7a
kill generic_segment_checks()
by Al Viro
· 11 years ago
0ae5e4d
__btrfs_direct_write(): switch to iov_iter
by Al Viro
· 11 years ago
f8579f8
generic_file_direct_write(): switch to iov_iter
by Al Viro
· 11 years ago
e7c2460
kill iov_iter_copy_from_user()
by Al Viro
· 11 years ago
f6c0a19
fs/file.c: don't open-code kvfree()
by Al Viro
· 11 years ago
38583f0
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 11 years ago
d353efd
fs/affs/super.c: bugfix / double free
by Fabian Frederick
· 11 years ago
1e2ee49
fanotify: fix -EOVERFLOW with large files on 64-bit
by Will Woods
· 11 years ago
6b6751f
autofs: fix lockref lookup
by Ian Kent
· 11 years ago
457c1b2
hugetlb: ensure hugepage access is denied if hugepages are not supported
by Nishanth Aravamudan
· 11 years ago
8169d30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
50c6e28
posix_acl: handle NULL ACL in posix_acl_equiv_mode
by Christoph Hellwig
· 11 years ago
256cf4c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 11 years ago
5575eeb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 11 years ago
fcdd57c
UBIFS: fix remount error path
by Artem Bityutskiy
· 11 years ago
60942f2
dcache: don't need rcu in shrink_dentry_list()
by Miklos Szeredi
· 11 years ago
9c8c10e
more graceful recovery in umount_collect()
by Al Viro
· 11 years ago
fe91522
don't remove from shrink list in select_collect()
by Al Viro
· 11 years ago
98794f9
Merge git://git.kvack.org/~bcrl/aio-fixes
by Linus Torvalds
· 11 years ago
41edf27
dentry_kill(): don't try to remove from shrink list
by Al Viro
· 11 years ago
754320d
aio: fix potential leak in aio_run_iocb().
by Leon Yu
· 11 years ago
01b6035
expand the call of dentry_lru_del() in dentry_kill()
by Al Viro
· 11 years ago
b4f0354
new helper: dentry_free()
by Al Viro
· 11 years ago
5c47e6d
fold try_prune_one_dentry()
by Al Viro
· 11 years ago
03b3b88
fold d_kill() and d_free()
by Al Viro
· 11 years ago
3bd5814
ceph: reserve caps for file layout/lock MDS requests
by Yan, Zheng
· 11 years ago
fd7b95c
ceph: avoid releasing caps that are being used
by Yan, Zheng
· 11 years ago
0a8a70f
ceph: clear directory's completeness when creating file
by Yan, Zheng
· 11 years ago
6da5246
ceph: use fpos_cmp() to compare dentry positions
by Yan, Zheng
· 11 years ago
0081bd8
ceph: check directory's completeness before emitting directory entry
by Yan, Zheng
· 11 years ago
1560c97
fuse: add renameat2 support
by Miklos Szeredi
· 11 years ago
4ace1f8
fuse: clear MS_I_VERSION
by Miklos Szeredi
· 11 years ago
3ad22c6
fuse: clear FUSE_I_CTIME_DIRTY flag on setattr
by Maxim Patlasov
· 11 years ago
31f3267
fuse: trust kernel i_ctime only
by Maxim Patlasov
· 11 years ago
8b47e73
fuse: remove .update_time
by Miklos Szeredi
· 11 years ago
ab9e13f
fuse: allow ctime flushing to userspace
by Maxim Patlasov
· 11 years ago
e27c9d3
fuse: fuse: add time_gran to INIT_OUT
by Miklos Szeredi
· 11 years ago
1e18bda
fuse: add .write_inode
by Miklos Szeredi
· 11 years ago
22401e7
fuse: clean up fsync
by Miklos Szeredi
· 11 years ago
93d2269
fuse: fuse: fallocate: use file_update_time()
by Miklos Szeredi
· 11 years ago
75caeec
fuse: update mtime on open(O_TRUNC) in atomic_o_trunc mode
by Maxim Patlasov
· 11 years ago
009dd69
fuse: update mtime on truncate(2)
by Maxim Patlasov
· 11 years ago
d31433c
fuse: do not use uninitialized i_mode
by Maxim Patlasov
· 11 years ago
aeb4eb6
fuse: fix mtime update error in fsync
by Miklos Szeredi
· 11 years ago
4adb830
fuse: check fallocate mode
by Miklos Szeredi
· 11 years ago
7736e8c
fuse: add __exit to fuse_ctl_cleanup
by Fabian Frederick
· 11 years ago
33c0022
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
005fbcd
Merge tag 'driver-core-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
cfd4a53
Btrfs: limit the path size in send to PATH_MAX
by Chris Mason
· 11 years ago
625bba6
Merge tag 'locks-v3.15-2' of git://git.samba.org/jlayton/linux
by Linus Torvalds
· 11 years ago
b8e6dec
Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 11 years ago
b44b214
kernfs: add back missing error check in kernfs_fop_mmap()
by Tejun Heo
· 11 years ago
c1befb8
kernfs: fix a subdir count leak
by Jianyu Zhan
· 11 years ago
f8213bd
Btrfs: correctly set profile flags on seqlock retry
by Filipe Manana
· 11 years ago
9ce49a0
Btrfs: use correct key when repeating search for extent item
by Filipe Manana
· 11 years ago
1c70d8f
Btrfs: fix inode caching vs tree log
by Miao Xie
· 11 years ago
28c16cb
Btrfs: fix possible memory leaks in open_ctree()
by Wang Shilong
· 11 years ago
e60efa8
Btrfs: avoid triggering bug_on() when we fail to start inode caching task
by Wang Shilong
· 11 years ago
9d89ce6
Btrfs: move btrfs_{set,clear}_and_info() to ctree.h
by Wang Shilong
· 11 years ago
3f9e3df
btrfs: replace error code from btrfs_drop_extents
by David Sterba
· 11 years ago
c5f7d0b
btrfs: Change the hole range to a more accurate value.
by Qu Wenruo
· 11 years ago
cff2fce
locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" instead
by Jeff Layton
· 11 years ago
0d3f7a2
locks: rename file-private locks to "open file description locks"
by Jeff Layton
· 11 years ago
9ac0367
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
0a04b24
ext4: disable COLLAPSE_RANGE for bigalloc
by Namjae Jeon
· 11 years ago
a8680e0
ext4: fix COLLAPSE_RANGE failure with 1KB block size
by Namjae Jeon
· 11 years ago
404ca80
coredump: fix va_list corruption
by Eric Dumazet
· 11 years ago
2221331
fix races between __d_instantiate() and checks of dentry flags
by Al Viro
· 11 years ago
6e66d5d
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 11 years ago
60fbf2bd
Merge tag 'driver-core-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
86f1ca3
ext4: use EINVAL if not a regular file in ext4_collapse_range()
by Theodore Ts'o
· 11 years ago
6c5e73d
ext4: enforce we are operating on a regular file in ext4_zero_range()
by jon ernst
· 11 years ago
Next »