1. fcb5e3f NFSD: Move fill_pre_wcc() and fill_post_wcc() by Chuck Lever · 3 years, 1 month ago
  2. 75acacb NFSD: Trace boot verifier resets by Chuck Lever · 3 years, 1 month ago
  3. 3988a57 NFSD: Rename boot verifier functions by Chuck Lever · 3 years, 1 month ago
  4. a2f4c3f nfsd: Add a tracepoint for errors in nfsd4_clone_file_range() by Trond Myklebust · 3 years, 1 month ago
  5. 2c445a0 NFSD: De-duplicate net_generic(nf->nf_net, nfsd_net_id) by Chuck Lever · 3 years, 1 month ago
  6. fb7622c NFSD: De-duplicate net_generic(SVC_NET(rqstp), nfsd_net_id) by Chuck Lever · 3 years, 1 month ago
  7. 33388b3 NFSD: Clean up nfsd_vfs_write() by Chuck Lever · 3 years, 1 month ago
  8. 555dbf1 nfsd: Replace use of rwsem with errseq_t by Trond Myklebust · 3 years, 1 month ago
  9. f11ad7a NFSD: Fix verifier returned in stable WRITEs by Chuck Lever · 3 years, 1 month ago
  10. 12bcbd4 nfsd: Retry once in nfsd_open on an -EOPENSTALE return by Jeff Layton · 3 years, 1 month ago
  11. 80479eb nfsd4: remove obselete comment by J. Bruce Fields · 3 years, 3 months ago
  12. 2336d69 nfsd: update create verifier comment by J. Bruce Fields · 3 years, 3 months ago
  13. ef5825e NFSD: move filehandle format declarations out of "uapi". by NeilBrown · 3 years, 4 months ago
  14. 8bda955 Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 5 months ago
  15. f7e33bd fs: remove mandatory file locking support by Jeff Layton · 3 years, 5 months ago
  16. ea49dc7 NFSD: remove vanity comments by NeilBrown · 3 years, 6 months ago
  17. 496d83cf NFSD: Batch release pages during splice read by Chuck Lever · 3 years, 7 months ago
  18. c7e0b78 NFSD: Clean up splice actor by Chuck Lever · 3 years, 7 months ago
  19. 474bc33 nfsd: Reduce contention for the nfsd_file nf_rwsem by Trond Myklebust · 3 years, 7 months ago
  20. eeeadbb nfsd: move some commit_metadata()s outside the inode lock by J. Bruce Fields · 3 years, 8 months ago
  21. e5d74a2 nfsd: Prevent truncation of an unlinked inode from blocking access to its directory by Yu Hsiang Huang · 3 years, 8 months ago
  22. 6019ce07 NFSD: Add a tracepoint to record directory entry encoding by Chuck Lever · 3 years, 11 months ago
  23. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 11 months ago
  24. 20ad856 nfsd: report per-export stats by Amir Goldstein · 4 years ago
  25. e567b98 nfsd: protect concurrent access to nfsd stats counters by Amir Goldstein · 4 years ago
  26. 6521f89 namei: prepare for idmapped mounts by Christian Brauner · 4 years ago
  27. 9fe6145 namei: introduce struct renamedata by Christian Brauner · 4 years ago
  28. c7c7a1a1 xattr: handle idmapped mounts by Tycho Andersen · 4 years ago
  29. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  30. 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  31. 01cbf38 nfsd: Set PF_LOCAL_THROTTLE on local filesystems only by Trond Myklebust · 4 years, 2 months ago
  32. 7f84b48 nfsd: close cached files prior to a REMOVE or RENAME that would replace target by Jeff Layton · 4 years, 2 months ago
  33. 8237284 NFSD: Correct type annotations in user xattr helpers by Chuck Lever · 4 years, 4 months ago
  34. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  35. c11d7fd nfsd: take xattr bits into account for permission checks by Frank van der Linden · 4 years, 7 months ago
  36. 3211944 nfsd: define xattr functions to call into their vfs counterparts by Frank van der Linden · 4 years, 7 months ago
  37. 22cf841 nfsd: apply umask on fs without ACL support by J. Bruce Fields · 4 years, 7 months ago
  38. a37b071 mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE by NeilBrown · 4 years, 8 months ago
  39. 19e0663 nfsd: Ensure sampling of the write verifier is atomic with the write by Trond Myklebust · 5 years ago
  40. 524ff1a nfsd: Ensure sampling of the commit verifier is atomic with the commit by Trond Myklebust · 5 years ago
  41. 1b28d75 nfsd: Ensure exclusion between CLONE and WRITE errors by Trond Myklebust · 5 years ago
  42. b66ae6d nfsd: Pass the nfsd_file as arguments to nfsd4_clone_file_range() by Trond Myklebust · 5 years ago
  43. 7bf94c6 nfsd: Update the boot verifier on stable writes too. by Trond Myklebust · 5 years ago
  44. 5011af4 nfsd: Fix stable writes by Trond Myklebust · 5 years ago
  45. 16f8f89 nfsd: Allow nfsd_vfs_write() to take the nfsd_file as an argument by Trond Myklebust · 5 years ago
  46. 384a7cca nfsd: use true,false for bool variable in vfs.c by zhengbin · 5 years ago
  47. 2a1aa48 nfsd: pass a 64-bit guardtime to nfsd_setattr() by Arnd Bergmann · 5 years ago
  48. 57f6403 nfsd: Clone should commit src file metadata too by Trond Myklebust · 5 years ago
  49. 09a80f2 nfsd: Return the correct number of bytes written to the file by Trond Myklebust · 5 years ago
  50. 466e16f nfsd: check for EBUSY from vfs_rmdir/vfs_unink. by NeilBrown · 5 years ago
  51. a25e3726 nfsd: Ensure CLONE persists data and metadata changes to the target file by Trond Myklebust · 5 years ago
  52. 83a6307 nfsd: fix nfs read eof detection by Trond Myklebust · 5 years ago
  53. bbf2f09 nfsd: Reset the boot verifier on all write I/O errors by Trond Myklebust · 5 years ago
  54. 7775ec5 nfsd: close cached files prior to a REMOVE or RENAME that would replace target by Jeff Layton · 5 years ago
  55. 501cb18 nfsd: rip out the raparms cache by Jeff Layton · 5 years ago
  56. 5920afa nfsd: hook nfsd_commit up to the nfsd_file cache by Jeff Layton · 5 years ago
  57. 48cd7b5 nfsd: hook up nfsd_read to the nfsd_file cache by Jeff Layton · 5 years ago
  58. b493523 nfsd: hook up nfsd_write to the new nfsd_file cache by Jeff Layton · 5 years ago
  59. 65294c1 nfsd: add a new struct file caching facility to nfsd by Jeff Layton · 5 years ago
  60. e977cc8 nfsd: Spelling s/EACCESS/EACCES/ by Geert Uytterhoeven · 6 years ago
  61. 0ca0c9d nfsd: fh_drop_write in nfsd_unlink by J. Bruce Fields · 6 years ago
  62. e3fdc89 nfsd: Fix error return values for nfsd4_clone_file_range() by Trond Myklebust · 6 years ago
  63. 255fbca nfsd: Return EPERM, not EACCES, in some SETATTR cases by zhengbin · 6 years ago
  64. 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
  65. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  66. 310c758 Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  67. 452ce65 vfs: plumb remap flags through the vfs clone functions by Darrick J. Wong · 6 years ago
  68. 42ec3d4 vfs: make remap_file_range functions take and return bytes completed by Darrick J. Wong · 6 years ago
  69. 0ac203c nfsd: fix fall-through annotations by Gustavo A. R. Silva · 6 years ago
  70. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  71. 7d20b6a nfsd: remove set but not used variable 'dirp' by YueHaibing · 6 years ago
  72. a725356 vfs: swap names of {do,vfs}_clone_file_range() by Amir Goldstein · 6 years ago
  73. 6035a27 IMA: don't propagate opened through the entire thing by Al Viro · 7 years ago
  74. 3819bb0 nfsd: vfs_mkdir() might succeed leaving dentry negative unhashed by Al Viro · 7 years ago
  75. 87c5942 nfsd: Add I/O trace points in the NFSv4 read proc by Chuck Lever · 7 years ago
  76. d890be1 nfsd: Add I/O trace points in the NFSv4 write path by Chuck Lever · 7 years ago
  77. f394b62 nfsd: Add "nfsd_" to trace point names by Chuck Lever · 7 years ago
  78. 79e0b4e nfsd: Record request byte count, not count of vectors by Chuck Lever · 7 years ago
  79. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  80. ddef7ed2 annotate RWF_... flags by Christoph Hellwig · 8 years ago
  81. 89fbf53 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  82. a4058c5 nfsd: remove nfsd_vfs_read by Christoph Hellwig · 8 years ago
  83. 73da852 nfsd: use vfs_iter_read/write by Christoph Hellwig · 8 years ago
  84. 4d7edbc nfsd_readlink(): switch to vfs_get_link() by Al Viro · 8 years ago
  85. c70422f Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  86. 99bbf6e NFS: don't try to cross a mountpount when there isn't one there. by NeilBrown · 8 years ago
  87. 717a94b sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current_restore_flags() by NeilBrown · 8 years ago
  88. 783112f nfsd: special case truncates some more by Christoph Hellwig · 8 years ago
  89. 758e99f nfsd: minor nfsd_setattr cleanup by Christoph Hellwig · 8 years ago
  90. 60709c0 nfsd: merge stable fix into main nfsd branch by J. Bruce Fields · 8 years ago
  91. 0839ffb nfsd: Revert "nfsd: special case truncates some more" by J. Bruce Fields · 8 years ago
  92. 865d50b NFSD: Remove unused value inode in nfsd_vfs_write by Kinglong Mee · 8 years ago
  93. 52e380e NFSD: cleanup dead codes and values in nfsd_write by Kinglong Mee · 8 years ago
  94. 54bbb7d NFSD: pass an integer for stable type to nfsd_vfs_write by Kinglong Mee · 8 years ago
  95. 41f5335 nfsd: special case truncates some more by Christoph Hellwig · 8 years ago
  96. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  97. 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
  98. 031a072 vfs: call vfs_clone_file_range() under freeze protection by Amir Goldstein · 8 years ago
  99. fd4a0edf vfs: replace calling i_op->readlink with vfs_readlink() by Miklos Szeredi · 8 years ago
  100. 29ae7f9 NFSD: Implement the COPY call by Anna Schumaker · 8 years ago