summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4xdr.c
AgeCommit message (Expand)Author
2013-05-07nfsd: Decode and send 64bit time valuesBryan Schumaker
2013-03-26nfsd4: reject "negative" acl lengthsJ. Bruce Fields
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26switch vfs_getattr() to struct pathAl Viro
2013-02-13nfsd: Modify nfsd4_cb_sec to use kuids and kgidsEric W. Biederman
2013-02-13nfsd: Handle kuids and kgids in the nfs4acl to posix_acl conversionEric W. Biederman
2013-01-23nfsd4: simplify nfsd4_encode_fattr interface slightlyJ. Bruce Fields
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields
2012-12-17nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields
2012-12-03nfsd4: discard some unused nfsd4_verify xdr codeJ. Bruce Fields
2012-11-28nfsd: make NFSv4 lease time per netStanislav Kinsbursky
2012-11-27nfsd4: return badname, not inval, on "." or "..", or "/"J. Bruce Fields
2012-11-26nfsd4: delay filling in write iovec array till after xdr decodingJ. Bruce Fields
2012-11-26nfsd4: move more write parameters into xdr argumentJ. Bruce Fields
2012-11-26nfsd4: reorganize write decodingJ. Bruce Fields
2012-11-26nfsd4: simplify reading of opnumJ. Bruce Fields
2012-11-26nfsd4: no, we're not going to check tags for utf8J. Bruce Fields
2012-11-07nfsd4: backchannel should use client-provided security flavorJ. Bruce Fields
2012-11-07nfsd4: implement backchannel_ctl operationJ. Bruce Fields
2012-11-07nfsd4: clean up callback security parsingJ. Bruce Fields
2012-11-07nfsd4: helper function for getting mounted_on inoJ. Bruce Fields
2012-09-25nfsd4: fix bind_conn_to_session xdr commentJ. Bruce Fields
2012-07-10nfsd4: our filesystems are normally case sensitiveJ. Bruce Fields
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-05-31nfsd: add IPv6 addr escaping to fs_location hostsWeston Andros Adamson
2012-05-31nfsd4: fix change attribute endiannessJ. Bruce Fields
2012-05-31nfsd4: fix free_stateid return endiannessJ. Bruce Fields
2012-05-31nfsd4: int/__be32 fixesJ. Bruce Fields
2012-05-31nfsd4: fix missing "static"J. Bruce Fields
2012-04-13nfsd: fix error value on allocation failure in nfsd4_decode_test_stateid()Al Viro
2012-04-13nfsd: fix endianness breakage in TEST_STATEID handlingAl Viro
2012-03-20NFSD: Fix nfs4_verifier memory alignmentChuck Lever
2012-02-17nfsd41: implement NFS4_SHARE_WANT_NO_DELEG, NFS4_OPEN_DELEGATE_NONE_EXT, why_...Benny Halevy
2012-02-17NFSD: Clean up the test_stateid functionBryan Schumaker
2012-02-17nfsd41: split out share_access want and signal flags while decodingBenny Halevy
2012-02-14nfsd4: rearrange struct nfsd4_slotJ. Bruce Fields
2011-11-25nfsd4: Use kmemdup rather than duplicating its implementationThomas Meyer
2011-11-01nfsd4: typo logical vs bitwise negate in nfsd4_decode_share_accessBenny Halevy
2011-10-24nfs41: implement DESTROY_CLIENTID operationMi Jinlong
2011-10-24nfsd4: typo logical vs bitwise negate for want_maskBenny Halevy
2011-10-24nfsd4: allow NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL | NFS4_SHARE_PUSH_DELEG...Benny Halevy
2011-10-19nfsd4: implement new 4.1 open reclaim typesJ. Bruce Fields
2011-10-17nfsd4: typo logical vs bitwise negateDan Carpenter
2011-10-11nfsd4: move name-length checks to xdrJ. Bruce Fields
2011-10-11nfsd4: move access/deny validity checks to xdr codeJ. Bruce Fields
2011-09-26nfsd4: look up stateid's per clientidJ. Bruce Fields
2011-09-26nfsd4: assume test_stateid always has sessionJ. Bruce Fields
2011-09-17nfsd4: match close replays on stateid, not open owner idJ. Bruce Fields
2011-09-16nfsd41: try to check reply size before operationMi Jinlong