Age | Commit message (Expand) | Author | Files | Lines |
2019-09-23 | nfsd: fix nfs read eof detection | Trond Myklebust | 1 | -11/+26 |
2019-09-10 | nfsd: Reset the boot verifier on all write I/O errors | Trond Myklebust | 1 | -4/+15 |
2019-08-19 | nfsd: close cached files prior to a REMOVE or RENAME that would replace target | Jeff Layton | 1 | -9/+53 |
2019-08-19 | nfsd: rip out the raparms cache | Jeff Layton | 1 | -149/+0 |
2019-08-19 | nfsd: hook nfsd_commit up to the nfsd_file cache | Jeff Layton | 1 | -7/+7 |
2019-08-19 | nfsd: hook up nfsd_read to the nfsd_file cache | Jeff Layton | 1 | -7/+4 |
2019-08-19 | nfsd: hook up nfsd_write to the new nfsd_file cache | Jeff Layton | 1 | -5/+7 |
2019-08-19 | nfsd: add a new struct file caching facility to nfsd | Jeff Layton | 1 | -22/+43 |
2019-07-04 | nfsd: Spelling s/EACCESS/EACCES/ | Geert Uytterhoeven | 1 | -1/+1 |
2019-04-24 | nfsd: fh_drop_write in nfsd_unlink | J. Bruce Fields | 1 | -3/+5 |
2019-02-06 | nfsd: Fix error return values for nfsd4_clone_file_range() | Trond Myklebust | 1 | -2/+4 |
2018-12-05 | nfsd: Return EPERM, not EACCES, in some SETATTR cases | zhengbin | 1 | -2/+15 |
2018-11-02 | Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -2/+6 |
2018-11-02 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -2/+2 |
2018-10-30 | Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -3/+2 |
2018-10-30 | vfs: plumb remap flags through the vfs clone functions | Darrick J. Wong | 1 | -1/+1 |
2018-10-30 | vfs: make remap_file_range functions take and return bytes completed | Darrick J. Wong | 1 | -2/+6 |
2018-10-29 | nfsd: fix fall-through annotations | Gustavo A. R. Silva | 1 | -1/+2 |
2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 1 | -2/+2 |
2018-09-26 | nfsd: remove set but not used variable 'dirp' | YueHaibing | 1 | -2/+0 |
2018-09-24 | vfs: swap names of {do,vfs}_clone_file_range() | Amir Goldstein | 1 | -1/+2 |
2018-07-12 | IMA: don't propagate opened through the entire thing | Al Viro | 1 | -1/+1 |
2018-05-21 | nfsd: vfs_mkdir() might succeed leaving dentry negative unhashed | Al Viro | 1 | -0/+22 |
2018-04-03 | nfsd: Add I/O trace points in the NFSv4 read proc | Chuck Lever | 1 | -16/+18 |
2018-04-03 | nfsd: Add I/O trace points in the NFSv4 write path | Chuck Lever | 1 | -11/+12 |
2018-04-03 | nfsd: Add "nfsd_" to trace point names | Chuck Lever | 1 | -8/+8 |
2018-04-03 | nfsd: Record request byte count, not count of vectors | Chuck Lever | 1 | -8/+8 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-01 | annotate RWF_... flags | Christoph Hellwig | 1 | -1/+1 |
2017-07-06 | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -21/+13 |
2017-06-30 | nfsd: remove nfsd_vfs_read | Christoph Hellwig | 1 | -11/+6 |
2017-06-30 | nfsd: use vfs_iter_read/write | Christoph Hellwig | 1 | -10/+7 |
2017-05-27 | nfsd_readlink(): switch to vfs_get_link() | Al Viro | 1 | -23/+16 |
2017-05-10 | Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -4/+20 |
2017-04-26 | NFS: don't try to cross a mountpount when there isn't one there. | NeilBrown | 1 | -4/+20 |
2017-04-11 | sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current... | NeilBrown | 1 | -1/+1 |
2017-02-21 | nfsd: special case truncates some more | Christoph Hellwig | 1 | -6/+26 |
2017-02-21 | nfsd: minor nfsd_setattr cleanup | Christoph Hellwig | 1 | -17/+12 |
2017-02-21 | nfsd: merge stable fix into main nfsd branch | J. Bruce Fields | 1 | -37/+60 |
2017-02-10 | nfsd: Revert "nfsd: special case truncates some more" | J. Bruce Fields | 1 | -37/+60 |
2017-01-31 | NFSD: Remove unused value inode in nfsd_vfs_write | Kinglong Mee | 1 | -4/+1 |
2017-01-31 | NFSD: cleanup dead codes and values in nfsd_write | Kinglong Mee | 1 | -24/+11 |
2017-01-31 | NFSD: pass an integer for stable type to nfsd_vfs_write | Kinglong Mee | 1 | -6/+5 |
2017-01-31 | nfsd: special case truncates some more | Christoph Hellwig | 1 | -60/+37 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-12-18 | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 1 | -4/+2 |
2016-12-16 | vfs: call vfs_clone_file_range() under freeze protection | Amir Goldstein | 1 | -2/+1 |
2016-12-09 | vfs: replace calling i_op->readlink with vfs_readlink() | Miklos Szeredi | 1 | -4/+2 |
2016-10-07 | NFSD: Implement the COPY call | Anna Schumaker | 1 | -0/+16 |
2016-08-11 | nfsd: fix dentry refcounting on create | Josef Bacik | 1 | -3/+6 |