| Commit message (Expand) | Author | Age | Files | Lines |
* | nfs: switch to ->write_iter() | Al Viro | 2014-05-06 | 3 | -12/+10 |
* | nfs: switch to ->read_iter() | Al Viro | 2014-05-06 | 3 | -14/+9 |
* | new helper: iov_iter_get_pages_alloc() | Al Viro | 2014-05-06 | 1 | -202/+88 |
* | start adding the tag to iov_iter | Al Viro | 2014-05-06 | 1 | -2/+2 |
* | new helper: generic_file_read_iter() | Al Viro | 2014-05-06 | 1 | -1/+1 |
* | get rid of pointless iov_length() in ->direct_IO() | Al Viro | 2014-05-06 | 1 | -7/+3 |
* | convert the guts of nfs_direct_IO() to iov_iter | Al Viro | 2014-05-06 | 2 | -31/+33 |
* | pass iov_iter to ->direct_IO() | Al Viro | 2014-05-06 | 1 | -4/+4 |
* | mm: implement ->map_pages for page cache | Kirill A. Shutemov | 2014-04-08 | 1 | -0/+1 |
* | Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-04-06 | 13 | -189/+271 |
|\ |
|
| * | nfs: pass string length to pr_notice message about readdir loops | Jeff Layton | 2014-04-05 | 1 | -4/+3 |
| * | NFSv4: Fix a use-after-free problem in open() | Trond Myklebust | 2014-03-29 | 1 | -9/+10 |
| * | NFSv4: Ensure we respect soft mount timeouts during trunking discovery | Trond Myklebust | 2014-03-19 | 1 | -1/+3 |
| * | NFSv4: Schedule recovery if nfs40_walk_client_list() is interrupted | Trond Myklebust | 2014-03-19 | 1 | -0/+7 |
| * | NFS: advertise only supported callback netids | Chuck Lever | 2014-03-17 | 1 | -6/+18 |
| * | NFS: Clean up: revert increase in READDIR RPC buffer max size | Chuck Lever | 2014-03-17 | 1 | -2/+1 |
| * | Merge branch 'devel' into linux-next | Trond Myklebust | 2014-03-17 | 11 | -167/+229 |
| |\ |
|
| | * | nfs: emit a fsnotify_nameremove call in sillyrename codepath | Jeff Layton | 2014-03-17 | 1 | -2/+13 |
| | * | nfs: remove synchronous rename code | Jeff Layton | 2014-03-17 | 3 | -105/+0 |
| | * | nfs: convert nfs_rename to use async_rename infrastructure | Jeff Layton | 2014-03-17 | 1 | -2/+11 |
| | * | nfs: make nfs_async_rename non-static | Jeff Layton | 2014-03-17 | 2 | -1/+8 |
| | * | nfs: abstract out code needed to complete a sillyrename | Jeff Layton | 2014-03-17 | 1 | -4/+18 |
| | * | NFSv4: Clear the open state flags if the new stateid does not match | Trond Myklebust | 2014-02-20 | 3 | -5/+28 |
| | * | NFSv4: Use correct locking when updating nfs4_state in nfs4_close_done | Trond Myklebust | 2014-02-20 | 1 | -30/+35 |
| | * | NFSv4.1: Ensure that we free existing layout segments if we get a new layout | Trond Myklebust | 2014-02-20 | 1 | -0/+15 |
| | * | NFSv4.1: Minor optimisation in get_layout_by_fh_locked() | Trond Myklebust | 2014-02-20 | 1 | -2/+2 |
| | * | NFSv4.1: Ensure that the layout recall callback matches layout stateids | Trond Myklebust | 2014-02-20 | 1 | -5/+10 |
| | * | NFSv4: Don't update the open stateid unless it is newer than the old one | Trond Myklebust | 2014-02-20 | 2 | -4/+27 |
| | * | NFSv4.1: Fix wraparound issues in pnfs_seqid_is_newer() | Trond Myklebust | 2014-02-20 | 1 | -1/+1 |
| | * | NFS: Be more aggressive in using readdirplus for 'ls -l' situations | Trond Myklebust | 2014-02-11 | 3 | -11/+66 |
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2014-04-05 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | fs: push sync_filesystem() down to the file system's remount_fs() | Theodore Ts'o | 2014-03-13 | 1 | -0/+2 |
* | | | | mm + fs: store shadow entries in page cache | Johannes Weiner | 2014-04-04 | 2 | -2/+2 |
* | | | | mm: filemap: move radix tree hole searching here | Johannes Weiner | 2014-04-04 | 1 | -1/+1 |
* | | | | Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-03-10 | 4 | -29/+30 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | NFSv4: Fail the truncate() if the lock/open stateid is invalid | Trond Myklebust | 2014-03-05 | 1 | -3/+6 |
| * | | | NFSv4.1 Fail data server I/O if stateid represents a lost lock | Andy Adamson | 2014-03-05 | 1 | -4/+6 |
| * | | | NFSv4: Fix the return value of nfs4_select_rw_stateid | Trond Myklebust | 2014-03-05 | 1 | -11/+3 |
| * | | | NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateid | Trond Myklebust | 2014-03-05 | 1 | -2/+3 |
| * | | | NFS: Fix a delegation callback race | Trond Myklebust | 2014-03-03 | 1 | -4/+7 |
| * | | | NFSv4: Fix another nfs4_sequence corruptor | Trond Myklebust | 2014-03-01 | 1 | -5/+5 |
* | | | | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-02-20 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | nfs: include xattr.h from fs/nfs/nfs3proc.c | Tejun Heo | 2014-02-03 | 1 | -0/+1 |
* | | | | | Merge tag 'nfs-for-3.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-02-19 | 5 | -15/+35 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | NFS fix error return in nfs4_select_rw_stateid | Andy Adamson | 2014-02-19 | 1 | -1/+4 |
| * | | | | NFSv4: Use the correct net namespace in nfs4_update_server | Trond Myklebust | 2014-02-17 | 3 | -10/+12 |
| | |_|/
| |/| | |
|
| * | | | NFS: Do not set NFS_INO_INVALID_LABEL unless server supports labeled NFS | Trond Myklebust | 2014-02-10 | 2 | -4/+19 |
| | |/
| |/| |
|
* / | | mm: fix page leak at nfs_symlink() | Rafael Aquini | 2014-02-11 | 1 | -0/+5 |
|/ / |
|
* | | Merge branch 'acl_fixes' into linux-next | Trond Myklebust | 2014-02-03 | 1 | -22/+12 |
|\ \ |
|
| * | | NFSv3: Fix return value of nfs3_proc_setacls | Trond Myklebust | 2014-02-03 | 1 | -2/+11 |