aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAge
* NFSD: forget_delegations should use list_for_each_entry_safeBryan Schumaker2011-12-14
* NFSD: Only reinitilize the recall_lru list under the recall lockBryan Schumaker2011-12-13
* nfsd4: initialize special stateid's at compile timeJ. Bruce Fields2011-12-12
* nfsd4: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-25
* nfsd4: add a separate (lockowner, inode) lookupJ. Bruce Fields2011-11-15
* nfsd4: fix CONFIG_NFSD_FAULT_INJECTION compile errorJ. Bruce Fields2011-11-15
* nfsd4: share open and lock owner hash tablesJ. Bruce Fields2011-11-08
* nfsd4: hash lockowners to simplify RELEASE_LOCKOWNERJ. Bruce Fields2011-11-07
* NFSD: Call nfsd4_init_slabs() from init_nfsd()Bryan Schumaker2011-11-07
* NFSD: Added fault injectionBryan Schumaker2011-11-07
* nfsd4: maintain one seqid stream per (lockowner, file)J. Bruce Fields2011-11-07
* nfsd4: cleanup lock clientid handling in sessions caseJ. Bruce Fields2011-11-07
* nfsd4: fix lockowner matchingJ. Bruce Fields2011-11-07
* nfs41: implement DESTROY_CLIENTID operationMi Jinlong2011-10-24
* nfsd4: seq->status_flags may be used unitializedBenny Halevy2011-10-24
* nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalidBenny Halevy2011-10-24
* nfsd4: implement new 4.1 open reclaim typesJ. Bruce Fields2011-10-19
* nfsd4: remove unneeded CLAIM_DELEGATE_CUR workaroundJ. Bruce Fields2011-10-19
* nfsd4: preallocate open stateid in process_open1()J. Bruce Fields2011-10-17
* nfsd4: do idr preallocation with stateid allocationJ. Bruce Fields2011-10-17
* nfsd4: preallocate nfs4_file in process_open1()J. Bruce Fields2011-10-17
* nfsd4: clean up open owners on OPEN failureJ. Bruce Fields2011-10-17
* nfsd4: simplify process_open1 logicJ. Bruce Fields2011-10-17
* nfsd4: centralize renew_client() callsJ. Bruce Fields2011-10-17
* nfsd4: more robust ignoring of WANT bits in OPENJ. Bruce Fields2011-10-11
* nfsd4: move name-length checks to xdrJ. Bruce Fields2011-10-11
* nfsd4: move access/deny validity checks to xdr codeJ. Bruce Fields2011-10-11
* nfsd4: ignore WANT bits in open downgradeJ. Bruce Fields2011-10-10
* nfsd4: clean up downgrading codeJ. Bruce Fields2011-10-10
* nfsd4: fix state lock usage in LOCKUJ. Bruce Fields2011-10-10
* nfsd4: look up stateid's per clientidJ. Bruce Fields2011-09-26
* nfsd4: assume test_stateid always has sessionJ. Bruce Fields2011-09-26
* nfsd4: use idr for stateid'sJ. Bruce Fields2011-09-26
* nfsd4: move client * to nfs4_stateid, add init_stid helperJ. Bruce Fields2011-09-26
* nfsd4: fix open downgrade, againJ. Bruce Fields2011-09-20
* nfsd4: hash closed stateid's like any otherJ. Bruce Fields2011-09-19
* nfsd4: construct stateid from clientid and counterJ. Bruce Fields2011-09-19
* nfsd4: simplify free_stateidJ. Bruce Fields2011-09-17
* nfsd4: match close replays on stateid, not open owner idJ. Bruce Fields2011-09-17
* nfsd4: replace oo_confirmed by flag bitJ. Bruce Fields2011-09-16
* SUNRPC: Replace svc_addr_u by sockaddr_storageMi Jinlong2011-09-14
* nfsd4: better stateid hashingJ. Bruce Fields2011-09-13
* nfsd4: use deleg changes to cleanup preprocess_stateid_opJ. Bruce Fields2011-09-13
* nfsd4: fix test_stateid for delegation stateid'sJ. Bruce Fields2011-09-13
* nfsd4: hash deleg stateid's like any otherJ. Bruce Fields2011-09-13
* nfsd4: share common stid-hashing helper functionJ. Bruce Fields2011-09-13
* nfsd4: add common dl_stid field to delegationJ. Bruce Fields2011-09-13
* nfsd4: move some of nfs4_stateid into a separate structureJ. Bruce Fields2011-09-13
* nfsd4: remove redundant stateid initializationJ. Bruce Fields2011-09-13
* nfsd4: rename init_stateidJ. Bruce Fields2011-09-13