1. c8b2d0b NFSv4.1: Ensure that we free the lock stateid on the server by Trond Myklebust · 11 years ago
  2. 7c1d5fa NFSv4: Convert nfs41_free_stateid to use an asynchronous RPC call by Trond Myklebust · 11 years ago
  3. c5a2a15 NFSv4.x: Fix handling of partially delegated locks by Trond Myklebust · 11 years ago
  4. 721ccfb NFSv4: Warn once about servers that incorrectly apply open mode to setattr by Trond Myklebust · 11 years ago
  5. ee3ae84 NFSv4: Servers should only check SETATTR stateid open mode on size change by Trond Myklebust · 11 years ago
  6. b0212b8 Merge branch 'bugfixes' into linux-next by Trond Myklebust · 11 years ago
  7. bd1d421 Merge branch 'rpcsec_gss-from_cel' into linux-next by Trond Myklebust · 11 years ago
  8. bdeca1b NFSv4: Don't recheck permissions on open in case of recovery cached open by Trond Myklebust · 11 years ago
  9. cd4c9be NFSv4.1: Don't do a delegated open for NFS4_OPEN_CLAIM_DELEG_CUR_FH modes by Trond Myklebust · 11 years ago
  10. 8188df1 NFSv4.1: Use the more efficient open_noattr call for open-by-filehandle by Trond Myklebust · 11 years ago
  11. fd068b2 NFSv4: Ensure that we clear the NFS_OPEN_STATE flag when appropriate by Trond Myklebust · 11 years ago
  12. 8e472f3 NFSv4: Ensure the LOCK call cannot use the delegation stateid by Trond Myklebust · 11 years ago
  13. 92b40e9 NFSv4: Use the open stateid if the delegation has the wrong mode by Trond Myklebust · 11 years ago
  14. 549b19c NFSv4: Record the OPEN create mode used in the nfs4_opendata structure by Trond Myklebust · 11 years ago
  15. b570a97 NFSv4: Fix handling of revoked delegations by setattr by Trond Myklebust · 11 years ago
  16. b9536ad NFSv4 release the sequence id in the return on close case by Andy Adamson · 11 years ago
  17. fa33294 NFSv4: Fix another potential state manager deadlock by Trond Myklebust · 11 years ago
  18. bc7a05c NFSv4: Handle timeouts correctly when probing for lease validity by Trond Myklebust · 11 years ago
  19. db4f2e63 NFSv4: Clean up delegation recall error handling by Trond Myklebust · 11 years ago
  20. be76b5b NFSv4: Clean up nfs4_open_delegation_recall by Trond Myklebust · 11 years ago
  21. 4a706fa NFSv4: Clean up nfs4_lock_delegation_recall by Trond Myklebust · 11 years ago
  22. 8b6cc4d NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_open_delegation_recall by Trond Myklebust · 11 years ago
  23. dbb21c2 NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_lock_delegation_recall by Trond Myklebust · 11 years ago
  24. c4eafe1 NFS: Try AUTH_UNIX when PUTROOTFH gets NFS4ERR_WRONGSEC by Chuck Lever · 11 years ago
  25. 9a744ba NFS: Use static list of security flavors during root FH lookup recovery by Chuck Lever · 11 years ago
  26. 83ca7f5 NFS: Avoid PUTROOTFH when managing leases by Chuck Lever · 11 years ago
  27. 2ed4b95b NFS: Clean up nfs4_proc_get_rootfh by Chuck Lever · 11 years ago
  28. 75bc882 NFS: Handle missing rpc.gssd when looking up root FH by Chuck Lever · 11 years ago
  29. 91876b1 NFSv4: Fix another reboot recovery race by Trond Myklebust · 11 years ago
  30. 6e3cf24 NFSv4: Add a mapping for NFS4ERR_FILE_OPEN in nfs4_map_errors by Trond Myklebust · 11 years ago
  31. ccb46e2 NFSv4.1: Use CLAIM_DELEG_CUR_FH opens when available by Trond Myklebust · 11 years ago
  32. 49f9a0f NFSv4.1: Enable open-by-filehandle by Trond Myklebust · 11 years ago
  33. 4a1c089 NFSv4: Clean up nfs4_opendata_alloc in preparation for NFSv4.1 open modes by Trond Myklebust · 11 years ago
  34. 3b66486 NFSv4.1: Select the "most recent locking state" for read/write/setattr stateids by Trond Myklebust · 11 years ago
  35. 39c6daa NFSv4: Prepare for minorversion-specific nfs_server capabilities by Trond Myklebust · 11 years ago
  36. 5521abf NFSv4: Resend the READ/WRITE RPC call if a stateid change causes an error by Trond Myklebust · 11 years ago
  37. 9b20614 NFSv4: The stateid must remain the same for replayed RPC calls by Trond Myklebust · 11 years ago
  38. 5d42230 NFSv4: Fail I/O if the state recovery fails irrevocably by Trond Myklebust · 11 years ago
  39. 2402867 NFSv4.1: Add a helper pnfs_commit_and_return_layout by Trond Myklebust · 11 years ago
  40. a073dbf NFSv4.1: Fix a race in pNFS layoutcommit by Trond Myklebust · 11 years ago
  41. 3000512 NFSv4.1: LAYOUTGET EDELAY loops timeout to the MDS by Weston Andros Adamson · 11 years ago
  42. 7aa262b5 NFSv4: Fix another open/open_recovery deadlock by Trond Myklebust · 11 years ago
  43. a47970f NFSv4.1: Hold reference to layout hdr in layoutget by Weston Andros Adamson · 11 years ago
  44. 085b7a4 NFSv4.1: Don't decode skipped layoutgets by Weston Andros Adamson · 12 years ago
  45. c8da19b NFSv4.1: Fix an ABBA locking issue with session and state serialisation by Trond Myklebust · 12 years ago
  46. c21443c NFSv4: Fix a reboot recovery race when opening a file by Trond Myklebust · 12 years ago
  47. 65b62a2 NFSv4: Ensure delegation recall and byte range lock removal don't conflict by Trond Myklebust · 12 years ago
  48. 37380e4 NFSv4: Fix up the return values of nfs4_open_delegation_recall by Trond Myklebust · 12 years ago
  49. d25be54 NFSv4.1: Don't lose locks when a server reboots during delegation return by Trond Myklebust · 12 years ago
  50. 9a99af49 NFSv4.1: Prevent deadlocks between state recovery and file locking by Trond Myklebust · 12 years ago
  51. 322b2b9 Revert "NFS: add nfs_sb_deactive_async to avoid deadlock" by Trond Myklebust · 12 years ago
  52. f8d9a89 NFS: Fix access to suid/sgid executables by Weston Andros Adamson · 12 years ago
  53. de242c0 NFS: Use FS-Cache invalidation by David Howells · 12 years ago
  54. ac20d16 NFSv4.1: Deal effectively with interrupted RPC calls. by Trond Myklebust · 12 years ago
  55. 8e63b6a NFSv4.1: Move the RPC timestamp out of the slot. by Trond Myklebust · 12 years ago
  56. e879444 NFSv4.1: Try to deal with NFS4ERR_SEQ_MISORDERED. by Trond Myklebust · 12 years ago
  57. eb96d5c SUNRPC handle EKEYEXPIRED in call_refreshresult by Andy Adamson · 12 years ago
  58. 8556307 NFSv4.1: Handle NFS4ERR_BADSLOT errors correctly by Trond Myklebust · 12 years ago
  59. 7ce0171 Merge branch 'bugfixes' into nfs-for-next by Trond Myklebust · 12 years ago
  60. 7d3e91a NFSv4: Check for buffer length in __nfs4_get_acl_uncached by Sven Wegener · 12 years ago
  61. b75ad4c NFSv4.1: Ensure smooth handover of slots from one task to the next waiting by Trond Myklebust · 12 years ago
  62. 1e1093c NFSv4.1: Don't mess with task priorities in nfs41_setup_sequence by Trond Myklebust · 12 years ago
  63. 104287c NFS: Remove _nfs_call_sync_session by Bryan Schumaker · 12 years ago
  64. 8fe72ba NFSv4: Clean up handling of privileged operations by Trond Myklebust · 12 years ago
  65. 275e7e2 NFSv4.1: Remove the 'FIFO' behaviour for nfs41_setup_sequence by Trond Myklebust · 12 years ago
  66. 7b939a3 NFSv4.1: Clean up nfs41_setup_sequence by Trond Myklebust · 12 years ago
  67. fd0c095 NFSv4: Simplify the NFSv4/v4.1 synchronous call switch by Trond Myklebust · 12 years ago
  68. d9afbd1 NFSv4.1: Simplify the sequence setup by Trond Myklebust · 12 years ago
  69. 6ba7db3 NFSv4.1: Use nfs41_setup_sequence where appropriate by Trond Myklebust · 12 years ago
  70. c10e449 NFSv4.1: Ping server when our session table limits are too high by Trond Myklebust · 12 years ago
  71. 73e39aa NFSv4.1: Cleanup move session slot management to fs/nfs/nfs4session.c by Trond Myklebust · 12 years ago
  72. 3302127 NFSv4: Move nfs4_wait_clnt_recover and nfs4_client_recover_expired_lease by Trond Myklebust · 12 years ago
  73. 5d63360 NFSv4.1: Clean up session draining by Trond Myklebust · 12 years ago
  74. 69d206b NFSv4.1: If slot allocation fails due to OOM, retry more quickly by Trond Myklebust · 12 years ago
  75. afa2961 NFSv4.1: Remove the state manager code to resize the slot table by Trond Myklebust · 12 years ago
  76. 87dda67 NFSv4.1: Allow SEQUENCE to resize the slot table on the fly by Trond Myklebust · 12 years ago
  77. 97e548a NFSv4.1: Support dynamic resizing of the session slot table by Trond Myklebust · 12 years ago
  78. ce008c4 NFSv4.1: Fix nfs4_callback_recallslot to work with dynamic slot allocation by Trond Myklebust · 12 years ago
  79. da0507b NFSv4.1: Reset the sequence number for slots that have been deallocated by Trond Myklebust · 12 years ago
  80. 464ee9f NFSv4.1: Ensure that the client tracks the server target_highest_slotid by Trond Myklebust · 12 years ago
  81. f4af6e2a NFSv4.1: Clean up nfs4_free_slot by Trond Myklebust · 12 years ago
  82. 2dc03b7 NFSv4.1: Simplify slot allocation by Trond Myklebust · 12 years ago
  83. 2b2fa71 NFSv4.1: Simplify struct nfs4_sequence_args too by Trond Myklebust · 12 years ago
  84. df2fabf NFSv4.1: Label each entry in the session slot tables with its slot number by Trond Myklebust · 12 years ago
  85. e3725ec NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointer by Trond Myklebust · 12 years ago
  86. 933602e NFSv4.1: Shrink struct nfs4_sequence_res by moving sr_renewal_time by Trond Myklebust · 12 years ago
  87. 9216106 NFSv4.1: clean up nfs4_recall_slot to use nfs4_alloc_slots by Trond Myklebust · 12 years ago
  88. 2d473d3 NFSv4.1: nfs4_alloc_slots doesn't need zeroing by Trond Myklebust · 12 years ago
  89. 43095d3 NFSv4.1: We must bump the clientid sequence number after CREATE_SESSION by Trond Myklebust · 12 years ago
  90. 688a902 NFSv4.1: Adjust CREATE_SESSION arguments when mounting a new filesystem by Trond Myklebust · 12 years ago
  91. ae72ae67 NFSv4.1: Don't confuse CREATE_SESSION arguments and results by Trond Myklebust · 12 years ago
  92. 6bdb5f2 NFS: Add sequence_priviliged_ops for nfs4_proc_sequence() by Bryan Schumaker · 12 years ago
  93. 4ea8fed NFSv4: Get rid of unnecessary BUG_ON()s by Trond Myklebust · 12 years ago
  94. d3edcf9 NFSv4: Remove the BUG_ON() from nfs4_get_lease_time_prepare()... by Trond Myklebust · 12 years ago
  95. 998f40b NFS4: nfs4_opendata_access should return errno by Weston Andros Adamson · 12 years ago
  96. f9b1ef5 NFSv4: Initialise the NFSv4.1 slot table highest_used_slotid correctly by Trond Myklebust · 12 years ago
  97. 324d003 NFS: add nfs_sb_deactive_async to avoid deadlock by Weston Andros Adamson · 12 years ago
  98. 2b1bc30 NFSv4: nfs4_locku_done must release the sequence id by Trond Myklebust · 12 years ago
  99. 2240a9e NFSv4.1: We must release the sequence id when we fail to get a session slot by Trond Myklebust · 12 years ago
  100. 399f11c NFS: Wait for session recovery to finish before returning by Bryan Schumaker · 12 years ago