aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4xdr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-30Merge branch 'client-4.2' into linux-nextTrond Myklebust1-0/+7
2014-09-30NFS: Implement SEEKAnna Schumaker1-0/+7
2014-09-12pnfs: enable CB_NOTIFY_DEVICEID supportChristoph Hellwig1-8/+23
2014-09-12pnfs: remove GETDEVICELIST implementationChristoph Hellwig1-130/+0
2014-09-10pnfs: allow splicing pre-encoded pages into the layoutcommit argsChristoph Hellwig1-5/+13
2014-07-12NFSv4: Drop castHimangi Saraogi1-1/+1
2014-05-28NFS: Create a common results structure for reads and writesAnna Schumaker1-4/+5
2014-05-28NFS: Create a common argument structure for reads and writesAnna Schumaker1-4/+6
2014-03-17NFS: Clean up: revert increase in READDIR RPC buffer max sizeChuck Lever1-2/+1
2014-01-31nfs: initialize the ACL support bits to zero.Malahal Naineni1-1/+1
2013-12-06NFSv4: OPEN must handle the NFS4ERR_IO return code correctlyTrond Myklebust1-16/+31
2013-11-04NFSv4.2: encode_readdir - only ask for labels when doing readdirplusTrond Myklebust1-13/+12
2013-10-28NFS: Add method to detect whether an FSID is still on the serverChuck Lever1-2/+65
2013-10-28NFS: Add method to retrieve fs_locations during migration recoveryChuck Lever1-11/+35
2013-09-10NFSv4.1 fix decode_free_stateidAndy Adamson1-15/+2
2013-09-05nfs4.1: Minimal SP4_MACH_CRED implementationWeston Andros Adamson1-10/+62
2013-09-03NFS: NFSv4.0 transport blockingChuck Lever1-6/+7
2013-08-22NFSv4: Fix an incorrect pointer declaration in decode_first_pnfs_layout_typeTrond Myklebust1-1/+1
2013-08-22NFSv4: Deal with some more sparse warningsTrond Myklebust1-1/+1
2013-07-23NFSv4: encode_attrs should not backfill the bitmap and attribute lengthTrond Myklebust1-72/+53
2013-07-23NFSv4: Fix brainfart in attribute length calculationTrond Myklebust1-1/+1
2013-07-17NFSv4: Fix a regression against the FreeBSD serverTrond Myklebust1-7/+14
2013-06-28Merge branch 'labeled-nfs' into linux-nextTrond Myklebust1-37/+137
2013-06-28NFSv4.1 Fix gdia_maxcount calculation to fit in ca_maxresponsesizeAndy Adamson1-1/+7
2013-06-08NFS: Client implementation of Labeled-NFSDavid Quigley1-29/+125
2013-06-08NFSv4: Extend fattr bitmaps to support all 3 wordsDavid Quigley1-8/+12
2013-05-06NFSv4: Convert nfs41_free_stateid to use an asynchronous RPC callTrond Myklebust1-1/+1
2013-04-23Merge branch 'rpcsec_gss-from_cel' into linux-nextTrond Myklebust1-24/+15
2013-04-19nfs: Send atime and mtime as a 64bit valueBryan Schumaker1-4/+2
2013-04-16NFSv4: Record the OPEN create mode used in the nfs4_opendata structureTrond Myklebust1-21/+16
2013-03-29NFS: Avoid PUTROOTFH when managing leasesChuck Lever1-15/+3
2013-03-29SUNRPC: Define rpcsec_gss_info structureChuck Lever1-9/+12
2013-03-28NFSv4: Fix Oopses in the fs_locations codeTrond Myklebust1-23/+20
2013-03-25NFSv4.1: Add xdr support for CLAIM_FH and CLAIM_DELEG_CUR_FH opensTrond Myklebust1-0/+23
2013-03-25NFSv4: The stateid must remain the same for replayed RPC callsTrond Myklebust1-26/+2
2013-02-13nfs: Convert nfs4xdr to use kuids and kgidsEric W. Biederman1-8/+8
2012-12-11Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust1-3/+5
2012-12-06NFSv4.1: Move slot table and session struct definitions to nfs4session.hTrond Myklebust1-0/+1
2012-12-06NFSv4.1: Reset the sequence number for slots that have been deallocatedTrond Myklebust1-2/+2
2012-12-06NFSv4.1: Ensure that the client tracks the server target_highest_slotidTrond Myklebust1-2/+2
2012-11-26NFSv4.1: Simplify struct nfs4_sequence_args tooTrond Myklebust1-11/+10
2012-11-26NFSv4.1: Label each entry in the session slot tables with its slot numberTrond Myklebust1-1/+1
2012-11-26NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointerTrond Myklebust1-3/+5
2012-11-21NFS: Reduce stack use in encode_exchange_id()Jim Rees1-3/+5
2012-11-04NFS: Remove asserts from the NFS XDR codeTrond Myklebust1-4/+2
2012-10-02NFSv4 reduce attribute requests for open reclaimAndy Adamson1-1/+1
2012-10-02NFSv4: don't put ACCESS in OPEN compound if O_EXCLWeston Andros Adamson1-4/+8
2012-10-01NFSv4: Add ACCESS operation to OPEN compoundWeston Andros Adamson1-4/+12
2012-09-28NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust1-1/+5
2012-09-26NFSv4.1: decode_getdeviceinfo should check xdr_read_pages() return valueTrond Myklebust1-1/+2