messages from 2024-07-30 12:19:48 to 2024-08-15 03:00:02 UTC [more...]
[PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
2024-08-15 2:59 UTC (4+ messages)
` [PATCH net-next v13 05/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
[LTP] [PATCH 1/1] nfsstat01: Update client RPC calls for kernel 6.9
2024-08-14 22:17 UTC (4+ messages)
[PATCH 1/1] rpcdebug: fix memory allocation size
2024-08-14 21:01 UTC
[PATCH v2 00/25] netfs: Read/write improvements
2024-08-14 20:38 UTC (26+ messages)
` [PATCH v2 01/25] netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty"
` [PATCH v2 02/25] cachefiles: Fix non-taking of sb_writers around set/removexattr
` [PATCH v2 03/25] netfs: Adjust labels in /proc/fs/netfs/stats
` [PATCH v2 04/25] netfs: Record contention stats for writeback lock
` [PATCH v2 05/25] netfs: Reduce number of conditional branches in netfs_perform_write()
` [PATCH v2 06/25] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
` [PATCH v2 07/25] netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
` [PATCH v2 08/25] netfs: Reserve netfs_sreq_source 0 as unset/unknown
` [PATCH v2 09/25] netfs: Remove NETFS_COPY_TO_CACHE
` [PATCH v2 10/25] netfs: Set the request work function upon allocation
` [PATCH v2 11/25] netfs: Use bh-disabling spinlocks for rreq->lock
` [PATCH v2 12/25] mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of folios
` [PATCH v2 13/25] iov_iter: Provide copy_folio_from_iter()
` [PATCH v2 14/25] cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEs
` [PATCH v2 15/25] netfs: Use new folio_queue data type and iterator instead of xarray iter
` [PATCH v2 16/25] netfs: Provide an iterator-reset function
` [PATCH v2 17/25] netfs: Simplify the writeback code
` [PATCH v2 18/25] afs: Make read subreqs async
` [PATCH v2 19/25] netfs: Speed up buffered reading
` [PATCH v2 20/25] netfs: Remove fs/netfs/io.c
` [PATCH v2 21/25] cachefiles, netfs: Fix write to partial block at EOF
` [PATCH v2 22/25] netfs: Cancel dirty folios that have no storage destination
` [PATCH v2 23/25] cifs: Use iterate_and_advance*() routines directly for hashing
` [PATCH v2 24/25] cifs: Switch crypto buffer to use a folio_queue rather than an xarray
` [PATCH v2 25/25] cifs: Don't support ITER_XARRAY
[PATCH] NFSD: remove redundant assignment operation
2024-08-14 13:35 UTC (3+ messages)
[PATCH v2] SQUASH: nfsd: move error choice for incorrect object types to version-specific code
2024-08-14 13:31 UTC (3+ messages)
nfs4 delegation - couple of questions - 6.10.3-custom kernel
2024-08-14 13:14 UTC (2+ messages)
[PATCH v2 1/1] nfsstat01: Update client RPC calls for kernel 6.9
2024-08-14 13:13 UTC (2+ messages)
[linus:master] [nfs] 49b29a573d: filebench.sum_operations/s -85.6% regression
2024-08-14 13:04 UTC (6+ messages)
[PATCH 6.6.y 00/12] Backport "make svc_stat per-net instead of global"
2024-08-14 12:14 UTC (18+ messages)
` [PATCH 6.6.y 01/12] NFSD: Rewrite synopsis of nfsd_percpu_counters_init()
` [PATCH 6.6.y 02/12] NFSD: Fix frame size warning in svc_export_parse()
` [PATCH 6.6.y 03/12] sunrpc: don't change ->sv_stats if it doesn't exist
` [PATCH 6.6.y 04/12] nfsd: stop setting ->pg_stats for unused stats
` [PATCH 6.6.y 05/12] sunrpc: pass in the sv_stats struct through svc_create_pooled
` [PATCH 6.6.y 06/12] sunrpc: remove ->pg_stats from svc_program
` [PATCH 6.6.y 07/12] sunrpc: use the struct net as the svc proc private
` [PATCH 6.6.y 08/12] nfsd: rename NFSD_NET_* to NFSD_STATS_*
` [PATCH 6.6.y 09/12] nfsd: expose /proc/net/sunrpc/nfsd in net namespaces
` [PATCH 6.6.y 10/12] nfsd: make all of the nfsd stats per-network namespace
` [PATCH 6.6.y 11/12] nfsd: remove nfsd_stats, make th_cnt a global counter
` [PATCH 6.6.y 12/12] nfsd: make svc_stat per-network namespace instead of global
[PATCH] SUNRPC: Fix -Wformat-truncation warning
2024-08-14 10:28 UTC (2+ messages)
[PATCH] nfs: Annotate struct nfs_cache_array with __counted_by()
2024-08-14 10:01 UTC
[PATCH RESEND v2 1/1] nfsstat01: Update client RPC calls for kernel 6.9
2024-08-14 9:30 UTC
[PATCH] SQUASH: nfsd: move error choice for incorrect object types to version-specific code
2024-08-14 5:01 UTC (4+ messages)
[Bug report] NFS patch breaks TLS device-offloaded TX zerocopy
2024-08-12 23:23 UTC (13+ messages)
[PATCH] nfs: Remove unnecessary NULL check before kfree()
2024-08-12 19:09 UTC (2+ messages)
[PATCH 0/3] Fixes for NFS/RDMA device removal
2024-08-12 15:47 UTC (4+ messages)
` [PATCH 1/3] rpcrdma: Device kref is over-incremented on error from xa_alloc
` [PATCH 2/3] rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1
` [PATCH 3/3] rpcrdma: Trace connection registration and unregistration
NFS client failure
2024-08-12 14:37 UTC (13+ messages)
` NFS client to pNFS DS
[PATCH 6.1.y 00/18] Backport "make svc_stat per-net instead of global"
2024-08-12 14:02 UTC (22+ messages)
` [PATCH 6.1.y 01/18] nfsd: move reply cache initialization into nfsd startup
` [PATCH 6.1.y 02/18] nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_net
` [PATCH 6.1.y 03/18] NFSD: Refactor nfsd_reply_cache_free_locked()
` [PATCH 6.1.y 04/18] NFSD: Rename nfsd_reply_cache_alloc()
` [PATCH 6.1.y 05/18] NFSD: Replace nfsd_prune_bucket()
` [PATCH 6.1.y 06/18] NFSD: Refactor the duplicate reply cache shrinker
` [PATCH 6.1.y 07/18] NFSD: Rewrite synopsis of nfsd_percpu_counters_init()
` [PATCH 6.1.y 08/18] NFSD: Fix frame size warning in svc_export_parse()
` [PATCH 6.1.y 09/18] sunrpc: don't change ->sv_stats if it doesn't exist
` [PATCH 6.1.y 10/18] nfsd: stop setting ->pg_stats for unused stats
` [PATCH 6.1.y 11/18] sunrpc: pass in the sv_stats struct through svc_create_pooled
` [PATCH 6.1.y 12/18] sunrpc: remove ->pg_stats from svc_program
` [PATCH 6.1.y 13/18] sunrpc: use the struct net as the svc proc private
` [PATCH 6.1.y 14/18] nfsd: rename NFSD_NET_* to NFSD_STATS_*
` [PATCH 6.1.y 15/18] nfsd: expose /proc/net/sunrpc/nfsd in net namespaces
` [PATCH 6.1.y 16/18] nfsd: make all of the nfsd stats per-network namespace
` [PATCH 6.1.y 17/18] nfsd: remove nfsd_stats, make th_cnt a global counter
` [PATCH 6.1.y 18/18] nfsd: make svc_stat per-network namespace instead of global
[PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
2024-08-12 13:01 UTC (4+ messages)
` [PATCH v5 14/40] netfs: Add iov_iters to (sub)requests to describe various buffers
[PATCH] NFSD: Fix NFSv4's PUTPUBFH operation
2024-08-11 17:26 UTC
[GIT PULL] nfsd fixes for v6.11
2024-08-10 19:06 UTC (2+ messages)
[PATCH] 9p: Fix DIO read through netfs
2024-08-10 3:36 UTC (2+ messages)
[PATCH 0/3] nfsd: move error code mapping to per-version code
2024-08-09 12:34 UTC (7+ messages)
` [PATCH 3/3] nfsd: move error choice for incorrect object types to version-specific code
[PATCH] SQUASH nfsd: don't allocate the versions array
2024-08-08 22:17 UTC (3+ messages)
Announcing the Fall 2024 Bakeathon
2024-08-08 19:16 UTC
[dhowells-fs:netfs-writeback] [netfs] 383151c58c: xfstests.generic.465.fail
2024-08-08 8:51 UTC
[PATCH] nfsd: remove unnecessary cache_put from idmap_lookup
2024-08-07 12:29 UTC (3+ messages)
[PATCH] nfsd: Add quotes to client info 'callback address'
2024-08-07 10:18 UTC (3+ messages)
[linux-next:master] [fs] cdc4ad36a8: kernel_BUG_at_include/linux/page-flags.h
2024-08-07 9:35 UTC (4+ messages)
Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11 for testing, 2024-08-06
2024-08-06 22:06 UTC
[PATCH net-next v12 04/14] mm: page_frag: add '_va' suffix to page_frag API
2024-08-06 11:37 UTC (13+ messages)
` [PATCH net-next v12 05/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
Question about NFS client locks and delegations
2024-08-05 19:24 UTC (3+ messages)
[PATCH] netfs: Set NETFS_RREQ_WRITE_TO_CACHE when caching is possible
2024-08-05 15:34 UTC (3+ messages)
[PATCH 00/14 RFC] support automatic changes to nfsd thread count
2024-08-05 4:55 UTC (5+ messages)
` [PATCH 04/14] nfsd: don't allocate the versions array
[syzbot] [nfs?] INFO: task hung in nfsd_nl_listener_set_doit
2024-08-04 23:16 UTC (2+ messages)
nfsd rdma bandwith investigation / possible lock contention / request for ideas
2024-08-04 15:51 UTC (2+ messages)
kernel 6.10
2024-08-03 18:22 UTC (12+ messages)
[PATCH 00/24] netfs: Read/write improvements
2024-08-02 14:44 UTC (6+ messages)
` [PATCH 18/24] netfs: Speed up buffered reading
[PATCH RFC v3 0/2] fhandle: expose u64 mount id to name_to_handle_at(2)
2024-08-02 1:43 UTC (7+ messages)
` [PATCH RFC v3 1/2] uapi: explain how per-syscall AT_* flags should be allocated
` [PATCH RFC v3 2/2] fhandle: expose u64 mount id to name_to_handle_at(2)
[linux-next:master] [nfsd] 48d45b8a92: UBSAN:array-index-out-of-bounds_in_fs/nfsd/nfssvc.c
2024-08-01 8:24 UTC
[PATCH v2 0/3] Offer write delegations for O_WRONLY opens
2024-07-30 18:45 UTC (8+ messages)
` [PATCH v2 2/3] nfsd: Offer write delegations for o_wronly opens
`rcu: INFO: rcu_sched self-detected stall on CPU` and spinning kworker `rpciod`
2024-07-30 12:52 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).