aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-06nfsd: Fix error return values for nfsd4_clone_file_range()Trond Myklebust1-2/+4
2018-12-04nfsd: Return EPERM, not EACCES, in some SETATTR caseszhengbin1-2/+15
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+6
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-10-30Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+2
2018-10-30vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong1-1/+1
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong1-2/+6
2018-10-29nfsd: fix fall-through annotationsGustavo A. R. Silva1-1/+2
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-2/+2
2018-09-25nfsd: remove set but not used variable 'dirp'YueHaibing1-2/+0
2018-09-24vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein1-1/+2
2018-07-12IMA: don't propagate opened through the entire thingAl Viro1-1/+1
2018-05-21nfsd: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro1-0/+22
2018-04-03nfsd: Add I/O trace points in the NFSv4 read procChuck Lever1-16/+18
2018-04-03nfsd: Add I/O trace points in the NFSv4 write pathChuck Lever1-11/+12
2018-04-03nfsd: Add "nfsd_" to trace point namesChuck Lever1-8/+8
2018-04-03nfsd: Record request byte count, not count of vectorsChuck Lever1-8/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-31annotate RWF_... flagsChristoph Hellwig1-1/+1
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-21/+13
2017-06-29nfsd: remove nfsd_vfs_readChristoph Hellwig1-11/+6
2017-06-29nfsd: use vfs_iter_read/writeChristoph Hellwig1-10/+7
2017-05-27nfsd_readlink(): switch to vfs_get_link()Al Viro1-23/+16
2017-05-10Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+20
2017-04-25NFS: don't try to cross a mountpount when there isn't one there.NeilBrown1-4/+20
2017-04-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current_restore_flags()NeilBrown1-1/+1
2017-02-21nfsd: special case truncates some moreChristoph Hellwig1-6/+26
2017-02-20nfsd: minor nfsd_setattr cleanupChristoph Hellwig1-17/+12
2017-02-20nfsd: merge stable fix into main nfsd branchJ. Bruce Fields1-37/+60
2017-02-09nfsd: Revert "nfsd: special case truncates some more"J. Bruce Fields1-37/+60
2017-01-31NFSD: Remove unused value inode in nfsd_vfs_writeKinglong Mee1-4/+1
2017-01-31NFSD: cleanup dead codes and values in nfsd_writeKinglong Mee1-24/+11
2017-01-31NFSD: pass an integer for stable type to nfsd_vfs_writeKinglong Mee1-6/+5
2017-01-31nfsd: special case truncates some moreChristoph Hellwig1-60/+37
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-4/+2
2016-12-16vfs: call vfs_clone_file_range() under freeze protectionAmir Goldstein1-2/+1
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi1-4/+2
2016-10-07NFSD: Implement the COPY callAnna Schumaker1-0/+16
2016-08-11nfsd: fix dentry refcounting on createJosef Bacik1-3/+6
2016-08-04nfsd: remove some dead code in nfsd_create_locked()Dan Carpenter1-3/+2
2016-08-04nfsd: drop unnecessary MAY_EXEC check from createJ. Bruce Fields1-5/+1
2016-08-04nfsd: clean up bad-type check in nfsd_create_lockedJ. Bruce Fields1-7/+4
2016-08-04nfsd: remove unnecessary positive-dentry checkJ. Bruce Fields1-10/+0
2016-08-04nfsd: reorganize nfsd_createJ. Bruce Fields1-53/+56
2016-08-04nfsd: check d_can_lookup in fh_verify of directoriesJ. Bruce Fields1-9/+0
2016-08-04nfsd: remove redundant zero-length check from createJ. Bruce Fields1-3/+0
2016-08-04nfsd: Make creates return EEXIST instead of EACCESOleg Drokin1-1/+10
2016-05-01nfsd: use RWF_SYNCChristoph Hellwig1-11/+7
2016-03-04vfs: pass a flags argument to vfs_readv/vfs_writevChristoph Hellwig1-2/+2