summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-0634-73/+73
* new methods: ->read_iter() and ->write_iter()Al Viro2014-05-064-11/+105
* replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro2014-05-063-7/+15
* xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write()Al Viro2014-05-061-19/+14Star
* blkdev_aio_read(): switch to generic_file_read_iter(), get rid of iov_shorten()Al Viro2014-05-061-3/+6
* iov_iter_truncate()Al Viro2014-05-064-28/+26Star
* btrfs: switch check_direct_IO() to iov_iterAl Viro2014-05-061-25/+15Star
* new helper: iov_iter_get_pages_alloc()Al Viro2014-05-061-202/+88Star
* new helper: iov_iter_npages()Al Viro2014-05-062-22/+3Star
* f2fs: switch to iov_iter_alignment()Al Viro2014-05-061-6/+5Star
* fuse: switch to iov_iter_get_pages()Al Viro2014-05-061-21/+12Star
* fuse: pull iov_iter initializations upAl Viro2014-05-063-30/+38
* new helper: iov_iter_get_pages()Al Viro2014-05-061-73/+38Star
* dio: take updating ->result into do_direct_IO()Al Viro2014-05-061-4/+2Star
* start adding the tag to iov_iterAl Viro2014-05-069-17/+17
* new helper: generic_file_read_iter()Al Viro2014-05-062-15/+2Star
* fuse_file_aio_write(): merge initializations of iov_iterAl Viro2014-05-061-2/+1Star
* ceph_aio_read(): keep iov_iter across retriesAl Viro2014-05-061-6/+8
* new primitive: iov_iter_alignment()Al Viro2014-05-061-22/+5Star
* switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-0618-54/+43Star
* get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-0616-28/+30
* ext4: switch the guts of ->direct_IO() to iov_iterAl Viro2014-05-063-18/+15Star
* convert the guts of nfs_direct_IO() to iov_iterAl Viro2014-05-062-31/+33
* pass iov_iter to ->direct_IO()Al Viro2014-05-0623-102/+97Star
* kill generic_segment_checks()Al Viro2014-05-066-39/+9Star
* __btrfs_direct_write(): switch to iov_iterAl Viro2014-05-061-11/+8Star
* generic_file_direct_write(): switch to iov_iterAl Viro2014-05-064-13/+10Star
* kill iov_iter_copy_from_user()Al Viro2014-05-062-6/+4Star
* fs/file.c: don't open-code kvfree()Al Viro2014-05-061-8/+3Star
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-05-064-4/+9
|\
| * fs/affs/super.c: bugfix / double freeFabian Frederick2014-05-061-2/+0Star
| * fanotify: fix -EOVERFLOW with large files on 64-bitWill Woods2014-05-061-0/+2
| * autofs: fix lockref lookupIan Kent2014-05-061-2/+2
| * hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan2014-05-061-0/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-05-063-219/+111Star
|\ \ | |/ |/|
| * posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig2014-05-061-0/+6
| * dcache: don't need rcu in shrink_dentry_list()Miklos Szeredi2014-05-031-23/+4Star
| * more graceful recovery in umount_collect()Al Viro2014-05-031-76/+25Star
| * don't remove from shrink list in select_collect()Al Viro2014-05-031-21/+10Star
| * dentry_kill(): don't try to remove from shrink listAl Viro2014-05-011-8/+19
| * expand the call of dentry_lru_del() in dentry_kill()Al Viro2014-05-011-1/+6
| * new helper: dentry_free()Al Viro2014-05-011-5/+10
| * fold try_prune_one_dentry()Al Viro2014-05-011-50/+25Star
| * fold d_kill() and d_free()Al Viro2014-05-011-52/+24Star
| * fix races between __d_instantiate() and checks of dentry flagsAl Viro2014-04-192-5/+4Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-05-065-86/+172
|\ \
| * | fuse: add renameat2 supportMiklos Szeredi2014-04-282-8/+50
| * | fuse: clear MS_I_VERSIONMiklos Szeredi2014-04-281-1/+1
| * | fuse: clear FUSE_I_CTIME_DIRTY flag on setattrMaxim Patlasov2014-04-281-9/+17
| * | fuse: trust kernel i_ctime onlyMaxim Patlasov2014-04-282-4/+24