aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)Author
2023-11-08nfsd: lock_rename() needs both directories to live on the same fsAl Viro
2020-07-09nfsd: apply umask on fs without ACL supportJ. Bruce Fields
2020-02-24nfsd: Clone should commit src file metadata tooTrond Myklebust
2020-02-11nfsd: Return the correct number of bytes written to the fileTrond Myklebust
2019-12-13nfsd: 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
2018-10-29nfsd: fix fall-through annotationsGustavo A. R. Silva
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-09-25nfsd: remove set but not used variable 'dirp'YueHaibing
2018-09-24vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein
2018-07-12IMA: don't propagate opened through the entire thingAl Viro
2018-05-21nfsd: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro
2018-04-03nfsd: Add I/O trace points in the NFSv4 read procChuck Lever
2018-04-03nfsd: Add I/O trace points in the NFSv4 write pathChuck Lever
2018-04-03nfsd: Add "nfsd_" to trace point namesChuck Lever
2018-04-03nfsd: Record request byte count, not count of vectorsChuck Lever
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-31annotate RWF_... flagsChristoph Hellwig
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-06-29nfsd: remove nfsd_vfs_readChristoph Hellwig
2017-06-29nfsd: use vfs_iter_read/writeChristoph Hellwig
2017-05-27nfsd_readlink(): switch to vfs_get_link()Al Viro
2017-05-10Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-04-25NFS: don't try to cross a mountpount when there isn't one there.NeilBrown
2017-04-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown
2017-02-21nfsd: special case truncates some moreChristoph Hellwig
2017-02-20nfsd: minor nfsd_setattr cleanupChristoph Hellwig
2017-02-20nfsd: merge stable fix into main nfsd branchJ. Bruce Fields
2017-02-09nfsd: Revert "nfsd: special case truncates some more"J. Bruce Fields
2017-01-31NFSD: Remove unused value inode in nfsd_vfs_writeKinglong Mee
2017-01-31NFSD: cleanup dead codes and values in nfsd_writeKinglong Mee
2017-01-31NFSD: pass an integer for stable type to nfsd_vfs_writeKinglong Mee
2017-01-31nfsd: special case truncates some moreChristoph Hellwig
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds