1. 08cb47f NFSv4.1: Add tracepoints for debugging test_stateid events by Trond Myklebust · 11 years ago
  2. 2f92ae3 NFSv4.1: Add tracepoints for debugging slot table operations by Trond Myklebust · 11 years ago
  3. 1037e6e NFSv4.1: Add tracepoints for debugging layoutget/return/commit by Trond Myklebust · 11 years ago
  4. cc668ab NFSv4: Add tracepoints for debugging reads and writes by Trond Myklebust · 11 years ago
  5. b5f875a NFSv4: Add tracepoints for debugging getattr by Trond Myklebust · 11 years ago
  6. ca8acf8 NFSv4: Add tracepoints for debugging delegations by Trond Myklebust · 11 years ago
  7. fbc6f7c NFSv4: Add tracepoints for debugging rename by Trond Myklebust · 11 years ago
  8. c1578b7 NFSv4: Add tracepoints for debugging inode manipulations by Trond Myklebust · 11 years ago
  9. 078ea3d NFSv4: Add tracepoints for debugging lookup/create operations by Trond Myklebust · 11 years ago
  10. d1b748a NFSv4: Add tracepoints for debugging file locking by Trond Myklebust · 11 years ago
  11. 42113a7 NFSv4: Add tracepoints for debugging file open by Trond Myklebust · 11 years ago
  12. c6d01c6 NFSv4: Add tracepoints for debugging state management problems by Trond Myklebust · 11 years ago
  13. 17f26b1 NFSv4: Deal with some more sparse warnings by Trond Myklebust · 11 years ago
  14. c281fa9c NFSv4: Deal with a sparse warning in nfs4_opendata_alloc by Trond Myklebust · 11 years ago
  15. 9743120 NFSv4.1 Use clientid management rpc_clnt for secinfo_no_name by Andy Adamson · 11 years ago
  16. 5ec16a8 NFSv4.1 Use clientid management rpc_clnt for secinfo by Andy Adamson · 11 years ago
  17. 73d8bde NFS: Never use user credentials for lease renewal by Chuck Lever · 11 years ago
  18. 55b5929 NFSv4: Fix nfs4_init_uniform_client_string for net namespaces by Trond Myklebust · 11 years ago
  19. 1771c57 NFSv4.1 Use the mount point rpc_clnt for layoutreturn by Andy Adamson · 11 years ago
  20. cc7936f nfs: fix open(O_RDONLY|O_TRUNC) in NFS4.0 by Nadav Shemer · 11 years ago
  21. be0c5d8 Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  22. 959d921 Merge branch 'labeled-nfs' into linux-next by Trond Myklebust · 11 years ago
  23. 18aad3d NFSv4.1 Refactor nfs4_init_session and nfs4_init_channel_attrs by Andy Adamson · 11 years ago
  24. 207bc11 Merge branch 'freezer' by Rafael J. Wysocki · 11 years ago
  25. 7017310 NFS: Apply v4.1 capabilities to v4.2 by Bryan Schumaker · 11 years ago
  26. fe2d539 NFSv4: SETCLIENTID add the format string for the NETID by Djalal Harouni · 11 years ago
  27. c9bccef NFS: Extend NFS xattr handlers to accept the security namespace by David Quigley · 11 years ago
  28. aa9c266 NFS: Client implementation of Labeled-NFS by David Quigley · 11 years ago
  29. 14c43f7 NFS: Add label lifecycle management by David Quigley · 11 years ago
  30. 1775fd3 NFS:Add labels to client function prototypes by David Quigley · 11 years ago
  31. a09df2c NFSv4: Extend fattr bitmaps to support all 3 words by David Quigley · 11 years ago
  32. 42c2c42 NFSv4.2: Added NFS v4.2 support to the NFS client by Steve Dickson · 11 years ago
  33. c45ffdd NFSv4: Close another NFSv4 recovery race by Trond Myklebust · 11 years ago
  34. 275bb30 NFSv4: Move dentry instantiation into the NFSv4-specific atomic open code by Trond Myklebust · 11 years ago
  35. 3efb972 NFSv4: Refactor _nfs4_open_and_get_state to set ctx->state by Trond Myklebust · 11 years ago
  36. 4197a05 NFSv4: Cleanup: pass the nfs_open_context to nfs4_do_open by Trond Myklebust · 11 years ago
  37. 4f0b429 NFSv4.1: Enable state protection by Trond Myklebust · 11 years ago
  38. cd5875f NFSv4.1: Use layout credentials for get_deviceinfo calls by Trond Myklebust · 11 years ago
  39. ab7cb0d NFSv4.1: Ensure that test_stateid and free_stateid use correct credentials by Trond Myklebust · 11 years ago
  40. 965e9c2 NFSv4.1: Ensure that reclaim_complete uses the right credential by Trond Myklebust · 11 years ago
  41. 9556000 NFSv4.1: Ensure that layoutreturn uses the correct credential by Trond Myklebust · 11 years ago
  42. 6ab5934 NFSv4.1: Ensure that layoutget is called using the layout credential by Trond Myklebust · 11 years ago
  43. f448bad NFSv4: Fix a thinko in nfs4_try_open_cached by Trond Myklebust · 11 years ago
  44. 774d5f1 NFSv4.1 Fix a pNFS session draining deadlock by Andy Adamson · 11 years ago
  45. 416ad3c freezer: add unsafe versions of freezable helpers for NFS by Colin Cross · 11 years ago
  46. c8b2d0b NFSv4.1: Ensure that we free the lock stateid on the server by Trond Myklebust · 11 years ago
  47. 7c1d5fa NFSv4: Convert nfs41_free_stateid to use an asynchronous RPC call by Trond Myklebust · 11 years ago
  48. c5a2a15 NFSv4.x: Fix handling of partially delegated locks by Trond Myklebust · 11 years ago
  49. 721ccfb NFSv4: Warn once about servers that incorrectly apply open mode to setattr by Trond Myklebust · 11 years ago
  50. ee3ae84 NFSv4: Servers should only check SETATTR stateid open mode on size change by Trond Myklebust · 11 years ago
  51. b0212b8 Merge branch 'bugfixes' into linux-next by Trond Myklebust · 11 years ago
  52. bd1d421 Merge branch 'rpcsec_gss-from_cel' into linux-next by Trond Myklebust · 11 years ago
  53. bdeca1b NFSv4: Don't recheck permissions on open in case of recovery cached open by Trond Myklebust · 11 years ago
  54. cd4c9be NFSv4.1: Don't do a delegated open for NFS4_OPEN_CLAIM_DELEG_CUR_FH modes by Trond Myklebust · 11 years ago
  55. 8188df1 NFSv4.1: Use the more efficient open_noattr call for open-by-filehandle by Trond Myklebust · 11 years ago
  56. fd068b2 NFSv4: Ensure that we clear the NFS_OPEN_STATE flag when appropriate by Trond Myklebust · 11 years ago
  57. 8e472f3 NFSv4: Ensure the LOCK call cannot use the delegation stateid by Trond Myklebust · 11 years ago
  58. 92b40e9 NFSv4: Use the open stateid if the delegation has the wrong mode by Trond Myklebust · 11 years ago
  59. 549b19c NFSv4: Record the OPEN create mode used in the nfs4_opendata structure by Trond Myklebust · 11 years ago
  60. b570a97 NFSv4: Fix handling of revoked delegations by setattr by Trond Myklebust · 11 years ago
  61. b9536ad NFSv4 release the sequence id in the return on close case by Andy Adamson · 11 years ago
  62. fa33294 NFSv4: Fix another potential state manager deadlock by Trond Myklebust · 11 years ago
  63. bc7a05c NFSv4: Handle timeouts correctly when probing for lease validity by Trond Myklebust · 11 years ago
  64. db4f2e63 NFSv4: Clean up delegation recall error handling by Trond Myklebust · 11 years ago
  65. be76b5b NFSv4: Clean up nfs4_open_delegation_recall by Trond Myklebust · 11 years ago
  66. 4a706fa NFSv4: Clean up nfs4_lock_delegation_recall by Trond Myklebust · 11 years ago
  67. 8b6cc4d NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_open_delegation_recall by Trond Myklebust · 11 years ago
  68. dbb21c2 NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_lock_delegation_recall by Trond Myklebust · 11 years ago
  69. c4eafe1 NFS: Try AUTH_UNIX when PUTROOTFH gets NFS4ERR_WRONGSEC by Chuck Lever · 11 years ago
  70. 9a744ba NFS: Use static list of security flavors during root FH lookup recovery by Chuck Lever · 11 years ago
  71. 83ca7f5 NFS: Avoid PUTROOTFH when managing leases by Chuck Lever · 11 years ago
  72. 2ed4b95b NFS: Clean up nfs4_proc_get_rootfh by Chuck Lever · 11 years ago
  73. 75bc882 NFS: Handle missing rpc.gssd when looking up root FH by Chuck Lever · 11 years ago
  74. 91876b1 NFSv4: Fix another reboot recovery race by Trond Myklebust · 11 years ago
  75. 6e3cf24 NFSv4: Add a mapping for NFS4ERR_FILE_OPEN in nfs4_map_errors by Trond Myklebust · 11 years ago
  76. ccb46e2 NFSv4.1: Use CLAIM_DELEG_CUR_FH opens when available by Trond Myklebust · 11 years ago
  77. 49f9a0f NFSv4.1: Enable open-by-filehandle by Trond Myklebust · 11 years ago
  78. 4a1c089 NFSv4: Clean up nfs4_opendata_alloc in preparation for NFSv4.1 open modes by Trond Myklebust · 11 years ago
  79. 3b66486 NFSv4.1: Select the "most recent locking state" for read/write/setattr stateids by Trond Myklebust · 11 years ago
  80. 39c6daa NFSv4: Prepare for minorversion-specific nfs_server capabilities by Trond Myklebust · 11 years ago
  81. 5521abf NFSv4: Resend the READ/WRITE RPC call if a stateid change causes an error by Trond Myklebust · 11 years ago
  82. 9b20614 NFSv4: The stateid must remain the same for replayed RPC calls by Trond Myklebust · 11 years ago
  83. 5d42230 NFSv4: Fail I/O if the state recovery fails irrevocably by Trond Myklebust · 12 years ago
  84. 2402867 NFSv4.1: Add a helper pnfs_commit_and_return_layout by Trond Myklebust · 11 years ago
  85. a073dbf NFSv4.1: Fix a race in pNFS layoutcommit by Trond Myklebust · 11 years ago
  86. 3000512 NFSv4.1: LAYOUTGET EDELAY loops timeout to the MDS by Weston Andros Adamson · 12 years ago
  87. 7aa262b5 NFSv4: Fix another open/open_recovery deadlock by Trond Myklebust · 12 years ago
  88. a47970f NFSv4.1: Hold reference to layout hdr in layoutget by Weston Andros Adamson · 12 years ago
  89. 085b7a4 NFSv4.1: Don't decode skipped layoutgets by Weston Andros Adamson · 12 years ago
  90. c8da19b NFSv4.1: Fix an ABBA locking issue with session and state serialisation by Trond Myklebust · 12 years ago
  91. c21443c NFSv4: Fix a reboot recovery race when opening a file by Trond Myklebust · 12 years ago
  92. 65b62a2 NFSv4: Ensure delegation recall and byte range lock removal don't conflict by Trond Myklebust · 12 years ago
  93. 37380e4 NFSv4: Fix up the return values of nfs4_open_delegation_recall by Trond Myklebust · 12 years ago
  94. d25be54 NFSv4.1: Don't lose locks when a server reboots during delegation return by Trond Myklebust · 12 years ago
  95. 9a99af49 NFSv4.1: Prevent deadlocks between state recovery and file locking by Trond Myklebust · 12 years ago
  96. 322b2b9 Revert "NFS: add nfs_sb_deactive_async to avoid deadlock" by Trond Myklebust · 12 years ago
  97. f8d9a89 NFS: Fix access to suid/sgid executables by Weston Andros Adamson · 12 years ago
  98. de242c0 NFS: Use FS-Cache invalidation by David Howells · 12 years ago
  99. ac20d16 NFSv4.1: Deal effectively with interrupted RPC calls. by Trond Myklebust · 12 years ago
  100. 8e63b6a NFSv4.1: Move the RPC timestamp out of the slot. by Trond Myklebust · 12 years ago