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-08 18:04:42
linux-nfs
[PATCH v4 005/100] nfsd: Move the delegation reference counter into the struct nfs4_stid
2014-07-08 18:04:41
linux-nfs
[PATCH v4 004/100] nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
2014-07-08 18:04:40
linux-nfs
[PATCH v4 003/100] nfsd: Ensure stateids remain unique until they are freed
2014-07-08 18:04:39
linux-nfs
[PATCH v4 002/100] nfsd: reduce some spinlocking in put_client_renew
2014-07-08 18:04:37
linux-nfs
[PATCH v4 001/100] nfsd: close potential race between delegation break and laundromat
2014-07-08 18:04:36
linux-nfs
[PATCH v4 000/101] nfsd: eliminate the client_mutex
2014-07-08 12:17:16
linux-kernel
[PATCH resend #5] fcntl-linux.h: add new definitions and manual updates for open file description locks
2014-07-07 19:03:49
linux-nfs
[PATCH] nfsd: close potential race between delegation break and laundromat
2014-07-03 19:16:00
linux-nfs
[PATCH] nfsd: add a nfserrno mapping for -E2BIG to nfserr_fbig
2014-07-03 11:54:27
linux-nfs
[PATCH] nfsd: properly convert return from commit_metadata to __be32
2014-07-02 20:11:30
linux-nfs
[PATCH] nfsd: add a new /proc/fs/nfsd/max_connections file
2014-06-30 15:55:29
linux-nfs
[PATCH v3 114/114] nfsd: add some comments to the nfsd4 object definitions
2014-06-30 15:55:27
linux-nfs
[PATCH v3 113/114] nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappers
2014-06-30 15:55:26
linux-nfs
[PATCH v3 112/114] nfsd: remove nfs4_lock_state: nfs4_state_shutdown_net
2014-06-30 15:55:24
linux-nfs
[PATCH v3 111/114] nfsd: remove nfs4_lock_state: nfs4_laundromat
2014-06-30 15:55:23
linux-nfs
[PATCH v3 110/114] nfsd: Remove nfs4_lock_state(): reclaim_complete()
2014-06-30 15:55:22
linux-nfs
[PATCH v3 109/114] nfsd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renew
2014-06-30 15:55:20
linux-nfs
[PATCH v3 108/114] nfsd: Remove nfs4_lock_state(): exchange_id, create/destroy_session()
2014-06-30 15:55:19
linux-nfs
[PATCH v3 107/114] nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirm
2014-06-30 15:55:18
linux-nfs
[PATCH v3 106/114] nfsd: Remove nfs4_lock_state(): nfsd4_delegreturn()
2014-06-30 15:55:16
linux-nfs
[PATCH v3 105/114] nfsd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_close
2014-06-30 15:55:15
linux-nfs
[PATCH v3 104/114] nfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()
2014-06-30 15:55:13
linux-nfs
[PATCH v3 103/114] nfsd: Remove nfs4_lock_state(): nfsd4_release_lockowner
2014-06-30 15:55:13
linux-nfs
[PATCH v3 102/114] nfsd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateid
2014-06-30 15:55:10
linux-nfs
[PATCH v3 101/114] nfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op()
2014-06-30 15:55:09
linux-nfs
[PATCH v3 100/114] nfsd: remove old fault injection infrastructure
2014-06-30 15:55:08
linux-nfs
[PATCH v3 099/114] nfsd: add more granular locking to *_delegations fault injectors
2014-06-30 15:52:50
linux-nfs
[PATCH v3 098/114] nfsd: add more granular locking to forget_openowners fault injector
2014-06-30 15:52:49
linux-nfs
[PATCH v3 097/114] nfsd: add more granular locking to forget_locks fault injector
2014-06-30 15:52:48
linux-nfs
[PATCH v3 096/114] nfsd: add a list_head arg to nfsd_foreach_client_lock
2014-06-30 15:52:46
linux-nfs
[PATCH v3 095/114] nfsd: add nfsd_inject_forget_clients
2014-06-30 15:52:45
linux-nfs
[PATCH v3 094/114] nfsd: add a forget_client set_clnt routine
2014-06-30 15:52:43
linux-nfs
[PATCH v3 093/114] nfsd: add a forget_clients "get" routine with proper locking
2014-06-30 15:52:43
linux-nfs
[PATCH v3 092/114] nfsd: abstract out the get and set routines into the fault injection ops
2014-06-30 15:52:41
linux-nfs
[PATCH v3 091/114] nfsd: protect clid and verifier generation with client_lock
2014-06-30 15:52:39
linux-nfs
[PATCH v3 090/114] nfsd: don't destroy clients that are busy
2014-06-30 15:52:38
linux-nfs
[PATCH v3 089/114] nfsd: don't destroy client if mark_client_expired_locked fails
2014-06-30 15:52:37
linux-nfs
[PATCH v3 088/114] nfsd: move unhash_client_locked call into mark_client_expired_locked
2014-06-30 15:52:35
linux-nfs
[PATCH v3 087/114] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock
2014-06-30 15:52:34
linux-nfs
[PATCH v3 086/114] nfsd: protect the close_lru list and oo_last_closed_stid with client_lock
2014-06-30 15:52:33
linux-nfs
[PATCH v3 085/114] nfsd: Add lockdep assertions to document the nfs4_client/session locking
2014-06-30 15:52:31
linux-nfs
[PATCH v3 084/114] nfsd: Ensure lookup_clientid() takes client_lock
2014-06-30 15:52:30
linux-nfs
[PATCH v3 083/114] nfsd: Protect nfsd4_destroy_clientid using client_lock
2014-06-30 15:52:29
linux-nfs
[PATCH v3 082/114] nfsd: Protect session creation and client confirm using client_lock
2014-06-30 15:52:27
linux-nfs
[PATCH v3 081/114] nfsd: Protect unconfirmed client creation using client_lock
2014-06-30 15:52:26
linux-nfs
[PATCH v3 080/114] nfsd: Move create_client() call outside the lock
2014-06-30 15:52:24
linux-nfs
[PATCH v3 079/114] nfsd: Don't require client_lock in free_client
2014-06-30 15:52:23
linux-nfs
[PATCH v3 078/114] nfsd: Ensure that the laundromat unhashes the client before releasing locks
2014-06-30 15:52:22
linux-nfs
[PATCH v3 077/114] nfsd: Ensure struct nfs4_client is unhashed before we try to destroy it
2014-06-30 15:52:21
linux-nfs
[PATCH v3 076/114] nfsd: don't thrash the cl_lock while freeing an open stateid
2014-06-30 15:52:19
linux-nfs
[PATCH v3 075/114] nfsd: reduce cl_lock thrashing in release_openowner