aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01nfsd4: remove obselete commentJ. Bruce Fields1-3/+0
2021-10-15nfsd: update create verifier commentJ. Bruce Fields1-1/+2
2021-10-02NFSD: move filehandle format declarations out of "uapi".NeilBrown1-0/+1
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-16/+5
2021-08-23fs: remove mandatory file locking supportJeff Layton1-22/+1
2021-08-17NFSD: remove vanity commentsNeilBrown1-1/+0
2021-08-17NFSD: Batch release pages during splice readChuck Lever1-7/+2
2021-08-17NFSD: Clean up splice actorChuck Lever1-8/+3
2021-07-06nfsd: Reduce contention for the nfsd_file nf_rwsemTrond Myklebust1-2/+16
2021-05-25nfsd: move some commit_metadata()s outside the inode lockJ. Bruce Fields1-2/+3
2021-05-25nfsd: Prevent truncation of an unlinked inode from blocking access to its directoryYu Hsiang Huang1-0/+5
2021-03-22NFSD: Add a tracepoint to record directory entry encodingChuck Lever1-3/+6
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-19/+31
2021-01-25nfsd: report per-export statsAmir Goldstein1-2/+2
2021-01-25nfsd: protect concurrent access to nfsd stats countersAmir Goldstein1-2/+2
2021-01-24namei: prepare for idmapped mountsChristian Brauner1-8/+11
2021-01-24namei: introduce struct renamedataChristian Brauner1-1/+7
2021-01-24xattr: handle idmapped mountsTycho Andersen1-6/+8
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-2/+3
2020-12-09nfsd: Set PF_LOCAL_THROTTLE on local filesystems onlyTrond Myklebust1-2/+11
2020-12-09nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton1-7/+9
2020-09-25NFSD: Correct type annotations in user xattr helpersChuck Lever1-2/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-13nfsd: take xattr bits into account for permission checksFrank van der Linden1-0/+12
2020-07-13nfsd: define xattr functions to call into their vfs counterpartsFrank van der Linden1-0/+227
2020-06-17nfsd: apply umask on fs without ACL supportJ. Bruce Fields1-0/+6
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown1-4/+5
2020-01-22nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust1-3/+9
2020-01-22nfsd: Ensure sampling of the commit verifier is atomic with the commitTrond Myklebust1-2/+6
2020-01-22nfsd: Ensure exclusion between CLONE and WRITE errorsTrond Myklebust1-7/+18
2020-01-22nfsd: Pass the nfsd_file as arguments to nfsd4_clone_file_range()Trond Myklebust1-2/+4
2020-01-22nfsd: Update the boot verifier on stable writes too.Trond Myklebust1-1/+4
2020-01-22nfsd: Fix stable writesTrond Myklebust1-2/+16
2020-01-22nfsd: Allow nfsd_vfs_write() to take the nfsd_file as an argumentTrond Myklebust1-2/+3
2020-01-03nfsd: use true,false for bool variable in vfs.czhengbin1-3/+3
2019-12-19nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann1-2/+2
2019-12-19nfsd: Clone should commit src file metadata tooTrond Myklebust1-5/+14
2019-12-17nfsd: Return the correct number of bytes written to the fileTrond Myklebust1-0/+1
2019-11-30nfsd: check for EBUSY from vfs_rmdir/vfs_unink.NeilBrown1-1/+11
2019-11-30nfsd: Ensure CLONE persists data and metadata changes to the target fileTrond Myklebust1-1/+7
2019-09-23nfsd: fix nfs read eof detectionTrond Myklebust1-11/+26
2019-09-10nfsd: Reset the boot verifier on all write I/O errorsTrond Myklebust1-4/+15
2019-08-19nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton1-9/+53
2019-08-19nfsd: rip out the raparms cacheJeff Layton1-149/+0
2019-08-19nfsd: hook nfsd_commit up to the nfsd_file cacheJeff Layton1-7/+7
2019-08-19nfsd: hook up nfsd_read to the nfsd_file cacheJeff Layton1-7/+4
2019-08-19nfsd: hook up nfsd_write to the new nfsd_file cacheJeff Layton1-5/+7
2019-08-19nfsd: add a new struct file caching facility to nfsdJeff Layton1-22/+43
2019-07-03nfsd: Spelling s/EACCESS/EACCES/Geert Uytterhoeven1-1/+1