summaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_fs.h
Commit message (Expand)AuthorAgeFilesLines
...
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-121-1/+1
|/
* NFS: Fix a regression in the read() syscallTrond Myklebust2015-03-031-0/+1
* NFS: Add attribute update barriers to NFS writebacksTrond Myklebust2015-03-021-0/+1
* NFS: Add attribute update barriers to nfs_setattr_update_inode()Trond Myklebust2015-03-021-1/+1
* NFS: Add a helper to set attribute barriersTrond Myklebust2015-03-021-0/+1
* NFSv4: Kill unused nfs_inode->delegation_state fieldTrond Myklebust2015-02-141-1/+0Star
* NFS: fix subtle change in COMMIT behaviorWeston Andros Adamson2014-11-241-2/+2
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-2/+2
|\
| * block: Remove REQ_KERNELMartin K. Petersen2014-10-141-2/+2
* | NFS: Move NFS v3 acl functions to nfs3_fs.hAnna Schumaker2014-09-121-33/+0Star
* | NFS: Unconditionally enable commit codeAnna Schumaker2014-09-121-8/+0Star
|/
* NFS: allow lockless access to access_cacheNeilBrown2014-08-031-0/+1
* NFS: teach nfs_neg_need_reval to understand LOOKUP_RCUNeilBrown2014-08-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-4/+3Star
|\
| * convert the guts of nfs_direct_IO() to iov_iterAl Viro2014-05-061-2/+2
| * pass iov_iter to ->direct_IO()Al Viro2014-05-061-2/+1Star
* | NFS: Create a common nfs_pgio_result_common functionAnna Schumaker2014-05-291-2/+0Star
* | NFS: Create a common read and write data structAnna Schumaker2014-05-291-2/+2
|/
* nfs: make nfs_async_rename non-staticJeff Layton2014-03-171-1/+0Star
* NFS: Be more aggressive in using readdirplus for 'ls -l' situationsTrond Myklebust2014-02-111-0/+1
* Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-02-011-0/+1
|\
| * NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mappingJeff Layton2014-01-271-0/+1
* | nfs: use generic posix ACL infrastructure for v3 Posix ACLsChristoph Hellwig2014-01-261-17/+7Star
|/
* NFS: Enabling v4.2 should not recompile nfsd and lockdAnna Schumaker2013-11-191-18/+0Star
* NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()David Howells2013-09-271-2/+6
* NFS: Ensure that rmdir() waits for sillyrenames to completeTrond Myklebust2013-09-031-0/+1
* NFS: Make nfs_attribute_cache_expired() non-staticScott Mayhew2013-07-091-0/+1
* Merge branch 'labeled-nfs' into linux-nextTrond Myklebust2013-06-281-2/+24
|\
| * NFS: Client implementation of Labeled-NFSDavid Quigley2013-06-081-0/+3
| * NFS:Add labels to client function prototypesDavid Quigley2013-06-081-2/+3
| * NFSv4: Introduce new label structureSteve Dickson2013-06-081-0/+18
* | NFSv4: Close another NFSv4 recovery raceTrond Myklebust2013-06-061-0/+1
|/
* NFS: Add functionality to allow waiting on all outstanding reads to completeTrond Myklebust2013-04-091-0/+7
* NFS: Don't accept more reads/writes if the open context recovery failedTrond Myklebust2013-03-251-0/+1
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-53/+1Star
* NFSv4: Add ACCESS operation to OPEN compoundWeston Andros Adamson2012-10-021-0/+2
* NFS: Fix fdatasync/fsync() when confronted with a server rebootTrond Myklebust2012-09-281-0/+1
* NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust2012-09-281-2/+6
* NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust2012-09-041-5/+0Star
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-08-011-2/+2
|\
| * nfs: enable swap on NFSMel Gorman2012-08-011-2/+2
* | NFS: Convert v4 into a moduleBryan Schumaker2012-07-311-3/+3
|/
* NFS: Split out NFS v3 inode operationsBryan Schumaker2012-07-171-6/+0Star
* NFS: Split out NFS v2 inode operationsBryan Schumaker2012-07-171-2/+0Star
* NFSv4.1 add nfs_inode book keeping for mdsthresholdAndy Adamson2012-05-241-0/+3
* NFSv4.1 cache mdsthreshold values on OPENAndy Adamson2012-05-241-0/+1
* NFS: Add NFSDBG_STATEChuck Lever2012-05-221-0/+1
* NFS: Adapt readdirplus to application usage patternsTrond Myklebust2012-05-021-5/+0Star
* NFS: create struct nfs_commit_infoFred Isaman2012-04-271-4/+1Star
* NFS: create common nfs_pgio_header for both read and writeFred Isaman2012-04-271-12/+0Star