aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2011-10-17nfsd4: simplify process_open1 logicJ. Bruce Fields
2011-10-17nfsd4: make is_open_owner booleanJ. Bruce Fields
2011-10-17nfsd4: centralize renew_client() callsJ. Bruce Fields
2011-10-17nfsd4: typo logical vs bitwise negateDan Carpenter
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: cleanup state.h commentsJ. 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: make op_cacheresult another flagJ. 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-16nfsd41: try to check reply size before operationMi Jinlong
2011-09-14SUNRPC: Replace svc_addr_u by sockaddr_storageMi Jinlong
2011-09-13NFSD: Add a cache for fs_locations informationTrond Myklebust
2011-09-13NFSD: Remove the ex_pathname field from struct svc_exportTrond Myklebust
2011-09-13NFSD: Cleanup for nfsd4_path()Trond Myklebust
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
2011-09-13nfsd4: remove redundant stateid initializationJ. Bruce Fields
2011-09-13nfsd4: rename init_stateidJ. Bruce Fields
2011-09-13nfsd4: pass around typemask instead of flagsJ. Bruce Fields
2011-09-13nfsd4: split preprocess_seqid, cleanupJ. Bruce Fields
2011-09-13nfsd4: split up find_stateidJ. Bruce Fields
2011-09-13nfsd4: rearrange to avoid a forward referenceJ. Bruce Fields
2011-09-07nfsd4: split out some free_generic_stateid codeJ. Bruce Fields
2011-09-07nfsd4: split stateowners into open and lockownersJ. Bruce Fields
2011-09-03nfsd4: move CLOSE_STATE special case to callerJ. Bruce Fields
2011-09-03nfsd4: move double-confirm test to open_confirmJ. Bruce Fields
2011-09-02nfsd4: simplify check_open logicJ. Bruce Fields
2011-09-02nfsd4: share common seqid checksJ. Bruce Fields
2011-09-01nfsd4: eliminate unused lt_stateownerJ. Bruce Fields
2011-09-01nfsd4: drop most stateowner refcountingJ. Bruce Fields
2011-09-01nfsd4: eliminate impossible open replay caseJ. Bruce Fields
2011-09-01nfsd4: extend state lock over seqid replay logicJ. Bruce Fields