1. 574940d NFS: Fix bool initialization/comparison by Thomas Meyer · 7 years ago
  2. 8d4d075 NFSv4.1: Fix a potential layoutget/layoutrecall deadlock by Trond Myklebust · 6 years ago
  3. cdc83c3 NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..") by Trond Myklebust · 6 years ago
  4. a1d617d8 nfs: allow blocking locks to be awoken by lock callbacks by Jeff Layton · 8 years ago
  5. db78368 nfs: add handling for CB_NOTIFY_LOCK in client by Jeff Layton · 8 years ago
  6. d138027a NFSv4.1: Remove obsolete and incorrrect assignment in nfs4_callback_sequence by Trond Myklebust · 8 years ago
  7. 045d2a6 NFSv4.1: Delay callback processing when there are referring triples by Trond Myklebust · 8 years ago
  8. e09c978 NFSv4.1: Fix Oopsable condition in server callback races by Trond Myklebust · 8 years ago
  9. f71dfe8 pNFS: Remove redundant pnfs_mark_layout_returned_if_empty() by Trond Myklebust · 8 years ago
  10. 793b7fe pNFS: Fix CB_LAYOUTRECALL stateid verification by Trond Myklebust · 8 years ago
  11. 6d597e1 pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN args by Jeff Layton · 8 years ago
  12. c2985d0 Fixing oops in callback path by Olga Kornievskaia · 8 years ago
  13. e5003b2 NFSv4.x: Fix NFS4ERR_RETRY_UNCACHED_REP in nfs4_callback_sequence by Trond Myklebust · 8 years ago
  14. 810d82e NFSv4.x: Allow multiple callbacks in flight by Trond Myklebust · 8 years ago
  15. 5f83d86 NFSv4.x: Fix wraparound issues when validing the callback sequence id by Trond Myklebust · 8 years ago
  16. 80f9642 NFSv4.x: Enforce the ca_maxresponsesize_cached on the back channel by Trond Myklebust · 8 years ago
  17. f74a834 NFSv4.x: CB_SEQUENCE should return NFS4ERR_DELAY if still executing by Trond Myklebust · 8 years ago
  18. f4f58ed NFSv4.x: Remove hard coded slotids in callback channel by Trond Myklebust · 8 years ago
  19. 4b0934b NFSv4.1/pNFS: Fix a race in initiate_file_draining() by Trond Myklebust · 8 years ago
  20. b20135d NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalid by Trond Myklebust · 8 years ago
  21. e07db90 NFSv4: List stateid information in the callback tracepoints by Trond Myklebust · 8 years ago
  22. e0d9243 NFSv4.1/pNFS: Don't return NFS4ERR_DELAY unnecessarily in CB_LAYOUTRECALL by Trond Myklebust · 8 years ago
  23. 41c9127 NFSv4.1/pNFS: Ensure we enforce RFC5661 Section 12.5.5.2.1 by Trond Myklebust · 8 years ago
  24. fc7ff36 pNFS: If we have to delay the layout callback, mark the layout for return by Trond Myklebust · 8 years ago
  25. 0654cc7 NFSv4.1/pNFS: Add a helper to mark the layout as returned by Trond Myklebust · 8 years ago
  26. 39de493 NFS: Remove unneeded NFS_DEBUG checking before define NFSDBG_FACILITY by Kinglong Mee · 9 years ago
  27. 249b2ee NFSv4: Add a tracepoint for CB_LAYOUTRECALL by Trond Myklebust · 9 years ago
  28. 7cd1486 NFSv4: Add a tracepoint for CB_GETATTR by Trond Myklebust · 9 years ago
  29. 3f10a6a NFS: Remove nfs41_server_notify_{target|highest}_slotid_update() by Anna Schumaker · 9 years ago
  30. 4e54ab8 NFS: Ensure that we update the sequence id under the slot table lock by Trond Myklebust · 9 years ago
  31. 0579c8d nfs: Initialize cb_sequenceres information before validate_seqid() by Kinglong Mee · 9 years ago
  32. e937ee7 nfs: Only update callback sequnce id when CB_SEQUENCE success by Kinglong Mee · 9 years ago
  33. b1c0df5 NFSv4.1: Don't set up a backchannel if the server didn't agree to do so by Trond Myklebust · 9 years ago
  34. cb1410c NFS: fix subtle change in COMMIT behavior by Weston Andros Adamson · 10 years ago
  35. 84c9dee pnfs: enable CB_NOTIFY_DEVICEID support by Christoph Hellwig · 10 years ago
  36. c88953d pnfs: add return_range method by Christoph Hellwig · 10 years ago
  37. 7c5d187 pnfs: force a layout commit when encountering busy segments during recall by Christoph Hellwig · 10 years ago
  38. 9a7fe9e8 NFSv4.1: Minor optimisation in get_layout_by_fh_locked() by Trond Myklebust · 10 years ago
  39. 27999f2 NFSv4.1: Ensure that the layout recall callback matches layout stateids by Trond Myklebust · 10 years ago
  40. e8d9238 NFS: When displaying session slot numbers, use "%u" consistently by Chuck Lever · 11 years ago
  41. 2f92ae3 NFSv4.1: Add tracepoints for debugging slot table operations by Trond Myklebust · 11 years ago
  42. ca8acf8 NFSv4: Add tracepoints for debugging delegations by Trond Myklebust · 11 years ago
  43. 959d921 Merge branch 'labeled-nfs' into linux-next by Trond Myklebust · 11 years ago
  44. 459de2e NFS: Make callbacks minor version generic by Bryan Schumaker · 11 years ago
  45. 774d5f1 NFSv4.1 Fix a pNFS session draining deadlock by Andy Adamson · 11 years ago
  46. 826e001 NFSv4: Fix CB_RECALL_ANY to only return delegations that are not in use by Trond Myklebust · 11 years ago
  47. fd9a8d7 NFSv4.1: Fix bulk recall and destroy of layouts by Trond Myklebust · 11 years ago
  48. ecf0eb9 nfs: avoid dereferencing null pointer in initiate_bulk_draining by Nickolai Zeldovich · 11 years ago
  49. 73e39aa NFSv4.1: Cleanup move session slot management to fs/nfs/nfs4session.c by Trond Myklebust · 12 years ago
  50. ac07483 NFSv4.1: CB_RECALL_SLOT must schedule a sequence op after updating targets by Trond Myklebust · 12 years ago
  51. afa2961 NFSv4.1: Remove the state manager code to resize the slot table by Trond Myklebust · 12 years ago
  52. 1b285ff NFSv4.1: Allow the server to recall all but one slot by Trond Myklebust · 12 years ago
  53. d5fb4ce NFSv4.1: Don't confuse target_highest_slotid and max_slots in cb_recall_slot by Trond Myklebust · 12 years ago
  54. ce008c4 NFSv4.1: Fix nfs4_callback_recallslot to work with dynamic slot allocation by Trond Myklebust · 12 years ago
  55. 464ee9f NFSv4.1: Ensure that the client tracks the server target_highest_slotid by Trond Myklebust · 12 years ago
  56. 4ea8fed NFSv4: Get rid of unnecessary BUG_ON()s by Trond Myklebust · 12 years ago
  57. 9c62638 NFSv4.1: Clean up the removal of pnfs_layout_hdr from the server list by Trond Myklebust · 12 years ago
  58. 70c3bd2 NFSv4.1: Cleanup; add "pnfs_" prefix to get_layout_hdr() and put_layout_hdr() by Trond Myklebust · 12 years ago
  59. 49a8506 NFSv4.1: Cleanup add a "pnfs_" prefix to mark_matching_lsegs_invalid by Trond Myklebust · 12 years ago
  60. 36281ca NFSv4: Further clean-ups of delegation stateid validation by Trond Myklebust · 12 years ago
  61. 8e663f0 NFSv4.1: Fix matching of the stateids when returning a delegation by Trond Myklebust · 12 years ago
  62. 2446ab6 SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field by Trond Myklebust · 12 years ago
  63. 0cb3284 NFSv4.1: Get rid of NFS4CLNT_LAYOUTRECALL by Trond Myklebust · 12 years ago
  64. c7add9a NFS: search for client session id in proper network namespace by Stanislav Kinsbursky · 12 years ago
  65. d36b7cf pnfs: clean up initiate_file_draining layout lookup by Benny Halevy · 12 years ago
  66. 61f2e51 NFSv4.1: fix backchannel slotid off-by-one bug by Andy Adamson · 13 years ago
  67. 910ac68 NFSv4.1: Return NFS4ERR_BADSESSION to callbacks during session resets by Trond Myklebust · 13 years ago
  68. 55a6739 NFSv4.1: Fix the callback 'highest_used_slotid' behaviour by Trond Myklebust · 13 years ago
  69. 6382a44 NFS: move pnfs layouts to nfs_server structure by Weston Andros Adamson · 13 years ago
  70. 778b550 pnfs: Use byte-range for cb_layoutrecall by Benny Halevy · 13 years ago
  71. 35c8bb5 NFSv4.1: use layout driver in global device cache by Benny Halevy · 13 years ago
  72. 1be5683 pnfs: CB_NOTIFY_DEVICEID by Marc Eshel · 13 years ago
  73. f49f9ba pnfs: fix pnfs lock inversion of i_lock and cl_lock by Fred Isaman · 13 years ago
  74. 2c4cdf8 NFS fix cb_sequence error processing by Andy Adamson · 13 years ago
  75. 778be23 NFS do not find client in NFSv4 pg_authenticate by Andy Adamson · 13 years ago
  76. 3684037 pnfs: update nfs4_callback_recallany to handle layouts by Alexandros Batsakis · 13 years ago
  77. 43f1b3d pnfs: add CB_LAYOUTRECALL handling by Fred Isaman · 13 years ago
  78. f2a6256 pnfs: CB_LAYOUTRECALL xdr code by Fred Isaman · 13 years ago
  79. 42acd02 NFS add session back channel draining by Andy Adamson · 13 years ago
  80. c36fca5 NFS refactor nfs_find_client and reference client across callback processing by Andy Adamson · 13 years ago
  81. 9449925 NFS: change stateid to be a union by Alexandros Batsakis · 14 years ago
  82. 761fe93 NFS: Fix the locking in nfs4_callback_getattr by Trond Myklebust · 14 years ago
  83. e047a10 NFSv41: Fix nfs_async_inode_return_delegation() ugliness by Trond Myklebust · 14 years ago
  84. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  85. 9733f0d nfs41: cleanup callback code to use __be32 type by Andy Adamson · 14 years ago
  86. bae0ac0 nfs41: fix nfs4_callback_recallslot by Andy Adamson · 14 years ago
  87. b9efa1b nfs41: implement cb_recall_slot by Andy Adamson · 14 years ago
  88. 4911096 nfs41: back channel drc minimal implementation by Andy Adamson · 14 years ago
  89. b2f28bd nfs41: prepare for back channel drc by Andy Adamson · 14 years ago
  90. 72ce2b3 nfs41: Process callback's referring call list by Mike Sager · 14 years ago
  91. a7989c3 nfs41: Check slot table for referring calls by Mike Sager · 14 years ago
  92. 2597641 nfs41: v2 fix cb_recall bug by Alexandros Batsakis · 15 years ago
  93. 31f0960 nfs41: V2 initial support for CB_RECALL_ANY by Alexandros Batsakis · 15 years ago
  94. 68f3f90 nfs41: Backchannel: CB_SEQUENCE validation by Ricardo Labiaga · 15 years ago
  95. 963891a nfs41: Backchannel: New find_client_with_session() by Ricardo Labiaga · 15 years ago
  96. d49433e nfs41: cb_sequence proc implementation by Benny Halevy · 15 years ago
  97. 3110ff8 nfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  98. 3fbd67a NFSv4: Iterate through all nfs_clients when the server recalls a delegation by Trond Myklebust · 16 years ago
  99. ff05264 NFS: Change nfs_find_client() to take "struct sockaddr *" by Chuck Lever · 16 years ago
  100. c1d3586 NFS: Change cb_recallargs to pass "struct sockaddr *" instead of sockaddr_in by Chuck Lever · 16 years ago