aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-119p: get rid of v9fs_direct_file_read()Al Viro2-51/+12
2015-04-119p: switch p9_client_read() to passing struct iov_iter *Al Viro5-118/+46
2015-04-119p: get rid of v9fs_direct_file_write()Al Viro2-82/+17
2015-04-119p: fold v9fs_file_write_internal() into the callerAl Viro2-49/+30
2015-04-119p: switch ->writepage() to direct use of p9_client_write()Al Viro1-22/+13
2015-04-119p: switch p9_client_write() to passing it struct iov_iter *Al Viro2-38/+18
2015-04-11aio_run_iocb(): kill dead checkAl Viro1-7/+0
2015-04-11ioctx_alloc(): remove pointless checkAl Viro1-2/+1
2015-04-11expand __fuse_direct_write() in both callersAl Viro1-25/+17
2015-04-11fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()Al Viro1-17/+12
2015-04-11cuse: switch to iov_iterAl Viro1-17/+10
2015-04-11Merge branch 'for-davem' into for-nextAl Viro21-62/+194
2015-04-11switch {compat_,}do_readv_writev() to {compat_,}import_iovec()Al Viro1-16/+16
2015-04-11aio_setup_vectored_rw(): switch to {compat_,}import_iovec()Al Viro1-19/+9
2015-04-11vmsplice_to_user(): switch to import_iovec()Al Viro1-16/+11
2015-04-11kill aio_setup_single_vector()Al Viro1-17/+1
2015-04-11aio: simplify arguments of aio_setup_..._rw()Al Viro1-28/+17
2015-04-11aio: lift iov_iter_init() into aio_setup_..._rw()Al Viro1-6/+11
2015-04-11lift iov_iter into {compat_,}do_readv_writev()Al Viro1-31/+23
2015-04-11Merge branch 'iocb' into for-nextAl Viro45-170/+155
2015-04-11NFS: fix BUG() crash in notify_change() with patch to chown_common()Andrew Elble1-1/+1
2015-04-11dcache: return -ESTALE not -EBUSY on distributed fs raceJ. Bruce Fields1-1/+1
2015-04-11NTFS: Version 2.1.32 - Update file write from aio_write to write_iter.Anton Altaparmakov2-477/+308
2015-04-11drop bogus check in file_open_root()Al Viro1-3/+0
2015-04-11switch security_inode_getattr() to struct path *Al Viro1-1/+1
2015-04-11remove incorrect comment in lookup_one_len()Al Viro1-3/+1
2015-04-11namei.c: fold do_path_lookup() into both callersAl Viro1-24/+24
2015-04-11kill struct filename.separateAl Viro1-13/+16
2015-04-11Merge remote-tracking branch 'dh/afs' into for-davemAl Viro2-5/+16
2015-04-09ocfs2: _really_ sync the right rangeAl Viro1-4/+10
2015-04-09Merge branch 'iocb' into for-davemAl Viro45-170/+155
2015-04-08ocfs2_file_write_iter: keep return value and current position update in syncAl Viro1-1/+1
2015-04-08[regression] ocfs2: do *not* increment ->ki_pos twiceAl Viro1-1/+0
2015-04-07Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-0/+2
2015-04-06ioctx_alloc(): fix vma (and file) leak on failureAl Viro1-0/+3
2015-04-06fix mremap() vs. ioctx_kill() raceAl Viro1-6/+11
2015-04-03Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk1-0/+2
2015-04-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-12/+32
2015-04-01kafs: Add more "unified AFS" error codesNathaniel Wesley Filardo1-1/+15
2015-04-01Merge tag 'lazytime_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-10/+83
2015-04-01Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds7-16/+36
2015-04-01AFS: afs_send_empty_reply() doesn't require an iovec arrayDavid Howells1-4/+1
2015-04-01Fix warningSteve French1-0/+2
2015-04-01Fix another dereference before null check warningSteve French1-1/+1
2015-04-01CIFS: session servername can't be nullSteve French1-1/+5
2015-04-01Fix warning on impossible comparisonSteve French1-2/+1
2015-04-01Fix coverity warningSteve French1-1/+1
2015-04-01Fix dereference before null check warningSteve French1-5/+8
2015-04-01Don't ignore errors on encrypting password in SMBTconSteve French1-0/+6
2015-04-01Fix warning on uninitialized buftypeSteve French1-1/+1