aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_xdr.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06Merge branch 'linux-ssc-for-5.5'Trond Myklebust1-0/+17
2019-11-03NFSv3: Clean up timespec encodeTrond Myklebust1-1/+1
2019-11-03NFS: Convert struct nfs_fattr to use struct timespec64Trond Myklebust1-6/+6
2019-10-09NFS: add ca_source_server<> to COPYOlga Kornievskaia1-0/+1
2019-10-09NFS: add COPY_NOTIFY operationOlga Kornievskaia1-0/+16
2019-03-01NFSv4.2: Add client support for the generic 'layouterror' RPC callTrond Myklebust1-0/+35
2019-02-20NFS: Pass error information to the pgio error cleanup routineTrond Myklebust1-1/+1
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown1-7/+7
2018-12-19NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.NeilBrown1-1/+1
2018-09-30NFS: Remove private spinlock in struct nfs_pgio_headerTrond Myklebust1-3/+2
2018-09-30NFSv4: Save a few bytes in the nfs_pgio_args/resTrond Myklebust1-7/+17
2018-09-30NFSv3: Improve NFSv3 performance when server returns no post-op attributesTrond Myklebust1-1/+2
2018-08-09NFS add support for asynchronous COPYOlga Kornievskaia1-0/+1
2018-08-09NFS COPY xdr handle async replyOlga Kornievskaia1-0/+1
2018-08-09NFS OFFLOAD_CANCEL xdrOlga Kornievskaia1-0/+12
2018-07-26pNFS: Parse the results of layoutget on open even if permissions checks failTrond Myklebust1-1/+0
2018-06-19pNFS/flexfiles: Don't tie up all the rpciod threads in resendsTrond Myklebust1-0/+2
2018-06-04NFS: Pass the inode down to the getattr() callbackTrond Myklebust1-1/+2
2018-05-31pnfs: Add barrier to prevent lgopen using LAYOUTGET during recallFred Isaman1-0/+1
2018-05-31pnfs: Add conditional encode/decode of LAYOUTGET within OPEN compoundFred Isaman1-0/+2
2018-05-31pnfs: Store return value of decode_layoutget for later processingFred Isaman1-0/+1
2018-05-31NFSv4: Fix sillyrename to return the delegation when appropriateTrond Myklebust1-1/+1
2018-05-31NFS: Move call to nfs4_state_protect() to nfs4_commit_setup()Anna Schumaker1-1/+2
2018-05-31NFS: Move call to nfs4_state_protect_write() to nfs4_write_setup()Anna Schumaker1-1/+2
2018-04-10NFS: Remove the unused return_delegation() callbackTrond Myklebust1-1/+0
2018-04-10NFS: Add a delegation return into nfs4_proc_unlink_setup()Trond Myklebust1-1/+1
2018-04-10NFS: Move delegation recall into the NFSv4 callback for rename_setup()Trond Myklebust1-1/+3
2018-04-10NFS: Move the delegation return down into nfs4_proc_remove()Trond Myklebust1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-15NFS: Use an atomic_long_t to count the number of commitsTrond Myklebust1-1/+1
2017-08-01NFSv4: Fix EXCHANGE_ID corrupt verifier issueTrond Myklebust1-1/+1
2017-07-13nfs4: add NFSv4 LOOKUPP handlersJeff Layton1-1/+16
2017-07-13NFS: Ensure we commit after writeback is completeTrond Myklebust1-0/+2
2017-07-13NFS: Remove unused fields in the page I/O structuresTrond Myklebust1-1/+0
2017-07-13NFS: nfs_rename() - revalidate directories on -ERESTARTSYSBenjamin Coddington1-0/+1
2017-07-13NFS: convert flags to boolBenjamin Coddington1-5/+5
2017-05-08NFS append COMMIT after synchronous COPYOlga Kornievskaia1-0/+1
2017-04-21lockd: Introduce nlmclnt_operationsBenjamin Coddington1-0/+1
2017-04-20NFS: move rw_mode to nfs_pageio_headerBenjamin Coddington1-0/+1
2016-12-09nfs: add support for the umask attributeAndreas Gruenbacher1-0/+2
2016-12-03pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturnTrond Myklebust1-2/+1
2016-12-02pNFS: Allow layout drivers to manage private data in struct nfs4_layoutreturnTrond Myklebust1-0/+2
2016-12-02NFSv4: Add a generic structure for managing layout-private informationTrond Myklebust1-0/+14
2016-12-01NFSv4: Add encode/decode of the layoutreturn op in DELEGRETURNTrond Myklebust1-0/+3
2016-12-01NFSv4: Add encode/decode of the layoutreturn op in CLOSETrond Myklebust1-0/+3
2016-09-19pnfs: add a new mechanism to select a layout driver according to an ordered listJeff Layton1-0/+1
2016-09-19pnfs: track multiple layout types in fsinfo structureJeff Layton1-1/+6
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2016-08-04Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-11/+0
2016-07-20qstr: constify instances in nfsAl Viro1-4/+4