1. d8b2607 NFSD: simplify struct nfsfh by NeilBrown · 3 years, 4 months ago
  2. 05570a2 nfsd: rpc_peeraddr2str needs rcu lock by J. Bruce Fields · 3 years, 7 months ago
  3. 1d2bf65 NFSD: Remove the nfsd_cb_work and nfsd_cb_done tracepoints by Chuck Lever · 3 years, 8 months ago
  4. 4ade892 NFSD: Add an nfsd_cb_probe tracepoint by Chuck Lever · 3 years, 8 months ago
  5. 3c92fba NFSD: Enhance the nfsd_cb_setup tracepoint by Chuck Lever · 3 years, 8 months ago
  6. 9f57c60 NFSD: Remove spurious cb_setup_err tracepoint by Chuck Lever · 3 years, 8 months ago
  7. b200f0e NFSD: Adjust cb_shutdown tracepoint by Chuck Lever · 3 years, 8 months ago
  8. 8476c69 NFSD: Capture every CB state transition by Chuck Lever · 3 years, 8 months ago
  9. b4250dd NFSD: fix error handling in NFSv4.0 callbacks by Olga Kornievskaia · 3 years, 10 months ago
  10. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  11. a4abc6b nfsd: Fix svc_xprt refcnt leak when setup callback client failed by Xiyu Yang · 4 years, 7 months ago
  12. 1eace0d NFSD: Add tracepoints for monitoring NFSD callbacks by Chuck Lever · 4 years, 9 months ago
  13. 6221f1d SUNRPC: Fix backchannel RPC soft lockups by Chuck Lever · 4 years, 8 months ago
  14. 20b7d86 nfsd: use boottime for lease expiry calculation by Arnd Bergmann · 5 years ago
  15. cc1ce2f nfsd: document callback_wq serialization of callback code by J. Bruce Fields · 5 years ago
  16. 20428a8 nfsd: mark cb path down on unknown errors by J. Bruce Fields · 5 years ago
  17. 2bbfed9 nfsd: Fix races between nfsd4_cb_release() and nfsd4_shutdown_callback() by Trond Myklebust · 5 years ago
  18. 12357f1 nfsd: minor 4.1 callback cleanup by Trond Myklebust · 5 years ago
  19. 10fa8ac nfsd: Remove unnecessary NULL checks by J. Bruce Fields · 5 years ago
  20. 700a800 Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  21. 06cbd26 Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  22. 1c73b9d nfsd: update callback done processing by Scott Mayhew · 6 years ago
  23. 79caa5f SUNRPC: Cache cred of process creating the rpc_client by Trond Myklebust · 6 years ago
  24. ae67bd3 SUNRPC: Fix up task signalling by Trond Myklebust · 6 years ago
  25. e6abc8c nfsd: Don't release the callback slot unless it was actually held by Trond Myklebust · 6 years ago
  26. ebc551f Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  27. eb72f48 NFS: Remove print_overflow_msg() by Chuck Lever · 6 years ago
  28. 1c3da44 nfsd: fix an IS_ERR() vs NULL check by Dan Carpenter · 6 years ago
  29. a52458b NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. by NeilBrown · 6 years ago
  30. 5e16923 NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred(). by NeilBrown · 6 years ago
  31. 8276c90 SUNRPC: remove uid and gid from struct auth_cred by NeilBrown · 6 years ago
  32. 97f68c6b SUNRPC: add 'struct cred *' to auth_cred and rpc_cred by NeilBrown · 6 years ago
  33. 9eb190fca8f NFSD CB_OFFLOAD xdr by Olga Kornievskaia · 6 years ago
  34. a26dd64 nfsd: Remove callback_cred by Chuck Lever · 6 years ago
  35. cb25e7b nfsd: Use correct credential for NFSv4.0 callback with GSS by Chuck Lever · 6 years ago
  36. 7b4d6da nfsd: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  37. 47299f7 nfsd: use correct enum type in decode_cb_op_status by Stefan Agner · 7 years ago
  38. eff7936 nfsd: Fix a memory scribble in the callback channel by Trond Myklebust · 7 years ago
  39. 02be49f nfsd4: const-ify nfs_cb_version4 by Christoph Hellwig · 8 years ago
  40. 499b498 sunrpc: mark all struct rpc_procinfo instances as const by Christoph Hellwig · 8 years ago
  41. 1c5876d sunrpc: move p_count out of struct rpc_procinfo by Christoph Hellwig · 8 years ago
  42. d39916c nfsd: fix decoder callback prototypes by Christoph Hellwig · 8 years ago
  43. 1502c81 nfsd: fix encoder callback prototypes by Christoph Hellwig · 8 years ago
  44. 8274338 nfsd/callback: Drop a useless data copy when comparing sessionid by Kinglong Mee · 8 years ago
  45. e86a40b nfsd/callback: skip the callback tag by Kinglong Mee · 8 years ago
  46. f7d1ddb nfsd/callback: Cleanup callback cred on shutdown by Kinglong Mee · 8 years ago
  47. 8838203 nfsd: update workqueue creation by J. Bruce Fields · 8 years ago
  48. a188620e nfsd: plumb in a CB_NOTIFY_LOCK operation by Jeff Layton · 8 years ago
  49. 89dfdc9 nfsd: eliminate cb_minorversion field by Jeff Layton · 8 years ago
  50. d50039e nfsd4/rpc: move backchannel create logic into rpc code by J. Bruce Fields · 9 years ago
  51. d4f72cb nfsd: don't base cl_cb_status on stale information by J. Bruce Fields · 9 years ago
  52. c4cb897 nfsd: constify nfsd4_callback_ops structure by Julia Lawall · 9 years ago
  53. 7ba6cad nfsd: New helper nfsd4_cb_sequence_done() for processing more cb errors by Kinglong Mee · 10 years ago
  54. 276f03e nfsd: Update callback sequnce id only CB_SEQUENCE success by Kinglong Mee · 10 years ago
  55. 4399396 nfsd: Reset cb_status in nfsd4_cb_prepare() at retrying by Kinglong Mee · 10 years ago
  56. 4bd9e9b nfsd: skip CB_NULL probes for 4.1 or later by Christoph Hellwig · 10 years ago
  57. cba5f62 nfsd: fix callback restarts by Christoph Hellwig · 10 years ago
  58. ef2a1b3 nfsd: split transport vs operation errors for callbacks by Christoph Hellwig · 10 years ago
  59. c5c707f nfsd: implement pNFS layout recalls by Christoph Hellwig · 10 years ago
  60. c6c15e1 nfsd: Fix slot wake up race in the nfsv4.1 callback code by Trond Myklebust · 10 years ago
  61. 34549ab nfsd: eliminate "to_delegation" define by Jeff Layton · 10 years ago
  62. 0162ac2 nfsd: introduce nfsd4_callback_ops by Christoph Hellwig · 10 years ago
  63. f0b5de1 nfsd: split nfsd4_callback initialization and use by Christoph Hellwig · 10 years ago
  64. 326129d nfsd: introduce a generic nfsd4_cb by Christoph Hellwig · 10 years ago
  65. 2faf3b4 nfsd: remove nfsd4_callback.cb_op by Christoph Hellwig · 10 years ago
  66. 341b51d nfsd: do not clear rpc_resp in nfsd4_cb_done_sequence by Benny Halevy · 10 years ago
  67. 444b6e9 nfsd: fix nfsd4_cb_recall_done error handling by Christoph Hellwig · 10 years ago
  68. 11b9164 nfsd: Add a struct nfs4_file field to struct nfs4_stid by Trond Myklebust · 10 years ago
  69. 6011695 nfsd: Add reference counting to the lock and open stateids by Trond Myklebust · 10 years ago
  70. 650ecc8f nfsd: remove dl_fh field from struct nfs4_delegation by Jeff Layton · 10 years ago
  71. fc8e5a6 nfsd4: convert comma to semicolon by Himangi Saraogi · 10 years ago
  72. 3c45ddf svcrdma: Select NFSv4.1 backchannel transport based on forward channel by Chuck Lever · 10 years ago
  73. 02e1215 nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg by Jeff Layton · 10 years ago
  74. e8051c8 nfsd: eliminate nfsd4_init_callback by Jeff Layton · 10 years ago
  75. 3758cf7 nfsd: set timeparms.to_maxval in setup_callback_client by Jeff Layton · 11 years ago
  76. d531c00 NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcp by Kinglong Mee · 11 years ago
  77. 06b332a nfsd4: check backchannel attributes on create_session by J. Bruce Fields · 12 years ago
  78. 8be2d23 nfsd4: minor cb_recall simplification by J. Bruce Fields · 12 years ago
  79. 3d73371 nfsd: make NFSv4 lease time per net by Stanislav Kinsbursky · 12 years ago
  80. c212cec nfsd: make nfs4_client network namespace dependent by Stanislav Kinsbursky · 12 years ago
  81. 2b4cf66 nfsd4: get_backchannel_cred should be static by Fengguang Wu · 12 years ago
  82. 12fc3e9 nfsd4: backchannel should use client-provided security flavor by J. Bruce Fields · 12 years ago
  83. 5772515 nfsd4: common helper to initialize callback work by J. Bruce Fields · 12 years ago
  84. c6bb3ca nfsd4: use callback security parameters in create_session by J. Bruce Fields · 12 years ago
  85. 8c8651b nfsd: remove duplicate init in nfsd4_cb_recall by Namjae Jeon · 12 years ago
  86. 3930765 nfsd4: fix security flavor of NFSv4.0 callback by J. Bruce Fields · 12 years ago
  87. 9068bed nfsd4: remove unnecessary comment by J. Bruce Fields · 13 years ago
  88. 03a4e1f nfsd4: move principal name into svc_cred by J. Bruce Fields · 13 years ago
  89. 4ca1f87 nfsd4: use auth_unix unconditionally on backchannel by J. Bruce Fields · 13 years ago
  90. a52d726 nfsd: convert nfs4_client->cl_cb_flags to a generic flags field by Jeff Layton · 13 years ago
  91. 1df0064 Merge nfs containerization work from Trond's tree by J. Bruce Fields · 13 years ago
  92. 8546ee5 nfsd4: make sure set CB_PATH_DOWN sequence flag set by J. Bruce Fields · 13 years ago
  93. a613fa1 SUNRPC: constify the rpc_program by Trond Myklebust · 13 years ago
  94. 0157d02 SUNRPC: handle RPC client pipefs dentries by network namespace aware routines by Stanislav Kinsbursky · 13 years ago
  95. 68c9715 SUNRPC: Clean up the RPCSEC_GSS service ticket requests by Trond Myklebust · 13 years ago
  96. 5423732 nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalid by Benny Halevy · 13 years ago
  97. 2a74aba nfsd4: move client * to nfs4_stateid, add init_stid helper by J. Bruce Fields · 13 years ago
  98. d5477a8 nfsd4: add common dl_stid field to delegation by J. Bruce Fields · 13 years ago
  99. 2c9c8f3 NFSD: fix decode_cb_sequence4resok by Benny Halevy · 14 years ago
  100. 0af3f81 NFSD: use nfserr for status after decode_cb_op_status by Benny Halevy · 14 years ago