summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2014-05-06new methods: ->read_iter() and ->write_iter()Al Viro
2014-05-06replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro
2014-05-06xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write()Al Viro
2014-05-06blkdev_aio_read(): switch to generic_file_read_iter(), get rid of iov_shorten()Al Viro
2014-05-06iov_iter_truncate()Al Viro
2014-05-06btrfs: switch check_direct_IO() to iov_iterAl Viro
2014-05-06new helper: iov_iter_get_pages_alloc()Al Viro
2014-05-06new helper: iov_iter_npages()Al Viro
2014-05-06f2fs: switch to iov_iter_alignment()Al Viro
2014-05-06fuse: switch to iov_iter_get_pages()Al Viro
2014-05-06fuse: pull iov_iter initializations upAl Viro
2014-05-06new helper: iov_iter_get_pages()Al Viro
2014-05-06dio: take updating ->result into do_direct_IO()Al Viro
2014-05-06start adding the tag to iov_iterAl Viro
2014-05-06new helper: generic_file_read_iter()Al Viro
2014-05-06fuse_file_aio_write(): merge initializations of iov_iterAl Viro
2014-05-06ceph_aio_read(): keep iov_iter across retriesAl Viro
2014-05-06new primitive: iov_iter_alignment()Al Viro
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06ext4: switch the guts of ->direct_IO() to iov_iterAl Viro
2014-05-06convert the guts of nfs_direct_IO() to iov_iterAl Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-05-06kill generic_segment_checks()Al Viro
2014-05-06__btrfs_direct_write(): switch to iov_iterAl Viro
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro
2014-05-06kill iov_iter_copy_from_user()Al Viro
2014-05-06fs/file.c: don't open-code kvfree()Al Viro
2014-05-06Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-05-06fs/affs/super.c: bugfix / double freeFabian Frederick
2014-05-06fanotify: fix -EOVERFLOW with large files on 64-bitWill Woods
2014-05-06autofs: fix lockref lookupIan Kent
2014-05-06hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-05-06posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2014-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-05-05UBIFS: fix remount error pathArtem Bityutskiy
2014-05-03dcache: don't need rcu in shrink_dentry_list()Miklos Szeredi
2014-05-03more graceful recovery in umount_collect()Al Viro
2014-05-03don't remove from shrink list in select_collect()Al Viro
2014-05-01Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds
2014-05-01dentry_kill(): don't try to remove from shrink listAl Viro
2014-05-01aio: fix potential leak in aio_run_iocb().Leon Yu
2014-04-30expand the call of dentry_lru_del() in dentry_kill()Al Viro
2014-04-30new helper: dentry_free()Al Viro
2014-04-30fold try_prune_one_dentry()Al Viro
2014-04-30fold d_kill() and d_free()Al Viro
2014-04-28ceph: reserve caps for file layout/lock MDS requestsYan, Zheng