LinuxLists
Users
About
Jeff Layton (
[email protected]
)
Number of posts: 995 (4.48 per day)
First post: 2014-06-06 13:25:43
Last post: 2015-01-14 18:09:07
Previous Page
/
Next Page
Date
List
Subject
2014-06-26 19:21:41
linux-nfs
[PATCH v2 091/117] nfsd: move unhash_client_locked call into mark_client_expired_locked
2014-06-26 19:21:39
linux-nfs
[PATCH v2 090/117] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock
2014-06-26 19:21:38
linux-nfs
[PATCH v2 089/117] nfsd: protect the close_lru list and oo_last_closed_stid with client_lock
2014-06-26 19:21:37
linux-nfs
[PATCH v2 088/117] nfsd: Add lockdep assertions to document the nfs4_client/session locking
2014-06-26 19:21:35
linux-nfs
[PATCH v2 087/117] nfsd: Ensure lookup_clientid() takes client_lock
2014-06-26 19:21:34
linux-nfs
[PATCH v2 086/117] nfsd: Protect nfsd4_destroy_clientid using client_lock
2014-06-26 19:21:33
linux-nfs
[PATCH v2 085/117] nfsd: Protect session creation and client confirm using client_lock
2014-06-26 19:21:32
linux-nfs
[PATCH v2 084/117] nfsd: Protect unconfirmed client creation using client_lock
2014-06-26 19:15:39
linux-nfs
[PATCH v2 083/117] nfsd: Move create_client() call outside the lock
2014-06-26 19:15:37
linux-nfs
[PATCH v2 082/117] nfsd: Don't require client_lock in free_client
2014-06-26 19:15:36
linux-nfs
[PATCH v2 081/117] nfsd: Ensure that the laundromat unhashes the client before releasing locks
2014-06-26 19:15:35
linux-nfs
[PATCH v2 080/117] nfsd: Ensure struct nfs4_client is unhashed before we try to destroy it
2014-06-26 19:15:33
linux-nfs
[PATCH v2 079/117] nfsd: don't thrash the cl_lock while freeing an open stateid
2014-06-26 19:15:32
linux-nfs
[PATCH v2 078/117] nfsd: reduce cl_lock thrashing in release_openowner
2014-06-26 19:15:30
linux-nfs
[PATCH v2 077/117] nfsd: close potential race in nfsd4_free_stateid
2014-06-26 19:15:29
linux-nfs
[PATCH v2 076/117] nfsd: optimize destroy_lockowner cl_lock thrashing
2014-06-26 19:15:28
linux-nfs
[PATCH v2 075/117] nfsd: add locking to stateowner release
2014-06-26 19:15:27
linux-nfs
[PATCH v2 073/117] nfsd: Move the open owner hash table into struct nfs4_client
2014-06-26 19:15:27
linux-nfs
[PATCH v2 074/117] lockdep: add lockdep_assert_not_held
2014-06-26 19:15:23
linux-nfs
[PATCH v2 072/117] nfsd: Protect adding/removing lock owners using client_lock
2014-06-26 19:15:22
linux-nfs
[PATCH v2 071/117] nfsd: Protect adding/removing open state owners using client_lock
2014-06-26 19:15:21
linux-nfs
[PATCH v2 070/117] nfsd: don't allow CLOSE to proceed until refcount on stateid drops
2014-06-26 19:15:20
linux-nfs
[PATCH v2 069/117] nfsd: make openstateids hold references to their openowners
2014-06-26 19:15:18
linux-nfs
[PATCH v2 068/117] nfsd: clean up refcounting for lockowners
2014-06-26 19:15:17
linux-nfs
[PATCH v2 067/117] nfsd: Make lock stateid take a reference to the lockowner
2014-06-26 19:15:16
linux-nfs
[PATCH v2 066/117] nfsd: add an operation for unhashing a stateowner
2014-06-26 19:15:14
linux-nfs
[PATCH v2 065/117] nfsd: clean up lockowner refcounting when finding them
2014-06-26 19:15:13
linux-nfs
[PATCH v2 064/117] nfsd: Keep a reference to the open stateid for the NFSv4.0 replay cache
2014-06-26 19:15:12
linux-nfs
[PATCH v2 063/117] nfsd: Add reference counting to state owners
2014-06-26 19:15:10
linux-nfs
[PATCH v2 062/117] nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type()
2014-06-26 19:15:09
linux-nfs
[PATCH v2 061/117] nfsd: Migrate the stateid reference into nfs4_lookup_stateid()
2014-06-26 19:15:07
linux-nfs
[PATCH v2 060/117] nfsd: Migrate the stateid reference into nfs4_preprocess_seqid_op
2014-06-26 19:15:06
linux-nfs
[PATCH v2 059/117] nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op
2014-06-26 19:15:05
linux-nfs
[PATCH v2 058/117] nfsd: nfsd4_open_confirm() must reference the open stateid
2014-06-26 19:15:04
linux-nfs
[PATCH v2 057/117] nfsd: Prepare nfsd4_close() for open stateid referencing
2014-06-26 19:15:03
linux-nfs
[PATCH v2 056/117] nfsd: nfsd4_process_open2() must reference the open stateid
2014-06-26 19:15:01
linux-nfs
[PATCH v2 055/117] nfsd: nfsd4_process_open2() must reference the delegation stateid
2014-06-26 19:14:59
linux-nfs
[PATCH v2 054/117] nfsd: Ensure that nfs4_open_delegation() references the delegation stateid
2014-06-26 19:14:58
linux-nfs
[PATCH v2 053/117] nfsd: nfsd4_locku() must reference the lock stateid
2014-06-26 19:14:57
linux-nfs
[PATCH v2 052/117] nfsd: Add reference counting to lock stateids
2014-06-26 19:14:56
linux-nfs
[PATCH v2 051/117] nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateid
2014-06-26 19:14:54
linux-nfs
[PATCH v2 050/117] nfsd: Slight cleanup of find_stateid()
2014-06-26 19:14:53
linux-nfs
[PATCH v2 049/117] nfsd: Convert delegation counter to an atomic_long_t type
2014-06-26 19:14:52
linux-nfs
[PATCH v2 048/117] nfsd: clean up races in lock stateid searching and creation
2014-06-26 19:14:50
linux-nfs
[PATCH v2 047/117] nfsd: Add locking to protect the state owner lists
2014-06-26 19:14:49
linux-nfs
[PATCH v2 046/117] nfsd: do filp_close in sc_free callback for lock stateids
2014-06-26 19:14:48
linux-nfs
[PATCH v2 045/117] nfsd: Cleanup the freeing of stateids
2014-06-26 19:14:46
linux-nfs
[PATCH v2 044/117] nfsd: Ensure atomicity of stateid destruction and idr tree removal
2014-06-26 19:14:45
linux-nfs
[PATCH v2 043/117] nfsd: Ensure stateids remain unique until they are freed
2014-06-26 19:14:44
linux-nfs
[PATCH v2 042/117] nfsd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file
2014-06-26 19:14:42
linux-nfs
[PATCH v2 041/117] nfsd: Add a struct nfs4_file field to struct nfs4_stid