aboutsummaryrefslogtreecommitdiff
path: root/include/linux/nfs_xdr.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-13NFSv4: keep state manager thread active if swap is enabledGravatar NeilBrown 1-0/+2
2022-03-02NFS: Optimise away the previous cookie fieldGravatar Trond Myklebust 1-2/+1
2022-01-13NFSv4.1 query for fs_location attr on a new file systemGravatar Olga Kornievskaia 1-0/+1
2022-01-06NFSv4: Add some support for case insensitive filesystemsGravatar Trond Myklebust 1-0/+2
2022-01-06NFS: pass cred explicitly for access testsGravatar NeilBrown 1-1/+1
2021-11-05NFS: Remove the nfs4_label from the nfs_setattrresGravatar Anna Schumaker 1-1/+0
2021-11-05NFS: Remove the nfs4_label from the nfs4_getattr_resGravatar Anna Schumaker 1-3/+1
2021-11-05NFS: Remove the f_label from the nfs4_opendata and nfs_openresGravatar Anna Schumaker 1-1/+0
2021-11-05NFS: Remove the nfs4_label from the nfs4_lookupp_res structGravatar Anna Schumaker 1-2/+1
2021-11-05NFS: Remove the label from the nfs4_lookup_res structGravatar Anna Schumaker 1-3/+1
2021-11-05NFS: Remove the nfs4_label from the nfs4_link_res structGravatar Anna Schumaker 1-1/+0
2021-11-05NFS: Remove the nfs4_label from the nfs4_create_res structGravatar Anna Schumaker 1-1/+0
2021-11-05NFS: Remove the nfs4_label from the nfs_entry structGravatar Anna Schumaker 1-1/+0
2021-07-08NFSv4/pnfs: Clean up layout get on openGravatar Trond Myklebust 1-0/+1
2021-04-13NFSv4: Add support for the NFSv4.2 "change_attr_type" attributeGravatar Trond Myklebust 1-0/+2
2021-04-12NFS: nfs4_bitmask_adjust() must not change the server global bitmasksGravatar Trond Myklebust 1-3/+8
2020-12-02NFS: Allow the NFS generic code to pass in a verifier to readdirGravatar Trond Myklebust 1-2/+15
2020-10-07NFS: Add READ_PLUS data segment supportGravatar Anna Schumaker 1-1/+1
2020-09-24NFSv4: make cache consistency bitmask dynamicGravatar Olga Kornievskaia 1-3/+3
2020-09-21pNFS/flexfiles: Be consistent about mirror index typesGravatar Trond Myklebust 1-2/+2
2020-07-13NFSv4.2: add client side XDR handling for extended attributesGravatar Frank van der Linden 1-1/+58
2020-07-13NFSv4.2: query the server for extended attribute supportGravatar Frank van der Linden 1-0/+1
2020-05-27NFS: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-04-28NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSIONGravatar Olga Kornievskaia 1-0/+2
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-17/+15
2020-03-30NFS: Ensure security label is set for root inodeGravatar Scott Mayhew 1-0/+1
2020-03-27NFS/pNFS: Simplify bucket layout segment reference countingGravatar Trond Myklebust 1-2/+1
2020-03-27NFS/pNFS: Clean up pNFS commit operationsGravatar Trond Myklebust 1-0/+1
2020-03-27NFS: Remove bucket array from struct pnfs_ds_commit_infoGravatar Trond Myklebust 1-13/+0
2020-03-27pNFS: Add infrastructure for cleaning up per-layout commit structuresGravatar Trond Myklebust 1-0/+1
2020-03-27NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_infoGravatar Trond Myklebust 1-0/+1
2020-03-26pNFS: Add a helper to allocate the array of bucketsGravatar Trond Myklebust 1-3/+12
2020-01-24NFS: Add softreval behaviour to nfs_lookup_revalidate()Gravatar Trond Myklebust 1-1/+1
2020-01-15NFS: Additional refactoring for fs_context conversionGravatar Scott Mayhew 1-1/+1
2020-01-15NFS: Add fs_context support.Gravatar David Howells 1-3/+3
2020-01-15nfs: don't pass nfs_subversion to ->create_server()Gravatar Al Viro 1-1/+1
2020-01-15nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_co...Gravatar Al Viro 1-2/+1
2019-11-06Merge branch 'linux-ssc-for-5.5'Gravatar Trond Myklebust 1-0/+17
2019-11-03NFSv3: Clean up timespec encodeGravatar Trond Myklebust 1-1/+1
2019-11-03NFS: Convert struct nfs_fattr to use struct timespec64Gravatar Trond Myklebust 1-6/+6
2019-10-09NFS: add ca_source_server<> to COPYGravatar Olga Kornievskaia 1-0/+1
2019-10-09NFS: add COPY_NOTIFY operationGravatar Olga Kornievskaia 1-0/+16
2019-03-01NFSv4.2: Add client support for the generic 'layouterror' RPC callGravatar Trond Myklebust 1-0/+35
2019-02-20NFS: Pass error information to the pgio error cleanup routineGravatar Trond Myklebust 1-1/+1
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.Gravatar NeilBrown 1-7/+7
2018-12-19NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.Gravatar NeilBrown 1-1/+1
2018-09-30NFS: Remove private spinlock in struct nfs_pgio_headerGravatar Trond Myklebust 1-3/+2
2018-09-30NFSv4: Save a few bytes in the nfs_pgio_args/resGravatar Trond Myklebust 1-7/+17
2018-09-30NFSv3: Improve NFSv3 performance when server returns no post-op attributesGravatar Trond Myklebust 1-1/+2
2018-08-09NFS add support for asynchronous COPYGravatar Olga Kornievskaia 1-0/+1