aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-19Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+4
2012-04-13nfsd: fix b0rken error value for setattr on read-only mountAl Viro1-3/+4
2012-04-11nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields1-4/+4
2012-03-26nfsd: convert nfs4_client->cl_cb_flags to a generic flags fieldJeff Layton1-1/+2
2012-03-20NFSD: Fix nfs4_verifier memory alignmentChuck Lever1-8/+11
2012-03-20NFSD: Fix warnings when NFSD_DEBUG is not definedTrond Myklebust1-0/+4
2012-03-06nfsd4: reduce do_open_lookup() stack usageJ. Bruce Fields1-10/+14
2012-03-06nfsd4: delay setting current filehandle till successJ. Bruce Fields1-5/+3
2012-02-17nfsd41: split out share_access want and signal flags while decodingBenny Halevy1-3/+0
2012-02-15nfsd41: use current stateid by valueTigran Mkrtchyan1-3/+9
2012-02-15nfsd41: consume current stateid on DELEGRETURN and OPENDOWNGRADETigran Mkrtchyan1-0/+3
2012-02-15nfsd41: handle current stateid in SETATTR and FREE_STATEIDTigran Mkrtchyan1-0/+1
2012-02-15nfsd41: mark LOOKUP, LOOKUPP and CREATE to invalidate current stateidTigran Mkrtchyan1-3/+3
2012-02-15nfsd41: save and restore current stateid with current fhTigran Mkrtchyan1-0/+2
2012-02-15nfsd41: mark PUTFH, PUTPUBFH and PUTROOTFH to clear current stateidTigran Mkrtchyan1-3/+6
2012-02-15nfsd41: consume current stateid on read and writeTigran Mkrtchyan1-0/+2
2012-02-15nfsd41: handle current stateid on lock and lockuTigran Mkrtchyan1-0/+2
2012-02-15nfsd41: handle current stateid in open and closeTigran Mkrtchyan1-4/+26
2012-01-14Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+3
2012-01-03new helpers: fh_{want,drop}_write()Al Viro1-2/+2
2011-12-06nfsd41: allow non-reclaim open-by-fh's in 4.1Mi Jinlong1-4/+3
2011-10-24nfs41: implement DESTROY_CLIENTID operationMi Jinlong1-1/+1
2011-10-19nfsd4: implement new 4.1 open reclaim typesJ. Bruce Fields1-12/+3
2011-10-17nfsd4: warn on open failure after createJ. Bruce Fields1-3/+4
2011-10-17nfsd4: clean up open owners on OPEN failureJ. Bruce Fields1-0/+1
2011-10-11nfsd4: more robust ignoring of WANT bits in OPENJ. Bruce Fields1-0/+3
2011-09-20nfsd4: make op_cacheresult another flagJ. Bruce Fields1-25/+25
2011-09-16nfsd4: replace oo_confirmed by flag bitJ. Bruce Fields1-2/+2
2011-09-16nfsd41: try to check reply size before operationMi Jinlong1-18/+229
2011-09-07nfsd4: split stateowners into open and lockownersJ. Bruce Fields1-9/+9
2011-09-01nfsd4: drop most stateowner refcountingJ. Bruce Fields1-4/+2
2011-09-01nfsd4: extend state lock over seqid replay logicJ. Bruce Fields1-2/+3
2011-08-27nfsd4: stop using nfserr_resource for transitory errorsJ. Bruce Fields1-1/+1
2011-08-27nfsd4: permit read opens of executable-only filesJ. Bruce Fields1-0/+2
2011-08-26nfsd4: it's OK to return nfserr_symlinkJ. Bruce Fields1-14/+1
2011-08-19nfsd4: return nfserr_symlink on v4 OPEN of non-regular fileJ. Bruce Fields1-0/+21
2011-08-16nfsd4: Remove check for a 32-bit cookie in nfsd4_readdir()Bernd Schubert1-1/+1
2011-07-18nfsd: turn on reply cache for NFSv4J. Bruce Fields1-10/+22
2011-07-18nfsd4: call nfsd4_release_compoundargs from pc_releaseJ. Bruce Fields1-1/+1
2011-07-15nfsd41: Deny new lock before RECLAIM_COMPLETE doneMi Jinlong1-0/+9
2011-07-15NFSD: Added TEST_STATEID operationBryan Schumaker1-0/+5
2011-07-15NFSD: added FREE_STATEID operationBryan Schumaker1-0/+5
2011-07-15NFSD: allow OP_DESTROY_CLIENTID to be only op in COMPOUNDBenny Halevy1-0/+5
2011-04-29nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctlyMi Jinlong1-2/+2
2011-04-29nfsd4: fix wrongsec handling for PUTFH + op casesJ. Bruce Fields1-5/+54
2011-04-11nfsd4: make fh_verify responsibility of nfsd_lookup_dentry callerJ. Bruce Fields1-0/+3
2011-04-11nfsd4: introduce OPDESC helperJ. Bruce Fields1-1/+6
2011-03-07nfsd41: modify the members value of nfsd4_op_flagsMi Jinlong1-2/+2
2011-01-11nfsd4: support BIND_CONN_TO_SESSIONJ. Bruce Fields1-2/+7
2011-01-04nfsd: remove some unnecessary dropit handlingJ. Bruce Fields1-4/+0