1. 524ff1a nfsd: Ensure sampling of the commit verifier is atomic with the commit by Trond Myklebust · 5 years ago
  2. 1b28d75 nfsd: Ensure exclusion between CLONE and WRITE errors by Trond Myklebust · 5 years ago
  3. b66ae6d nfsd: Pass the nfsd_file as arguments to nfsd4_clone_file_range() by Trond Myklebust · 5 years ago
  4. 7bf94c6 nfsd: Update the boot verifier on stable writes too. by Trond Myklebust · 5 years ago
  5. 5011af4 nfsd: Fix stable writes by Trond Myklebust · 5 years ago
  6. 16f8f89 nfsd: Allow nfsd_vfs_write() to take the nfsd_file as an argument by Trond Myklebust · 5 years ago
  7. 384a7cca nfsd: use true,false for bool variable in vfs.c by zhengbin · 5 years ago
  8. 2a1aa48 nfsd: pass a 64-bit guardtime to nfsd_setattr() by Arnd Bergmann · 5 years ago
  9. 57f6403 nfsd: Clone should commit src file metadata too by Trond Myklebust · 5 years ago
  10. 09a80f2 nfsd: Return the correct number of bytes written to the file by Trond Myklebust · 5 years ago
  11. 466e16f nfsd: check for EBUSY from vfs_rmdir/vfs_unink. by NeilBrown · 5 years ago
  12. a25e3726 nfsd: Ensure CLONE persists data and metadata changes to the target file by Trond Myklebust · 5 years ago
  13. 83a6307 nfsd: fix nfs read eof detection by Trond Myklebust · 5 years ago
  14. bbf2f09 nfsd: Reset the boot verifier on all write I/O errors by Trond Myklebust · 5 years ago
  15. 7775ec5 nfsd: close cached files prior to a REMOVE or RENAME that would replace target by Jeff Layton · 5 years ago
  16. 501cb18 nfsd: rip out the raparms cache by Jeff Layton · 5 years ago
  17. 5920afa nfsd: hook nfsd_commit up to the nfsd_file cache by Jeff Layton · 5 years ago
  18. 48cd7b5 nfsd: hook up nfsd_read to the nfsd_file cache by Jeff Layton · 5 years ago
  19. b493523 nfsd: hook up nfsd_write to the new nfsd_file cache by Jeff Layton · 5 years ago
  20. 65294c1 nfsd: add a new struct file caching facility to nfsd by Jeff Layton · 5 years ago
  21. e977cc8 nfsd: Spelling s/EACCESS/EACCES/ by Geert Uytterhoeven · 6 years ago
  22. 0ca0c9d nfsd: fh_drop_write in nfsd_unlink by J. Bruce Fields · 6 years ago
  23. e3fdc89 nfsd: Fix error return values for nfsd4_clone_file_range() by Trond Myklebust · 6 years ago
  24. 255fbca nfsd: Return EPERM, not EACCES, in some SETATTR cases by zhengbin · 6 years ago
  25. c2aa1a4 Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  26. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  27. 310c758 Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  28. 452ce65 vfs: plumb remap flags through the vfs clone functions by Darrick J. Wong · 6 years ago
  29. 42ec3d4 vfs: make remap_file_range functions take and return bytes completed by Darrick J. Wong · 6 years ago
  30. 0ac203c nfsd: fix fall-through annotations by Gustavo A. R. Silva · 6 years ago
  31. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  32. 7d20b6a nfsd: remove set but not used variable 'dirp' by YueHaibing · 6 years ago
  33. a725356 vfs: swap names of {do,vfs}_clone_file_range() by Amir Goldstein · 6 years ago
  34. 6035a27 IMA: don't propagate opened through the entire thing by Al Viro · 7 years ago
  35. 3819bb0 nfsd: vfs_mkdir() might succeed leaving dentry negative unhashed by Al Viro · 7 years ago
  36. 87c5942 nfsd: Add I/O trace points in the NFSv4 read proc by Chuck Lever · 7 years ago
  37. d890be1 nfsd: Add I/O trace points in the NFSv4 write path by Chuck Lever · 7 years ago
  38. f394b62 nfsd: Add "nfsd_" to trace point names by Chuck Lever · 7 years ago
  39. 79e0b4e nfsd: Record request byte count, not count of vectors by Chuck Lever · 7 years ago
  40. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  41. ddef7ed2 annotate RWF_... flags by Christoph Hellwig · 7 years ago
  42. 89fbf53 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  43. a4058c5 nfsd: remove nfsd_vfs_read by Christoph Hellwig · 8 years ago
  44. 73da852 nfsd: use vfs_iter_read/write by Christoph Hellwig · 8 years ago
  45. 4d7edbc nfsd_readlink(): switch to vfs_get_link() by Al Viro · 8 years ago
  46. c70422f Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  47. 99bbf6e NFS: don't try to cross a mountpount when there isn't one there. by NeilBrown · 8 years ago
  48. 717a94b sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current_restore_flags() by NeilBrown · 8 years ago
  49. 783112f nfsd: special case truncates some more by Christoph Hellwig · 8 years ago
  50. 758e99f nfsd: minor nfsd_setattr cleanup by Christoph Hellwig · 8 years ago
  51. 60709c0 nfsd: merge stable fix into main nfsd branch by J. Bruce Fields · 8 years ago
  52. 0839ffb nfsd: Revert "nfsd: special case truncates some more" by J. Bruce Fields · 8 years ago
  53. 865d50b NFSD: Remove unused value inode in nfsd_vfs_write by Kinglong Mee · 8 years ago
  54. 52e380e NFSD: cleanup dead codes and values in nfsd_write by Kinglong Mee · 8 years ago
  55. 54bbb7d NFSD: pass an integer for stable type to nfsd_vfs_write by Kinglong Mee · 8 years ago
  56. 41f5335 nfsd: special case truncates some more by Christoph Hellwig · 8 years ago
  57. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  58. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  59. 031a072 vfs: call vfs_clone_file_range() under freeze protection by Amir Goldstein · 8 years ago
  60. fd4a0edf vfs: replace calling i_op->readlink with vfs_readlink() by Miklos Szeredi · 8 years ago
  61. 29ae7f9 NFSD: Implement the COPY call by Anna Schumaker · 8 years ago
  62. 502aa0a nfsd: fix dentry refcounting on create by Josef Bacik · 8 years ago
  63. 2b11885 nfsd: remove some dead code in nfsd_create_locked() by Dan Carpenter · 8 years ago
  64. fa08139 nfsd: drop unnecessary MAY_EXEC check from create by J. Bruce Fields · 8 years ago
  65. 71423274 nfsd: clean up bad-type check in nfsd_create_locked by J. Bruce Fields · 8 years ago
  66. d03d9fe nfsd: remove unnecessary positive-dentry check by J. Bruce Fields · 8 years ago
  67. b44061d nfsd: reorganize nfsd_create by J. Bruce Fields · 8 years ago
  68. e75b23f nfsd: check d_can_lookup in fh_verify of directories by J. Bruce Fields · 8 years ago
  69. 12391d0 nfsd: remove redundant zero-length check from create by J. Bruce Fields · 8 years ago
  70. 7eed34f nfsd: Make creates return EEXIST instead of EACCES by Oleg Drokin · 8 years ago
  71. 24368aa nfsd: use RWF_SYNC by Christoph Hellwig · 9 years ago
  72. 793b80e vfs: pass a flags argument to vfs_readv/vfs_writev by Christoph Hellwig · 9 years ago
  73. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  74. cc80fe0 Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  75. 6e8b50d nfsd: add new io class tracepoint by Jeff Layton · 9 years ago
  76. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  77. bbddca8 nfsd: don't hold i_mutex over userspace upcalls by NeilBrown · 9 years ago
  78. ffa0160 nfsd: implement the NFSv4.2 CLONE operation by Christoph Hellwig · 9 years ago
  79. aaf91ec nfsd: switch unsigned char flags in svc_fh to bools by Jeff Layton · 9 years ago
  80. ead8fb8 NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1 by Kinglong Mee · 9 years ago
  81. af90f70 nfsd: take struct file setup fully into nfs4_preprocess_stateid_op by Christoph Hellwig · 10 years ago
  82. e749a46 nfsd: clean up raparams handling by Christoph Hellwig · 10 years ago
  83. cc26508 nfsd: Disable NFSv2 timestamp workaround for NFSv3+ by Andreas Gruenbacher · 10 years ago
  84. fd89145 nfsd: remove nfsd_close by Christoph Hellwig · 10 years ago
  85. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  86. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  87. 0b233b7 Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  88. 779fb0f sunrpc: move rq_splice_ok flag into rq_flags by Jeff Layton · 10 years ago
  89. 7501cc2 sunrpc: move rq_local field to rq_flags by Jeff Layton · 10 years ago
  90. 6f4e0d5 nfsd_vfs_write(): use file_inode() by Al Viro · 10 years ago
  91. 95d871f nfsd: Add ALLOCATE support by Anna Schumaker · 10 years ago
  92. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  93. e77a7b4 nfsd: fix inclusive vfs_fsync_range() end by Zach Brown · 10 years ago
  94. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  95. f0c6312 nfsd: update mtime on truncate by Christoph Hellwig · 10 years ago
  96. 3034a14 ima: pass 'opened' flag to identify newly created files by Dmitry Kasatkin · 11 years ago
  97. 8519f99 NFSD: Put file after ima_file_check fail in nfsd_open() by Kinglong Mee · 10 years ago
  98. 722b620 nfsd: properly convert return from commit_metadata to __be32 by Jeff Layton · 10 years ago
  99. 0f3a24b nfsd: Ensure that nfsd_create_setattr commits files to stable storage by Trond Myklebust · 10 years ago
  100. 1e444f5 NFSD: Remove iattr parameter from nfsd_symlink() by Kinglong Mee · 11 years ago