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