summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4xdr.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: fix getacl head length estimationJ. Bruce Fields2017-02-231-1/+1
* NFSv4: Clean up owner/group attribute decodeTrond Myklebust2017-02-211-60/+57
* NFSv4: Remove bogus "struct nfs_client" argument from decode_ace()Trond Myklebust2017-02-211-2/+2
* NFSv4: Fix the underestimation of delegation XDR space reservationTrond Myklebust2017-02-211-0/+2
* NFSv4: Replace the open coded decode_opaque_inline() with the new genericTrond Myklebust2017-02-211-21/+8
* NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* genericsTrond Myklebust2017-02-211-24/+9
* NFSv4: Retry the DELEGRETURN if the embedded GETATTR is rejected with EACCESTrond Myklebust2016-12-191-4/+7
* NFSv4: Place the GETATTR operation before the CLOSETrond Myklebust2016-12-191-10/+6
* NFSv4: Add encode/decode of the layoutreturn op in OPEN_DOWNGRADETrond Myklebust2016-12-191-0/+10
* nfs: add support for the umask attributeAndreas Gruenbacher2016-12-091-12/+24
* pNFS: Allow layout drivers to manage private data in struct nfs4_layoutreturnTrond Myklebust2016-12-021-1/+3
* NFSv4: Add encode/decode of the layoutreturn op in DELEGRETURNTrond Myklebust2016-12-011-0/+10
* NFSv4: Add encode/decode of the layoutreturn op in CLOSETrond Myklebust2016-12-011-0/+26
* NFSv4: Fix missing operation accounting in NFS4_dec_delegreturn_szTrond Myklebust2016-12-011-0/+1
* pNFS: Get rid of unnecessary layout parameter in encode_layoutreturn callbackTrond Myklebust2016-12-011-4/+4
* NFSv4: Don't request close-to-open attribute when holding a delegationTrond Myklebust2016-12-011-1/+2
* NFSv4: Don't request a GETATTR on open_downgrade.Trond Myklebust2016-12-011-8/+2
* fs: nfs: Make nfs boot time y2038 safeDeepa Dinamani2016-10-041-1/+1
* pnfs: add a new mechanism to select a layout driver according to an ordered listJeff Layton2016-09-191-13/+18
* pnfs: track multiple layout types in fsinfo structureJeff Layton2016-09-191-13/+10
* pNFS: Files and flexfiles always need to commit before layoutcommitTrond Myklebust2016-07-051-3/+8
* NFSv4: Label stateids with the typeTrond Myklebust2016-05-171-9/+33
* NFS: Add COPY nfs operationAnna Schumaker2016-05-171-0/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* NFS4: Cleanup FATTR4_WORD0_FS_LOCATIONS after decoding successKinglong Mee2015-11-231-0/+1
* nfs: Fix GETATTR bitmap verificationAndreas Gruenbacher2015-11-031-0/+23
* nfs: Remove unused xdr page offsets in getacl/setacl argumentsAndreas Gruenbacher2015-11-031-2/+2
* nfs: get clone_blksize when probing fsinfoPeng Tao2015-10-151-0/+25
* nfs42: add CLONE xdr functionsPeng Tao2015-10-151-0/+1
* NFSv4: Express delegation limit in units of pagesTrond Myklebust2015-09-071-6/+10
* NFSv4.1/pnfs: Ensure layoutreturn reserves space for the opaque payloadTrond Myklebust2015-08-271-1/+2
* NFS: Send attributes in OPEN request for NFS4_CREATE_EXCLUSIVE4_1Kinglong Mee2015-08-271-8/+18
* NFS: Get suppattr_exclcreat when getting server capabilitiesKinglong Mee2015-08-271-5/+21
* xprtrdma: Fix large NFS SYMLINK callsChuck Lever2015-08-051-1/+3
* NFSv.2/pnfs Add a LAYOUTSTATS rpc functionTrond Myklebust2015-06-241-0/+1
* nfs: update maxsz values for SETCLIENTID and EXCHANGE_IDJeff Layton2015-06-161-2/+4
* nfs: convert setclientid and exchange_id encoders to use clp->cl_owner_idJeff Layton2015-06-161-3/+5
* NFS: Move nfs_idmap.h into fs/nfs/Anna Schumaker2015-04-231-1/+1
* NFS: Add a stub for GETDEVICELISTAnna Schumaker2015-04-231-0/+6
* NFSv4.1: Allow getdeviceinfo to return notification info back to callerTrond Myklebust2015-03-271-9/+5
* NFSv4.1: Clean up bind_conn_to_sessionTrond Myklebust2015-02-181-8/+8
* NFSv4.1: Always set up a forward channel when binding the sessionTrond Myklebust2015-02-181-1/+1
* NFSv4.1: Clean up create_sessionTrond Myklebust2015-02-181-9/+7
* NFSv4.1: Ask for no delegation on OPEN if using O_DIRECTTrond Myklebust2015-02-041-26/+53
* Merge branch 'flexfiles'Trond Myklebust2015-02-031-3/+6
|\
| * nfs41: add range to layoutreturn argsPeng Tao2015-02-031-3/+3
| * nfs41: pass iomode through layoutreturn argsPeng Tao2015-02-031-1/+1
| * nfs: save server READ/WRITE/COMMIT statusPeng Tao2015-02-031-0/+3
* | NFSv4.1: Replace usage of nfs_client->cl_addr in encode_create_sessionTrond Myklebust2015-01-241-7/+3
* | NFSv4: Fix lock on-wire reordering issuesTrond Myklebust2015-01-241-3/+3
OpenPOWER on IntegriCloud