summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-05-07switch simple generic_file_aio_read() users to ->read_iter()Al Viro34-73/+73
2014-05-07new methods: ->read_iter() and ->write_iter()Al Viro4-11/+105
2014-05-07replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro3-7/+15
2014-05-07xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write()Al Viro1-19/+14
2014-05-07blkdev_aio_read(): switch to generic_file_read_iter(), get rid of iov_shorten()Al Viro1-3/+6
2014-05-07iov_iter_truncate()Al Viro4-28/+26
2014-05-07btrfs: switch check_direct_IO() to iov_iterAl Viro1-25/+15
2014-05-07new helper: iov_iter_get_pages_alloc()Al Viro1-202/+88
2014-05-07new helper: iov_iter_npages()Al Viro2-22/+3
2014-05-07f2fs: switch to iov_iter_alignment()Al Viro1-6/+5
2014-05-07fuse: switch to iov_iter_get_pages()Al Viro1-21/+12
2014-05-07fuse: pull iov_iter initializations upAl Viro3-30/+38
2014-05-07new helper: iov_iter_get_pages()Al Viro1-73/+38
2014-05-07dio: take updating ->result into do_direct_IO()Al Viro1-4/+2
2014-05-07start adding the tag to iov_iterAl Viro9-17/+17
2014-05-07new helper: generic_file_read_iter()Al Viro2-15/+2
2014-05-07fuse_file_aio_write(): merge initializations of iov_iterAl Viro1-2/+1
2014-05-07ceph_aio_read(): keep iov_iter across retriesAl Viro1-6/+8
2014-05-07new primitive: iov_iter_alignment()Al Viro1-22/+5
2014-05-07switch {__,}blockdev_direct_IO() to iov_iterAl Viro18-54/+43
2014-05-07get rid of pointless iov_length() in ->direct_IO()Al Viro16-28/+30
2014-05-07ext4: switch the guts of ->direct_IO() to iov_iterAl Viro3-18/+15
2014-05-07convert the guts of nfs_direct_IO() to iov_iterAl Viro2-31/+33
2014-05-07pass iov_iter to ->direct_IO()Al Viro23-102/+97
2014-05-07kill generic_segment_checks()Al Viro6-39/+9
2014-05-07__btrfs_direct_write(): switch to iov_iterAl Viro1-11/+8
2014-05-07generic_file_direct_write(): switch to iov_iterAl Viro4-13/+10
2014-05-07kill iov_iter_copy_from_user()Al Viro2-6/+4
2014-05-07fs/file.c: don't open-code kvfree()Al Viro1-8/+3
2014-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds4-4/+9
2014-05-07fs/affs/super.c: bugfix / double freeFabian Frederick1-2/+0
2014-05-07fanotify: fix -EOVERFLOW with large files on 64-bitWill Woods1-0/+2
2014-05-07autofs: fix lockref lookupIan Kent1-2/+2
2014-05-07hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan1-0/+5
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-219/+111
2014-05-06posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig1-0/+6
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-86/+172
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-72/+39
2014-05-05UBIFS: fix remount error pathArtem Bityutskiy1-1/+1
2014-05-04dcache: don't need rcu in shrink_dentry_list()Miklos Szeredi1-23/+4
2014-05-04more graceful recovery in umount_collect()Al Viro1-76/+25
2014-05-04don't remove from shrink list in select_collect()Al Viro1-21/+10
2014-05-01Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds1-8/+34
2014-05-01dentry_kill(): don't try to remove from shrink listAl Viro1-8/+19
2014-05-01aio: fix potential leak in aio_run_iocb().Leon Yu1-4/+2
2014-05-01expand the call of dentry_lru_del() in dentry_kill()Al Viro1-1/+6
2014-05-01new helper: dentry_free()Al Viro1-5/+10
2014-05-01fold try_prune_one_dentry()Al Viro1-50/+25
2014-05-01fold d_kill() and d_free()Al Viro1-52/+24
2014-04-28ceph: reserve caps for file layout/lock MDS requestsYan, Zheng2-0/+4