1. b03d735 NFS: Add method to retrieve fs_locations during migration recovery by Chuck Lever · 11 years ago
  2. ec011fe NFS: Introduce a vector of migration recovery ops by Chuck Lever · 11 years ago
  3. 800c06a NFS: Add functions to swap transports during migration recovery by Chuck Lever · 11 years ago
  4. 312cd95 NFSv4.1: sp4_mach_cred: WARN_ON -> WARN_ON_ONCE by Weston Andros Adamson · 11 years ago
  5. ade33ff NFSv4.1: sp4_mach_cred: no need to ref count creds by Weston Andros Adamson · 11 years ago
  6. 5e6b199 NFSv4: Fix security auto-negotiation by Trond Myklebust · 11 years ago
  7. 8c21c62 nfs4.1: Add SP4_MACH_CRED write and commit support by Weston Andros Adamson · 11 years ago
  8. ab4c236 nfs4.1: Add state protection handler by Weston Andros Adamson · 11 years ago
  9. f6de7a3 NFSv4: Document the recover_lost_locks kernel parameter by Trond Myklebust · 11 years ago
  10. ef1820f NFSv4: Don't try to recover NFSv4 locks when they are lost. by NeilBrown · 11 years ago
  11. abf79bb NFS: Add a slot table to struct nfs_client for NFSv4.0 transport blocking by Chuck Lever · 11 years ago
  12. 220e09c NFS: Remove unused call_sync minor version op by Chuck Lever · 11 years ago
  13. 9915ea7 NFS: Add RPC callouts to start NFSv4.0 synchronous requests by Chuck Lever · 11 years ago
  14. 5a580e0 NFS: Clean up nfs4_setup_sequence() by Chuck Lever · 11 years ago
  15. 73d8bde NFS: Never use user credentials for lease renewal by Chuck Lever · 11 years ago
  16. 959d921 Merge branch 'labeled-nfs' into linux-next by Trond Myklebust · 11 years ago
  17. a09df2c NFSv4: Extend fattr bitmaps to support all 3 words by David Quigley · 11 years ago
  18. 965e9c2 NFSv4.1: Ensure that reclaim_complete uses the right credential by Trond Myklebust · 11 years ago
  19. c8b2d0b NFSv4.1: Ensure that we free the lock stateid on the server by Trond Myklebust · 11 years ago
  20. 92b40e9 NFSv4: Use the open stateid if the delegation has the wrong mode by Trond Myklebust · 11 years ago
  21. 39c6daa NFSv4: Prepare for minorversion-specific nfs_server capabilities by Trond Myklebust · 11 years ago
  22. 5521abf NFSv4: Resend the READ/WRITE RPC call if a stateid change causes an error by Trond Myklebust · 11 years ago
  23. 9b20614 NFSv4: The stateid must remain the same for replayed RPC calls by Trond Myklebust · 11 years ago
  24. 5d42230 NFSv4: Fail I/O if the state recovery fails irrevocably by Trond Myklebust · 11 years ago
  25. 65b62a2 NFSv4: Ensure delegation recall and byte range lock removal don't conflict by Trond Myklebust · 11 years ago
  26. c137afa NFSv4: Allow the state manager to mark an open_owner as being recovered by Trond Myklebust · 11 years ago
  27. 7ce0171 Merge branch 'bugfixes' into nfs-for-next by Trond Myklebust · 12 years ago
  28. 275e7e2 NFSv4.1: Remove the 'FIFO' behaviour for nfs41_setup_sequence by Trond Myklebust · 12 years ago
  29. fd0c095 NFSv4: Simplify the NFSv4/v4.1 synchronous call switch by Trond Myklebust · 12 years ago
  30. d9afbd1 NFSv4.1: Simplify the sequence setup by Trond Myklebust · 12 years ago
  31. c10e449 NFSv4.1: Ping server when our session table limits are too high by Trond Myklebust · 12 years ago
  32. 76e697b NFSv4.1: Move slot table and session struct definitions to nfs4session.h by Trond Myklebust · 12 years ago
  33. 73e39aa NFSv4.1: Cleanup move session slot management to fs/nfs/nfs4session.c by Trond Myklebust · 12 years ago
  34. 3302127 NFSv4: Move nfs4_wait_clnt_recover and nfs4_client_recover_expired_lease by Trond Myklebust · 12 years ago
  35. 5d63360 NFSv4.1: Clean up session draining by Trond Myklebust · 12 years ago
  36. ac07483 NFSv4.1: CB_RECALL_SLOT must schedule a sequence op after updating targets by Trond Myklebust · 12 years ago
  37. afa2961 NFSv4.1: Remove the state manager code to resize the slot table by Trond Myklebust · 12 years ago
  38. 87dda67 NFSv4.1: Allow SEQUENCE to resize the slot table on the fly by Trond Myklebust · 12 years ago
  39. ce008c4 NFSv4.1: Fix nfs4_callback_recallslot to work with dynamic slot allocation by Trond Myklebust · 12 years ago
  40. e3725ec NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointer by Trond Myklebust · 12 years ago
  41. fe20d7d NFSv4: Fix a compile time warning when #undef CONFIG_NFS_V4_1 by Trond Myklebust · 12 years ago
  42. 9216106 NFSv4.1: clean up nfs4_recall_slot to use nfs4_alloc_slots by Trond Myklebust · 12 years ago
  43. 6f2ea7f NFS: Add nfs4_unique_id boot parameter by Chuck Lever · 12 years ago
  44. 05f4c35 NFS: Discover NFSv4 server trunking when mounting by Chuck Lever · 12 years ago
  45. 1f7977c NFSv4.1: Simplify the pNFS return-on-close code by Trond Myklebust · 12 years ago
  46. 795a88c NFSv4: Convert the nfs4_lock_state->ls_flags to a bit field by Trond Myklebust · 12 years ago
  47. 2a36915 NFS: Clean up helper function nfs4_select_rw_stateid() by Trond Myklebust · 12 years ago
  48. 1ae811e NFS: Fix a regression when loading the NFS v4 module by bjschuma@gmail.com · 12 years ago
  49. 89d77c8 NFS: Convert v4 into a module by Bryan Schumaker · 12 years ago
  50. fac1e8e NFS: Keep module parameters in the generic NFS client by Bryan Schumaker · 12 years ago
  51. 19d87ca NFS: Split out remaining NFS v4 inode functions by Bryan Schumaker · 12 years ago
  52. ff9099f2 NFS: Create a try_mount rpc op by Bryan Schumaker · 12 years ago
  53. ab7017a NFS: Add version registering framework by Bryan Schumaker · 12 years ago
  54. 0add3e8 nfs: fix stub return type warnings by Randy Dunlap · 12 years ago
  55. fbdefd6 NFS: Split out the NFS v4 filesystem types by Bryan Schumaker · 12 years ago
  56. 466bfe7 NFS: Initialize v4 sysctls from nfs_init_v4() by Bryan Schumaker · 12 years ago
  57. 129d197 NFS: Create an init_nfs_v4() function by Bryan Schumaker · 12 years ago
  58. 73a7970 NFS: Split out NFS v4 inode operations by Bryan Schumaker · 12 years ago
  59. a8d8f02 NFS: Create custom NFS v4 write_inode() function by Bryan Schumaker · 12 years ago
  60. 6663ee7 NFS: Create an alloc_client rpc_op by Bryan Schumaker · 12 years ago
  61. cdb7ece NFS: Create a free_client rpc_op by Bryan Schumaker · 12 years ago
  62. 1549210f NFSv4: Fix an Oops in the open recovery code by Trond Myklebust · 12 years ago
  63. 9f59479 NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSION by Trond Myklebust · 12 years ago
  64. 6624553 NFSv4.1: Add DESTROY_CLIENTID by Trond Myklebust · 12 years ago
  65. 2cf047c NFSv4.1: Ensure we use the correct credentials for bind_conn_to_session by Trond Myklebust · 12 years ago
  66. 848f5bd NFSv4.1: Ensure we use the correct credentials for session create/destroy by Trond Myklebust · 12 years ago
  67. a9e6444 nfs41: Use BIND_CONN_TO_SESSION for CB_PATH_DOWN* by Weston Andros Adamson · 12 years ago
  68. 7c44f1ae nfs4.1: add BIND_CONN_TO_SESSION operation by Weston Andros Adamson · 12 years ago
  69. 2c820d9 NFS: Force server to drop NFSv4 state by Chuck Lever · 12 years ago
  70. ce1c8fc NFS: Remove nfs_unique_id by Chuck Lever · 12 years ago
  71. 79d4e1f NFS: Use proper naming conventions for NFSv4.1 server scope fields by Chuck Lever · 12 years ago
  72. 3028eb2 NFS: Rename nfs4_proc_get_root() by Bryan Schumaker · 12 years ago
  73. 281cad4 NFS: Create a submount rpc_op by Bryan Schumaker · 12 years ago
  74. 2671bfc NFS: Remove secinfo knowledge out of the generic client by Bryan Schumaker · 12 years ago
  75. f05d147 NFS: Fix following referral mount points with different security by Bryan Schumaker · 12 years ago
  76. 72de53e NFS: Do secinfo as part of lookup by Bryan Schumaker · 12 years ago
  77. 95b72eb NFSv4: Ensure we do not reuse open owner names by Trond Myklebust · 12 years ago
  78. 5ae67c4 NFSv4: It is not safe to dereference lsp->ls_state in release_lockowner by Trond Myklebust · 12 years ago
  79. 4fc8796 NFSv4: Clean up nfs4_select_rw_stateid() by Trond Myklebust · 12 years ago
  80. 3114ea7 NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODE by Trond Myklebust · 12 years ago
  81. cf470c3 NFSv4: Don't free the nfs4_lock_state until after the release_lockowner by Trond Myklebust · 12 years ago
  82. 2d2f24a NFSv4: Simplify the struct nfs4_stateid by Trond Myklebust · 12 years ago
  83. f597c53 NFSv4: Add helpers for basic copying of stateids by Trond Myklebust · 12 years ago
  84. 1e3987c NFSv4: Rename nfs4_copy_stateid() by Trond Myklebust · 12 years ago
  85. 36281ca NFSv4: Further clean-ups of delegation stateid validation by Trond Myklebust · 12 years ago
  86. a1d0b5e NFS: Properly handle the case where the delegation is revoked by Trond Myklebust · 12 years ago
  87. 0cb3284 NFSv4.1: Get rid of NFS4CLNT_LAYOUTRECALL by Trond Myklebust · 12 years ago
  88. 4601df2 NFSv4: Avoid thundering herd issues with nfs_release_seqid by Trond Myklebust · 12 years ago
  89. 961a828 SUNRPC: Fix potential races in xprt_lock_write_next() by Trond Myklebust · 12 years ago
  90. 48c22eb NFS: Move struct nfs_unique_id into struct nfs_seqid_counter by Trond Myklebust · 12 years ago
  91. 7ba127a NFSv4: Move contents of struct rpc_sequence into struct nfs_seqid_counter by Trond Myklebust · 12 years ago
  92. 9d12b21 NFSv41: Add a new helper nfs4_init_sequence() by Trond Myklebust · 12 years ago
  93. d2d7ce2 NFSv4: Replace lock_owner->ld_id with an ida based allocator by Trond Myklebust · 12 years ago
  94. 9157c31 NFSv4: Replace state_owner->so_owner_id with an ida based allocator by Trond Myklebust · 12 years ago
  95. d1e284d NFSv4: Clean up nfs4_get_state_owner by Trond Myklebust · 12 years ago
  96. 0aaaf5c NFS: Cache state owners after files are closed by Chuck Lever · 13 years ago
  97. 1442d16 Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  98. a9004ab nfsd4: cleanup and consolidate seqid_mutating_err by J. Bruce Fields · 13 years ago
  99. 042b60b NFSv4: renewd needs to be able to handle the NFS4ERR_CB_PATH_DOWN error by Trond Myklebust · 13 years ago
  100. 2f60ea6 NFSv4: The NFSv4.0 client must send RENEW calls if it holds a delegation by Trond Myklebust · 13 years ago