aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig2015-08-071-8/+11
* nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields2014-07-111-1/+1
* nfsd4: use recall_lock for delegation hashingBenny Halevy2014-07-111-6/+14
* nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields2014-06-091-0/+4
* nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields2014-06-091-2/+9
* NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust2014-06-091-0/+1
* NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust2014-06-091-12/+12
* nfsd4: don't close read-write opens too soonJ. Bruce Fields2013-05-131-7/+1
* nfsd: Fix memleakmajianpeng2013-03-061-0/+2
* nfs: fix wrong object type in lockowner_slabYanchuan Nian2013-01-031-1/+1
* nfsd4: fix nfs4 stateid leakJ. Bruce Fields2012-10-301-0/+1
* nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsAl Viro2012-05-111-14/+9
* nfsd4: fix lockowner matchingJ. Bruce Fields2012-01-251-2/+15
* nfs41: implement DESTROY_CLIENTID operationMi Jinlong2011-10-241-0/+44
* nfsd4: seq->status_flags may be used unitializedBenny Halevy2011-10-241-2/+4
* nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalidBenny Halevy2011-10-241-1/+7
* nfsd4: implement new 4.1 open reclaim typesJ. Bruce Fields2011-10-191-2/+8
* nfsd4: remove unneeded CLAIM_DELEGATE_CUR workaroundJ. Bruce Fields2011-10-191-6/+0
* nfsd4: preallocate open stateid in process_open1()J. Bruce Fields2011-10-171-29/+20
* nfsd4: do idr preallocation with stateid allocationJ. Bruce Fields2011-10-171-39/+37
* nfsd4: preallocate nfs4_file in process_open1()J. Bruce Fields2011-10-171-24/+36
* nfsd4: clean up open owners on OPEN failureJ. Bruce Fields2011-10-171-2/+18
* nfsd4: simplify process_open1 logicJ. Bruce Fields2011-10-171-14/+8
* nfsd4: centralize renew_client() callsJ. Bruce Fields2011-10-171-13/+10
* nfsd4: more robust ignoring of WANT bits in OPENJ. Bruce Fields2011-10-111-3/+2
* nfsd4: move name-length checks to xdrJ. Bruce Fields2011-10-111-22/+2
* nfsd4: move access/deny validity checks to xdr codeJ. Bruce Fields2011-10-111-32/+0
* nfsd4: ignore WANT bits in open downgradeJ. Bruce Fields2011-10-101-0/+2
* nfsd4: clean up downgrading codeJ. Bruce Fields2011-10-101-9/+22
* nfsd4: fix state lock usage in LOCKUJ. Bruce Fields2011-10-101-1/+2
* nfsd4: look up stateid's per clientidJ. Bruce Fields2011-09-261-63/+49
* nfsd4: assume test_stateid always has sessionJ. Bruce Fields2011-09-261-3/+3
* nfsd4: use idr for stateid'sJ. Bruce Fields2011-09-261-51/+73
* nfsd4: move client * to nfs4_stateid, add init_stid helperJ. Bruce Fields2011-09-261-22/+26
* nfsd4: fix open downgrade, againJ. Bruce Fields2011-09-201-3/+11
* nfsd4: hash closed stateid's like any otherJ. Bruce Fields2011-09-191-48/+53
* nfsd4: construct stateid from clientid and counterJ. Bruce Fields2011-09-191-45/+13
* nfsd4: simplify free_stateidJ. Bruce Fields2011-09-171-51/+15
* nfsd4: match close replays on stateid, not open owner idJ. Bruce Fields2011-09-171-7/+40
* nfsd4: replace oo_confirmed by flag bitJ. Bruce Fields2011-09-161-12/+12
* SUNRPC: Replace svc_addr_u by sockaddr_storageMi Jinlong2011-09-141-15/+1
* nfsd4: better stateid hashingJ. Bruce Fields2011-09-131-4/+4
* nfsd4: use deleg changes to cleanup preprocess_stateid_opJ. Bruce Fields2011-09-131-14/+10
* nfsd4: fix test_stateid for delegation stateid'sJ. Bruce Fields2011-09-131-18/+16
* nfsd4: hash deleg stateid's like any otherJ. Bruce Fields2011-09-131-66/+46
* nfsd4: share common stid-hashing helper functionJ. Bruce Fields2011-09-131-4/+11
* nfsd4: add common dl_stid field to delegationJ. Bruce Fields2011-09-131-10/+10
* nfsd4: move some of nfs4_stateid into a separate structureJ. Bruce Fields2011-09-131-87/+87
* nfsd4: remove redundant stateid initializationJ. Bruce Fields2011-09-131-7/+0
* nfsd4: rename init_stateidJ. Bruce Fields2011-09-131-2/+2