summaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_xdr.h
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.2: Add client support for the generic 'layouterror' RPC callTrond Myklebust2019-03-011-0/+35
* NFS: Pass error information to the pgio error cleanup routineTrond Myklebust2019-02-201-1/+1
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-7/+7
* NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.NeilBrown2018-12-191-1/+1
* NFS: Remove private spinlock in struct nfs_pgio_headerTrond Myklebust2018-09-301-3/+2Star
* NFSv4: Save a few bytes in the nfs_pgio_args/resTrond Myklebust2018-09-301-7/+17
* NFSv3: Improve NFSv3 performance when server returns no post-op attributesTrond Myklebust2018-09-301-1/+2
* NFS add support for asynchronous COPYOlga Kornievskaia2018-08-091-0/+1
* NFS COPY xdr handle async replyOlga Kornievskaia2018-08-091-0/+1
* NFS OFFLOAD_CANCEL xdrOlga Kornievskaia2018-08-091-0/+12
* pNFS: Parse the results of layoutget on open even if permissions checks failTrond Myklebust2018-07-261-1/+0Star
* pNFS/flexfiles: Don't tie up all the rpciod threads in resendsTrond Myklebust2018-06-191-0/+2
* NFS: Pass the inode down to the getattr() callbackTrond Myklebust2018-06-041-1/+2
* pnfs: Add barrier to prevent lgopen using LAYOUTGET during recallFred Isaman2018-05-311-0/+1
* pnfs: Add conditional encode/decode of LAYOUTGET within OPEN compoundFred Isaman2018-05-311-0/+2
* pnfs: Store return value of decode_layoutget for later processingFred Isaman2018-05-311-0/+1
* NFSv4: Fix sillyrename to return the delegation when appropriateTrond Myklebust2018-05-311-1/+1
* NFS: Move call to nfs4_state_protect() to nfs4_commit_setup()Anna Schumaker2018-05-311-1/+2
* NFS: Move call to nfs4_state_protect_write() to nfs4_write_setup()Anna Schumaker2018-05-311-1/+2
* NFS: Remove the unused return_delegation() callbackTrond Myklebust2018-04-101-1/+0Star
* NFS: Add a delegation return into nfs4_proc_unlink_setup()Trond Myklebust2018-04-101-1/+1
* NFS: Move delegation recall into the NFSv4 callback for rename_setup()Trond Myklebust2018-04-101-1/+3
* NFS: Move the delegation return down into nfs4_proc_remove()Trond Myklebust2018-04-101-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* NFS: Use an atomic_long_t to count the number of commitsTrond Myklebust2017-08-151-1/+1
* NFSv4: Fix EXCHANGE_ID corrupt verifier issueTrond Myklebust2017-08-011-1/+1
* nfs4: add NFSv4 LOOKUPP handlersJeff Layton2017-07-131-1/+16
* NFS: Ensure we commit after writeback is completeTrond Myklebust2017-07-131-0/+2
* NFS: Remove unused fields in the page I/O structuresTrond Myklebust2017-07-131-1/+0Star
* NFS: nfs_rename() - revalidate directories on -ERESTARTSYSBenjamin Coddington2017-07-131-0/+1
* NFS: convert flags to boolBenjamin Coddington2017-07-131-5/+5
* NFS append COMMIT after synchronous COPYOlga Kornievskaia2017-05-091-0/+1
* lockd: Introduce nlmclnt_operationsBenjamin Coddington2017-04-211-0/+1
* NFS: move rw_mode to nfs_pageio_headerBenjamin Coddington2017-04-201-0/+1
* nfs: add support for the umask attributeAndreas Gruenbacher2016-12-101-0/+2
* pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturnTrond Myklebust2016-12-031-2/+1Star
* pNFS: Allow layout drivers to manage private data in struct nfs4_layoutreturnTrond Myklebust2016-12-031-0/+2
* NFSv4: Add a generic structure for managing layout-private informationTrond Myklebust2016-12-021-0/+14
* NFSv4: Add encode/decode of the layoutreturn op in DELEGRETURNTrond Myklebust2016-12-011-0/+3
* NFSv4: Add encode/decode of the layoutreturn op in CLOSETrond Myklebust2016-12-011-0/+3
* pnfs: add a new mechanism to select a layout driver according to an ordered listJeff Layton2016-09-191-0/+1
* pnfs: track multiple layout types in fsinfo structureJeff Layton2016-09-191-1/+6
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-4/+4
|\
| * qstr: constify instances in nfsAl Viro2016-07-211-4/+4
* | Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-08-051-11/+0Star
|\ \
| * | nfs/nfsd: Move useful bitfield ops to a commonly accessible placeAndrew Elble2016-07-131-11/+0Star
| |/
* / NFS: Fix an Oops in the pNFS files and flexfiles connection setup to the DSTrond Myklebust2016-06-301-3/+2Star
|/
* Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-05-261-3/+27
|\
| * pnfs: rework LAYOUTGET retry handlingJeff Layton2016-05-171-2/+0Star
| * NFS: Add COPY nfs operationAnna Schumaker2016-05-171-0/+26