aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-13/+8
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-02-26switch vfs_getattr() to struct pathAl Viro1-2/+2
2013-02-13nfsd: Modify nfsd4_cb_sec to use kuids and kgidsEric W. Biederman1-3/+10
2013-02-13nfsd: Handle kuids and kgids in the nfs4acl to posix_acl conversionEric W. Biederman1-16/+25
2013-01-23nfsd4: simplify nfsd4_encode_fattr interface slightlyJ. Bruce Fields1-13/+8
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields1-12/+12
2012-12-17nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields1-1/+10
2012-12-03nfsd4: discard some unused nfsd4_verify xdr codeJ. Bruce Fields1-19/+2
2012-11-28nfsd: make NFSv4 lease time per netStanislav Kinsbursky1-1/+3
2012-11-27nfsd4: return badname, not inval, on "." or "..", or "/"J. Bruce Fields1-13/+12
2012-11-26nfsd4: delay filling in write iovec array till after xdr decodingJ. Bruce Fields1-20/+0
2012-11-26nfsd4: move more write parameters into xdr argumentJ. Bruce Fields1-11/+9
2012-11-26nfsd4: reorganize write decodingJ. Bruce Fields1-21/+41
2012-11-26nfsd4: simplify reading of opnumJ. Bruce Fields1-32/+2
2012-11-26nfsd4: no, we're not going to check tags for utf8J. Bruce Fields1-6/+0
2012-11-07nfsd4: backchannel should use client-provided security flavorJ. Bruce Fields1-3/+11
2012-11-07nfsd4: implement backchannel_ctl operationJ. Bruce Fields1-1/+12
2012-11-07nfsd4: clean up callback security parsingJ. Bruce Fields1-55/+63
2012-11-07nfsd4: helper function for getting mounted_on inoJ. Bruce Fields1-12/+18
2012-09-25nfsd4: fix bind_conn_to_session xdr commentJ. Bruce Fields1-1/+1
2012-07-10nfsd4: our filesystems are normally case sensitiveJ. Bruce Fields1-1/+1
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-18/+44
2012-05-31nfsd: add IPv6 addr escaping to fs_location hostsWeston Andros Adamson1-7/+33
2012-05-31nfsd4: fix change attribute endiannessJ. Bruce Fields1-2/+2
2012-05-31nfsd4: fix free_stateid return endiannessJ. Bruce Fields1-2/+2
2012-05-31nfsd4: int/__be32 fixesJ. Bruce Fields1-6/+6
2012-05-31nfsd4: fix missing "static"J. Bruce Fields1-1/+1
2012-04-13nfsd: fix error value on allocation failure in nfsd4_decode_test_stateid()Al Viro1-1/+1
2012-04-13nfsd: fix endianness breakage in TEST_STATEID handlingAl Viro1-1/+1
2012-03-20NFSD: Fix nfs4_verifier memory alignmentChuck Lever1-14/+14
2012-02-17nfsd41: implement NFS4_SHARE_WANT_NO_DELEG, NFS4_OPEN_DELEGATE_NONE_EXT, why_no_delegBenny Halevy1-0/+14
2012-02-17NFSD: Clean up the test_stateid functionBryan Schumaker1-46/+20
2012-02-17nfsd41: split out share_access want and signal flags while decodingBenny Halevy1-4/+15
2012-02-14nfsd4: rearrange struct nfsd4_slotJ. Bruce Fields1-3/+2
2011-11-25nfsd4: Use kmemdup rather than duplicating its implementationThomas Meyer1-2/+1
2011-11-01nfsd4: typo logical vs bitwise negate in nfsd4_decode_share_accessBenny Halevy1-1/+1
2011-10-24nfs41: implement DESTROY_CLIENTID operationMi Jinlong1-1/+11
2011-10-24nfsd4: typo logical vs bitwise negate for want_maskBenny Halevy1-1/+1
2011-10-24nfsd4: allow NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL | NFS4_SHARE_PUSH_DELEG_WHEN_UNCONTENDEDBenny Halevy1-0/+2
2011-10-19nfsd4: implement new 4.1 open reclaim typesJ. Bruce Fields1-0/+13
2011-10-17nfsd4: typo logical vs bitwise negateDan Carpenter1-1/+1
2011-10-11nfsd4: move name-length checks to xdrJ. Bruce Fields1-15/+30
2011-10-11nfsd4: move access/deny validity checks to xdr codeJ. Bruce Fields1-7/+73
2011-09-26nfsd4: look up stateid's per clientidJ. Bruce Fields1-1/+2
2011-09-26nfsd4: assume test_stateid always has sessionJ. Bruce Fields1-1/+1
2011-09-17nfsd4: match close replays on stateid, not open owner idJ. Bruce Fields1-0/+1
2011-09-16nfsd41: try to check reply size before operationMi Jinlong1-19/+18
2011-09-13NFSD: Cleanup for nfsd4_path()Trond Myklebust1-28/+78
2011-09-07nfsd4: split stateowners into open and lockownersJ. Bruce Fields1-1/+1