summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | nfsd3: Check write permission after checking existenceRoss Lagerwall2014-08-171-5/+0Star
| * | | | nfsd: call nfs4_put_deleg_lease outside of state_lockJeff Layton2014-08-171-1/+5
| * | | | nfsd: protect lease-related nfs4_file fields with fi_lockJeff Layton2014-08-171-9/+13
| * | | | nfsd: Reorder nfsd_cache_match to check more powerful discriminators firstTrond Myklebust2014-08-171-7/+11
| * | | | nfsd: split DRC global spinlock into per-bucket locksTrond Myklebust2014-08-171-23/+20Star
| * | | | nfsd: convert num_drc_entries to an atomic_tTrond Myklebust2014-08-171-16/+12Star
| * | | | nfsd: Remove the cache_hash listTrond Myklebust2014-08-172-18/+2Star
| * | | | nfsd: convert the lru list into a per-bucket thingTrond Myklebust2014-08-171-23/+50
| * | | | nfsd: Clean up drc cache in preparation for global spinlock eliminationTrond Myklebust2014-08-171-21/+24
| | |_|/ | |/| |
* | | | nfsd4: fix corruption of NFSv4 read dataJ. Bruce Fields2014-09-301-1/+2
* | | | nfsd4: fix rd_dircount enforcementJ. Bruce Fields2014-09-081-1/+13
|/ / /
* | | Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-08-0926-1390/+2632
|\ \ \ | |_|/ |/| |
| * | nfsd: add some comments to the nfsd4 object definitionsJeff Layton2014-08-052-7/+101
| * | nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappersJeff Layton2014-08-052-17/+0Star
| * | nfsd: remove nfs4_lock_state: nfs4_state_shutdown_netJeff Layton2014-08-051-2/+0Star
| * | nfsd: remove nfs4_lock_state: nfs4_laundromatJeff Layton2014-08-051-3/+0Star
| * | nfsd: Remove nfs4_lock_state(): reclaim_complete()Trond Myklebust2014-08-051-2/+0Star
| * | nfsd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renewTrond Myklebust2014-08-051-6/+0Star
| * | nfsd: Remove nfs4_lock_state(): exchange_id, create/destroy_session()Trond Myklebust2014-08-051-11/+0Star
| * | nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirmTrond Myklebust2014-08-052-9/+0Star
| * | nfsd: Remove nfs4_lock_state(): nfsd4_delegreturn()Trond Myklebust2014-08-051-3/+0Star
| * | nfsd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_closeTrond Myklebust2014-08-051-4/+0Star
| * | nfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()Trond Myklebust2014-08-051-9/+0Star
| * | nfsd: Remove nfs4_lock_state(): nfsd4_release_lockownerTrond Myklebust2014-08-051-6/+2Star
| * | nfsd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateidTrond Myklebust2014-08-051-4/+0Star
| * | nfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op()Trond Myklebust2014-08-051-5/+1Star
| * | nfsd: remove old fault injection infrastructureJeff Layton2014-08-053-126/+57Star
| * | nfsd: add more granular locking to *_delegations fault injectorsJeff Layton2014-08-053-40/+162
| * | nfsd: add more granular locking to forget_openowners fault injectorJeff Layton2014-08-053-15/+122
| * | nfsd: add more granular locking to forget_locks fault injectorJeff Layton2014-08-053-16/+131
| * | nfsd: add a list_head arg to nfsd_foreach_client_lockJeff Layton2014-08-051-3/+8
| * | nfsd: add nfsd_inject_forget_clientsJeff Layton2014-08-053-17/+30
| * | nfsd: add a forget_client set_clnt routineJeff Layton2014-08-053-1/+32
| * | nfsd: add a forget_clients "get" routine with proper lockingJeff Layton2014-08-053-11/+26
| * | nfsd: abstract out the get and set routines into the fault injection opsJeff Layton2014-08-051-51/+78
| * | nfsd: protect clid and verifier generation with client_lockJeff Layton2014-08-052-15/+12Star
| * | nfsd: don't destroy clients that are busyJeff Layton2014-08-051-2/+8
| * | NFSD: Put the reference of nfs4_file when freeing stidKinglong Mee2014-08-051-0/+4
| * | nfsd: don't destroy client if mark_client_expired_locked failsJeff Layton2014-08-011-2/+6
| * | nfsd: move unhash_client_locked call into mark_client_expired_lockedJeff Layton2014-08-011-11/+8Star
| * | nfsd: protect the close_lru list and oo_last_closed_stid with client_lockJeff Layton2014-08-011-7/+31
| * | nfsd: Add lockdep assertions to document the nfs4_client/session lockingTrond Myklebust2014-08-011-0/+30
| * | nfsd: Ensure lookup_clientid() takes client_lockTrond Myklebust2014-08-011-2/+6
| * | nfsd: Protect nfsd4_destroy_clientid using client_lockTrond Myklebust2014-08-011-4/+9
| * | nfsd: Protect session creation and client confirm using client_lockJeff Layton2014-08-011-26/+39
| * | nfsd: Protect unconfirmed client creation using client_lockTrond Myklebust2014-08-011-11/+22
| * | nfsd: Move create_client() call outside the lockTrond Myklebust2014-08-011-16/+19
| * | nfsd: Don't require client_lock in free_clientTrond Myklebust2014-08-011-13/+0Star
| * | nfsd: Ensure that the laundromat unhashes the client before releasing locksTrond Myklebust2014-08-011-1/+3
| * | nfsd: Ensure struct nfs4_client is unhashed before we try to destroy itTrond Myklebust2014-08-011-10/+33