summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd4: remove obselete commentJ. Bruce Fields2021-11-011-3/+0
* nfsd: update create verifier commentJ. Bruce Fields2021-10-151-1/+2
* NFSD: move filehandle format declarations out of "uapi".NeilBrown2021-10-021-0/+1
* Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2021-08-311-16/+5
|\
| * NFSD: remove vanity commentsNeilBrown2021-08-171-1/+0
| * NFSD: Batch release pages during splice readChuck Lever2021-08-171-7/+2
| * NFSD: Clean up splice actorChuck Lever2021-08-171-8/+3
* | fs: remove mandatory file locking supportJeff Layton2021-08-231-22/+1
|/
* nfsd: Reduce contention for the nfsd_file nf_rwsemTrond Myklebust2021-07-061-2/+16
* nfsd: move some commit_metadata()s outside the inode lockJ. Bruce Fields2021-05-251-2/+3
* nfsd: Prevent truncation of an unlinked inode from blocking access to its dir...Yu Hsiang Huang2021-05-251-0/+5
* NFSD: Add a tracepoint to record directory entry encodingChuck Lever2021-03-221-3/+6
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-19/+31
|\
| * namei: prepare for idmapped mountsChristian Brauner2021-01-241-8/+11
| * namei: introduce struct renamedataChristian Brauner2021-01-241-1/+7
| * xattr: handle idmapped mountsTycho Andersen2021-01-241-6/+8
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-2/+3
* | nfsd: report per-export statsAmir Goldstein2021-01-251-2/+2
* | nfsd: protect concurrent access to nfsd stats countersAmir Goldstein2021-01-251-2/+2
|/
* nfsd: Set PF_LOCAL_THROTTLE on local filesystems onlyTrond Myklebust2020-12-091-2/+11
* nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton2020-12-091-7/+9
* NFSD: Correct type annotations in user xattr helpersChuck Lever2020-09-251-2/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* nfsd: take xattr bits into account for permission checksFrank van der Linden2020-07-131-0/+12
* nfsd: define xattr functions to call into their vfs counterpartsFrank van der Linden2020-07-131-0/+227
* nfsd: apply umask on fs without ACL supportJ. Bruce Fields2020-06-171-0/+6
* mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown2020-06-021-4/+5
* nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust2020-01-221-3/+9
* nfsd: Ensure sampling of the commit verifier is atomic with the commitTrond Myklebust2020-01-221-2/+6
* nfsd: Ensure exclusion between CLONE and WRITE errorsTrond Myklebust2020-01-221-7/+18
* nfsd: Pass the nfsd_file as arguments to nfsd4_clone_file_range()Trond Myklebust2020-01-221-2/+4
* nfsd: Update the boot verifier on stable writes too.Trond Myklebust2020-01-221-1/+4
* nfsd: Fix stable writesTrond Myklebust2020-01-221-2/+16
* nfsd: Allow nfsd_vfs_write() to take the nfsd_file as an argumentTrond Myklebust2020-01-221-2/+3
* nfsd: use true,false for bool variable in vfs.czhengbin2020-01-031-3/+3
* nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann2019-12-191-2/+2
* nfsd: Clone should commit src file metadata tooTrond Myklebust2019-12-191-5/+14
* nfsd: Return the correct number of bytes written to the fileTrond Myklebust2019-12-171-0/+1
* nfsd: check for EBUSY from vfs_rmdir/vfs_unink.NeilBrown2019-11-301-1/+11
* nfsd: Ensure CLONE persists data and metadata changes to the target fileTrond Myklebust2019-11-301-1/+7
* nfsd: fix nfs read eof detectionTrond Myklebust2019-09-231-11/+26
* nfsd: Reset the boot verifier on all write I/O errorsTrond Myklebust2019-09-101-4/+15
* nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton2019-08-191-9/+53
* nfsd: rip out the raparms cacheJeff Layton2019-08-191-149/+0
* nfsd: hook nfsd_commit up to the nfsd_file cacheJeff Layton2019-08-191-7/+7
* nfsd: hook up nfsd_read to the nfsd_file cacheJeff Layton2019-08-191-7/+4
* nfsd: hook up nfsd_write to the new nfsd_file cacheJeff Layton2019-08-191-5/+7
* nfsd: add a new struct file caching facility to nfsdJeff Layton2019-08-191-22/+43
* nfsd: Spelling s/EACCESS/EACCES/Geert Uytterhoeven2019-07-031-1/+1