linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-20 16:56:15 to 2016-09-29 20:20:08 UTC [more...]

[PATCH v3 00/15] Fix TCP connection port number reuse in NFSv3
 2016-09-29 20:20 UTC  (8+ messages)
` [PATCH v3 01/15] SUNRPC: Set SO_REUSEPORT socket option for TCP connections
  ` [PATCH v3 02/15] SUNRPC: Handle EADDRINUSE on connect
    ` [PATCH v3 03/15] SUNRPC: Do not clear the source port in xs_reset_transport
      ` [PATCH v3 04/15] SUNRPC: Ensure xs_reset_transport() resets the close connection flags
        ` [PATCH v3 05/15] SUNRPC: Add helpers to prevent socket create from racing

[PATCH 0/5] Add auth-specific auth_cred hash functions
 2016-09-29 15:44 UTC  (6+ messages)
` [PATCH 1/5] sunrpc: add hash_cred() function to rpc_authops struct
` [PATCH 2/5] sunrpc: add generic_auth hash_cred() function
` [PATCH 3/5] sunrpc: add auth_unix "
` [PATCH 4/5] sunrpc: add RPCSEC_GSS "
` [PATCH 5/5] sunrpc: replace generic auth_cred hash with auth-specific function

[PATCH net-next v3 0/3] udp: refactor memory accounting
 2016-09-29 14:59 UTC  (13+ messages)
` [PATCH net-next v3 1/3] net/socket: factor out helpers for memory and queue manipulation
` [PATCH net-next v3 2/3] udp: implement memory accounting helpers
` [PATCH net-next v3 3/3] udp: use it's own memory accounting schema

[PATCH v26 00/21] Richacls (Core and Ext4)
 2016-09-28 23:32 UTC 

[PATCH v25 00/21] Richacls (Core and Ext4)
 2016-09-28 23:29 UTC  (22+ messages)
` [PATCH v26 01/21] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v26 02/21] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v26 03/21] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v26 04/21] vfs: Add permission flags for setting file attributes
` [PATCH v26 05/21] richacl: In-memory representation and helper functions
` [PATCH v26 06/21] richacl: Permission mapping functions
` [PATCH v26 07/21] richacl: Permission check algorithm
` [PATCH v26 08/21] richacl: Compute maximum file masks from an acl
` [PATCH v26 09/21] vfs: Cache base_acl objects in inodes
` [PATCH v26 10/21] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v26 11/21] vfs: Cache richacl in struct inode
` [PATCH v26 12/21] richacl: Update the file masks in chmod()
` [PATCH v26 13/21] richacl: Check if an acl is equivalent to a file mode
` [PATCH v26 14/21] richacl: Create-time inheritance
` [PATCH v26 15/21] richacl: Automatic Inheritance
` [PATCH v26 16/21] richacl: xattr mapping functions
` [PATCH v26 17/21] richacl: Add richacl xattr handler
` [PATCH v26 18/21] vfs: Add richacl permission checking
` [PATCH v26 19/21] vfs: Move check_posix_acl and check_richacl out of fs/namei.c
` [PATCH v26 20/21] ext4: Add richacl support
` [PATCH v26 21/21] ext4: Add richacl feature flag

[Troubleshooting]: nfs4 share randomly freezes when editing a file
 2016-09-28 11:59 UTC 

[PATCH net-next v2 0/3] udp: refactor memory accounting
 2016-09-28  7:43 UTC  (6+ messages)
` [PATCH net-next v2 1/3] net/socket: factor out helpers for memory and queue manipulation
` [PATCH net-next v2 2/3] udp: implement memory accounting helpers
` [PATCH net-next v2 3/3] udp: use it's own memory accounting schema

[PATCH 0/2] NFS: Use complete() instead complete_all()
 2016-09-27 17:18 UTC  (10+ messages)
` [PATCH 1/2] NFS: direct: use complete() instead of complete_all()
` [PATCH 2/2] NFS: cache_lib: "

[PATCH v7 00/31] Fix delegation behaviour when server revokes some state
 2016-09-26 21:03 UTC  (35+ 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

[PATCH] sunrpc: queue work on system_power_efficient_wq
 2016-09-26 20:56 UTC  (3+ messages)
    ` 答复: "

[PATCH v3 0/5] add CB_NOTIFY_LOCK support to knfsd
 2016-09-26 16:03 UTC  (9+ messages)
` [PATCH v3 2/5] nfsd: have nfsd4_lock use blocking locks for v4.1+ locks

RE RE
 2016-09-24  6:04 UTC 

[PATCH 1/1] Retry operation on EREMOTEIO on an interrupted slot
 2016-09-23 21:24 UTC 

reuse of slot and seq# when RPC was interrupted
 2016-09-23 20:38 UTC  (14+ messages)

nfsd crash when running xfstests/089
 2016-09-23 17:42 UTC  (5+ messages)

[PATCH net-next 0/3] udp: refactor memory accounting
 2016-09-23  9:56 UTC  (13+ 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

[PATCH] xprtrdma: use complete() instead complete_all()
 2016-09-23  8:41 UTC 

[PATCH v3 0/6] server-side NFS/RDMA patches proposed for v4.9
 2016-09-22 20:38 UTC  (2+ messages)

[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)

[nfs-utils PATCH] mountstats: add pNFS READs and WRITEs
 2016-09-22 17:35 UTC  (2+ 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)

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()


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).