linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-29 20:34:33 to 2014-08-02 01:21:27 UTC [more...]

Killing process in D state on mount to dead NFS server
 2014-08-02  1:21 UTC  (8+ messages)
    ` Killing process in D state on mount to dead NFS server. (when process is in fsync)

[PATCH 00/37] nfsd: remaining client_mutex removal patches
 2014-08-01 20:48 UTC  (40+ messages)
` [PATCH 01/37] nfsd: Ensure struct nfs4_client is unhashed before we try to destroy it
` [PATCH 02/37] nfsd: Ensure that the laundromat unhashes the client before releasing locks
` [PATCH 03/37] nfsd: Don't require client_lock in free_client
` [PATCH 04/37] nfsd: Move create_client() call outside the lock
` [PATCH 05/37] nfsd: Protect unconfirmed client creation using client_lock
` [PATCH 06/37] nfsd: Protect session creation and client confirm "
` [PATCH 07/37] nfsd: Protect nfsd4_destroy_clientid "
` [PATCH 08/37] nfsd: Ensure lookup_clientid() takes client_lock
` [PATCH 09/37] nfsd: Add lockdep assertions to document the nfs4_client/session locking
` [PATCH 10/37] nfsd: protect the close_lru list and oo_last_closed_stid with client_lock
` [PATCH 11/37] nfsd: move unhash_client_locked call into mark_client_expired_locked
` [PATCH 12/37] nfsd: don't destroy client if mark_client_expired_locked fails
` [PATCH 13/37] nfsd: don't destroy clients that are busy
` [PATCH 14/37] nfsd: protect clid and verifier generation with client_lock
` [PATCH 15/37] nfsd: abstract out the get and set routines into the fault injection ops
` [PATCH 16/37] nfsd: add a forget_clients "get" routine with proper locking
` [PATCH 17/37] nfsd: add a forget_client set_clnt routine
` [PATCH 18/37] nfsd: add nfsd_inject_forget_clients
` [PATCH 19/37] nfsd: add a list_head arg to nfsd_foreach_client_lock
` [PATCH 20/37] nfsd: add more granular locking to forget_locks fault injector
` [PATCH 21/37] nfsd: add more granular locking to forget_openowners "
` [PATCH 22/37] nfsd: add more granular locking to *_delegations fault injectors
` [PATCH 23/37] nfsd: remove old fault injection infrastructure
` [PATCH 24/37] nfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op()
` [PATCH 25/37] nfsd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateid
` [PATCH 26/37] nfsd: Remove nfs4_lock_state(): nfsd4_release_lockowner
` [PATCH 27/37] nfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()
` [PATCH 28/37] nfsd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_close
` [PATCH 29/37] nfsd: Remove nfs4_lock_state(): nfsd4_delegreturn()
` [PATCH 30/37] nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirm
` [PATCH 31/37] nfsd: Remove nfs4_lock_state(): exchange_id, create/destroy_session()
` [PATCH 32/37] nfsd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renew
` [PATCH 33/37] nfsd: Remove nfs4_lock_state(): reclaim_complete()
` [PATCH 34/37] nfsd: remove nfs4_lock_state: nfs4_laundromat
` [PATCH 35/37] nfsd: remove nfs4_lock_state: nfs4_state_shutdown_net
` [PATCH 36/37] nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappers
` [PATCH 37/37] nfsd: add some comments to the nfsd4 object definitions

[PATCH] NFSD: Decrease nfsd_users in nfsd_startup_generic fail
 2014-08-01 20:29 UTC  (4+ messages)

[PATCH v3 00/38] nfsd: stateid and stateowner refcounting overhaul
 2014-08-01 20:25 UTC  (51+ messages)
` [PATCH v3 01/38] nfsd: Add reference counting to the lock and open stateids
` [PATCH v3 02/38] nfsd: Cleanup the freeing of stateids
` [PATCH v3 03/38] nfsd: Add a struct nfs4_file field to struct nfs4_stid
` [PATCH v3 04/38] nfsd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file
` [PATCH v3 05/38] nfsd4: use cl_lock to synchronize all stateid idr calls
` [PATCH v3 06/38] nfsd: do filp_close in sc_free callback for lock stateids
` [PATCH v3 07/38] nfsd: Add locking to protect the state owner lists
` [PATCH v3 08/38] nfsd: clean up races in lock stateid searching and creation
` [PATCH v3 09/38] nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateid
` [PATCH v3 10/38] nfsd: Add reference counting to lock stateids
` [PATCH v3 11/38] nfsd: nfsd4_locku() must reference the lock stateid
` [PATCH v3 12/38] nfsd: Ensure that nfs4_open_delegation() references the delegation stateid
` [PATCH v3 13/38] nfsd: nfsd4_process_open2() must reference "
` [PATCH v3 14/38] nfsd: nfsd4_process_open2() must reference the open stateid
` [PATCH v3 15/38] nfsd: Prepare nfsd4_close() for open stateid referencing
` [PATCH v3 16/38] nfsd: nfsd4_open_confirm() must reference the open stateid
` [PATCH v3 17/38] nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op
` [PATCH v3 18/38] nfsd: Migrate the stateid reference into nfs4_preprocess_seqid_op
` [PATCH v3 19/38] nfsd: Migrate the stateid reference into nfs4_lookup_stateid()
` [PATCH v3 20/38] nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type()
` [PATCH v3 21/38] nfsd: Add reference counting to state owners
` [PATCH v3 22/38] nfsd: Add a mutex to protect the NFSv4.0 open owner replay cache
` [PATCH v3 23/38] nfsd: clean up lockowner refcounting when finding them
` [PATCH v3 24/38] nfsd: add an operation for unhashing a stateowner
` [PATCH v3 25/38] nfsd: Make lock stateid take a reference to the lockowner
` [PATCH v3 26/38] nfsd: clean up refcounting for lockowners
` [PATCH v3 27/38] nfsd: make openstateids hold references to their openowners
` [PATCH v3 28/38] nfsd: don't allow CLOSE to proceed until refcount on stateid drops
` [PATCH v3 29/38] nfsd: Protect adding/removing open state owners using client_lock
` [PATCH v3 30/38] nfsd: Protect adding/removing lock "
` [PATCH v3 31/38] nfsd: Move the open owner hash table into struct nfs4_client
` [PATCH v3 32/38] nfsd: clean up and reorganize release_lockowner
` [PATCH v3 33/38] nfsd: add locking to stateowner release
` [PATCH v3 34/38] nfsd: optimize destroy_lockowner cl_lock thrashing
` [PATCH v3 35/38] nfsd: close potential race in nfsd4_free_stateid
` [PATCH v3 36/38] nfsd: reduce cl_lock thrashing in release_openowner
` [PATCH v3 37/38] nfsd: don't thrash the cl_lock while freeing an open stateid
` [PATCH v3 38/38] nfsd: rename unhash_generic_stateid to unhash_ol_stateid

[PATCH] svcrdma: remove rdma_create_qp() failure recovery logic
 2014-08-01 14:15 UTC  (2+ messages)

[GIT PULL] Please pull NFS client RDMA changes for 3.17
 2014-07-31 20:54 UTC 

[PATCH v5 00/21] NFS/RDMA client patches for 3.17
 2014-07-31 20:44 UTC  (23+ messages)
` [PATCH v5 01/21] xprtrdma: Fix panic in rpcrdma_register_frmr_external()
` [PATCH v5 02/21] xprtrdma: Protect ia->ri_id when unmapping/invalidating MRs
` [PATCH v5 03/21] xprtrdma: Limit data payload size for ALLPHYSICAL
` [PATCH v5 04/21] xprtrdma: Update rkeys after transport reconnect
` [PATCH v5 05/21] xprtrdma: On disconnect, don't ignore pending CQEs
` [PATCH v5 06/21] xprtrdma: Don't invalidate FRMRs if registration fails
` [PATCH v5 07/21] xprtrdma: Unclutter struct rpcrdma_mr_seg
` [PATCH v5 08/21] xprtrdma: Back off rkey when FAST_REG_MR fails
` [PATCH v5 09/21] xprtrdma: Chain together all MWs in same buffer pool
` [PATCH v5 10/21] xprtrdma: Properly handle exhaustion of the rb_mws list
` [PATCH v5 11/21] xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnect
` [PATCH v5 12/21] xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work Request
` [PATCH v5 13/21] xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external()
` [PATCH v5 14/21] xprtrdma: Disable completions for FAST_REG_MR Work Requests
` [PATCH v5 15/21] xprtrdma: Disable completions for LOCAL_INV "
` [PATCH v5 16/21] xprtrdma: Rename frmr_wr
` [PATCH v5 17/21] xprtrdma: Allocate each struct rpcrdma_mw separately
` [PATCH v5 18/21] xprtrdma: Schedule reply tasklet once per upcall
` [PATCH v5 19/21] xprtrdma: Make rpcrdma_ep_disconnect() return void
` [PATCH v5 20/21] xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macro
` [PATCH v5 21/21] xprtrdma: Handle additional connection events

[REVIEW][PATCH] NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes
 2014-07-31 20:18 UTC 

[PATCH 00/11] Porting nfs-utils to musl libc
 2014-07-31 11:34 UTC  (15+ messages)
` [PATCH 01/11] conffile: use standard uint*_t and unsigned char
` [PATCH 02/11] Fix header include for definition of NULL
` [PATCH 03/11] replace __attribute_malloc__ with the more portable __attribute__((__malloc__))
` [PATCH 04/11] exportfs: define _GNU_SOURCE for stat64
` [PATCH 05/11] mountd: define _GNU_SOURCE for statfs64 and use standard dev_t
` [PATCH 06/11] nfsstat: replace the legacy SA_ONESHOT with standard SA_RESETHAND
` [PATCH 07/11] Allow usage of getrpcbynumber() when getrpcbynumber_r() is unavailable
` [PATCH 08/11] include libgen.h for basename
` [PATCH 09/11] Only work around glibc bugs on glibc
` [PATCH 10/11] exportfs: fix test of NULL pointer in host_pton()
` [PATCH 11/11] exportfs: only do glibc specific hackery on glibc

-- Re: Very Urgent
 2014-07-30 23:27 UTC 

-- Re: Very Urgent
 2014-07-30 23:27 UTC 

[PATCH] svcrdma: delete double assignment
 2014-07-30 19:59 UTC  (3+ messages)

[PATCH v4 00/21] NFS/RDMA client patches for 3.17
 2014-07-30 19:11 UTC  (3+ messages)
` [PATCH v4 08/21] xprtrdma: Back off rkey when FAST_REG_MR fails

NFSv4.1 ACL reference implementation
 2014-07-30 18:21 UTC  (6+ messages)

[PATCH 0/7] sunrpc: sparse warning cleanups
 2014-07-30 17:56 UTC  (3+ messages)
` [PATCH v2 0/5] "

[PATCH] nfsd: print status when nfsd4_open fails to open file it just created
 2014-07-30 13:28 UTC  (3+ messages)
` [PATCH resend] "

[PATCH v2 00/38] nfsd: stateid and stateowner refcounting overhaul
 2014-07-30  1:28 UTC  (40+ messages)
` [PATCH v2 02/38] nfsd: Cleanup the freeing of stateids
` [PATCH v2 03/38] nfsd: Add a struct nfs4_file field to struct nfs4_stid
` [PATCH v2 04/38] nfsd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file
` [PATCH v2 05/38] nfsd4: use cl_lock to synchronize all stateid idr calls
` [PATCH v2 06/38] nfsd: do filp_close in sc_free callback for lock stateids
` [PATCH v2 07/38] nfsd: Add locking to protect the state owner lists
` [PATCH v2 08/38] nfsd: clean up races in lock stateid searching and creation
` [PATCH v2 09/38] nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateid
` [PATCH v2 10/38] nfsd: Add reference counting to lock stateids
` [PATCH v2 11/38] nfsd: nfsd4_locku() must reference the lock stateid
` [PATCH v2 12/38] nfsd: Ensure that nfs4_open_delegation() references the delegation stateid
` [PATCH v2 13/38] nfsd: nfsd4_process_open2() must reference "
` [PATCH v2 14/38] nfsd: nfsd4_process_open2() must reference the open stateid
` [PATCH v2 15/38] nfsd: Prepare nfsd4_close() for open stateid referencing
` [PATCH v2 16/38] nfsd: nfsd4_open_confirm() must reference the open stateid
` [PATCH v2 17/38] nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op
` [PATCH v2 18/38] nfsd: Migrate the stateid reference into nfs4_preprocess_seqid_op
` [PATCH v2 19/38] nfsd: Migrate the stateid reference into nfs4_lookup_stateid()
` [PATCH v2 20/38] nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type()
` [PATCH v2 21/38] nfsd: Add reference counting to state owners
` [PATCH v2 22/38] nfsd: Add a mutex to protect the NFSv4.0 open owner replay cache
` [PATCH v2 23/38] nfsd: clean up lockowner refcounting when finding them
` [PATCH v2 24/38] nfsd: add an operation for unhashing a stateowner
` [PATCH v2 25/38] nfsd: Make lock stateid take a reference to the lockowner
` [PATCH v2 26/38] nfsd: clean up refcounting for lockowners
` [PATCH v2 27/38] nfsd: make openstateids hold references to their openowners
` [PATCH v2 28/38] nfsd: don't allow CLOSE to proceed until refcount on stateid drops
` [PATCH v2 29/38] nfsd: Protect adding/removing open state owners using client_lock
` [PATCH v2 30/38] nfsd: Protect adding/removing lock "
` [PATCH v2 31/38] nfsd: Move the open owner hash table into struct nfs4_client
` [PATCH v2 32/38] nfsd: clean up and reorganize release_lockowner
` [PATCH v2 33/38] nfsd: add locking to stateowner release
` [PATCH v2 34/38] nfsd: optimize destroy_lockowner cl_lock thrashing
` [PATCH v2 35/38] nfsd: close potential race in nfsd4_free_stateid
` [PATCH v2 36/38] nfsd: reduce cl_lock thrashing in release_openowner
` [PATCH v2 37/38] nfsd: don't thrash the cl_lock while freeing an open stateid
` [PATCH v2 38/38] nfsd: rename unhash_generic_stateid to unhash_ol_stateid

nfs4_state_manager() vs. nfs_server_remove_lists()
 2014-07-29 21:58 UTC  (4+ messages)

Patch For Making Readdir_plus configurable
 2014-07-29 20:34 UTC  (3+ messages)


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