aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-17nfsd4: free_stateid can use the current stateidJ. Bruce Fields1-0/+1
2012-12-17nfsd4: disable zero-copy on non-final read opsJ. Bruce Fields1-0/+11
2012-12-10nfsd: make NFSd service boot time per-netStanislav Kinsbursky1-5/+6
2012-12-10nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown1-3/+5
2012-11-26nfsd4: delay filling in write iovec array till after xdr decodingJ. Bruce Fields1-1/+23
2012-11-15nfsd: use service net instead of hard-coded init_netStanislav Kinsbursky1-4/+9
2012-11-07nfsd4: implement backchannel_ctl operationJ. Bruce Fields1-0/+6
2012-10-01nfsd4: enforce per-client sessions/no-sessions distinctionJ. Bruce Fields1-1/+1
2012-08-20NFSD: Swap the struct nfs4_operation getter and setterBryan Schumaker1-2/+2
2012-07-27LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky1-8/+10
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