aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-01nfsd4: delegation-based open reclaims should bypass permissionsJ. Bruce Fields1-1/+2
2013-05-15NFSD: Server implementation of MAC LabelingDavid Quigley1-0/+41
2013-05-03nfsd4: don't allow owner override on 4.1 CLAIM_FH opensJ. Bruce Fields1-2/+13
2013-04-30nfsd4: don't remap EISDIR errors in renameJ. Bruce Fields1-15/+5
2013-04-09nfsd4: more sessions/open-owner-replay cleanupJ. Bruce Fields1-12/+16
2013-04-09nfsd4: no need for replay_owner in sessions caseJ. Bruce Fields1-1/+1
2013-04-08nfsd4: cleanup handling of nfsv4.0 closed stateid'sJ. Bruce Fields1-1/+2
2013-04-03nfsd: don't run get_file if nfs4_preprocess_stateid_op return errorfanchaoting1-4/+4
2013-04-03nfsd4: handle seqid-mutating open errors from xdr decodingJ. Bruce Fields1-1/+26
2013-04-03nfsd4: remove BUG_ONJ. Bruce Fields1-6/+3
2013-01-23nfsd4: simplify nfsd4_encode_fattr interface slightlyJ. Bruce Fields1-3/+4
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