1. 911d137 Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 5 years ago
  2. 38a2204 nfsd: depend on CRYPTO_MD5 for legacy client tracking by Patrick Steinhardt · 5 years ago
  3. 18f428d NFSD fixing possible null pointer derefering in copy offload by Olga Kornievskaia · 5 years ago
  4. 466e16f nfsd: check for EBUSY from vfs_rmdir/vfs_unink. by NeilBrown · 5 years ago
  5. a25e3726 nfsd: Ensure CLONE persists data and metadata changes to the target file by Trond Myklebust · 5 years ago
  6. 7c14905 nfsd: restore NFSv3 ACL support by J. Bruce Fields · 5 years ago
  7. 6c2d4798 new helper: lookup_positive_unlocked() by Al Viro · 5 years ago
  8. a2e2f2d nfsd: v4 support requires CRYPTO_SHA256 by Scott Mayhew · 5 years ago
  9. 18b9a89 nfsd: Fix cld_net->cn_tfm initialization by Scott Mayhew · 5 years ago
  10. 2a67803 nfsd: Drop LIST_HEAD where the variable it declares is never used. by Mao Wenan · 5 years ago
  11. cc1ce2f nfsd: document callback_wq serialization of callback code by J. Bruce Fields · 5 years ago
  12. 20428a8 nfsd: mark cb path down on unknown errors by J. Bruce Fields · 5 years ago
  13. 2bbfed9 nfsd: Fix races between nfsd4_cb_release() and nfsd4_shutdown_callback() by Trond Myklebust · 5 years ago
  14. 12357f1 nfsd: minor 4.1 callback cleanup by Trond Myklebust · 5 years ago
  15. 12b4157 nfsd: remove private bin2hex implementation by Andy Shevchenko · 5 years ago
  16. 6e73e92 nfsd4: fix up replay_matches_cache() by Scott Mayhew · 5 years ago
  17. c4b77ed nfsd: "\%s" should be "%s" by J. Bruce Fields · 5 years ago
  18. 19a1aad nfsd: remove set but not used variable 'len' by YueHaibing · 5 years ago
  19. 298fb76 Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 5 years ago
  20. 83a6307 nfsd: fix nfs read eof detection by Trond Myklebust · 5 years ago
  21. 65643f4 nfsd: Make nfsd_reset_boot_verifier_locked static by YueHaibing · 5 years ago
  22. 2030ca5 nfsd: degraded slot-count more gracefully as allocation nears exhaustion. by NeilBrown · 5 years ago
  23. 7f49fd5d nfsd: handle drc over-allocation gracefully. by NeilBrown · 5 years ago
  24. e170eb2 Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  25. 6ee95d1 nfsd: add support for upcall version 2 by Scott Mayhew · 5 years ago
  26. 11a60d1 nfsd: add a "GetVersion" upcall for nfsdcld by Scott Mayhew · 5 years ago
  27. bbf2f09 nfsd: Reset the boot verifier on all write I/O errors by Trond Myklebust · 5 years ago
  28. 055b24a nfsd: Don't garbage collect files that might contain write errors by Trond Myklebust · 5 years ago
  29. 27c438f nfsd: Support the server resetting the boot verifier by Trond Myklebust · 5 years ago
  30. 5e11322 nfsd: nfsd_file cache entries should be per net namespace by Trond Myklebust · 5 years ago
  31. 533770c new helper: get_tree_keyed() by Al Viro · 5 years ago
  32. 2b86e3a nfsd: eliminate an unnecessary acl size limit by J. Bruce Fields · 5 years ago
  33. 9d60d93 Deprecate nfsd fault injection by J. Bruce Fields · 5 years ago
  34. bb13f35 nfsd: remove duplicated include from filecache.c by YueHaibing · 5 years ago
  35. ed99275 nfsd: Fix the documentation for svcxdr_tmpalloc() by Trond Myklebust · 5 years ago
  36. b96811c nfsd: Fix up some unused variable warnings by Trond Myklebust · 5 years ago
  37. 7775ec5 nfsd: close cached files prior to a REMOVE or RENAME that would replace target by Jeff Layton · 5 years ago
  38. 501cb18 nfsd: rip out the raparms cache by Jeff Layton · 5 years ago
  39. 6b556ca nfsd: have nfsd_test_lock use the nfsd_file cache by Jeff Layton · 5 years ago
  40. 5c4583b nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache by Jeff Layton · 5 years ago
  41. eb82dd3 nfsd: convert fi_deleg_file and ls_file fields to nfsd_file by Jeff Layton · 5 years ago
  42. fd4f83f nfsd: convert nfs4_file->fi_fds array to use nfsd_files by Jeff Layton · 5 years ago
  43. 5920afa nfsd: hook nfsd_commit up to the nfsd_file cache by Jeff Layton · 5 years ago
  44. 48cd7b5 nfsd: hook up nfsd_read to the nfsd_file cache by Jeff Layton · 5 years ago
  45. b493523 nfsd: hook up nfsd_write to the new nfsd_file cache by Jeff Layton · 5 years ago
  46. 65294c1 nfsd: add a new struct file caching facility to nfsd by Jeff Layton · 5 years ago
  47. 10fa8ac nfsd: Remove unnecessary NULL checks by J. Bruce Fields · 5 years ago
  48. 78e70e7 nfsd4: Fix kernel crash when reading proc file reply_cache_stats by He Zhe · 5 years ago
  49. bebd699 nfsd: initialize i_private before d_add by J. Bruce Fields · 5 years ago
  50. dc46bba nfsd: use i_wrlock instead of rcu for nfsdfs i_private by J. Bruce Fields · 5 years ago
  51. d6846bf nfsd: fix dentry leak upon mkdir failure. by Tetsuo Handa · 5 years ago
  52. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  53. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  54. b78fa45 nfsd: Make __get_nfsdfs_client() static by YueHaibing · 6 years ago
  55. 297e57a nfsd: Make two functions static by YueHaibing · 6 years ago
  56. c8320cc nfsd: Fix misuse of strlcpy by Joe Perches · 6 years ago
  57. 7912344 nfsd: decode implementation id by J. Bruce Fields · 6 years ago
  58. 6f4859b nfsd: create xdr_netobj_dup helper by J. Bruce Fields · 6 years ago
  59. 89c905b nfsd: allow forced expiration of NFSv4 clients by J. Bruce Fields · 6 years ago
  60. a204f25 nfsd: create get_nfsdfs_clp helper by J. Bruce Fields · 6 years ago
  61. 0c4b62b nfsd4: show layout stateids by J. Bruce Fields · 6 years ago
  62. 16d36e0 nfsd: show lock and deleg stateids by J. Bruce Fields · 6 years ago
  63. 78599c4 nfsd4: add file to display list of client's opens by J. Bruce Fields · 6 years ago
  64. 169319f nfsd: add more information to client info file by J. Bruce Fields · 6 years ago
  65. 3bade24 nfsd: copy client's address including port number to cl_addr by J. Bruce Fields · 6 years ago
  66. 97ad403 nfsd4: add a client info file by J. Bruce Fields · 6 years ago
  67. bf5ed3e nfsd: make client/ directory names small ints by J. Bruce Fields · 6 years ago
  68. e8a79fb nfsd: add nfsd/clients directory by J. Bruce Fields · 6 years ago
  69. 59f8e91 nfsd4: use reference count to free client by J. Bruce Fields · 6 years ago
  70. 14ed14c nfsd: rename cl_refcount by J. Bruce Fields · 6 years ago
  71. 2c830dd nfsd: persist nfsd filesystem across mounts by J. Bruce Fields · 6 years ago
  72. 689d7ba nfsd: fix cleanup of nfsd_reply_cache_init on failure by J. Bruce Fields · 6 years ago
  73. 30498dc nfsd4: remove outdated nfsd4_decode_time comment by J. Bruce Fields · 6 years ago
  74. bdba536 nfsd: use 64-bit seconds fields in nfsd v4 code by J. Bruce Fields · 6 years ago
  75. e977cc8 nfsd: Spelling s/EACCESS/EACCES/ by Geert Uytterhoeven · 6 years ago
  76. 22a46eb4 nfsd: note inadequate stats locking by J. Bruce Fields · 6 years ago
  77. 3ba7583 nfsd4: drc containerization by J. Bruce Fields · 6 years ago
  78. b401170 nfsd: don't call nfsd_reply_cache_shutdown twice by J. Bruce Fields · 6 years ago
  79. 3b2d4dc nfsd: Fix overflow causing non-working mounts on 1 TB machines by Paul Menzel · 6 years ago
  80. 15b6ff9 nfsd: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  81. 96a374a vfs: Convert nfsctl to use the new mount API by David Howells · 6 years ago
  82. 1621633 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 by Thomas Gleixner · 6 years ago
  83. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  84. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  85. 700a800 Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  86. 06cbd26 Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  87. b4b52b8 Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 6 years ago
  88. 81ff5d2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  89. 1c73b9d nfsd: update callback done processing by Scott Mayhew · 6 years ago
  90. 79caa5f SUNRPC: Cache cred of process creating the rpc_client by Trond Myklebust · 6 years ago
  91. ae67bd3 SUNRPC: Fix up task signalling by Trond Myklebust · 6 years ago
  92. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  93. 0ca0c9d nfsd: fh_drop_write in nfsd_unlink by J. Bruce Fields · 6 years ago
  94. 0b8f626 nfsd: allow fh_want_write to be called twice by J. Bruce Fields · 6 years ago
  95. e45d1a1 nfsd: knfsd must use the container user namespace by Trond Myklebust · 6 years ago
  96. 40373b1 lockd: Pass the user cred from knfsd when starting the lockd server by Trond Myklebust · 6 years ago
  97. 4df493a SUNRPC: Cache the process user cred in the RPC server listener by Trond Myklebust · 6 years ago
  98. e333f3b nfsd: Allow containers to set supported nfs versions by Trond Myklebust · 6 years ago
  99. 029be5d nfsd: Add custom rpcbind callbacks for knfsd by Trond Myklebust · 6 years ago
  100. 642ee6b SUNRPC: Allow further customisation of RPC program registration by Trond Myklebust · 6 years ago