aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-25NFSD: Correct type annotations in user xattr helpersGravatar Chuck Lever 1-2/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-07-13nfsd: take xattr bits into account for permission checksGravatar Frank van der Linden 1-0/+12
2020-07-13nfsd: define xattr functions to call into their vfs counterpartsGravatar Frank van der Linden 1-0/+227
2020-06-17nfsd: apply umask on fs without ACL supportGravatar J. Bruce Fields 1-0/+6
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLEGravatar NeilBrown 1-4/+5
2020-01-22nfsd: Ensure sampling of the write verifier is atomic with the writeGravatar Trond Myklebust 1-3/+9
2020-01-22nfsd: Ensure sampling of the commit verifier is atomic with the commitGravatar Trond Myklebust 1-2/+6
2020-01-22nfsd: Ensure exclusion between CLONE and WRITE errorsGravatar Trond Myklebust 1-7/+18
2020-01-22nfsd: Pass the nfsd_file as arguments to nfsd4_clone_file_range()Gravatar Trond Myklebust 1-2/+4
2020-01-22nfsd: Update the boot verifier on stable writes too.Gravatar Trond Myklebust 1-1/+4
2020-01-22nfsd: Fix stable writesGravatar Trond Myklebust 1-2/+16
2020-01-22nfsd: Allow nfsd_vfs_write() to take the nfsd_file as an argumentGravatar Trond Myklebust 1-2/+3
2020-01-03nfsd: use true,false for bool variable in vfs.cGravatar zhengbin 1-3/+3
2019-12-19nfsd: pass a 64-bit guardtime to nfsd_setattr()Gravatar Arnd Bergmann 1-2/+2
2019-12-19nfsd: Clone should commit src file metadata tooGravatar Trond Myklebust 1-5/+14
2019-12-17nfsd: Return the correct number of bytes written to the fileGravatar Trond Myklebust 1-0/+1
2019-11-30nfsd: check for EBUSY from vfs_rmdir/vfs_unink.Gravatar NeilBrown 1-1/+11
2019-11-30nfsd: Ensure CLONE persists data and metadata changes to the target fileGravatar Trond Myklebust 1-1/+7
2019-09-23nfsd: fix nfs read eof detectionGravatar Trond Myklebust 1-11/+26
2019-09-10nfsd: Reset the boot verifier on all write I/O errorsGravatar Trond Myklebust 1-4/+15
2019-08-19nfsd: close cached files prior to a REMOVE or RENAME that would replace targetGravatar Jeff Layton 1-9/+53
2019-08-19nfsd: rip out the raparms cacheGravatar Jeff Layton 1-149/+0
2019-08-19nfsd: hook nfsd_commit up to the nfsd_file cacheGravatar Jeff Layton 1-7/+7
2019-08-19nfsd: hook up nfsd_read to the nfsd_file cacheGravatar Jeff Layton 1-7/+4
2019-08-19nfsd: hook up nfsd_write to the new nfsd_file cacheGravatar Jeff Layton 1-5/+7
2019-08-19nfsd: add a new struct file caching facility to nfsdGravatar Jeff Layton 1-22/+43
2019-07-03nfsd: Spelling s/EACCESS/EACCES/Gravatar Geert Uytterhoeven 1-1/+1
2019-04-24nfsd: fh_drop_write in nfsd_unlinkGravatar J. Bruce Fields 1-3/+5
2019-02-06nfsd: Fix error return values for nfsd4_clone_file_range()Gravatar Trond Myklebust 1-2/+4
2018-12-04nfsd: Return EPERM, not EACCES, in some SETATTR casesGravatar zhengbin 1-2/+15
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-2/+6
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-2/+2
2018-10-30Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-3/+2
2018-10-30vfs: plumb remap flags through the vfs clone functionsGravatar Darrick J. Wong 1-1/+1
2018-10-30vfs: make remap_file_range functions take and return bytes completedGravatar Darrick J. Wong 1-2/+6
2018-10-29nfsd: fix fall-through annotationsGravatar Gustavo A. R. Silva 1-1/+2
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-2/+2
2018-09-25nfsd: remove set but not used variable 'dirp'Gravatar YueHaibing 1-2/+0
2018-09-24vfs: swap names of {do,vfs}_clone_file_range()Gravatar Amir Goldstein 1-1/+2
2018-07-12IMA: don't propagate opened through the entire thingGravatar Al Viro 1-1/+1
2018-05-21nfsd: vfs_mkdir() might succeed leaving dentry negative unhashedGravatar Al Viro 1-0/+22
2018-04-03nfsd: Add I/O trace points in the NFSv4 read procGravatar Chuck Lever 1-16/+18
2018-04-03nfsd: Add I/O trace points in the NFSv4 write pathGravatar Chuck Lever 1-11/+12
2018-04-03nfsd: Add "nfsd_" to trace point namesGravatar Chuck Lever 1-8/+8
2018-04-03nfsd: Record request byte count, not count of vectorsGravatar Chuck Lever 1-8/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-31annotate RWF_... flagsGravatar Christoph Hellwig 1-1/+1
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-21/+13
2017-06-29nfsd: remove nfsd_vfs_readGravatar Christoph Hellwig 1-11/+6