aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.h
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'nfsd-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-1/+1
2025-11-16NFSD: pass nfsd_file to nfsd_iter_read()Mike Snitzer1-1/+1
2025-11-12nfsd: allow filecache to hold S_IFDIR filesJeff Layton1-1/+1
2025-09-21NFSD: Move the fh_getattr() helperChuck Lever1-13/+0
2025-09-21NFSD: Relocate the fh_want_write() and fh_drop_write() helpersChuck Lever1-20/+0
2025-05-15NFSD: De-duplicate the svc_fill_write_vector() call sitesChuck Lever1-5/+5
2024-11-18nfsd: refine and rename NFSD_MAY_LOCKNeilBrown1-1/+1
2024-11-11NFSD: Remove unused function parameterChuck Lever1-2/+2
2024-09-23nfsd: add LOCALIO supportWeston Andros Adamson1-0/+2
2024-09-20nfsd: Pass 'cred' instead of 'rqstp' to some functions.NeilBrown1-2/+2
2024-05-06nfsd: set security label during create operationsStephen Smalley1-0/+8
2024-03-01nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()Trond Myklebust1-1/+1
2024-03-01nfsd: use __fput_sync() to avoid delayed closing of files.NeilBrown1-0/+2
2024-01-07NFSD: Replace RQ_SPLICE_OK in nfsd_read()Chuck Lever1-0/+1
2023-10-16nfsd: Handle EOPENSTALE correctly in the filecacheTrond Myklebust1-2/+2
2023-06-11NFSD: Remove nfsd_readv()Chuck Lever1-5/+0
2023-06-11NFSD: Hoist rq_vec preparation into nfsd_read()Chuck Lever1-2/+6
2023-01-26nfsd: use the getattr operation to fetch i_versionJeff Layton1-1/+6
2022-11-28NFSD: Pass the target nfsd_file to nfsd_commit()Chuck Lever1-1/+2
2022-11-28nfsd: move nfserrno() to vfs.cJeff Layton1-0/+1
2022-09-26NFSD: drop fname and flen args from nfsd_create_locked()NeilBrown1-2/+2
2022-08-04NFSD: add posix ACLs to struct nfsd_attrsNeilBrown1-0/+11
2022-07-29NFSD: add security label to struct nfsd_attrsNeilBrown1-2/+3
2022-07-29NFSD: set attributes when creating symlinksNeilBrown1-2/+3
2022-07-29NFSD: introduce struct nfsd_attrsNeilBrown1-4/+8
2022-05-20NFSD: Clean up nfsd_open_verified()Chuck Lever1-1/+1
2022-05-20NFSD: Remove do_nfsd_create()Chuck Lever1-10/+0
2022-05-20NFSD: Refactor nfsd_create_setattr()Chuck Lever1-0/+2
2022-03-11NFSD: Remove CONFIG_NFSD_V3Chuck Lever1-2/+0
2022-02-09NFSD: COMMIT operations must not return NFS?ERR_INVALChuck Lever1-2/+2
2022-01-08nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()Trond Myklebust1-1/+2
2021-03-22NFSD: Update the NFSv3 ACCESS3res encoder to use struct xdr_streamChuck Lever1-1/+1
2020-07-13nfsd: define xattr functions to call into their vfs counterpartsFrank van der Linden1-0/+10
2020-01-22nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust1-2/+3
2020-01-22nfsd: Ensure sampling of the commit verifier is atomic with the commitTrond Myklebust1-1/+1
2020-01-22nfsd: Pass the nfsd_file as arguments to nfsd4_clone_file_range()Trond Myklebust1-2/+3
2020-01-22nfsd: Allow nfsd_vfs_write() to take the nfsd_file as an argumentTrond Myklebust1-1/+3
2019-12-19nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann1-1/+1
2019-11-30nfsd: Ensure CLONE persists data and metadata changes to the target fileTrond Myklebust1-1/+1
2019-09-23nfsd: fix nfs read eof detectionTrond Myklebust1-22/+6
2019-08-19nfsd: rip out the raparms cacheJeff Layton1-6/+0
2019-08-19nfsd: add a new struct file caching facility to nfsdJeff Layton1-0/+3
2019-04-24nfsd: allow fh_want_write to be called twiceJ. Bruce Fields1-1/+4
2018-04-03nfsd: Add I/O trace points in the NFSv4 read procChuck Lever1-4/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-1/+2
2017-01-31NFSD: cleanup dead codes and values in nfsd_writeKinglong Mee1-2/+2
2017-01-31NFSD: pass an integer for stable type to nfsd_vfs_writeKinglong Mee1-2/+2
2016-10-07NFSD: Implement the COPY callAnna Schumaker1-0/+2
2016-08-04nfsd: reorganize nfsd_createJ. Bruce Fields1-0/+3
2016-03-23nfsd: use short read as well as i_size to set eofBenjamin Coddington1-0/+19
2015-12-07nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig1-0/+2
2015-10-12nfsd: switch unsigned char flags in svc_fh to boolsJeff Layton1-2/+2
2015-08-31NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1Kinglong Mee1-0/+6
2015-06-22nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig1-0/+4
2015-06-19nfsd: clean up raparams handlingChristoph Hellwig1-3/+3
2015-05-04nfsd: remove nfsd_closeChristoph Hellwig1-1/+0
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+2
2014-11-07nfsd: Add ALLOCATE supportAnna Schumaker1-0/+2
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-2/+2
2014-07-08NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee1-1/+1
2014-07-08nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields1-1/+1
2014-06-23nfsd: nfsd_splice_read and nfsd_readv should return __be32Jeff Layton1-2/+2
2014-05-30nfsd: remove unused function nfsd_read_fileChristoph Hellwig1-2/+0
2014-05-30nfsd4: separate splice and readv casesJ. Bruce Fields1-0/+8
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+0
2014-01-26nfsd: use get_acl and ->set_aclChristoph Hellwig1-8/+0
2014-01-06nfsd: get rid of unused function definitionKinglong Mee1-2/+0
2013-05-15NFSD: Server implementation of MAC LabelingDavid Quigley1-0/+2
2013-05-13nfsd: get rid of the unused functions in vfsZhao Hongjiang1-5/+0
2013-02-26switch vfs_getattr() to struct pathAl Viro1-0/+8
2012-07-31nfsd: Push mnt_want_write() outside of i_mutexJan Kara1-2/+9
2012-03-18nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)Bernd Schubert1-0/+2
2012-01-03fs: propagate umode_t, misc bitsAl Viro1-1/+1
2012-01-03new helpers: fh_{want,drop}_write()Al Viro1-0/+10
2011-10-17nfsd4: warn on open failure after createJ. Bruce Fields1-1/+1
2011-08-27nfsd: prettify NFSD_MAY_* flag definitionsJ. Bruce Fields1-14/+14
2011-08-27nfsd4: permit read opens of executable-only filesJ. Bruce Fields1-0/+1
2011-04-29nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctlyMi Jinlong1-1/+1
2011-04-11nfsd4: allow fh_verify caller to skip pseudoflavor checksJ. Bruce Fields1-0/+1
2011-04-11nfsd: distinguish functions of NFSD_MAY_* flagsJ. Bruce Fields1-0/+3
2010-07-30nfsd: minor nfsd read api cleanupJ. Bruce Fields1-1/+3
2010-03-22nfsd: don't break lease while servicing a COMMITJeff Layton1-0/+1
2009-12-15nfsd: move most of nfsfh.h to fs/nfsdJ. Bruce Fields1-0/+2
2009-12-15nfsd: filter readdir results in V4ROOT caseJ. Bruce Fields1-0/+1
2009-11-13nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields1-0/+98