summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nfsd: fh_drop_write in nfsd_unlinkJ. Bruce Fields2019-04-241-3/+5
* nfsd: Fix error return values for nfsd4_clone_file_range()Trond Myklebust2019-02-061-2/+4
* nfsd: Return EPERM, not EACCES, in some SETATTR caseszhengbin2018-12-041-2/+15
* Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-021-2/+6
|\
| * vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong2018-10-301-1/+1
| * vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-2/+6
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-2/+2
|\ \
| * | iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-2/+2
| |/
* | Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-10-301-3/+2
|\ \ | |/ |/|
| * nfsd: fix fall-through annotationsGustavo A. R. Silva2018-10-291-1/+2
| * nfsd: remove set but not used variable 'dirp'YueHaibing2018-09-251-2/+0
* | vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein2018-09-241-1/+2
|/