summaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.h
AgeCommit message (Expand)Author
2024-01-07NFSD: Replace RQ_SPLICE_OK in nfsd_read()Chuck Lever
2023-10-16nfsd: Handle EOPENSTALE correctly in the filecacheTrond Myklebust
2023-06-11NFSD: Remove nfsd_readv()Chuck Lever
2023-06-11NFSD: Hoist rq_vec preparation into nfsd_read()Chuck Lever
2023-01-26nfsd: use the getattr operation to fetch i_versionJeff Layton
2022-11-28NFSD: Pass the target nfsd_file to nfsd_commit()Chuck Lever
2022-11-28nfsd: move nfserrno() to vfs.cJeff Layton
2022-09-26NFSD: drop fname and flen args from nfsd_create_locked()NeilBrown
2022-08-04NFSD: add posix ACLs to struct nfsd_attrsNeilBrown
2022-07-29NFSD: add security label to struct nfsd_attrsNeilBrown
2022-07-29NFSD: set attributes when creating symlinksNeilBrown
2022-07-29NFSD: introduce struct nfsd_attrsNeilBrown
2022-05-20NFSD: Clean up nfsd_open_verified()Chuck Lever
2022-05-20NFSD: Remove do_nfsd_create()Chuck Lever
2022-05-20NFSD: Refactor nfsd_create_setattr()Chuck Lever
2022-03-11NFSD: Remove CONFIG_NFSD_V3Chuck Lever
2022-02-09NFSD: COMMIT operations must not return NFS?ERR_INVALChuck Lever
2022-01-08nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()Trond Myklebust
2021-03-22NFSD: Update the NFSv3 ACCESS3res encoder to use struct xdr_streamChuck Lever
2020-07-13nfsd: define xattr functions to call into their vfs counterpartsFrank van der Linden
2020-01-22nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust
2020-01-22nfsd: Ensure sampling of the commit verifier is atomic with the commitTrond Myklebust
2020-01-22nfsd: Pass the nfsd_file as arguments to nfsd4_clone_file_range()Trond Myklebust
2020-01-22nfsd: Allow nfsd_vfs_write() to take the nfsd_file as an argumentTrond Myklebust
2019-12-19nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann
2019-11-30nfsd: Ensure CLONE persists data and metadata changes to the target fileTrond Myklebust
2019-09-23nfsd: fix nfs read eof detectionTrond Myklebust
2019-08-19nfsd: rip out the raparms cacheJeff Layton
2019-08-19nfsd: add a new struct file caching facility to nfsdJeff Layton
2019-04-24nfsd: allow fh_want_write to be called twiceJ. Bruce Fields
2018-04-03nfsd: Add I/O trace points in the NFSv4 read procChuck Lever
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-01-31NFSD: cleanup dead codes and values in nfsd_writeKinglong Mee
2017-01-31NFSD: pass an integer for stable type to nfsd_vfs_writeKinglong Mee
2016-10-07NFSD: Implement the COPY callAnna Schumaker
2016-08-04nfsd: reorganize nfsd_createJ. Bruce Fields
2016-03-23nfsd: use short read as well as i_size to set eofBenjamin Coddington
2015-12-07nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig
2015-10-12nfsd: switch unsigned char flags in svc_fh to boolsJeff Layton
2015-08-31NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1Kinglong Mee
2015-06-22nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig
2015-06-19nfsd: clean up raparams handlingChristoph Hellwig
2015-05-04nfsd: remove nfsd_closeChristoph Hellwig
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-11-07nfsd: Add ALLOCATE supportAnna Schumaker
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi
2014-07-08NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee
2014-07-08nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields
2014-06-23nfsd: nfsd_splice_read and nfsd_readv should return __be32Jeff Layton