index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
flexfilelayout
/
flexfilelayout.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-13
NFSv4/flexfiles: fix to allocate mirror->dss before use
Mike Snitzer
1
-14
/
+21
2025-09-26
NFSv4/flexfiles: Add support for striped layouts
Jonathan Curley
1
-92
/
+155
2025-09-26
NFSv4/flexfiles: Update layout stats & error paths for striped layouts
Jonathan Curley
1
-103
/
+209
2025-09-26
NFSv4/flexfiles: Write path updates for striped layouts
Jonathan Curley
1
-12
/
+30
2025-09-26
NFSv4/flexfiles: Commit path updates for striped layouts
Jonathan Curley
1
-16
/
+25
2025-09-26
NFSv4/flexfiles: Read path updates for striped layouts
Jonathan Curley
1
-24
/
+98
2025-09-26
NFSv4/flexfiles: Update low level helper functions to be DS stripe aware.
Jonathan Curley
1
-28
/
+28
2025-09-26
NFSv4/flexfiles: Add data structure support for striped layouts
Jonathan Curley
1
-61
/
+73
2025-09-26
NFSv4/flexfiles: Remove cred local variable dependency
Jonathan Curley
1
-2
/
+2
2025-09-23
NFS: Update the flexfilelayout driver to use xdr_set_scratch_folio()
Anna Schumaker
1
-4
/
+4
2025-09-08
NFSv4/flexfiles: Fix layout merge mirror check.
Jonathan Curley
1
-1
/
+1
2025-09-06
flexfiles/pNFS: fix NULL checks on result of ff_layout_choose_ds_for_read
Tigran Mkrtchyan
1
-7
/
+12
2025-07-22
pNFS/flexfiles: don't attempt pnfs on fatal DS errors
Tigran Mkrtchyan
1
-10
/
+16
2025-06-26
NFSv4/flexfiles: Fix handling of NFS level errors in I/O
Trond Myklebust
1
-34
/
+84
2025-05-28
flexfiles/pNFS: update stats on NFS4ERR_DELAY for v4.1 DSes
Tigran Mkrtchyan
1
-0
/
+2
2025-04-27
pNFS/flexfiles: Record the RPC errors in the I/O tracepoints
Trond Myklebust
1
-3
/
+3
2025-03-21
pNFS/flexfiles: Report ENETDOWN as a connection error
Trond Myklebust
1
-0
/
+1
2025-03-21
pNFS/flexfiles: Treat ENETUNREACH errors as fatal in containers
Trond Myklebust
1
-2
/
+21
2025-01-22
pnfs/flexfiles: retry getting layout segment for reads
Mike Snitzer
1
-6
/
+21
2025-01-14
nfs: cache all open LOCALIO nfsd_file(s) in client
Mike Snitzer
1
-12
/
+13
2024-09-23
pnfs/flexfiles: enable localio support
Trond Myklebust
1
-4
/
+46
2024-09-23
nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commit
Mike Snitzer
1
-3
/
+3
2024-09-23
nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.h
Mike Snitzer
1
-6
/
+0
2024-07-08
NFSv4/pNFS: Do layout state recovery upon reboot
Trond Myklebust
1
-1
/
+1
2024-05-21
pNFS: rework pnfs_generic_pg_check_layout to check IO range
Olga Kornievskaia
1
-10
/
+2
2024-03-16
nfs: fix panic when nfs4_ff_layout_prepare_ds() fails
Josef Bacik
1
-1
/
+1
2023-10-18
pNFS/flexfiles: Check the layout validity in ff_layout_mirror_prepare_stats
Trond Myklebust
1
-7
/
+10
2023-09-13
NFS/pNFS: Report EINVAL errors from connect() to the server
Trond Myklebust
1
-0
/
+1
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-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-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
1
-1
/
+1
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
1
-1
/
+1
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
[next]