summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsAl Viro2012-04-131-14/+9
* nfsd: add nfsd4_client_tracking_ops struct and a way to set itJeff Layton2012-03-261-42/+21
* nfsd: convert nfs4_client->cl_cb_flags to a generic flags fieldJeff Layton2012-03-261-17/+28
* Merge nfs containerization work from Trond's treeJ. Bruce Fields2012-03-261-1/+1
|\
| * SUNRPC: parametrize rpc_uaddr2sockaddr() by network contextStanislav Kinsbursky2012-01-311-1/+1
* | NFSD: Fix nfs4_verifier memory alignmentChuck Lever2012-03-201-4/+4
* | NFSD: Fix warnings when NFSD_DEBUG is not definedTrond Myklebust2012-03-201-0/+8
* | nfsd41: free_session/free_client must be called under the client_lockBenny Halevy2012-03-061-4/+31
* | nfsd41: refactor nfsd4_deleg_xgrade_none_ext logic out of nfsd4_process_open2Benny Halevy2012-03-061-15/+20
* | nfsd41: refactor nfs4_open_deleg_none_ext logic out of nfs4_open_delegationBenny Halevy2012-03-061-19/+24
* | nfsd4: fix recovery-entry leak nfsd startup failureJ. Bruce Fields2012-03-061-0/+1
* | nfsd4: fix recovery-dir leak on nfsd startup failureJeff Layton2012-03-061-13/+13
* | nfsd4: purge stable client records with insufficient stateJ. Bruce Fields2012-03-061-1/+3
* | nfsd4: don't set cl_firststate on first reclaim in 4.1 caseJ. Bruce Fields2012-03-061-3/+8
* | nfsd41: implement NFS4_SHARE_WANT_NO_DELEG, NFS4_OPEN_DELEGATE_NONE_EXT, why_...Benny Halevy2012-02-171-7/+53
* | NFSD: Clean up the test_stateid functionBryan Schumaker2012-02-171-1/+8
* | nfsd41: split out share_access want and signal flags while decodingBenny Halevy2012-02-171-3/+3
* | nfsd41: share_access_to_flags should consider only nfs4.x share_access flagsBenny Halevy2012-02-171-1/+1
* | nfsd41: use current stateid by valueTigran Mkrtchyan2012-02-151-4/+12
* | nfsd41: consume current stateid on DELEGRETURN and OPENDOWNGRADETigran Mkrtchyan2012-02-151-0/+18
* | nfsd41: handle current stateid in SETATTR and FREE_STATEIDTigran Mkrtchyan2012-02-151-0/+13
* | nfsd41: consume current stateid on read and writeTigran Mkrtchyan2012-02-151-0/+12
* | nfsd41: handle current stateid on lock and lockuTigran Mkrtchyan2012-02-151-2/+20
* | nfsd41: handle current stateid in open and closeTigran Mkrtchyan2012-02-151-0/+32
* | nfsd4: initialize current stateid at compile timeTigran Mkrtchyan2012-02-151-0/+4
* | nfsd4: check for uninitialized slotJ. Bruce Fields2012-02-141-1/+7
* | nfsd4: rearrange struct nfsd4_slotJ. Bruce Fields2012-02-141-7/+6
* | nfsd4: fix sessions slotid wraparound logicJ. Bruce Fields2012-02-131-6/+1
|/
* Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-01-141-91/+237
|\
| * NFSD: forget_delegations should use list_for_each_entry_safeBryan Schumaker2011-12-141-4/+5
| * NFSD: Only reinitilize the recall_lru list under the recall lockBryan Schumaker2011-12-131-3/+0
| * nfsd4: initialize special stateid's at compile timeJ. Bruce Fields2011-12-121-5/+12
| * nfsd4: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-251-2/+1
| * nfsd4: add a separate (lockowner, inode) lookupJ. Bruce Fields2011-11-151-6/+23
| * nfsd4: fix CONFIG_NFSD_FAULT_INJECTION compile errorJ. Bruce Fields2011-11-151-1/+1
| * nfsd4: share open and lock owner hash tablesJ. Bruce Fields2011-11-081-39/+32
| * nfsd4: hash lockowners to simplify RELEASE_LOCKOWNERJ. Bruce Fields2011-11-071-28/+14
| * NFSD: Call nfsd4_init_slabs() from init_nfsd()Bryan Schumaker2011-11-071-7/+3
| * NFSD: Added fault injectionBryan Schumaker2011-11-071-0/+115
| * nfsd4: maintain one seqid stream per (lockowner, file)J. Bruce Fields2011-11-071-20/+38
| * nfsd4: cleanup lock clientid handling in sessions caseJ. Bruce Fields2011-11-071-5/+9
| * nfsd4: fix lockowner matchingJ. Bruce Fields2011-11-071-2/+15
* | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
|/
* 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
OpenPOWER on IntegriCloud