aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/state.h
AgeCommit message (Expand)Author
2012-08-20nfsd4: fix security flavor of NFSv4.0 callbackJ. Bruce Fields
2012-07-27NFSd: make boot_time variable per network namespaceStanislav Kinsbursky
2012-07-27LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky
2012-06-20NFSD: TEST_STATEID should not return NFS4ERR_STALE_STATEIDChuck Lever
2012-05-31nfsd4: move principal name into svc_credJ. Bruce Fields
2012-03-26nfsd: add nfsd4_client_tracking_ops struct and a way to set itJeff Layton
2012-03-26nfsd: convert nfs4_client->cl_cb_flags to a generic flags fieldJeff Layton
2012-03-06nfsd41: free_session/free_client must be called under the client_lockBenny Halevy
2012-02-14nfsd4: check for uninitialized slotJ. Bruce Fields
2012-02-14nfsd4: rearrange struct nfsd4_slotJ. Bruce Fields
2012-01-05nfsd4: nfsd4_create_clid_dir return value is unusedJ. Bruce Fields
2011-11-15nfsd4: add a separate (lockowner, inode) lookupJ. Bruce Fields
2011-10-24nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalidBenny Halevy
2011-10-17nfsd4: do idr preallocation with stateid allocationJ. Bruce Fields
2011-10-17nfsd4: clean up open owners on OPEN failureJ. Bruce Fields
2011-10-17nfsd4: make is_open_owner booleanJ. Bruce Fields
2011-10-10nfsd4: cleanup state.h commentsJ. Bruce Fields
2011-10-10nfsd4: clean up downgrading codeJ. 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-19nfsd4: hash closed stateid's like any otherJ. Bruce Fields
2011-09-19nfsd4: construct stateid from clientid and counterJ. 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-13nfsd4: hash deleg stateid's like any otherJ. 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: pass around typemask instead of flagsJ. Bruce Fields
2011-09-13nfsd4: split preprocess_seqid, cleanupJ. 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-01nfsd4: drop most stateowner refcountingJ. Bruce Fields
2011-08-31nfsd4: simplify stateid generation code, fix wraparoundJ. Bruce Fields
2011-08-31nfsd4: simplify distinguishing lock & open stateid'sJ. Bruce Fields
2011-08-31nfsd4: remove typoed replay fieldJ. Bruce Fields
2011-08-27nfsd4: remove HAS_SESSIONJ. Bruce Fields
2011-08-27nfsd4: simplify recovery dir settingJ. Bruce Fields
2011-08-19nfsd4: fix seqid_mutating_errorJ. Bruce Fields
2011-07-15NFSD: Added TEST_STATEID operationBryan Schumaker
2011-03-17nfsd4: fix comment and remove unused nfsd4_file fieldsJ. Bruce Fields
2011-02-14nfsd4: acquire only one lease per fileJ. Bruce Fields
2011-01-11nfsd4: allow restarting callbacksJ. Bruce Fields
2011-01-11nfsd4: make sure sequence flags are set after destroy_sessionJ. Bruce Fields
2011-01-11nfsd4: keep finer-grained callback statusJ. Bruce Fields
2011-01-11nfsd4: support BIND_CONN_TO_SESSIONJ. Bruce Fields
2011-01-04nfs4: set source address when callback is generatedTakuma Umeya
2011-01-04nfsd4: use a single struct file for delegationsJ. Bruce Fields
2010-10-21nfsd4: move minorversion to clientJ. Bruce Fields