LinuxLists
Users
About
Trond Myklebust (
[email protected]
)
Number of posts: 2399 (1.71 per day)
First post: 2014-01-13 13:35:15
Last post: 2017-11-19 04:18:14
Previous Page
/
Next Page
Date
List
Subject
2016-09-17 05:13:56
linux-nfs
[PATCH v5 21/25] NFSv4: Fix a race in nfs_inode_reclaim_delegation()
2016-09-17 05:13:55
linux-nfs
[PATCH v5 20/25] NFSv4: Pass the stateid to the exception handler in nfs4_read/write_done_cb
2016-09-17 05:13:54
linux-nfs
[PATCH v5 19/25] NFSv4.1: nfs4_layoutget_handle_exception handle revoked state
2016-09-17 05:13:53
linux-nfs
[PATCH v5 18/25] NFSv4: nfs4_handle_setlk_error() handle expiration as revoke case
2016-09-17 05:13:52
linux-nfs
[PATCH v5 17/25] NFSv4: nfs4_handle_delegation_recall_error() handle expiration as revoke case
2016-09-17 05:13:51
linux-nfs
[PATCH v5 16/25] NFSv4: nfs4_do_handle_exception() handle revoke/expiry of a single stateid
2016-09-17 05:13:50
linux-nfs
[PATCH v5 15/25] NFSv4: nfs_inode_find_delegation_state_and_recover() should check all stateids
2016-09-17 05:13:49
linux-nfs
[PATCH v5 13/25] NFSv4.1: Ensure we call FREE_STATEID if needed on close/delegreturn/locku
2016-09-17 05:13:49
linux-nfs
[PATCH v5 14/25] NFSv4: Ensure we don't re-test revoked and freed stateids
2016-09-17 05:13:47
linux-nfs
[PATCH v5 11/25] NFSv4.1: Ensure we always run TEST/FREE_STATEID on locks
2016-09-17 05:13:47
linux-nfs
[PATCH v5 12/25] NFSv4.1: FREE_STATEID can be asynchronous
2016-09-17 05:13:45
linux-nfs
[PATCH v5 10/25] NFSv4.1: Allow revoked stateids to skip the call to TEST_STATEID
2016-09-17 05:13:44
linux-nfs
[PATCH v5 08/25] NFSv4.1: Deal with server reboots during delegation expiration recovery
2016-09-17 05:13:44
linux-nfs
[PATCH v5 09/25] NFSv4.1: Don't recheck delegations that have already been checked
2016-09-17 05:13:43
linux-nfs
[PATCH v5 07/25] NFSv4.1: Test delegation stateids when server declares "some state revoked"
2016-09-17 05:13:42
linux-nfs
[PATCH v5 06/25] NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateid
2016-09-17 05:13:41
linux-nfs
[PATCH v5 05/25] NFSv4.1: Add a helper function to deal with expired stateids
2016-09-17 05:13:40
linux-nfs
[PATCH v5 04/25] NFSv4.1: Allow test_stateid to handle session errors without waiting
2016-09-17 05:13:39
linux-nfs
[PATCH v5 03/25] NFSv4.1: Don't check delegations that are already marked as revoked
2016-09-17 05:13:38
linux-nfs
[PATCH v5 02/25] NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()
2016-09-17 05:13:37
linux-nfs
[PATCH v5 01/25] NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flags
2016-09-17 05:13:36
linux-nfs
[PATCH v5 00/25] Fix delegation behaviour when server revokes some state
2016-09-15 22:26:15
linux-nfs
[PATCH] pNFS: Fix atime updates on pNFS clients
2016-09-15 16:46:28
linux-nfs
[PATCH v4 20/20] NFSv4: Fix a race when updating an open_stateid
2016-09-15 16:46:27
linux-nfs
[PATCH v4 19/20] NFSv4: Fix a race in nfs_inode_reclaim_delegation()
2016-09-15 16:46:26
linux-nfs
[PATCH v4 18/20] NFSv4: Pass the stateid to the exception handler in nfs4_read/write_done_cb
2016-09-15 16:46:25
linux-nfs
[PATCH v4 17/20] NFSv4.1: nfs4_layoutget_handle_exception handle revoked state
2016-09-15 16:46:24
linux-nfs
[PATCH v4 16/20] NFSv4: nfs4_handle_setlk_error() handle expiration as revoke case
2016-09-15 16:46:23
linux-nfs
[PATCH v4 15/20] NFSv4: nfs4_handle_delegation_recall_error() handle expiration as revoke case
2016-09-15 16:46:22
linux-nfs
[PATCH v4 14/20] NFSv4: nfs4_do_handle_exception() handle revoke/expiry of a single stateid
2016-09-15 16:46:21
linux-nfs
[PATCH v4 13/20] NFSv4: nfs_inode_find_delegation_state_and_recover() should check all stateids
2016-09-15 16:46:19
linux-nfs
[PATCH v4 12/20] NFSv4.1: Ensure we call FREE_STATEID if needed on close/delegreturn/locku
2016-09-15 16:46:18
linux-nfs
[PATCH v4 11/20] NFSv4.1: FREE_STATEID can be asynchronous
2016-09-15 16:46:17
linux-nfs
[PATCH v4 10/20] NFSv4.1: Ensure we always run TEST/FREE_STATEID on locks
2016-09-15 16:46:16
linux-nfs
[PATCH v4 05/20] NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateid
2016-09-15 16:46:16
linux-nfs
[PATCH v4 09/20] NFSv4.1: Allow revoked stateids to skip the call to TEST_STATEID
2016-09-15 16:46:15
linux-nfs
[PATCH v4 08/20] NFSv4.1: Don't recheck delegations that have already been checked
2016-09-15 16:46:14
linux-nfs
[PATCH v4 07/20] NFSv4.1: Deal with server reboots during delegation expiration recovery
2016-09-15 16:46:13
linux-nfs
[PATCH v4 06/20] NFSv4.1: Test delegation stateids when server declares "some state revoked"
2016-09-15 16:46:11
linux-nfs
[PATCH v4 04/20] NFSv4.1: Add a helper function to deal with expired stateids
2016-09-15 16:46:08
linux-nfs
[PATCH v4 03/20] NFSv4.1: Allow test_stateid to handle session errors without waiting
2016-09-15 16:46:07
linux-nfs
[PATCH v4 02/20] NFSv4.1: Don't check delegations that are already marked as revoked
2016-09-15 16:46:06
linux-nfs
[PATCH v4 01/20] NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flags
2016-09-15 16:46:04
linux-nfs
[PATCH v4 00/20] Fix delegation behaviour when server revokes some state
2016-09-11 19:12:19
linux-nfs
[PATCH] NFSv4.1: Fix the CREATE_SESSION slot number accounting
2016-09-09 18:04:57
linux-nfs
[PATCH v3 09/12] NFSv4.1: Allow revoked stateids to skip the call to TEST_STATEID
2016-09-09 18:04:56
linux-nfs
[PATCH v3 12/12] NFSv4.1: Ensure we call FREE_STATEID if needed on close/delegreturn/locku
2016-09-09 18:04:55
linux-nfs
[PATCH v3 11/12] NFSv4.1: FREE_STATEID can be asynchronous
2016-09-09 18:04:53
linux-nfs
[PATCH v3 10/12] NFSv4.1: Ensure we always run TEST/FREE_STATEID on locks
2016-09-09 18:04:52
linux-nfs
[PATCH v3 04/12] NFSv4.1: Add a helper function to deal with expired stateids
2016-09-09 18:04:51
linux-nfs
[PATCH v3 08/12] NFSv4.1: Don't recheck delegations that have already been checked