Age | Commit message (Expand) | Author | Files | Lines |
2022-06-01 | NFSv4: Fix free of uninitialized nfs4_label on referral lookup. | Benjamin Coddington | 1 | -1/+1 |
2022-05-17 | NFSv4: Add encoders/decoders for the NFSv4.1 dacl and sacl attributes | Trond Myklebust | 1 | -0/+3 |
2022-05-17 | NFSv4: Specify the type of ACL to cache | Trond Myklebust | 1 | -0/+7 |
2022-04-07 | NFS: Ensure rpc_run_task() cannot fail in nfs_async_rename() | Trond Myklebust | 1 | -0/+1 |
2022-03-13 | NFSv4: keep state manager thread active if swap is enabled | NeilBrown | 1 | -0/+2 |
2022-03-02 | NFS: Optimise away the previous cookie field | Trond Myklebust | 1 | -2/+1 |
2022-01-13 | NFSv4.1 query for fs_location attr on a new file system | Olga Kornievskaia | 1 | -0/+1 |
2022-01-06 | NFSv4: Add some support for case insensitive filesystems | Trond Myklebust | 1 | -0/+2 |
2022-01-06 | NFS: pass cred explicitly for access tests | NeilBrown | 1 | -1/+1 |
2021-11-05 | NFS: Remove the nfs4_label from the nfs_setattrres | Anna Schumaker | 1 | -1/+0 |
2021-11-05 | NFS: Remove the nfs4_label from the nfs4_getattr_res | Anna Schumaker | 1 | -3/+1 |
2021-11-05 | NFS: Remove the f_label from the nfs4_opendata and nfs_openres | Anna Schumaker | 1 | -1/+0 |
2021-11-05 | NFS: Remove the nfs4_label from the nfs4_lookupp_res struct | Anna Schumaker | 1 | -2/+1 |
2021-11-05 | NFS: Remove the label from the nfs4_lookup_res struct | Anna Schumaker | 1 | -3/+1 |
2021-11-05 | NFS: Remove the nfs4_label from the nfs4_link_res struct | Anna Schumaker | 1 | -1/+0 |
2021-11-05 | NFS: Remove the nfs4_label from the nfs4_create_res struct | Anna Schumaker | 1 | -1/+0 |
2021-11-05 | NFS: Remove the nfs4_label from the nfs_entry struct | Anna Schumaker | 1 | -1/+0 |
2021-07-08 | NFSv4/pnfs: Clean up layout get on open | Trond Myklebust | 1 | -0/+1 |
2021-04-13 | NFSv4: Add support for the NFSv4.2 "change_attr_type" attribute | Trond Myklebust | 1 | -0/+2 |
2021-04-13 | NFS: nfs4_bitmask_adjust() must not change the server global bitmasks | Trond Myklebust | 1 | -3/+8 |
2020-12-02 | NFS: Allow the NFS generic code to pass in a verifier to readdir | Trond Myklebust | 1 | -2/+15 |
2020-10-07 | NFS: Add READ_PLUS data segment support | Anna Schumaker | 1 | -1/+1 |
2020-09-24 | NFSv4: make cache consistency bitmask dynamic | Olga Kornievskaia | 1 | -3/+3 |
2020-09-21 | pNFS/flexfiles: Be consistent about mirror index types | Trond Myklebust | 1 | -2/+2 |
2020-07-14 | NFSv4.2: add client side XDR handling for extended attributes | Frank van der Linden | 1 | -1/+58 |
2020-07-14 | NFSv4.2: query the server for extended attribute support | Frank van der Linden | 1 | -0/+1 |
2020-05-27 | NFS: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -1/+1 |
2020-04-28 | NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSION | Olga Kornievskaia | 1 | -0/+2 |
2020-04-07 | Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -17/+15 |
2020-03-31 | NFS: Ensure security label is set for root inode | Scott Mayhew | 1 | -0/+1 |
2020-03-27 | NFS/pNFS: Simplify bucket layout segment reference counting | Trond Myklebust | 1 | -2/+1 |
2020-03-27 | NFS/pNFS: Clean up pNFS commit operations | Trond Myklebust | 1 | -0/+1 |
2020-03-27 | NFS: Remove bucket array from struct pnfs_ds_commit_info | Trond Myklebust | 1 | -13/+0 |
2020-03-27 | pNFS: Add infrastructure for cleaning up per-layout commit structures | Trond Myklebust | 1 | -0/+1 |
2020-03-27 | NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_info | Trond Myklebust | 1 | -0/+1 |
2020-03-26 | pNFS: Add a helper to allocate the array of buckets | Trond Myklebust | 1 | -3/+12 |
2020-01-25 | NFS: Add softreval behaviour to nfs_lookup_revalidate() | Trond Myklebust | 1 | -1/+1 |
2020-01-15 | NFS: Additional refactoring for fs_context conversion | Scott Mayhew | 1 | -1/+1 |
2020-01-15 | NFS: Add fs_context support. | David Howells | 1 | -3/+3 |
2020-01-15 | nfs: don't pass nfs_subversion to ->create_server() | Al Viro | 1 | -1/+1 |
2020-01-15 | nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_co... | Al Viro | 1 | -2/+1 |
2019-11-06 | Merge branch 'linux-ssc-for-5.5' | Trond Myklebust | 1 | -0/+17 |
2019-11-04 | NFSv3: Clean up timespec encode | Trond Myklebust | 1 | -1/+1 |
2019-11-04 | NFS: Convert struct nfs_fattr to use struct timespec64 | Trond Myklebust | 1 | -6/+6 |
2019-10-09 | NFS: add ca_source_server<> to COPY | Olga Kornievskaia | 1 | -0/+1 |
2019-10-09 | NFS: add COPY_NOTIFY operation | Olga Kornievskaia | 1 | -0/+16 |
2019-03-02 | NFSv4.2: Add client support for the generic 'layouterror' RPC call | Trond Myklebust | 1 | -0/+35 |
2019-02-20 | NFS: Pass error information to the pgio error cleanup routine | Trond Myklebust | 1 | -1/+1 |
2018-12-19 | NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. | NeilBrown | 1 | -7/+7 |
2018-12-19 | NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred. | NeilBrown | 1 | -1/+1 |