Age | Commit message (Expand) | Author |
2015-04-11 | coda: switch to ->read_iter/->write_iter | Al Viro |
2015-04-11 | ncpfs: switch to ->read_iter/->write_iter | Al Viro |
2015-04-11 | aio_run_iocb(): kill dead check | Al Viro |
2015-04-11 | ioctx_alloc(): remove pointless check | Al Viro |
2015-04-11 | expand __fuse_direct_write() in both callers | Al Viro |
2015-04-11 | fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter() | Al Viro |
2015-04-11 | cuse: switch to iov_iter | Al Viro |
2015-04-11 | Merge branch 'for-davem' into for-next | Al Viro |
2015-04-11 | switch {compat_,}do_readv_writev() to {compat_,}import_iovec() | Al Viro |
2015-04-11 | aio_setup_vectored_rw(): switch to {compat_,}import_iovec() | Al Viro |
2015-04-11 | vmsplice_to_user(): switch to import_iovec() | Al Viro |
2015-04-11 | kill aio_setup_single_vector() | Al Viro |
2015-04-11 | aio: simplify arguments of aio_setup_..._rw() | Al Viro |
2015-04-11 | aio: lift iov_iter_init() into aio_setup_..._rw() | Al Viro |
2015-04-11 | lift iov_iter into {compat_,}do_readv_writev() | Al Viro |
2015-04-11 | Merge branch 'iocb' into for-next | Al Viro |
2015-04-11 | NFS: fix BUG() crash in notify_change() with patch to chown_common() | Andrew Elble |
2015-04-11 | dcache: return -ESTALE not -EBUSY on distributed fs race | J. Bruce Fields |
2015-04-11 | NTFS: Version 2.1.32 - Update file write from aio_write to write_iter. | Anton Altaparmakov |
2015-04-11 | drop bogus check in file_open_root() | Al Viro |
2015-04-11 | switch security_inode_getattr() to struct path * | Al Viro |
2015-04-11 | remove incorrect comment in lookup_one_len() | Al Viro |
2015-04-11 | namei.c: fold do_path_lookup() into both callers | Al Viro |
2015-04-11 | kill struct filename.separate | Al Viro |
2015-04-11 | Merge remote-tracking branch 'dh/afs' into for-davem | Al Viro |
2015-04-09 | Merge branch 'iocb' into for-davem | Al Viro |
2015-04-07 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2015-04-03 | Bluetooth: bnep: Add support for get bnep features via ioctl | Grzegorz Kolodziejczyk |
2015-04-03 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2015-04-01 | kafs: Add more "unified AFS" error codes | Nathaniel Wesley Filardo |
2015-04-01 | Merge tag 'lazytime_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds |
2015-04-01 | Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2015-04-01 | AFS: afs_send_empty_reply() doesn't require an iovec array | David Howells |
2015-04-01 | Fix warning | Steve French |
2015-04-01 | Fix another dereference before null check warning | Steve French |
2015-04-01 | CIFS: session servername can't be null | Steve French |
2015-04-01 | Fix warning on impossible comparison | Steve French |
2015-04-01 | Fix coverity warning | Steve French |
2015-04-01 | Fix dereference before null check warning | Steve French |
2015-04-01 | Don't ignore errors on encrypting password in SMBTcon | Steve French |
2015-04-01 | Fix warning on uninitialized buftype | Steve French |
2015-03-30 | nfsd: require an explicit option to enable pNFS | Christoph Hellwig |
2015-03-27 | locks: fix file_lock deletion inside loop | Yan, Zheng |
2015-03-25 | NFSD: Fix bad update of layout in nfsd4_return_file_layout | Kinglong Mee |
2015-03-25 | NFSD: Take care the return value from nfsd4_encode_stateid | Kinglong Mee |
2015-03-25 | NFSD: Printk blocklayout length and offset as format 0x%llx | Kinglong Mee |
2015-03-25 | nfsd: return correct lockowner when there is a race on hash insert | J. Bruce Fields |
2015-03-25 | nfsd: return correct openowner when there is a race to put one in the hash | Jeff Layton |
2015-03-25 | fs: move struct kiocb to fs.h | Christoph Hellwig |
2015-03-25 | hfsplus: fix B-tree corruption after insertion at position 0 | Sergei Antonov |