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

Date List Subject
2014-07-21 15:03:30 linux-nfs [PATCH 21/40] nfsd: Migrate the stateid reference into nfs4_lookup_stateid()
2014-07-21 15:03:28 linux-nfs [PATCH 20/40] nfsd: Migrate the stateid reference into nfs4_preprocess_seqid_op
2014-07-21 15:03:27 linux-nfs [PATCH 19/40] nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op
2014-07-21 15:03:25 linux-nfs [PATCH 18/40] nfsd: nfsd4_open_confirm() must reference the open stateid
2014-07-21 15:03:24 linux-nfs [PATCH 17/40] nfsd: Prepare nfsd4_close() for open stateid referencing
2014-07-21 15:03:22 linux-nfs [PATCH 16/40] nfsd: nfsd4_process_open2() must reference the open stateid
2014-07-21 15:03:21 linux-nfs [PATCH 14/40] nfsd: Ensure that nfs4_open_delegation() references the delegation stateid
2014-07-21 15:03:21 linux-nfs [PATCH 15/40] nfsd: nfsd4_process_open2() must reference the delegation stateid
2014-07-21 15:03:18 linux-nfs [PATCH 13/40] nfsd: nfsd4_locku() must reference the lock stateid
2014-07-21 15:03:17 linux-nfs [PATCH 12/40] nfsd: Add reference counting to lock stateids
2014-07-21 15:03:15 linux-nfs [PATCH 11/40] nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateid
2014-07-21 15:03:14 linux-nfs [PATCH 10/40] nfsd: Slight cleanup of find_stateid()
2014-07-21 15:03:12 linux-nfs [PATCH 09/40] nfsd: clean up races in lock stateid searching and creation
2014-07-21 15:03:12 linux-nfs [PATCH 08/40] nfsd: Add locking to protect the state owner lists
2014-07-21 15:03:10 linux-nfs [PATCH 07/40] nfsd: do filp_close in sc_free callback for lock stateids
2014-07-21 15:03:08 linux-nfs [PATCH 06/40] nfsd: Cleanup the freeing of stateids
2014-07-21 15:03:07 linux-nfs [PATCH 05/40] nfsd: Ensure atomicity of stateid destruction and idr tree removal
2014-07-21 15:03:06 linux-nfs [PATCH 04/40] nfsd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file
2014-07-21 15:03:04 linux-nfs [PATCH 03/40] nfsd: Add a struct nfs4_file field to struct nfs4_stid
2014-07-21 15:03:03 linux-nfs [PATCH 02/40] nfsd: Add reference counting to the lock and open stateids
2014-07-21 15:03:02 linux-nfs [PATCH 00/40] nfsd: stateid and stateowner refcounting overhaul
2014-07-21 15:03:02 linux-nfs [PATCH 01/40] nfsd4: use cl_lock to synchronize all stateid idr calls
2014-07-21 13:42:43 linux-nfs [PATCH v5 02/10] nfsd: Move the delegation reference counter into the struct nfs4_stid
2014-07-21 13:37:37 linux-nfs [PATCH] nfsd: print status when nfsd4_open fails to open file it just created
2014-07-21 13:35:31 linux-nfs [PATCH v5 09/10] nfsd: clean up nfs4_set_delegation
2014-07-21 13:35:30 linux-nfs [PATCH v5 10/10] nfsd: give block_delegation and delegation_blocked its own spinlock
2014-07-21 13:35:27 linux-nfs [PATCH v5 08/10] nfsd: clean up arguments to nfs4_open_delegation
2014-07-21 13:35:26 linux-nfs [PATCH v5 07/10] nfsd: drop unused stp arg to alloc_init_deleg
2014-07-21 13:35:24 linux-nfs [PATCH v5 06/10] nfsd: Convert delegation counter to an atomic_long_t type
2014-07-21 13:35:22 linux-nfs [PATCH v5 04/10] nfsd: Fix delegation revocation
2014-07-21 13:35:22 linux-nfs [PATCH v5 05/10] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock
2014-07-21 13:35:21 linux-nfs [PATCH v5 03/10] nfsd: simplify stateid allocation and file handling
2014-07-21 13:35:18 linux-nfs [PATCH v5 01/10] nfsd: Protect the nfs4_file delegation fields using the fi_lock
2014-07-21 13:35:15 linux-nfs [PATCH v5 00/10] nfsd: more delegation fixes to prepare for client_mutex removal
2014-07-18 15:14:03 linux-nfs [PATCH v4 10/10] nfsd: give block_delegation and delegation_blocked its own spinlock
2014-07-18 15:13:56 linux-nfs [PATCH v4 09/10] nfsd: clean up nfs4_set_delegation
2014-07-18 15:13:55 linux-nfs [PATCH v4 08/10] nfsd: clean up arguments to nfs4_open_delegation
2014-07-18 15:13:53 linux-nfs [PATCH v4 07/10] nfsd: drop unused stp arg to alloc_init_deleg
2014-07-18 15:13:52 linux-nfs [PATCH v4 04/10] nfsd: Fix delegation revocation
2014-07-18 15:13:52 linux-nfs [PATCH v4 06/10] nfsd: Convert delegation counter to an atomic_long_t type
2014-07-18 15:13:51 linux-nfs [PATCH v4 05/10] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock
2014-07-18 15:13:49 linux-nfs [PATCH v4 03/10] nfsd: simplify stateid allocation and file handling
2014-07-18 15:13:48 linux-nfs [PATCH v4 02/10] nfsd: Move the delegation reference counter into the struct nfs4_stid
2014-07-18 15:13:46 linux-nfs [PATCH v4 01/10] nfsd: Protect the nfs4_file delegation fields using the fi_lock
2014-07-18 15:13:43 linux-nfs [PATCH v4 00/10] nfsd: more delegation fixes to prepare for client_mutex removal
2014-07-17 19:12:50 linux-nfs [PATCH 6/6] nfsd: Convert delegation counter to an atomic_long_t type
2014-07-17 19:12:49 linux-nfs [PATCH 5/6] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock
2014-07-17 19:12:48 linux-nfs [PATCH 4/6] nfsd: Fix delegation revocation
2014-07-17 19:12:46 linux-nfs [PATCH 3/6] nfsd: simplify stateid allocation and file handling
2014-07-17 19:12:45 linux-nfs [PATCH 2/6] nfsd: Move the delegation reference counter into the struct nfs4_stid
2014-07-17 19:12:43 linux-nfs [PATCH 1/6] nfsd: Protect the nfs4_file delegation fields using the fi_lock