Age | Commit message (Expand) | Author | Files | Lines |
2022-11-01 | cred: Do not default to init_cred in prepare_kernel_cred() | Kees Cook | 1 | -2/+2 |
2022-10-06 | NFSv4/flexfiles: Cancel I/O if the layout is recalled or revoked | Trond Myklebust | 1 | -3/+81 |
2022-10-03 | NFSv4/pNFS: Always return layout stats on layout return for flexfiles | Trond Myklebust | 1 | -7/+18 |
2022-07-12 | NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZE | Anna Schumaker | 1 | -2/+4 |
2022-07-10 | pNFS/flexfiles: Report RDMA connection errors to the server | Trond Myklebust | 1 | -0/+4 |
2022-03-22 | pNFS/flexfiles: Ensure pNFS allocation modes are consistent with nfsiod | Trond Myklebust | 1 | -29/+21 |
2022-02-25 | NFSv4/flexfiles: Convert GFP_NOFS to GFP_KERNEL | Trond Myklebust | 1 | -8/+9 |
2021-10-20 | SUNRPC: Trace calls to .rpc_call_done | Chuck Lever | 1 | -2/+0 |
2021-10-03 | pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_ds | Baptiste Lepers | 1 | -2/+2 |
2021-04-14 | pNFS/flexfiles: fix incorrect size check in decode_nfs_fh() | Nikola Livic | 1 | -1/+1 |
2020-12-17 | Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -13/+4 |
2020-12-16 | NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read() | Trond Myklebust | 1 | -1/+1 |
2020-12-16 | pNFS/flexfiles: Avoid spurious layout returns in ff_layout_choose_ds_for_read | Trond Myklebust | 1 | -5/+1 |
2020-12-15 | Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6 | Linus Torvalds | 2 | -2/+2 |
2020-12-02 | pNFS/flexfiles: Fix up layoutstats reporting for non-TCP transports | Trond Myklebust | 1 | -7/+2 |
2020-11-30 | SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer() | Chuck Lever | 2 | -2/+2 |
2020-11-30 | pNFS/flexfiles: Fix array overflow when flexfiles mirroring is enabled | Trond Myklebust | 1 | -6/+21 |
2020-09-18 | pNFS/flexfiles: Be consistent about mirror index types | Trond Myklebust | 1 | -17/+17 |
2020-09-18 | pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on read | Trond Myklebust | 1 | -5/+6 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
2020-08-12 | NFS: Fix flexfiles read failover | Trond Myklebust | 1 | -14/+36 |
2020-07-12 | pNFS/flexfiles: The mirror count could depend on the layout segment range | Trond Myklebust | 1 | -2/+2 |
2020-07-12 | pNFS/flexfiles: Clean up redundant calls to pnfs_put_lseg() | Trond Myklebust | 1 | -8/+2 |
2020-06-26 | pNFS/flexfiles: Fix list corruption if the mirror count changes | Trond Myklebust | 1 | -4/+7 |
2020-03-27 | pNFS/flexfiles: Specify the layout segment range in LAYOUTGET | Trond Myklebust | 1 | -4/+4 |
2020-03-27 | pNFS/flexfiles: remove requirement for whole file layouts | Trond Myklebust | 1 | -21/+0 |
2020-03-27 | pNFS/flexfiles: Check the layout segment range before doing I/O | Trond Myklebust | 1 | -2/+10 |
2020-03-27 | pNFS/flexfile: Don't merge layout segments if the mirrors don't match | Trond Myklebust | 1 | -0/+19 |
2020-03-27 | NFS/pNFS: Clean up pNFS commit operations | Trond Myklebust | 1 | -7/+12 |
2020-03-27 | NFS: Remove bucket array from struct pnfs_ds_commit_info | Trond Myklebust | 1 | -76/+0 |
2020-03-27 | pNFS: Enable per-layout segment commit structures | Trond Myklebust | 1 | -0/+19 |
2020-03-27 | pNFS: Add infrastructure for cleaning up per-layout commit structures | Trond Myklebust | 1 | -0/+11 |
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/flexfiles: Simplify allocation of the mirror array | Trond Myklebust | 2 | -17/+6 |
2020-03-16 | NFSv4: Ensure layout headers are RCU safe | Trond Myklebust | 1 | -3/+3 |
2020-03-16 | pNFS/flexfiles: Report DELAY and GRACE errors from the DS to the server | Trond Myklebust | 1 | -9/+11 |
2020-01-15 | pNFS/flexfiles: Add tracing for layout errors | Trond Myklebust | 1 | -9/+19 |
2020-01-15 | pNFS/flexfiles: Record resend attempts on I/O failure | Trond Myklebust | 1 | -3/+3 |
2019-08-26 | pNFS/flexfiles: Don't time out requests on hard mounts | Trond Myklebust | 1 | -2/+9 |
2019-08-26 | Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated" | Trond Myklebust | 1 | -17/+0 |
2019-07-18 | pnfs/flexfiles: Add tracepoints for detecting pnfs fallback to MDS | Trond Myklebust | 1 | -0/+26 |
2019-07-18 | pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_error | Trond Myklebust | 1 | -1/+1 |
2019-06-28 | NFS/flexfiles: Use the correct TCP timeout for flexfiles I/O | Trond Myklebust | 1 | -1/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
2019-04-25 | NFS: Add a helper to return a pointer to the open context of a struct nfs_page | Trond Myklebust | 1 | -3/+3 |
2019-04-25 | pNFS: Add tracking to limit the number of pNFS retries | Trond Myklebust | 1 | -0/+8 |
2019-03-23 | pNFS/flexfiles: Fix layoutstats handling during read failovers | Trond Myklebust | 1 | -1/+4 |
2019-03-01 | NFS/flexfiles: Clean up mirror DS initialisation | Trond Myklebust | 1 | -35/+31 |
2019-03-01 | NFS/flexfiles: Remove dead code in ff_layout_mirror_valid() | Trond Myklebust | 1 | -15/+0 |