messages from 2026-07-06 06:20:58 to 2026-07-10 14:00:26 UTC [more...]
[PATCH v3 00/10] nfsd: copy offload fixes
2026-07-10 14:00 UTC (6+ messages)
` [PATCH v3 01/10] nfsd: fix cpntf publish race in nfs4_init_cp_state
` [PATCH v3 02/10] nfsd: fix UAF in async copy cancel and shutdown
` [PATCH v3 03/10] nfsd: fix stale s2s_cp_stateids IDR entry for async COPY
` [PATCH v3 04/10] nfsd: initialize copy-notify stateid before publishing it
` [PATCH v3 05/10] nfsd: check client ownership when cancelling a copy-notify stateid
[PATCH 0/2] Bring includes in linux/kmod.h up to date
2026-07-10 13:57 UTC (6+ messages)
` [PATCH 1/2] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH 2/2] module: Bring includes in linux/kmod.h up to date
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-07-10 5:53 UTC (28+ messages)
` [PATCH v19 18/40] dept: apply timeout consideration to waitqueue wait
` [PATCH v19 19/40] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v19 20/40] dept: apply timeout consideration to dma fence wait
` [PATCH v19 21/40] dept: make dept able to work with an external wgen
` [PATCH v19 22/40] dept: track PG_locked with dept
` [PATCH v19 23/40] dept: print staged wait's stacktrace on report
` [PATCH v19 24/40] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v19 25/40] dept: add documents for dept
` [PATCH v19 26/40] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v19 27/40] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v19 28/40] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v19 29/40] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v19 30/40] dept: make dept stop from working on debug_locks_off()
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v19 32/40] completion, dept: introduce init_completion_dmap() API
` [PATCH v19 33/40] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v19 34/40] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v19 35/40] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v19 36/40] dept: track PG_writeback with dept
` [PATCH v19 37/40] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v19 38/40] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
` [PATCH v19 40/40] dept: implement a basic unit test for dept
[PATCH v2 00/10] nfsd: copy offload fixes
2026-07-09 21:18 UTC (12+ messages)
` [PATCH v2 01/10] nfsd: fix cpntf publish race in nfs4_init_cp_state
` [PATCH v2 02/10] nfsd: fix UAF in async copy cancel and shutdown
` [PATCH v2 03/10] nfsd: fix stale s2s_cp_stateids IDR entry for async COPY
` [PATCH v2 04/10] nfsd: initialize copy-notify stateid before publishing it
` [PATCH v2 05/10] nfsd: check client ownership when cancelling a copy-notify stateid
` [PATCH v2 06/10] nfsd: revoke copy-notify stateids before dropping their reference
` [PATCH v2 07/10] nfsd: return NFS4ERR_NOTSUPP for unsupported netloc4 types
` [PATCH v2 08/10] nfsd: split nfsd4_copy into transient and durable async copy objects
` [PATCH v2 09/10] nfsd: make the copy offload stateid a first-class nfs4_stid
` [PATCH v2 10/10] nfsd: drop dead COPY-vs-COPYNOTIFY type handling from s2s stateid IDR
[PATCH v4 0/9] NFSD: Fix UAFs in client teardown and state revocation
2026-07-09 19:55 UTC (14+ messages)
` [PATCH v4 1/9] NFSD: Prevent lock owner use-after-free during client teardown
` [PATCH v4 2/9] NFSD: Prevent client use-after-free during delegation revoke
` [PATCH v4 3/9] NFSD: Prevent client use-after-free during admin state revocation
` [PATCH v4 4/9] NFSD: Prevent client use-after-free during export "
` [PATCH v4 5/9] NFSD: Prevent client use-after-free during NFSv4.0 revoked-state cleanup
` [PATCH v4 6/9] NFSD: Consolidate the revocation-path client unpin
` [PATCH v4 7/9] NFSD: Prevent client use-after-free during blocked-lock reaping
` [PATCH v4 8/9] NFSD: Prevent client use-after-free during close_lru reaping
` [PATCH v4 9/9] NFSD: Release the export reference when reaping open stateids
[PATCH pynfs 00/13] server41tests: add some tests for copy offload
2026-07-09 19:02 UTC (14+ messages)
` [PATCH pynfs 01/13] server41tests: add helpers and basic synchronous COPY test
` [PATCH pynfs 02/13] server41tests: test COPY with non-zero offsets
` [PATCH pynfs 03/13] server41tests: test async COPY with OFFLOAD_STATUS polling
` [PATCH pynfs 04/13] server41tests: test OFFLOAD_STATUS persists after async copy completes
` [PATCH pynfs 05/13] server41tests: test OFFLOAD_CANCEL on async copy
` [PATCH pynfs 06/13] server41tests: test COPY with bad source stateid
` [PATCH pynfs 07/13] server41tests: test COPY with bad destination stateid
` [PATCH pynfs 08/13] server41tests: test OFFLOAD_STATUS with fabricated stateid
` [PATCH pynfs 09/13] server41tests: test COPY within same file
` [PATCH pynfs 10/13] nfs4.1: fix COPY_NOTIFY args union arm name in XDR
` [PATCH pynfs 11/13] server41tests: test COPY_NOTIFY
` [PATCH pynfs 12/13] server41tests: support a second server for inter-server copy
` [PATCH pynfs 13/13] server41tests: test inter-server COPY
[PATCH] NFSv4.2: fix nfs4_listxattr NULL pointer dereference
2026-07-09 12:32 UTC (10+ messages)
` [PATCH v2] NFSv4.2: fix nfs4_listxattr size accounting
[PATCH v10 rdma-next] RDMA: Change capability fields in ib_device_attr from int to u32
2026-07-09 8:31 UTC (2+ messages)
[PATCH v2 0/7] nfs: Modernize Direct I/O path
2026-07-09 6:22 UTC (15+ messages)
` [PATCH v2 6/7] nfs: Optimize direct I/O to use folios for requests
[PATCH v5 0/5] sunrpc: hardcode pool_mode to pernode, remove other modes
2026-07-08 23:37 UTC (13+ messages)
` [PATCH v5 1/5] sunrpc: route to a populated pool in svc_pool_for_cpu()
` [PATCH v5 2/5] sunrpc: hardcode pool_mode to pernode, remove other modes
` [PATCH v5 3/5] sunrpc: guarantee a thread per pool when auto-distributing
` [PATCH v5 4/5] sunrpc: tear down pool counters before dropping the pool map reference
` [PATCH v5 5/5] sunrpc: derive the pool count instead of caching it in sv_nrpools
[PATCH] NFS/localio: fix nfs_local_dio_misaligned tracepoint
2026-07-08 21:36 UTC
NFS mount option rdirplus
2026-07-08 20:59 UTC
nfs: opening a file with O_WRONLY|O_CREAT flags can result in permission denied error
2026-07-08 14:37 UTC (5+ messages)
` "
` RE nfs: "
[PATCH] fhandle: handle detached mounts in capable_wrt_mount()
2026-07-08 13:06 UTC
[PATCH] sunrpc: drop unneeded nrpools check in svc_pool_for_cpu()
2026-07-08 12:58 UTC (2+ messages)
[PATCH 0/2] nfs: refactor bit operations using clear_and_wake_up_bit
2026-07-08 9:45 UTC (4+ messages)
` [PATCH 2/2] nfs: refactor pNFS functions "
[PATCH 0/2] NFSv4/flexfiles: support loosely coupled data servers
2026-07-08 7:44 UTC (3+ messages)
` [PATCH 1/2] NFSv4/flexfiles: fix NULL dereference for NFSv4.0 "
` [PATCH 2/2] NFSv4/flexfiles: support loosely coupled "
[PATCH rdma-next v9] RDMA: Change capability fields in ib_device_attr from int to u32
2026-07-08 7:35 UTC (5+ messages)
[nfs-utils PATCH 0/3] mountd netlink fixes
2026-07-07 21:12 UTC (5+ messages)
` [nfs-utils PATCH 1/3] configure: update check of system netlink headers
` [nfs-utils PATCH 2/3] nfs.conf: add no-netlink option to exportd and mountd stanzas
` [nfs-utils PATCH 3/3] mountd/exportd: disable netlink when falling back to /proc
[PATCH v3 0/9] NFSD: Fix UAFs in client teardown and state revocation
2026-07-07 19:31 UTC (10+ messages)
` [PATCH v3 1/9] NFSD: Prevent lock owner use-after-free during client teardown
` [PATCH v3 2/9] NFSD: Prevent client use-after-free during delegation revoke
` [PATCH v3 3/9] NFSD: Prevent client use-after-free during admin state revocation
` [PATCH v3 4/9] NFSD: Prevent client use-after-free during export "
` [PATCH v3 5/9] NFSD: Prevent client use-after-free during NFSv4.0 revoked-state cleanup
` [PATCH v3 6/9] NFSD: Consolidate the revocation-path client unpin
` [PATCH v3 7/9] NFSD: Prevent client use-after-free during blocked-lock reaping
` [PATCH v3 8/9] NFSD: Prevent client use-after-free during close_lru reaping
` [PATCH v3 9/9] NFSD: Release the export reference when reaping open stateids
[PATCH] NFS: Charge unstable writes by request size, not folio size
2026-07-07 15:07 UTC
[PATCH] NFSv4: pin the superblock for active state owners
2026-07-07 13:36 UTC
NFS swap with RDMA?
2026-07-07 11:22 UTC (2+ messages)
[PATCH v2 00/14] nfsd: refactor nfs4_create_file()
2026-07-07 11:13 UTC (26+ messages)
` [PATCH v2 01/14] nfsd: honour client-provided attributes for NFS4_CREATE_EXCLUSIVE4_1
` [PATCH v2 02/14] nfsd: replace fh_fill_both_attrs() with fh_fill_post_noop()
` [PATCH v2 03/14] nfsd: move fh_want_write() after preamble in nfsd4_create_file()
` [PATCH v2 04/14] nfsd: move more nfs-specific code into preamble of nfsd4_create_file()
` [PATCH v2 05/14] nfsd: remove subtlety from nfsd4_create_file()
` [PATCH v2 06/14] nfsd: in nfsd4_create_file() let VFS report if file was created
` [PATCH v2 07/14] nfsd: nfsd4_create_file(): Move NFSD_MAY_CREATE check earlier
` [PATCH v2 09/14] nfsd: reduce range of directory lock in nfsd4_create_file()
` [PATCH v2 10/14] nfsd: open-code nfsd4_vfs_create() into nfsd4_create_file()
` [PATCH v2 11/14] nfsd: move some code out of the d_really_is_negative() branch in nfsd4_create_file()
` [PATCH v2 13/14] nfsd: separate out VFS-specific from from nfsd4_create_file()
[PATCH 1/1] sunrpc: fix use-after-free in __rpc_clnt_handle_event and __rpc_clnt_remove_pipedir
2026-07-07 5:20 UTC
[PATCH v2 0/6] NFSD: Fix UAFs in client teardown and state revocation
2026-07-06 17:29 UTC (5+ messages)
` [PATCH v2 2/6] NFSD: Prevent client use-after-free during delegation revoke
[PATCH 0/3] NFS/localio: issue IO inline when not reclaiming memory
2026-07-06 16:05 UTC (4+ messages)
` [PATCH 1/3] NFS/localio: issue IO inline when not in a memory-reclaim context
` [PATCH 2/3] NFS/localio: remove dead FLUSH_SYNC handling from nfs_local_commit
` [PATCH 3/3] NFS/localio: issue commit inline when not in a memory-reclaim context
[PATCH v5 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-07-06 15:51 UTC (8+ messages)
` [PATCH v5 01/21] mm: Make readahead store folio count in readahead_control
` [PATCH v5 02/21] netfs: Bulk load the readahead-provided folios up front
` [PATCH v5 03/21] Add a function to kmap one page of a multipage bio_vec
` [PATCH v5 04/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v5 05/21] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v5 06/21] netfs: Add some tools for managing bvecq chains
[PATCH v5 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-07-06 15:34 UTC (22+ messages)
` [PATCH v5 01/21] mm: Make readahead store folio count in readahead_control
` [PATCH v5 02/21] netfs: Bulk load the readahead-provided folios up front
` [PATCH v5 03/21] Add a function to kmap one page of a multipage bio_vec
` [PATCH v5 04/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v5 05/21] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v5 06/21] netfs: Add some tools for managing bvecq chains
` [PATCH v5 07/21] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v5 08/21] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v5 09/21] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v5 10/21] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v5 11/21] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v5 12/21] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v5 13/21] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v5 14/21] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v5 15/21] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v5 16/21] netfs: Remove netfs_extract_user_iter()
` [PATCH v5 17/21] iov_iter: Remove ITER_FOLIOQ
` [PATCH v5 18/21] netfs: Remove folio_queue and rolling_buffer
` [PATCH v5 19/21] netfs: Check for too much data being read
` [PATCH v5 20/21] netfs: Limit the minimum trigger for progress reporting
` [PATCH v5 21/21] netfs: Combine prepare and issue ops and grab the buffers on request
[PATCH v2 14/14] nfsd: use do_lookup_open() for non-creating open requests too
2026-07-06 14:36 UTC (2+ messages)
6.18.37 has problems with nfs4 (server), 6.18.36 works
2026-07-06 12:04 UTC (4+ messages)
[PATCH v4 0/4] sunrpc: hardcode pool_mode to pernode, remove other modes
2026-07-06 11:49 UTC (7+ messages)
` [PATCH v4 1/4] sunrpc: route to a populated pool in svc_pool_for_cpu()
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