aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-30NFSD: SECINFO doesn't handle unsupported pseudoflavors correctlyChuck Lever1-6/+20
2013-04-30NFSD: Simplify GSS flavor encoding in nfsd4_do_encode_secinfo()Chuck Lever1-7/+1
2013-04-29Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-3.10J. Bruce Fields1-13/+11
2013-04-23nfsd: Decode and send 64bit time valuesBryan Schumaker1-14/+5
2013-04-16nfsd4: remove unused macroJ. Bruce Fields1-19/+0
2013-04-08nfsd4: cleanup handling of nfsv4.0 closed stateid'sJ. Bruce Fields1-28/+6
2013-04-03nfsd4: don't destroy in-use clientsJ. Bruce Fields1-1/+2
2013-04-03nfsd4: fix race on client shutdownJ. Bruce Fields1-1/+0
2013-04-03nfsd4: handle seqid-mutating open errors from xdr decodingJ. Bruce Fields1-0/+1
2013-03-29SUNRPC: Refactor nfsd4_do_encode_secinfo()Chuck Lever1-13/+11
2013-03-26nfsd4: reject "negative" acl lengthsJ. Bruce Fields1-1/+1
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