summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* fs: add module.h to files that were implicitly using itPaul Gortmaker2011-11-012-0/+2
* fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-11-011-0/+1
* nfs41: implement DESTROY_CLIENTID operationMi Jinlong2011-10-244-2/+61
* nfsd4: typo logical vs bitwise negate for want_maskBenny Halevy2011-10-241-1/+1
* nfsd4: allow NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL | NFS4_SHARE_PUSH_DELEG...Benny Halevy2011-10-241-0/+2
* 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-243-1/+18
* nfsd4: implement new 4.1 open reclaim typesJ. Bruce Fields2011-10-193-14/+24
* nfsd4: remove unneeded CLAIM_DELEGATE_CUR workaroundJ. Bruce Fields2011-10-191-6/+0Star
* nfsd4: warn on open failure after createJ. Bruce Fields2011-10-174-6/+8
* nfsd4: preallocate open stateid in process_open1()J. Bruce Fields2011-10-172-29/+21Star
* nfsd4: do idr preallocation with stateid allocationJ. Bruce Fields2011-10-172-41/+39Star
* nfsd4: preallocate nfs4_file in process_open1()J. Bruce Fields2011-10-172-24/+37
* nfsd4: clean up open owners on OPEN failureJ. Bruce Fields2011-10-174-2/+21
* nfsd4: simplify process_open1 logicJ. Bruce Fields2011-10-171-14/+8Star
* nfsd4: make is_open_owner booleanJ. Bruce Fields2011-10-171-1/+1
* nfsd4: centralize renew_client() callsJ. Bruce Fields2011-10-171-13/+10Star
* nfsd4: typo logical vs bitwise negateDan Carpenter2011-10-171-1/+1
* nfsd4: more robust ignoring of WANT bits in OPENJ. Bruce Fields2011-10-112-3/+5
* nfsd4: move name-length checks to xdrJ. Bruce Fields2011-10-113-39/+33Star
* nfsd4: move access/deny validity checks to xdr codeJ. Bruce Fields2011-10-112-39/+73
* nfsd4: ignore WANT bits in open downgradeJ. Bruce Fields2011-10-111-0/+2
* nfsd4: cleanup state.h commentsJ. Bruce Fields2011-10-111-37/+8Star
* nfsd4: clean up downgrading codeJ. Bruce Fields2011-10-112-12/+27
* nfsd4: fix state lock usage in LOCKUJ. Bruce Fields2011-10-111-1/+2
* nfsd4: look up stateid's per clientidJ. Bruce Fields2011-09-263-65/+54Star
* nfsd4: assume test_stateid always has sessionJ. Bruce Fields2011-09-264-6/+5Star
* nfsd4: use idr for stateid'sJ. Bruce Fields2011-09-262-52/+73
* nfsd4: move client * to nfs4_stateid, add init_stid helperJ. Bruce Fields2011-09-263-27/+31
* nfsd4: make op_cacheresult another flagJ. Bruce Fields2011-09-201-25/+25
* nfsd4: fix open downgrade, againJ. Bruce Fields2011-09-201-3/+11
* nfsd4: hash closed stateid's like any otherJ. Bruce Fields2011-09-192-49/+56
* nfsd4: construct stateid from clientid and counterJ. Bruce Fields2011-09-192-58/+18Star
* nfsd4: simplify free_stateidJ. Bruce Fields2011-09-171-51/+15Star
* nfsd4: match close replays on stateid, not open owner idJ. Bruce Fields2011-09-173-7/+44
* nfsd4: replace oo_confirmed by flag bitJ. Bruce Fields2011-09-163-15/+16
* nfsd41: try to check reply size before operationMi Jinlong2011-09-163-37/+248
* SUNRPC: Replace svc_addr_u by sockaddr_storageMi Jinlong2011-09-141-15/+1Star
* NFSD: Add a cache for fs_locations informationTrond Myklebust2011-09-142-0/+25
* NFSD: Remove the ex_pathname field from struct svc_exportTrond Myklebust2011-09-141-11/+0Star
* NFSD: Cleanup for nfsd4_path()Trond Myklebust2011-09-142-30/+80
* nfsd4: better stateid hashingJ. Bruce Fields2011-09-141-4/+4
* nfsd4: use deleg changes to cleanup preprocess_stateid_opJ. Bruce Fields2011-09-141-14/+10Star
* nfsd4: fix test_stateid for delegation stateid'sJ. Bruce Fields2011-09-141-18/+16Star
* nfsd4: hash deleg stateid's like any otherJ. Bruce Fields2011-09-142-66/+51Star
* nfsd4: share common stid-hashing helper functionJ. Bruce Fields2011-09-141-4/+11
* nfsd4: add common dl_stid field to delegationJ. Bruce Fields2011-09-143-20/+22
* nfsd4: move some of nfs4_stateid into a separate structureJ. Bruce Fields2011-09-142-97/+106
* nfsd4: remove redundant stateid initializationJ. Bruce Fields2011-09-141-7/+0Star
* nfsd4: rename init_stateidJ. Bruce Fields2011-09-141-2/+2