summaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-09NFSD: COMMIT operations must not return NFS?ERR_INVALChuck Lever1-17/+36
2022-02-09NFSD: Fix ia_size underflowChuck Lever1-0/+4
2022-01-08NFSD: Move fill_pre_wcc() and fill_post_wcc()Chuck Lever1-4/+4
2022-01-08NFSD: Trace boot verifier resetsChuck Lever1-3/+10
2022-01-08NFSD: Rename boot verifier functionsChuck Lever1-8/+8
2022-01-08nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()Trond Myklebust1-2/+16
2022-01-08NFSD: De-duplicate net_generic(nf->nf_net, nfsd_net_id)Chuck Lever1-6/+5
2022-01-08NFSD: De-duplicate net_generic(SVC_NET(rqstp), nfsd_net_id)Chuck Lever1-7/+4
2022-01-08NFSD: Clean up nfsd_vfs_write()Chuck Lever1-16/+5
2022-01-08nfsd: Replace use of rwsem with errseq_tTrond Myklebust1-25/+15
2022-01-08NFSD: Fix verifier returned in stable WRITEsChuck Lever1-0/+4
2022-01-08nfsd: Retry once in nfsd_open on an -EOPENSTALE returnJeff Layton1-1/+9
2021-11-02nfsd4: 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-07nfsd: Reduce contention for the nfsd_file nf_rwsemTrond Myklebust1-2/+16
2021-05-26nfsd: move some commit_metadata()s outside the inode lockJ. Bruce Fields1-2/+3
2021-05-26nfsd: Prevent truncation of an unlinked inode from blocking access to its dir...Yu Hsiang Huang1-0/+5
2021-03-22NFSD: Add a tracepoint to record directory entry encodingChuck Lever1-3/+6
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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-26NFSD: Correct type annotations in user xattr helpersChuck Lever1-2/+4
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-14nfsd: take xattr bits into account for permission checksFrank van der Linden1-0/+12
2020-07-14nfsd: 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-23nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust1-3/+9
2020-01-23nfsd: Ensure sampling of the commit verifier is atomic with the commitTrond Myklebust1-2/+6
2020-01-23nfsd: Ensure exclusion between CLONE and WRITE errorsTrond Myklebust1-7/+18
2020-01-23nfsd: Pass the nfsd_file as arguments to nfsd4_clone_file_range()Trond Myklebust1-2/+4
2020-01-23nfsd: Update the boot verifier on stable writes too.Trond Myklebust1-1/+4
2020-01-23nfsd: Fix stable writesTrond Myklebust1-2/+16
2020-01-23nfsd: 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-20nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann1-2/+2
2019-12-20nfsd: Clone should commit src file metadata tooTrond Myklebust1-5/+14