Linux NFS development
 help / color / mirror / Atom feed
 messages from 2026-06-30 10:22:33 to 2026-07-06 15:35:35 UTC [more...]

[PATCH v5 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-06 15:33 UTC  (9+ 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 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-06 15:27 UTC  (7+ 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 v2 00/14] nfsd: refactor nfs4_create_file()
 2026-07-06 14:36 UTC  (16+ 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 08/14] nfsd: always open file in nfsd4_create_file()
` [PATCH v2 09/14] nfsd: reduce range of directory lock "
` [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 12/14] nfsd: reduce want-write range "
` [PATCH v2 13/14] nfsd: separate out VFS-specific from from nfsd4_create_file()
` [PATCH v2 14/14] nfsd: use do_lookup_open() for non-creating open requests too

[PATCH v5 0/5] sunrpc: hardcode pool_mode to pernode, remove other modes
 2026-07-06 13:29 UTC  (6+ 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

6.18.37 has problems with nfs4 (server), 6.18.36 works
 2026-07-06 12:04 UTC  (6+ messages)

[PATCH v4 0/4] sunrpc: hardcode pool_mode to pernode, remove other modes
 2026-07-06 11:49 UTC  (16+ messages)
` [PATCH v4 1/4] sunrpc: route to a populated pool in svc_pool_for_cpu()
` [PATCH v4 2/4] sunrpc: hardcode pool_mode to pernode, remove other modes
` [PATCH v4 3/4] sunrpc: guarantee a thread per CPU-bearing node when auto-distributing
` [PATCH v4 4/4] sunrpc: eliminate a modulus operation from the enqueueing codepath

[PATCH rdma-next v9] RDMA: Change capability fields in ib_device_attr from int to u32
 2026-07-06  8:49 UTC  (2+ messages)

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-07-06  6:19 UTC  (41+ messages)
` [PATCH v19 01/40] dept: implement "
` [PATCH v19 02/40] dept: add single event dependency tracker APIs
` [PATCH v19 03/40] dept: add lock "
` [PATCH v19 04/40] dept: tie to lockdep and IRQ tracing
` [PATCH v19 05/40] dept: add proc knobs to show stats and dependency graph
` [PATCH v19 06/40] dept: distinguish each kernel context from another
` [PATCH v19 07/40] dept: distinguish each work "
` [PATCH v19 08/40] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v19 09/40] dept: record the latest one out of consecutive waits of the same class
` [PATCH v19 10/40] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v19 11/40] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v19 12/40] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v19 13/40] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v19 14/40] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v19 15/40] dept: track timeout waits separately with a new Kconfig
` [PATCH v19 16/40] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v19 17/40] dept: apply timeout consideration to swait
` [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 v18 00/42] DEPT(DEPendency Tracker)
 2026-07-06  4:19 UTC  (4+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[PATCH v2 0/6] NFSD: Fix UAFs in client teardown and state revocation
 2026-07-06  3:53 UTC  (8+ messages)
` [PATCH v2 1/6] NFSD: Prevent lock owner use-after-free during client teardown
` [PATCH v2 2/6] NFSD: Prevent client use-after-free during delegation revoke
` [PATCH v2 3/6] NFSD: Prevent client use-after-free during admin state revocation
` [PATCH v2 4/6] NFSD: Prevent client use-after-free during export "
` [PATCH v2 5/6] NFSD: Prevent client use-after-free during NFSv4.0 revoked-state cleanup
` [PATCH v2 6/6] NFSD: Consolidate the revocation-path client unpin

[PATCH] nfsd: Fix dentry refcount leak in nfsd_set_fh_dentry()
 2026-07-05  1:16 UTC  (3+ messages)

[PATCH v3] lockd: preserve multiple NLM_SHARE grants from the same owner
 2026-07-04 17:42 UTC  (2+ messages)

[PATCH] NFS: Fix delayed delegation return list handling
 2026-07-04 16:42 UTC 

[PATCH 5.10.y] nfsd: reset write verifier on deferred writeback errors
 2026-07-04  2:05 UTC  (2+ messages)

[PATCH 5.10.y] nfsd: release layout stid on setlease failure
 2026-07-04  2:05 UTC  (2+ messages)

[PATCH 5.15.y] nfsd: reset write verifier on deferred writeback errors
 2026-07-04  2:05 UTC  (2+ messages)

[PATCH 5.15.y] nfsd: release layout stid on setlease failure
 2026-07-04  2:05 UTC  (2+ messages)

[PATCH 6.1.y 1/2] nfsd: release layout stid on setlease failure
 2026-07-04  2:05 UTC  (3+ messages)
` [PATCH 6.1.y 2/2] nfsd: reset write verifier on deferred writeback errors

[PATCH 6.6.y 1/2] nfsd: release layout stid on setlease failure
 2026-07-04  2:05 UTC  (3+ messages)
` [PATCH 6.6.y 2/2] nfsd: reset write verifier on deferred writeback errors

[PATCH 6.12.y 1/2] nfsd: fix file change detection in CB_GETATTR
 2026-07-04  2:05 UTC  (4+ messages)
` [PATCH 6.12.y 2/2] nfsd: release layout stid on setlease failure

[PATCH 6.18.y 1/3] nfsd: update mtime/ctime on CLONE in presense of delegated attributes
 2026-07-04  2:05 UTC  (5+ messages)
` [PATCH 6.18.y 2/3] nfsd: update mtime/ctime on COPY in presence "
` [PATCH 6.18.y 3/3] nfsd: release layout stid on setlease failure

[PATCH 0/2] nfs: refactor bit operations using clear_and_wake_up_bit
 2026-07-03 20:55 UTC  (3+ messages)
` [PATCH 2/2] nfs: refactor pNFS functions "

[RFC PATCH] NFSD: Prevent lock owner use-after-free during client teardown
 2026-07-03 17:39 UTC 

[PATCH 0/2] rpc.gssd: Two resource leaks
 2026-07-03 16:39 UTC  (3+ messages)
` [PATCH 1/2] rpc.gssd: Decrement client referece count on error paths
` [PATCH 2/2] rpc.gssd: Call pthread_attr_destroy before returning from start_upcall_thread

[PATCH v2 0/7] nfs: Modernize Direct I/O path
 2026-07-03 14:00 UTC  (9+ messages)
` [PATCH v2 6/7] nfs: Optimize direct I/O to use folios for requests

[PATCH] NFSv4.2: fix nfs4_listxattr NULL pointer dereference
 2026-07-03 10:27 UTC 

[PATCH] NFS: Verify symlink inode before caching target
 2026-07-03  6:54 UTC 

[PATCH rdma-next v8] RDMA: Change capability fields in ib_device_attr from int to u32
 2026-07-03  5:59 UTC  (4+ messages)

[PATCH] lockd: refcount NLM_SHARE access/deny modes
 2026-07-03  3:53 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] NFS: Return a delegation the client fails to record
 2026-07-02 15:26 UTC  (3+ messages)

[PATCH 00/10] nfsd:refactor nfsd4_create_file()
 2026-07-02 14:37 UTC  (12+ messages)
` [PATCH 01/10] nfsd: replace fh_fill_both_attrs() with fh_fill_post_noop()
` [PATCH 02/10] nfsd: move fh_want_write() after preamble in nfsd4_create_file()
` [PATCH 03/10] nfsd: move more nfs-specific code into preamble of nfsd4_create_file()
` [PATCH 04/10] nfsd: remove subtlety from nfsd4_create_file()
` [PATCH 05/10] nfsd: in nfsd4_create_file() let VFS report if file was created
` [PATCH 06/10] nfsd: nfsd4_create_file(): remove NFSD_MAY_CREATE check
` [PATCH 07/10] nfsd: reduce range of directory lock in nfsd4_create_file()
` [PATCH 08/10] nfsd: open-code nfsd4_vfs_create() into nfsd4_create_file()
` [PATCH 09/10] nfsd: move some code out of the d_really_is_negative() branch in nfsd4_create_file()
` [PATCH 10/10] nfsd: reduce want-write range in nfsd4_create_file(

[PATCH/RFC 00/18] VFS/nfsd: replace dentry_create()
 2026-07-02  7:44 UTC  (2+ messages)

[PATCH] NFS: fix folio dereference before NULL check in nfs_inode_remove_request()
 2026-07-02  1:50 UTC 

[PATCH v3 0/6] nfs: NFSv4.2 client support for UNCACHEABLE_FILE_DATA and UNCACHEABLE_DIRENT_METADATA
 2026-07-01 20:43 UTC  (7+ messages)
` [PATCH v3 1/6] nfs4.2: add UNCACHEABLE_FILE_DATA attribute support
` [PATCH v3 2/6] nfs4.2: request UNCACHEABLE_FILE_DATA only for regular files
` [PATCH v3 3/6] nfs4.2: open UNCACHEABLE_FILE_DATA files with O_DIRECT
` [PATCH v3 4/6] nfs4.2: add UNCACHEABLE_DIRENT_METADATA attribute support
` [PATCH v3 5/6] nfs4.2: request UNCACHEABLE_DIRENT_METADATA only for directories
` [PATCH v3 6/6] nfs4.2: honor UNCACHEABLE_DIRENT_METADATA by refetching readdir

[PATCH] rpcbind: fix leak of nconf in main()
 2026-07-01 15:36 UTC  (2+ messages)

[PATCH] fhandle: reject detached mounts in capable_wrt_mount()
 2026-07-01 12:41 UTC  (3+ messages)

[PATCH v3 0/4] sunrpc: hardcode pool_mode to pernode, remove other modes
 2026-07-01  1:50 UTC  (5+ messages)
` [PATCH v3 2/4] "
` [PATCH 5/4] sunrpc: protect the svc_pool_map pool_to[] array with RCU

[PATCH v2 0/6] nfs: NFSv4.2 client support for UNCACHEABLE_FILE_DATA and UNCACHEABLE_DIRENT_METADATA
 2026-06-30 23:42 UTC  (7+ messages)
` [PATCH v2 1/6] nfs4.2: add UNCACHEABLE_FILE_DATA attribute support
` [PATCH v2 2/6] nfs4.2: request UNCACHEABLE_FILE_DATA only for regular files
` [PATCH v2 3/6] nfs4.2: open UNCACHEABLE_FILE_DATA files with O_DIRECT
` [PATCH v2 4/6] nfs4.2: add UNCACHEABLE_DIRENT_METADATA attribute support
` [PATCH v2 5/6] nfs4.2: request UNCACHEABLE_DIRENT_METADATA only for directories
` [PATCH v2 6/6] nfs4.2: honor UNCACHEABLE_DIRENT_METADATA by refetching readdir

[PATCH] lockd: Regenerate NLMv4 XDR code
 2026-06-30 15:59 UTC  (2+ messages)

[PATCH] [RFC] nfs4: inject process namespace into COMPOUND tag
 2026-06-30 13:48 UTC  (3+ messages)

[PATCH] NFS: pnfs: fix stale references in pnfs.rst
 2026-06-30 10:38 UTC  (2+ messages)

[PATCH] nfs: fix ENXIO on O_CREAT open of existing symlink over NFSv3
 2026-06-30 10:22 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox