summaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)Author
2021-07-06nfsd: Reduce contention for the nfsd_file nf_rwsemTrond Myklebust
2021-05-25nfsd: move some commit_metadata()s outside the inode lockJ. Bruce Fields
2021-05-25nfsd: Prevent truncation of an unlinked inode from blocking access to its dir...Yu Hsiang Huang
2021-03-22NFSD: Add a tracepoint to record directory entry encodingChuck Lever
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-25nfsd: report per-export statsAmir Goldstein
2021-01-25nfsd: protect concurrent access to nfsd stats countersAmir Goldstein
2021-01-24namei: prepare for idmapped mountsChristian Brauner
2021-01-24namei: introduce struct renamedataChristian Brauner
2021-01-24xattr: handle idmapped mountsTycho Andersen
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2020-12-09nfsd: Set PF_LOCAL_THROTTLE on local filesystems onlyTrond Myklebust
2020-12-09nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton
2020-09-25NFSD: Correct type annotations in user xattr helpersChuck Lever
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-13nfsd: take xattr bits into account for permission checksFrank van der Linden
2020-07-13nfsd: define xattr functions to call into their vfs counterpartsFrank van der Linden
2020-06-17nfsd: apply umask on fs without ACL supportJ. Bruce Fields
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown
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: Ensure exclusion between CLONE and WRITE errorsTrond Myklebust
2020-01-22nfsd: Pass the nfsd_file as arguments to nfsd4_clone_file_range()Trond Myklebust
2020-01-22nfsd: Update the boot verifier on stable writes too.Trond Myklebust
2020-01-22nfsd: Fix stable writesTrond Myklebust
2020-01-22nfsd: Allow nfsd_vfs_write() to take the nfsd_file as an argumentTrond Myklebust
2020-01-03nfsd: use true,false for bool variable in vfs.czhengbin
2019-12-19nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann
2019-12-19nfsd: Clone should commit src file metadata tooTrond Myklebust
2019-12-17nfsd: Return the correct number of bytes written to the fileTrond Myklebust
2019-11-30nfsd: check for EBUSY from vfs_rmdir/vfs_unink.NeilBrown
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-09-10nfsd: Reset the boot verifier on all write I/O errorsTrond Myklebust
2019-08-19nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton
2019-08-19nfsd: rip out the raparms cacheJeff Layton
2019-08-19nfsd: hook nfsd_commit up to the nfsd_file cacheJeff Layton
2019-08-19nfsd: hook up nfsd_read to the nfsd_file cacheJeff Layton
2019-08-19nfsd: hook up nfsd_write to the new nfsd_file cacheJeff Layton
2019-08-19nfsd: add a new struct file caching facility to nfsdJeff Layton
2019-07-03nfsd: Spelling s/EACCESS/EACCES/Geert Uytterhoeven
2019-04-24nfsd: fh_drop_write in nfsd_unlinkJ. Bruce Fields
2019-02-06nfsd: Fix error return values for nfsd4_clone_file_range()Trond Myklebust
2018-12-04nfsd: Return EPERM, not EACCES, in some SETATTR caseszhengbin
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-30Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-10-30vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong