aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4xdr.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-18NFSv4.1: Clean up bind_conn_to_sessionGravatar Trond Myklebust 1-8/+8
2015-02-18NFSv4.1: Always set up a forward channel when binding the sessionGravatar Trond Myklebust 1-1/+1
2015-02-18NFSv4.1: Clean up create_sessionGravatar Trond Myklebust 1-9/+7
2015-02-04NFSv4.1: Ask for no delegation on OPEN if using O_DIRECTGravatar Trond Myklebust 1-26/+53
2015-02-03Merge branch 'flexfiles'Gravatar Trond Myklebust 1-3/+6
2015-02-03nfs41: add range to layoutreturn argsGravatar Peng Tao 1-3/+3
2015-02-03nfs41: pass iomode through layoutreturn argsGravatar Peng Tao 1-1/+1
2015-02-03nfs: save server READ/WRITE/COMMIT statusGravatar Peng Tao 1-0/+3
2015-01-24NFSv4.1: Replace usage of nfs_client->cl_addr in encode_create_sessionGravatar Trond Myklebust 1-7/+3
2015-01-24NFSv4: Fix lock on-wire reordering issuesGravatar Trond Myklebust 1-3/+3
2015-01-23NFSv4: Check for NULL argument in nfs_*_seqid() functionsGravatar Trond Myklebust 1-1/+4
2015-01-23NFSv4: Fix an atomicity problem in CLOSEGravatar Trond Myklebust 1-2/+2
2014-11-26Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdm...Gravatar Trond Myklebust 1-4/+6
2014-11-25nfs: Add DEALLOCATE supportGravatar Anna Schumaker 1-0/+1
2014-11-25nfs: Add ALLOCATE supportGravatar Anna Schumaker 1-0/+1
2014-11-25NFS: SETCLIENTID XDR buffer sizes are incorrectGravatar Chuck Lever 1-4/+6
2014-09-30Merge branch 'client-4.2' into linux-nextGravatar Trond Myklebust 1-0/+7
2014-09-30NFS: Implement SEEKGravatar Anna Schumaker 1-0/+7
2014-09-12pnfs: enable CB_NOTIFY_DEVICEID supportGravatar Christoph Hellwig 1-8/+23
2014-09-12pnfs: remove GETDEVICELIST implementationGravatar Christoph Hellwig 1-130/+0
2014-09-10pnfs: allow splicing pre-encoded pages into the layoutcommit argsGravatar Christoph Hellwig 1-5/+13
2014-07-12NFSv4: Drop castGravatar Himangi Saraogi 1-1/+1
2014-05-28NFS: Create a common results structure for reads and writesGravatar Anna Schumaker 1-4/+5
2014-05-28NFS: Create a common argument structure for reads and writesGravatar Anna Schumaker 1-4/+6
2014-03-17NFS: Clean up: revert increase in READDIR RPC buffer max sizeGravatar Chuck Lever 1-2/+1
2014-01-31nfs: initialize the ACL support bits to zero.Gravatar Malahal Naineni 1-1/+1
2013-12-06NFSv4: OPEN must handle the NFS4ERR_IO return code correctlyGravatar Trond Myklebust 1-16/+31
2013-11-04NFSv4.2: encode_readdir - only ask for labels when doing readdirplusGravatar Trond Myklebust 1-13/+12
2013-10-28NFS: Add method to detect whether an FSID is still on the serverGravatar Chuck Lever 1-2/+65
2013-10-28NFS: Add method to retrieve fs_locations during migration recoveryGravatar Chuck Lever 1-11/+35
2013-09-10NFSv4.1 fix decode_free_stateidGravatar Andy Adamson 1-15/+2
2013-09-05nfs4.1: Minimal SP4_MACH_CRED implementationGravatar Weston Andros Adamson 1-10/+62
2013-09-03NFS: NFSv4.0 transport blockingGravatar Chuck Lever 1-6/+7
2013-08-22NFSv4: Fix an incorrect pointer declaration in decode_first_pnfs_layout_typeGravatar Trond Myklebust 1-1/+1
2013-08-22NFSv4: Deal with some more sparse warningsGravatar Trond Myklebust 1-1/+1
2013-07-23NFSv4: encode_attrs should not backfill the bitmap and attribute lengthGravatar Trond Myklebust 1-72/+53
2013-07-23NFSv4: Fix brainfart in attribute length calculationGravatar Trond Myklebust 1-1/+1
2013-07-17NFSv4: Fix a regression against the FreeBSD serverGravatar Trond Myklebust 1-7/+14
2013-06-28Merge branch 'labeled-nfs' into linux-nextGravatar Trond Myklebust 1-37/+137
2013-06-28NFSv4.1 Fix gdia_maxcount calculation to fit in ca_maxresponsesizeGravatar Andy Adamson 1-1/+7
2013-06-08NFS: Client implementation of Labeled-NFSGravatar David Quigley 1-29/+125
2013-06-08NFSv4: Extend fattr bitmaps to support all 3 wordsGravatar David Quigley 1-8/+12
2013-05-06NFSv4: Convert nfs41_free_stateid to use an asynchronous RPC callGravatar Trond Myklebust 1-1/+1
2013-04-23Merge branch 'rpcsec_gss-from_cel' into linux-nextGravatar Trond Myklebust 1-24/+15
2013-04-19nfs: Send atime and mtime as a 64bit valueGravatar Bryan Schumaker 1-4/+2
2013-04-16NFSv4: Record the OPEN create mode used in the nfs4_opendata structureGravatar Trond Myklebust 1-21/+16
2013-03-29NFS: Avoid PUTROOTFH when managing leasesGravatar Chuck Lever 1-15/+3
2013-03-29SUNRPC: Define rpcsec_gss_info structureGravatar Chuck Lever 1-9/+12
2013-03-28NFSv4: Fix Oopses in the fs_locations codeGravatar Trond Myklebust 1-23/+20
2013-03-25NFSv4.1: Add xdr support for CLAIM_FH and CLAIM_DELEG_CUR_FH opensGravatar Trond Myklebust 1-0/+23