| Commit message (Expand) | Author | Age | Files | Lines |
* | NFS: Remove unused function nfs_revalidate_mapping_protected() | Trond Myklebust | 2016-07-05 | 1 | -1/+0 |
* | NFS: Do not serialise O_DIRECT reads and writes | Trond Myklebust | 2016-07-05 | 1 | -0/+1 |
* | NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killer | Trond Myklebust | 2016-06-22 | 1 | -1/+0 |
* | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-05-17 | 1 | -3/+2 |
|\ |
|
| * | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 2016-05-01 | 1 | -3/+2 |
* | | nfs: per-name sillyunlink exclusion | Al Viro | 2016-05-09 | 1 | -8/+3 |
|/ |
|
* | nfs: fix nfs_size_to_loff_t | Christoph Hellwig | 2016-02-08 | 1 | -3/+1 |
* | Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2016-01-14 | 1 | -9/+14 |
|\ |
|
| * | NFS: Use wait_on_atomic_t() for unlock after readahead | Benjamin Coddington | 2016-01-07 | 1 | -7/+1 |
| * | Merge branch 'pnfs_generic' | Trond Myklebust | 2016-01-04 | 1 | -1/+0 |
| |\ |
|
| | * | NFS: Allow multiple commit requests in flight per file | Trond Myklebust | 2015-12-31 | 1 | -1/+0 |
| * | | nfs: only remove page from mapping if launder_page fails | Peng Tao | 2015-12-28 | 1 | -1/+13 |
| |/ |
|
* | | teach nfs_get_link() to work in RCU mode | Al Viro | 2015-12-08 | 1 | -0/+1 |
|/ |
|
* | NFS: Remove nfs_release() | Anna Schumaker | 2015-08-17 | 1 | -1/+1 |
* | NFS: nfs_mark_for_revalidate should always set NFS_INO_REVAL_PAGECACHE | Trond Myklebust | 2015-07-22 | 1 | -2/+5 |
* | nfs42: serialize LAYOUTSTATS calls of the same file | Peng Tao | 2015-06-24 | 1 | -0/+1 |
* | Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2015-04-26 | 1 | -0/+1 |
|\ |
|
| * | NFSv4: Truncating file opens should also sync O_DIRECT writes | Trond Myklebust | 2015-03-27 | 1 | -0/+1 |
* | | nfs: generic_write_checks() shouldn't be done on swapout... | Al Viro | 2015-04-15 | 1 | -2/+1 |
* | | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 2015-04-11 | 1 | -1/+1 |
|/ |
|
* | NFS: Fix a regression in the read() syscall | Trond Myklebust | 2015-03-03 | 1 | -0/+1 |
* | NFS: Add attribute update barriers to NFS writebacks | Trond Myklebust | 2015-03-01 | 1 | -0/+1 |
* | NFS: Add attribute update barriers to nfs_setattr_update_inode() | Trond Myklebust | 2015-03-01 | 1 | -1/+1 |
* | NFS: Add a helper to set attribute barriers | Trond Myklebust | 2015-03-01 | 1 | -0/+1 |
* | NFSv4: Kill unused nfs_inode->delegation_state field | Trond Myklebust | 2015-02-13 | 1 | -1/+0 |
* | NFS: fix subtle change in COMMIT behavior | Weston Andros Adamson | 2014-11-24 | 1 | -2/+2 |
* | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-10-18 | 1 | -2/+2 |
|\ |
|
| * | block: Remove REQ_KERNEL | Martin K. Petersen | 2014-10-14 | 1 | -2/+2 |
* | | NFS: Move NFS v3 acl functions to nfs3_fs.h | Anna Schumaker | 2014-09-12 | 1 | -33/+0 |
* | | NFS: Unconditionally enable commit code | Anna Schumaker | 2014-09-12 | 1 | -8/+0 |
|/ |
|
* | NFS: allow lockless access to access_cache | NeilBrown | 2014-08-03 | 1 | -0/+1 |
* | NFS: teach nfs_neg_need_reval to understand LOOKUP_RCU | NeilBrown | 2014-08-03 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-06-12 | 1 | -4/+3 |
|\ |
|
| * | convert the guts of nfs_direct_IO() to iov_iter | Al Viro | 2014-05-06 | 1 | -2/+2 |
| * | pass iov_iter to ->direct_IO() | Al Viro | 2014-05-06 | 1 | -2/+1 |
* | | NFS: Create a common nfs_pgio_result_common function | Anna Schumaker | 2014-05-28 | 1 | -2/+0 |
* | | NFS: Create a common read and write data struct | Anna Schumaker | 2014-05-28 | 1 | -2/+2 |
|/ |
|
* | nfs: make nfs_async_rename non-static | Jeff Layton | 2014-03-17 | 1 | -1/+0 |
* | NFS: Be more aggressive in using readdirplus for 'ls -l' situations | Trond Myklebust | 2014-02-11 | 1 | -0/+1 |
* | Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-01-31 | 1 | -0/+1 |
|\ |
|
| * | NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mapping | Jeff Layton | 2014-01-27 | 1 | -0/+1 |
* | | nfs: use generic posix ACL infrastructure for v3 Posix ACLs | Christoph Hellwig | 2014-01-26 | 1 | -17/+7 |
|/ |
|
* | NFS: Enabling v4.2 should not recompile nfsd and lockd | Anna Schumaker | 2013-11-19 | 1 | -18/+0 |
* | NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open() | David Howells | 2013-09-27 | 1 | -2/+6 |
* | NFS: Ensure that rmdir() waits for sillyrenames to complete | Trond Myklebust | 2013-09-03 | 1 | -0/+1 |
* | NFS: Make nfs_attribute_cache_expired() non-static | Scott Mayhew | 2013-07-09 | 1 | -0/+1 |
* | Merge branch 'labeled-nfs' into linux-next | Trond Myklebust | 2013-06-28 | 1 | -2/+24 |
|\ |
|
| * | NFS: Client implementation of Labeled-NFS | David Quigley | 2013-06-08 | 1 | -0/+3 |
| * | NFS:Add labels to client function prototypes | David Quigley | 2013-06-08 | 1 | -2/+3 |
| * | NFSv4: Introduce new label structure | Steve Dickson | 2013-06-08 | 1 | -0/+18 |