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