summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4xdr.c
Commit message (Expand)AuthorAgeFilesLines
* nfs: initialize the ACL support bits to zero.Malahal Naineni2014-01-311-1/+1
* NFSv4: OPEN must handle the NFS4ERR_IO return code correctlyTrond Myklebust2013-12-061-16/+31
* NFSv4.2: encode_readdir - only ask for labels when doing readdirplusTrond Myklebust2013-11-041-13/+12Star
* NFS: Add method to detect whether an FSID is still on the serverChuck Lever2013-10-281-2/+65
* NFS: Add method to retrieve fs_locations during migration recoveryChuck Lever2013-10-281-11/+35
* NFSv4.1 fix decode_free_stateidAndy Adamson2013-09-101-15/+2Star
* nfs4.1: Minimal SP4_MACH_CRED implementationWeston Andros Adamson2013-09-051-10/+62
* NFS: NFSv4.0 transport blockingChuck Lever2013-09-031-6/+7
* NFSv4: Fix an incorrect pointer declaration in decode_first_pnfs_layout_typeTrond Myklebust2013-08-221-1/+1
* NFSv4: Deal with some more sparse warningsTrond Myklebust2013-08-221-1/+1
* NFSv4: encode_attrs should not backfill the bitmap and attribute lengthTrond Myklebust2013-07-241-72/+53Star
* NFSv4: Fix brainfart in attribute length calculationTrond Myklebust2013-07-231-1/+1
* NFSv4: Fix a regression against the FreeBSD serverTrond Myklebust2013-07-171-7/+14
* Merge branch 'labeled-nfs' into linux-nextTrond Myklebust2013-06-281-37/+137
|\
| * NFS: Client implementation of Labeled-NFSDavid Quigley2013-06-081-29/+125
| * NFSv4: Extend fattr bitmaps to support all 3 wordsDavid Quigley2013-06-081-8/+12
* | NFSv4.1 Fix gdia_maxcount calculation to fit in ca_maxresponsesizeAndy Adamson2013-06-281-1/+7
|/
* NFSv4: Convert nfs41_free_stateid to use an asynchronous RPC callTrond Myklebust2013-05-061-1/+1
* Merge branch 'rpcsec_gss-from_cel' into linux-nextTrond Myklebust2013-04-231-24/+15Star
|\
| * NFS: Avoid PUTROOTFH when managing leasesChuck Lever2013-03-291-15/+3Star
| * SUNRPC: Define rpcsec_gss_info structureChuck Lever2013-03-291-9/+12
* | nfs: Send atime and mtime as a 64bit valueBryan Schumaker2013-04-191-4/+2Star
* | NFSv4: Record the OPEN create mode used in the nfs4_opendata structureTrond Myklebust2013-04-171-21/+16Star
|/
* NFSv4: Fix Oopses in the fs_locations codeTrond Myklebust2013-03-281-23/+20Star
* NFSv4.1: Add xdr support for CLAIM_FH and CLAIM_DELEG_CUR_FH opensTrond Myklebust2013-03-251-0/+23
* NFSv4: The stateid must remain the same for replayed RPC callsTrond Myklebust2013-03-251-26/+2Star
* nfs: Convert nfs4xdr to use kuids and kgidsEric W. Biederman2013-02-131-8/+8
* Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust2012-12-111-3/+5
|\
| * NFS: Reduce stack use in encode_exchange_id()Jim Rees2012-11-221-3/+5
* | NFSv4.1: Move slot table and session struct definitions to nfs4session.hTrond Myklebust2012-12-061-0/+1
* | NFSv4.1: Reset the sequence number for slots that have been deallocatedTrond Myklebust2012-12-061-2/+2
* | NFSv4.1: Ensure that the client tracks the server target_highest_slotidTrond Myklebust2012-12-061-2/+2
* | NFSv4.1: Simplify struct nfs4_sequence_args tooTrond Myklebust2012-11-261-11/+10Star
* | NFSv4.1: Label each entry in the session slot tables with its slot numberTrond Myklebust2012-11-261-1/+1
* | NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointerTrond Myklebust2012-11-261-3/+5
* | NFS: Remove asserts from the NFS XDR codeTrond Myklebust2012-11-041-4/+2Star
|/
* NFSv4 reduce attribute requests for open reclaimAndy Adamson2012-10-031-1/+1
* NFSv4: don't put ACCESS in OPEN compound if O_EXCLWeston Andros Adamson2012-10-021-4/+8
* NFSv4: Add ACCESS operation to OPEN compoundWeston Andros Adamson2012-10-021-4/+12
* NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust2012-09-281-1/+5
* NFSv4.1: decode_getdeviceinfo should check xdr_read_pages() return valueTrond Myklebust2012-09-261-1/+2
* NFS: return error from decode_getfh in decode openWeston Andros Adamson2012-09-061-1/+2
* NFSv4: Fix buffer overflow checking in __nfs4_get_acl_uncachedTrond Myklebust2012-09-061-9/+5Star
* NFSv4: Don't use private xdr_stream fields in decode_getaclTrond Myklebust2012-08-161-5/+6
* NFSv4: Fix pointer arithmetic in decode_getaclTrond Myklebust2012-08-161-14/+7Star
* NFS: Keep module parameters in the generic NFS clientBryan Schumaker2012-07-311-6/+0Star
* nfs: fix fl_type tests in NFSv4 codeJeff Layton2012-07-311-1/+1
* NFS: Cleanup - only store the write verifier in struct nfs_pageTrond Myklebust2012-06-281-4/+8
* NFSv4: Decode getdevicelist should use nfs4_verifierTrond Myklebust2012-06-281-2/+2
* NFSv4: Simplify the GETATTR attribute length calculationTrond Myklebust2012-06-281-12/+15