summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4proc.c
AgeCommit message (Expand)Author
2014-11-14nfsd4: fix crash on unknown operation numberJ. Bruce Fields
2014-07-09nfsd: fix rare symlink decoding bugJ. Bruce Fields
2014-05-06nfsd4: fix setclientid encode sizeJ. Bruce Fields
2014-05-06nfsd4: session needs room for following op to error outJ. Bruce Fields
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-01-27nfsd4: fix delegation-unlink/rename raceJ. Bruce Fields
2014-01-27nfsd4: delay setting current_fh in openJ. Bruce Fields
2014-01-26nfsd: use get_acl and ->set_aclChristoph Hellwig
2014-01-07nfsd4: better VERIFY commentJ. Bruce Fields
2014-01-03SUNRPC/NFSD: Support a new option for ignoring the result of svc_registerKinglong Mee
2014-01-02nfsd: calculate the missing length of bitmap in EXCHANGE_IDKinglong Mee
2013-08-07nfsd: Fix SP4_MACH_CRED negotiation in EXCHANGE_IDWeston Andros Adamson
2013-07-12nfsd4: fix minorversion support interfaceJ. Bruce Fields
2013-07-01nfsd4: delegation-based open reclaims should bypass permissionsJ. Bruce Fields
2013-05-15NFSD: Server implementation of MAC LabelingDavid Quigley
2013-05-03nfsd4: don't allow owner override on 4.1 CLAIM_FH opensJ. Bruce Fields
2013-04-30nfsd4: don't remap EISDIR errors in renameJ. Bruce Fields
2013-04-09nfsd4: more sessions/open-owner-replay cleanupJ. Bruce Fields
2013-04-09nfsd4: no need for replay_owner in sessions caseJ. Bruce Fields
2013-04-08nfsd4: cleanup handling of nfsv4.0 closed stateid'sJ. Bruce Fields
2013-04-03nfsd: don't run get_file if nfs4_preprocess_stateid_op return errorfanchaoting
2013-04-03nfsd4: handle seqid-mutating open errors from xdr decodingJ. Bruce Fields
2013-04-03nfsd4: remove BUG_ONJ. Bruce Fields
2013-01-23nfsd4: simplify nfsd4_encode_fattr interface slightlyJ. Bruce Fields
2012-12-17nfsd4: free_stateid can use the current stateidJ. Bruce Fields
2012-12-17nfsd4: disable zero-copy on non-final read opsJ. Bruce Fields
2012-12-10nfsd: make NFSd service boot time per-netStanislav Kinsbursky
2012-12-10nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown
2012-11-26nfsd4: delay filling in write iovec array till after xdr decodingJ. Bruce Fields
2012-11-15nfsd: use service net instead of hard-coded init_netStanislav Kinsbursky
2012-11-07nfsd4: implement backchannel_ctl operationJ. Bruce Fields
2012-10-01nfsd4: enforce per-client sessions/no-sessions distinctionJ. Bruce Fields
2012-08-20NFSD: Swap the struct nfs4_operation getter and setterBryan Schumaker
2012-07-27LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky
2012-04-19Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-04-13nfsd: fix b0rken error value for setattr on read-only mountAl Viro
2012-04-11nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields
2012-03-26nfsd: convert nfs4_client->cl_cb_flags to a generic flags fieldJeff Layton
2012-03-20NFSD: Fix nfs4_verifier memory alignmentChuck Lever
2012-03-20NFSD: Fix warnings when NFSD_DEBUG is not definedTrond Myklebust
2012-03-06nfsd4: reduce do_open_lookup() stack usageJ. Bruce Fields
2012-03-06nfsd4: delay setting current filehandle till successJ. Bruce Fields
2012-02-17nfsd41: split out share_access want and signal flags while decodingBenny Halevy
2012-02-15nfsd41: use current stateid by valueTigran Mkrtchyan
2012-02-15nfsd41: consume current stateid on DELEGRETURN and OPENDOWNGRADETigran Mkrtchyan
2012-02-15nfsd41: handle current stateid in SETATTR and FREE_STATEIDTigran Mkrtchyan
2012-02-15nfsd41: mark LOOKUP, LOOKUPP and CREATE to invalidate current stateidTigran Mkrtchyan
2012-02-15nfsd41: save and restore current stateid with current fhTigran Mkrtchyan
2012-02-15nfsd41: mark PUTFH, PUTPUBFH and PUTROOTFH to clear current stateidTigran Mkrtchyan
2012-02-15nfsd41: consume current stateid on read and writeTigran Mkrtchyan