aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-19nfsd4: fix xdr decoding of large non-write compoundsJ. Bruce Fields1-1/+2
2013-11-14nfsd: export proper maximum file size to the clientChristoph Hellwig1-1/+1
2013-11-13nfsd4: improve write performance with better sendspace reservationsJ. Bruce Fields1-0/+31
2013-11-01nfsd4: fix discarded security labels on setattrJ. Bruce Fields1-0/+1
2013-10-30NFSD: Add support for NFS v4.2 operation checkingAnna Schumaker1-3/+5
2013-10-30NFSD: Combine decode operations for v4 and v4.1Anna Schumaker1-58/+40
2013-09-03nfsd: racy access to ->d_name in nsfd4_encode_path()Al Viro1-6/+8
2013-08-07nfsd: Fix SP4_MACH_CRED negotiation in EXCHANGE_IDWeston Andros Adamson1-3/+2
2013-07-08nfsd4: allow destroy_session over destroyed sessionJ. Bruce Fields1-1/+5
2013-07-01nfsd4: minor read_buf cleanupJ. Bruce Fields1-10/+14
2013-07-01nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields1-1/+1
2013-07-01nfsd4: allow client to send no cb_sec flavorsJ. Bruce Fields1-1/+5
2013-07-01nfsd4: implement minimal SP4_MACH_CREDJ. Bruce Fields1-0/+22
2013-05-15nfsd4: fix compile in !CONFIG_NFSD_V4_SECURITY_LABEL caseJ. Bruce Fields1-1/+3
2013-05-15NFSD: Server implementation of MAC LabelingDavid Quigley1-8/+100
2013-05-13NFSDv4.2: Add NFS v4.2 support to the NFS serverSteve Dickson1-0/+1
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