summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd4: enforce per-client sessions/no-sessions distinctionJ. Bruce Fields2012-10-011-1/+1
* NFSD: Swap the struct nfs4_operation getter and setterBryan Schumaker2012-08-211-2/+2
* LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky2012-07-271-8/+10
* Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-04-191-4/+4
|\
| * nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields2012-04-111-4/+4
* | nfsd: fix b0rken error value for setattr on read-only mountAl Viro2012-04-131-3/+4
|/
* nfsd: convert nfs4_client->cl_cb_flags to a generic flags fieldJeff Layton2012-03-261-1/+2
* NFSD: Fix nfs4_verifier memory alignmentChuck Lever2012-03-201-8/+11
* NFSD: Fix warnings when NFSD_DEBUG is not definedTrond Myklebust2012-03-201-0/+4
* nfsd4: reduce do_open_lookup() stack usageJ. Bruce Fields2012-03-071-10/+14
* nfsd4: delay setting current filehandle till successJ. Bruce Fields2012-03-071-5/+3Star
* nfsd41: split out share_access want and signal flags while decodingBenny Halevy2012-02-181-3/+0Star
* nfsd41: use current stateid by valueTigran Mkrtchyan2012-02-151-3/+9
* nfsd41: consume current stateid on DELEGRETURN and OPENDOWNGRADETigran Mkrtchyan2012-02-151-0/+3
* nfsd41: handle current stateid in SETATTR and FREE_STATEIDTigran Mkrtchyan2012-02-151-0/+1
* nfsd41: mark LOOKUP, LOOKUPP and CREATE to invalidate current stateidTigran Mkrtchyan2012-02-151-3/+3
* nfsd41: save and restore current stateid with current fhTigran Mkrtchyan2012-02-151-0/+2
* nfsd41: mark PUTFH, PUTPUBFH and PUTROOTFH to clear current stateidTigran Mkrtchyan2012-02-151-3/+6
* nfsd41: consume current stateid on read and writeTigran Mkrtchyan2012-02-151-0/+2
* nfsd41: handle current stateid on lock and lockuTigran Mkrtchyan2012-02-151-0/+2
* nfsd41: handle current stateid in open and closeTigran Mkrtchyan2012-02-151-4/+26
* Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-01-141-4/+3Star
|\
| * nfsd41: allow non-reclaim open-by-fh's in 4.1Mi Jinlong2011-12-061-4/+3Star
* | new helpers: fh_{want,drop}_write()Al Viro2012-01-041-2/+2
|/
* nfs41: implement DESTROY_CLIENTID operationMi Jinlong2011-10-241-1/+1
* nfsd4: implement new 4.1 open reclaim typesJ. Bruce Fields2011-10-191-12/+3Star
* nfsd4: warn on open failure after createJ. Bruce Fields2011-10-171-3/+4
* nfsd4: clean up open owners on OPEN failureJ. Bruce Fields2011-10-171-0/+1
* nfsd4: more robust ignoring of WANT bits in OPENJ. Bruce Fields2011-10-111-0/+3
* nfsd4: make op_cacheresult another flagJ. Bruce Fields2011-09-201-25/+25
* nfsd4: replace oo_confirmed by flag bitJ. Bruce Fields2011-09-161-2/+2
* nfsd41: try to check reply size before operationMi Jinlong2011-09-161-18/+229
* nfsd4: split stateowners into open and lockownersJ. Bruce Fields2011-09-071-9/+9
* nfsd4: drop most stateowner refcountingJ. Bruce Fields2011-09-011-4/+2Star
* nfsd4: extend state lock over seqid replay logicJ. Bruce Fields2011-09-011-2/+3
* nfsd4: stop using nfserr_resource for transitory errorsJ. Bruce Fields2011-08-271-1/+1
* nfsd4: permit read opens of executable-only filesJ. Bruce Fields2011-08-271-0/+2
* nfsd4: it's OK to return nfserr_symlinkJ. Bruce Fields2011-08-271-14/+1Star
* nfsd4: return nfserr_symlink on v4 OPEN of non-regular fileJ. Bruce Fields2011-08-191-0/+21
* nfsd4: Remove check for a 32-bit cookie in nfsd4_readdir()Bernd Schubert2011-08-161-1/+1
* nfsd: turn on reply cache for NFSv4J. Bruce Fields2011-07-181-10/+22
* nfsd4: call nfsd4_release_compoundargs from pc_releaseJ. Bruce Fields2011-07-181-1/+1
* nfsd41: Deny new lock before RECLAIM_COMPLETE doneMi Jinlong2011-07-161-0/+9
* NFSD: Added TEST_STATEID operationBryan Schumaker2011-07-161-0/+5
* NFSD: added FREE_STATEID operationBryan Schumaker2011-07-161-0/+5
* NFSD: allow OP_DESTROY_CLIENTID to be only op in COMPOUNDBenny Halevy2011-07-161-0/+5
* nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctlyMi Jinlong2011-04-301-2/+2
* nfsd4: fix wrongsec handling for PUTFH + op casesJ. Bruce Fields2011-04-301-5/+54
* nfsd4: make fh_verify responsibility of nfsd_lookup_dentry callerJ. Bruce Fields2011-04-111-0/+3
* nfsd4: introduce OPDESC helperJ. Bruce Fields2011-04-111-1/+6