linux-2.6-block.git
2014-08-05 Steve Wisesvcrdma: remove rdma_create_qp() failure recovery logic
2014-08-05 Jeff Laytonnfsd: add some comments to the nfsd4 object definitions
2014-08-05 Jeff Laytonnfsd: remove the client_mutex and the nfs4_lock/unlock_...
2014-08-05 Jeff Laytonnfsd: remove nfs4_lock_state: nfs4_state_shutdown_net
2014-08-05 Jeff Laytonnfsd: remove nfs4_lock_state: nfs4_laundromat
2014-08-05 Trond Myklebustnfsd: Remove nfs4_lock_state(): reclaim_complete()
2014-08-05 Trond Myklebustnfsd: Remove nfs4_lock_state(): setclientid, setclienti...
2014-08-05 Trond Myklebustnfsd: Remove nfs4_lock_state(): exchange_id, create...
2014-08-05 Trond Myklebustnfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_op...
2014-08-05 Trond Myklebustnfsd: Remove nfs4_lock_state(): nfsd4_delegreturn()
2014-08-05 Trond Myklebustnfsd: Remove nfs4_lock_state(): nfsd4_open_downgrade...
2014-08-05 Trond Myklebustnfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()
2014-08-05 Trond Myklebustnfsd: Remove nfs4_lock_state(): nfsd4_release_lockowner
2014-08-05 Trond Myklebustnfsd: Remove nfs4_lock_state(): nfsd4_test_stateid...
2014-08-05 Trond Myklebustnfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid...
2014-08-05 Jeff Laytonnfsd: remove old fault injection infrastructure
2014-08-05 Jeff Laytonnfsd: add more granular locking to *_delegations fault...
2014-08-05 Jeff Laytonnfsd: add more granular locking to forget_openowners...
2014-08-05 Jeff Laytonnfsd: add more granular locking to forget_locks fault...
2014-08-05 Jeff Laytonnfsd: add a list_head arg to nfsd_foreach_client_lock
2014-08-05 Jeff Laytonnfsd: add nfsd_inject_forget_clients
2014-08-05 Jeff Laytonnfsd: add a forget_client set_clnt routine
2014-08-05 Jeff Laytonnfsd: add a forget_clients "get" routine with proper...
2014-08-05 Jeff Laytonnfsd: abstract out the get and set routines into the...
2014-08-05 Jeff Laytonnfsd: protect clid and verifier generation with client_lock
2014-08-05 Jeff Laytonnfsd: don't destroy clients that are busy
2014-08-05 Kinglong MeeNFSD: Put the reference of nfs4_file when freeing stid
2014-08-01 Jeff Laytonnfsd: don't destroy client if mark_client_expired_locke...
2014-08-01 Jeff Laytonnfsd: move unhash_client_locked call into mark_client_e...
2014-08-01 Jeff Laytonnfsd: protect the close_lru list and oo_last_closed_sti...
2014-08-01 Trond Myklebustnfsd: Add lockdep assertions to document the nfs4_clien...
2014-08-01 Trond Myklebustnfsd: Ensure lookup_clientid() takes client_lock
2014-08-01 Trond Myklebustnfsd: Protect nfsd4_destroy_clientid using client_lock
2014-08-01 Jeff Laytonnfsd: Protect session creation and client confirm using...
2014-08-01 Trond Myklebustnfsd: Protect unconfirmed client creation using client_lock
2014-08-01 Trond Myklebustnfsd: Move create_client() call outside the lock
2014-08-01 Trond Myklebustnfsd: Don't require client_lock in free_client
2014-08-01 Trond Myklebustnfsd: Ensure that the laundromat unhashes the client...
2014-08-01 Trond Myklebustnfsd: Ensure struct nfs4_client is unhashed before...
2014-08-01 J. Bruce Fieldsnfsd4: fix out of date comment
2014-08-01 Kinglong MeeNFSD: Decrease nfsd_users in nfsd_startup_generic fail
2014-07-31 Jeff Laytonnfsd: rename unhash_generic_stateid to unhash_ol_stateid
2014-07-31 Jeff Laytonnfsd: don't thrash the cl_lock while freeing an open...
2014-07-31 Jeff Laytonnfsd: reduce cl_lock thrashing in release_openowner
2014-07-31 Jeff Laytonnfsd: close potential race in nfsd4_free_stateid
2014-07-31 Jeff Laytonnfsd: optimize destroy_lockowner cl_lock thrashing
2014-07-31 Jeff Laytonnfsd: add locking to stateowner release
2014-07-31 Jeff Laytonnfsd: clean up and reorganize release_lockowner
2014-07-31 Trond Myklebustnfsd: Move the open owner hash table into struct nfs4_c...
2014-07-31 Trond Myklebustnfsd: Protect adding/removing lock owners using client_lock
2014-07-31 Trond Myklebustnfsd: Protect adding/removing open state owners using...
2014-07-31 Jeff Laytonnfsd: don't allow CLOSE to proceed until refcount on...
2014-07-31 Jeff Laytonnfsd: make openstateids hold references to their openowners
2014-07-31 Jeff Laytonnfsd: clean up refcounting for lockowners
2014-07-31 Trond Myklebustnfsd: Make lock stateid take a reference to the lockowner
2014-07-31 Jeff Laytonnfsd: add an operation for unhashing a stateowner
2014-07-31 Jeff Laytonnfsd: clean up lockowner refcounting when finding them
2014-07-31 Jeff Laytonnfsd: Add a mutex to protect the NFSv4.0 open owner...
2014-07-31 Jeff Laytonnfsd: Add reference counting to state owners
2014-07-31 Trond Myklebustnfsd: Migrate the stateid reference into nfs4_find_stat...
2014-07-31 Trond Myklebustnfsd: Migrate the stateid reference into nfs4_lookup_st...
2014-07-31 Trond Myklebustnfsd: Migrate the stateid reference into nfs4_preproces...
2014-07-31 Trond Myklebustnfsd: Add reference counting to nfs4_preprocess_confirm...
2014-07-31 Trond Myklebustnfsd: nfsd4_open_confirm() must reference the open...
2014-07-31 Trond Myklebustnfsd: Prepare nfsd4_close() for open stateid referencing
2014-07-31 Trond Myklebustnfsd: nfsd4_process_open2() must reference the open...
2014-07-31 Trond Myklebustnfsd: nfsd4_process_open2() must reference the delegati...
2014-07-31 Trond Myklebustnfsd: Ensure that nfs4_open_delegation() references...
2014-07-31 Trond Myklebustnfsd: nfsd4_locku() must reference the lock stateid
2014-07-31 Trond Myklebustnfsd: Add reference counting to lock stateids
2014-07-31 Jeff Laytonnfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_...
2014-07-31 Jeff Laytonnfsd: clean up races in lock stateid searching and...
2014-07-31 Jeff Laytonnfsd: Add locking to protect the state owner lists
2014-07-31 Jeff Laytonnfsd: do filp_close in sc_free callback for lock stateids
2014-07-31 Jeff Laytonnfsd4: use cl_lock to synchronize all stateid idr calls
2014-07-31 Trond Myklebustnfsd: Add a struct nfs4_file field to struct nfs4_stid
2014-07-31 Trond Myklebustnfsd: Add reference counting to the lock and open stateids
2014-07-30 Jeff Laytonnfsd: print status when nfsd4_open fails to open file...
2014-07-29 Trond MyklebustSUNRPC: Allow svc_reserve() to notify TCP socket that...
2014-07-29 Trond MyklebustSUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE...
2014-07-29 Trond MyklebustSUNRPC: Reduce contention in svc_xprt_enqueue()
2014-07-29 Jeff Laytonnfsd: remove dl_fh field from struct nfs4_delegation
2014-07-29 Jeff Laytonnfsd: give block_delegation and delegation_blocked...
2014-07-29 Jeff Laytonnfsd: clean up nfs4_set_delegation
2014-07-29 Jeff Laytonnfsd: clean up arguments to nfs4_open_delegation
2014-07-29 Jeff Laytonnfsd: drop unused stp arg to alloc_init_deleg
2014-07-29 Trond Myklebustnfsd: Convert delegation counter to an atomic_long_t...
2014-07-29 Jeff Laytonnfsd: ensure that clp->cl_revoked list is protected...
2014-07-29 Jeff Laytonnfsd: fully unhash delegations when revoking them
2014-07-29 Trond Myklebustnfsd: simplify stateid allocation and file handling
2014-07-23 Jeff Laytonnfsd: Do not let nfs4_file pin the struct inode
2014-07-23 Trond Myklebustnfsd: nfs4_check_fh - make it actually check the filehandle
2014-07-23 Trond Myklebustnfsd: Use the filehandle to look up the struct nfs4_fil...
2014-07-23 Trond Myklebustnfsd: Store the filehandle with the struct nfs4_file
2014-07-23 Himangi Saraoginfsd4: convert comma to semicolon
2014-07-23 Chuck Leversvcrdma: Double the default credit limit
2014-07-23 Jeff Laytonnfsd: ensure that st_access_bmap and st_deny_bmap are...
2014-07-22 Chuck Leversvcrdma: Add zero padding if the client doesn't send it
2014-07-22 Jeff Laytonnfsd: bump dl_time when unhashing delegation
2014-07-21 Trond Myklebustnfsd: Move the delegation reference counter into the...
next