messages from 2016-09-16 20:28:29 to 2016-09-22 20:34:10 UTC [more...]
[PATCH net-next 0/3] udp: refactor memory accounting
2016-09-22 20:34 UTC (11+ messages)
` [PATCH net-next 1/3] net/socket: factor out helpers for memory and queue manipulation
` [PATCH net-next 2/3] udp: implement memory accounting helpers
` [PATCH net-next 3/3] udp: use it's own memory accounting schema
[0/2] make nfsd's setclientid behavior migration-friendly
2016-09-22 20:23 UTC (7+ messages)
` [PATCH 1/2] nfsd: randomize SETCLIENTID reply to help distinguish servers
` [PATCH 2/2] nfsd4: setclientid_confirm with unmatched verifier should fail
sunrpc's tcp_max_slot_table_entries
2016-09-22 19:06 UTC (2+ messages)
[PATCH v7 00/31] Fix delegation behaviour when server revokes some state
2016-09-22 17:39 UTC (32+ messages)
` [PATCH v7 01/31] NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flags
` [PATCH v7 02/31] NFS: Fix inode corruption in nfs_prime_dcache()
` [PATCH v7 03/31] NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()
` [PATCH v7 04/31] NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalid
` [PATCH v7 05/31] NFSv4.1: Don't check delegations that are already marked as revoked
` [PATCH v7 06/31] NFSv4.1: Allow test_stateid to handle session errors without waiting
` [PATCH v7 07/31] NFSv4.1: Add a helper function to deal with expired stateids
` [PATCH v7 08/31] NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateid
` [PATCH v7 09/31] NFSv4.1: Test delegation stateids when server declares "some state revoked"
` [PATCH v7 10/31] NFSv4.1: Deal with server reboots during delegation expiration recovery
` [PATCH v7 11/31] NFSv4.1: Don't recheck delegations that have already been checked
` [PATCH v7 12/31] NFSv4.1: Allow revoked stateids to skip the call to TEST_STATEID
` [PATCH v7 13/31] NFSv4.1: Ensure we always run TEST/FREE_STATEID on locks
` [PATCH v7 14/31] NFSv4.1: FREE_STATEID can be asynchronous
` [PATCH v7 15/31] NFSv4.1: Ensure we call FREE_STATEID if needed on close/delegreturn/locku
` [PATCH v7 16/31] NFSv4: Ensure we don't re-test revoked and freed stateids
` [PATCH v7 17/31] NFSv4: nfs_inode_find_state_and_recover() should check all stateids
` [PATCH v7 18/31] NFSv4: nfs4_handle_delegation_recall_error() handle expiration as revoke case
` [PATCH v7 19/31] NFSv4: nfs4_handle_setlk_error() "
` [PATCH v7 20/31] NFSv4.1: nfs4_layoutget_handle_exception handle revoked state
` [PATCH v7 21/31] NFSv4: Pass the stateid to the exception handler in nfs4_read/write_done_cb
` [PATCH v7 22/31] NFSv4: Fix a race in nfs_inode_reclaim_delegation()
` [PATCH v7 23/31] NFSv4: Fix a race when updating an open_stateid
` [PATCH v7 24/31] NFS: Always call nfs_inode_find_state_and_recover() when revoking a delegation
` [PATCH v7 25/31] NFSv4: nfs4_do_handle_exception() handle revoke/expiry of a single stateid
` [PATCH v7 26/31] NFSv4: Don't test open_stateid unless it is set
` [PATCH v7 27/31] NFSv4: Mark the lock and open stateids as invalid after freeing them
` [PATCH v7 28/31] NFSv4: Open state recovery must account for file permission changes
` [PATCH v7 29/31] NFSv4: Fix retry issues with nfs41_test/free_stateid
` [PATCH v7 30/31] NFSv4: If recovery failed for a specific open stateid, then don't retry
` [PATCH v7 31/31] NFSv4.1: Even if the stateid is OK, we may need to recover the open modes
[nfs-utils PATCH] mountstats: add pNFS READs and WRITEs
2016-09-22 17:35 UTC (2+ messages)
nfsd crash when running xfstests/089
2016-09-22 16:20 UTC (3+ messages)
[PATCH 1/2] NFSD: notifiers registration cleanup
2016-09-22 16:15 UTC (4+ messages)
[PATCH] nfsd: fix dprintk in nfsd4_encode_getdeviceinfo
2016-09-22 16:12 UTC (2+ messages)
[PATCH 0/2] NFS: Use complete() instead complete_all()
2016-09-22 11:54 UTC (3+ messages)
` [PATCH 1/2] NFS: direct: use complete() instead of complete_all()
` [PATCH 2/2] NFS: cache_lib: "
NFS client behaviour with soft mount
2016-09-22 4:59 UTC (5+ messages)
[PATCH v6 00/29] Fix delegation behaviour when server revokes some state
2016-09-21 16:39 UTC (34+ messages)
` [PATCH v6 01/29] NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flags
` [PATCH v6 02/29] NFS: Fix inode corruption in nfs_prime_dcache()
` [PATCH v6 03/29] NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()
` [PATCH v6 04/29] NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalid
` [PATCH v6 05/29] NFSv4.1: Don't check delegations that are already marked as revoked
` [PATCH v6 06/29] NFSv4.1: Allow test_stateid to handle session errors without waiting
` [PATCH v6 07/29] NFSv4.1: Add a helper function to deal with expired stateids
` [PATCH v6 08/29] NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateid
` [PATCH v6 09/29] NFSv4.1: Test delegation stateids when server declares "some state revoked"
` [PATCH v6 10/29] NFSv4.1: Deal with server reboots during delegation expiration recovery
` [PATCH v6 11/29] NFSv4.1: Don't recheck delegations that have already been checked
` [PATCH v6 12/29] NFSv4.1: Allow revoked stateids to skip the call to TEST_STATEID
` [PATCH v6 13/29] NFSv4.1: Ensure we always run TEST/FREE_STATEID on locks
` [PATCH v6 14/29] NFSv4.1: FREE_STATEID can be asynchronous
` [PATCH v6 15/29] NFSv4.1: Ensure we call FREE_STATEID if needed on close/delegreturn/locku
` [PATCH v6 16/29] NFSv4: Ensure we don't re-test revoked and freed stateids
` [PATCH v6 17/29] NFSv4: nfs_inode_find_delegation_state_and_recover() should check all stateids
` [PATCH v6 18/29] NFSv4: nfs4_handle_delegation_recall_error() handle expiration as revoke case
` [PATCH v6 19/29] NFSv4: nfs4_handle_setlk_error() "
` [PATCH v6 20/29] NFSv4.1: nfs4_layoutget_handle_exception handle revoked state
` [PATCH v6 21/29] NFSv4: Pass the stateid to the exception handler in nfs4_read/write_done_cb
` [PATCH v6 22/29] NFSv4: Fix a race in nfs_inode_reclaim_delegation()
` [PATCH v6 23/29] NFSv4: Fix a race when updating an open_stateid
` [PATCH v6 24/29] NFS: Always call nfs_inode_find_state_and_recover() when revoking a delegation
` [PATCH v6 25/29] NFSv4: nfs4_do_handle_exception() handle revoke/expiry of a single stateid
` [PATCH v6 26/29] NFSv4: Don't test open_stateid unless it is set
` [PATCH v6 27/29] NFSv4: Mark the lock and open stateids as invalid after freeing them
` [PATCH v6 28/29] NFSv4: Open state recovery must account for file permission changes
` [PATCH v6 29/29] NFSv4: Fix retry issues with nfs41_test/free_stateid
[PATCH 2/2] notifiers: double register detection
2016-09-21 12:33 UTC
[PATCH] osd_login: argc appears unused after defined
2016-09-21 9:27 UTC
[PATCH] NFS: nfs_prime_dcache must validate the filename
2016-09-20 18:34 UTC
[PATCH 1/2] SUNRPC: Fix corruption of xdr->nwords in xdr_copy_to_scratch
2016-09-20 18:33 UTC (2+ messages)
` [PATCH 2/2] SUNRPC: Fix setting of buffer length in xdr_set_next_buffer()
[PATCH] pnfs/blocklayout: update last_write_offset atomically with extents
2016-09-20 16:38 UTC (8+ messages)
` [PATCH v3] "
` [PATCH] pnfs/blocklayout: last_write_offset incorrectly set to end of extent
[PATCH v2] nfs: cover ->migratepage with CONFIG_MIGRATION
2016-09-20 5:59 UTC
[PATCH] nfs: cover ->migratepage with CONFIG_MIGRATION
2016-09-20 12:51 UTC (3+ messages)
[PATCH] sunrpc: queue work on system_power_efficient_wq
2016-09-20 5:03 UTC (3+ messages)
` 答复: "
Revalidate failure leads to unmount (was: Mountpoints disappearing from namespace unexpectedly.)
2016-09-20 1:44 UTC
[PATCH] nfs: add missing CONFIG_MIGRATION for nfs_migrate_page
2016-09-20 0:34 UTC (3+ messages)
[PATCH] NFS: audit and remove any unnecessary uses of module.h
2016-09-19 20:19 UTC
[PATCH v4 0/9] nfs: add CB_NOTIFY_LOCK support to nfs client
2016-09-19 17:22 UTC (11+ messages)
` [PATCH v4 1/9] nfs: the length argument to read_buf should be unsigned
` [PATCH v4 2/9] nfs: eliminate pointless and confusing do_vfs_lock wrappers
` [PATCH v4 3/9] nfs: use safe, interruptible sleeps when waiting to retry LOCK
` [PATCH v4 4/9] nfs: add a new NFS4_OPEN_RESULT_MAY_NOTIFY_LOCK constant
` [PATCH v4 5/9] nfs: track whether server sets MAY_NOTIFY_LOCK flag
` [PATCH v4 6/9] nfs: add handling for CB_NOTIFY_LOCK in client
` [PATCH v4 7/9] nfs: move nfs4_set_lock_state call into caller
` [PATCH v4 8/9] nfs: move nfs4 lock retry attempt loop to a separate function
` [PATCH v4 9/9] nfs: allow blocking locks to be awoken by lock callbacks
[PATCH v4 resend 0/2] pnfs: allow client to support servers that send multiple layout types
2016-09-19 17:13 UTC (2+ messages)
[PATCH] sunrpc: include gid in the rpc_cred_cache hash
2016-09-19 15:37 UTC (7+ messages)
[PATCHv2] sunrpc: fix write space race causing stalls
2016-09-19 12:58 UTC
[PATCH v5 00/25] Fix delegation behaviour when server revokes some state
2016-09-18 23:30 UTC (39+ messages)
` [PATCH v5 01/25] NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flags
` [PATCH v5 02/25] NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()
` [PATCH v5 03/25] NFSv4.1: Don't check delegations that are already marked as revoked
` [PATCH v5 04/25] NFSv4.1: Allow test_stateid to handle session errors without waiting
` [PATCH v5 05/25] NFSv4.1: Add a helper function to deal with expired stateids
` [PATCH v5 06/25] NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateid
` [PATCH v5 07/25] NFSv4.1: Test delegation stateids when server declares "some state revoked"
` [PATCH v5 08/25] NFSv4.1: Deal with server reboots during delegation expiration recovery
` [PATCH v5 09/25] NFSv4.1: Don't recheck delegations that have already been checked
` [PATCH v5 10/25] NFSv4.1: Allow revoked stateids to skip the call to TEST_STATEID
` [PATCH v5 11/25] NFSv4.1: Ensure we always run TEST/FREE_STATEID on locks
` [PATCH v5 12/25] NFSv4.1: FREE_STATEID can be asynchronous
` [PATCH v5 13/25] NFSv4.1: Ensure we call FREE_STATEID if needed on close/delegreturn/locku
` [PATCH v5 14/25] NFSv4: Ensure we don't re-test revoked and freed stateids
` [PATCH v5 15/25] NFSv4: nfs_inode_find_delegation_state_and_recover() should check all stateids
` [PATCH v5 16/25] NFSv4: nfs4_do_handle_exception() handle revoke/expiry of a single stateid
` [PATCH v5 17/25] NFSv4: nfs4_handle_delegation_recall_error() handle expiration as revoke case
` [PATCH v5 18/25] NFSv4: nfs4_handle_setlk_error() "
` [PATCH v5 19/25] NFSv4.1: nfs4_layoutget_handle_exception handle revoked state
` [PATCH v5 20/25] NFSv4: Pass the stateid to the exception handler in nfs4_read/write_done_cb
` [PATCH v5 21/25] NFSv4: Fix a race in nfs_inode_reclaim_delegation()
` [PATCH v5 22/25] NFSv4: Fix a race when updating an open_stateid
` [PATCH v5 23/25] NFS: Always call nfs_inode_find_state_and_recover() when revoking a delegation
` [PATCH v5 24/25] NFSv4: Don't test open_stateid unless it is set
` [PATCH v5 25/25] NFSv4: Mark the lock and open stateids as invalid after freeing them
[PATCH v2 0/4] Add copy_file_range() tests
2016-09-17 17:03 UTC (2+ messages)
nfs broken on Fedora-24, 32-bit?
2016-09-16 23:31 UTC (4+ messages)
[PATCH v3 0/9] nfs: add CB_NOTIFY_LOCK support to nfs client
2016-09-16 21:59 UTC (8+ messages)
` [PATCH v3 2/9] nfs: check for POSIX lock capability on server even for flock locks
` [PATCH v3 8/9] nfs: move nfs4 lock retry attempt loop to a separate function
[GIT PULL] one more nfsd bugfix for 4.8
2016-09-16 21:29 UTC
[PATCH v4 00/20] Fix delegation behaviour when server revokes some state
2016-09-16 21:28 UTC (6+ messages)
[PATCH v3 0/5] add CB_NOTIFY_LOCK support to knfsd
2016-09-16 20:28 UTC (6+ messages)
` [PATCH v3 1/5] nfsd: plumb in a CB_NOTIFY_LOCK operation
` [PATCH v3 2/5] nfsd: have nfsd4_lock use blocking locks for v4.1+ locks
` [PATCH v3 3/5] nfsd: add a LRU list for blocked locks
` [PATCH v3 4/5] nfs: add a new NFS4_OPEN_RESULT_MAY_NOTIFY_LOCK constant
` [PATCH v3 5/5] nfsd: set the MAY_NOTIFY_LOCK flag in OPEN replies
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).