summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd4: decrease nfsd4_encode_fattr stack usageJ. Bruce Fields2014-01-241-6/+10
* nfsd4: simplify xdr encoding of nfsv4 namesJ. Bruce Fields2014-01-081-46/+6Star
* nfsd4: encode_rdattr_error cleanupJ. Bruce Fields2014-01-071-4/+1Star
* nfsd4: nfsd4_encode_fattr cleanupJ. Bruce Fields2014-01-071-13/+4Star
* nfsd: get rid of unused macro definitionKinglong Mee2014-01-031-5/+0Star
* nfsd: clean up unnecessary temporary variable in nfsd4_decode_fattrKinglong Mee2014-01-031-9/+3Star
* nfsd: using nfsd4_encode_noop for encoding destroy_session/free_stateidKinglong Mee2014-01-031-24/+2Star
* nfsd: clean up an xdr reserved space calculationKinglong Mee2014-01-031-1/+1
* nfsd: calculate the missing length of bitmap in EXCHANGE_IDKinglong Mee2014-01-021-8/+16
* nfsd: start documenting some XDR handling functionsChristoph Hellwig2013-12-111-0/+19
* nfsd4: fix xdr decoding of large non-write compoundsJ. Bruce Fields2013-11-201-1/+2
* nfsd: export proper maximum file size to the clientChristoph Hellwig2013-11-141-1/+1
* nfsd4: improve write performance with better sendspace reservationsJ. Bruce Fields2013-11-131-0/+31
* nfsd4: fix discarded security labels on setattrJ. Bruce Fields2013-11-011-0/+1
* NFSD: Add support for NFS v4.2 operation checkingAnna Schumaker2013-10-301-3/+5
* NFSD: Combine decode operations for v4 and v4.1Anna Schumaker2013-10-301-58/+40Star
* nfsd: racy access to ->d_name in nsfd4_encode_path()Al Viro2013-09-041-6/+8
* nfsd: Fix SP4_MACH_CRED negotiation in EXCHANGE_IDWeston Andros Adamson2013-08-071-3/+2Star
* nfsd4: allow destroy_session over destroyed sessionJ. Bruce Fields2013-07-091-1/+5
* nfsd4: minor read_buf cleanupJ. Bruce Fields2013-07-011-10/+14
* nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields2013-07-011-1/+1
* nfsd4: allow client to send no cb_sec flavorsJ. Bruce Fields2013-07-011-1/+5
* nfsd4: implement minimal SP4_MACH_CREDJ. Bruce Fields2013-07-011-0/+22
* nfsd4: fix compile in !CONFIG_NFSD_V4_SECURITY_LABEL caseJ. Bruce Fields2013-05-151-1/+3
* NFSD: Server implementation of MAC LabelingDavid Quigley2013-05-151-8/+100
* NFSDv4.2: Add NFS v4.2 support to the NFS serverSteve Dickson2013-05-131-0/+1
* NFSD: SECINFO doesn't handle unsupported pseudoflavors correctlyChuck Lever2013-05-011-6/+20
* NFSD: Simplify GSS flavor encoding in nfsd4_do_encode_secinfo()Chuck Lever2013-05-011-7/+1Star
* Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...J. Bruce Fields2013-04-291-13/+11Star
|\
| * SUNRPC: Refactor nfsd4_do_encode_secinfo()Chuck Lever2013-03-291-13/+11Star
* | nfsd: Decode and send 64bit time valuesBryan Schumaker2013-04-231-14/+5Star
* | nfsd4: remove unused macroJ. Bruce Fields2013-04-171-19/+0Star
* | nfsd4: cleanup handling of nfsv4.0 closed stateid'sJ. Bruce Fields2013-04-081-28/+6Star
* | nfsd4: don't destroy in-use clientsJ. Bruce Fields2013-04-031-1/+2
* | nfsd4: fix race on client shutdownJ. Bruce Fields2013-04-031-1/+0Star
* | nfsd4: handle seqid-mutating open errors from xdr decodingJ. Bruce Fields2013-04-031-0/+1
* | nfsd4: reject "negative" acl lengthsJ. Bruce Fields2013-03-261-1/+1
|/
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-03-011-13/+8Star
|\
| * nfsd4: simplify nfsd4_encode_fattr interface slightlyJ. Bruce Fields2013-01-241-13/+8Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-2/+2
|\ \
| * | switch vfs_getattr() to struct pathAl Viro2013-02-261-2/+2
| |/
* | nfsd: Modify nfsd4_cb_sec to use kuids and kgidsEric W. Biederman2013-02-131-3/+10
* | nfsd: Handle kuids and kgids in the nfs4acl to posix_acl conversionEric W. Biederman2013-02-131-16/+25
|/
* nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-181-12/+12
* nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields2012-12-181-1/+10
* nfsd4: discard some unused nfsd4_verify xdr codeJ. Bruce Fields2012-12-031-19/+2Star
* nfsd: make NFSv4 lease time per netStanislav Kinsbursky2012-11-281-1/+3
* nfsd4: return badname, not inval, on "." or "..", or "/"J. Bruce Fields2012-11-271-13/+12Star
* nfsd4: delay filling in write iovec array till after xdr decodingJ. Bruce Fields2012-11-261-20/+0Star
* nfsd4: move more write parameters into xdr argumentJ. Bruce Fields2012-11-261-11/+9Star