Linux NFS development
 help / color / mirror / Atom feed
 messages from 2026-06-25 12:05:56 to 2026-07-06 06:20:14 UTC [more...]

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-07-06  6:19 UTC  (14+ 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 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 v2 00/14] nfsd: refactor nfs4_create_file()
 2026-07-05 22:19 UTC  (15+ 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] 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 "

6.18.37 has problems with nfs4 (server), 6.18.36 works
 2026-07-03 20:59 UTC  (5+ messages)

[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 v9] RDMA: Change capability fields in ib_device_attr from int to u32
 2026-07-03  6:02 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 v4 0/4] sunrpc: hardcode pool_mode to pernode, remove other modes
 2026-07-03  4:02 UTC  (15+ 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] 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  (8+ messages)
` [PATCH v3 1/4] sunrpc: route to a populated pool in svc_pool_for_cpu()
` [PATCH v3 2/4] sunrpc: hardcode pool_mode to pernode, remove other modes
` [PATCH v3 3/4] sunrpc: guarantee a thread per CPU-bearing node when auto-distributing
` [PATCH v3 4/4] sunrpc: eliminate a modulus operation from the enqueueing codepath
` [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)

[PATCH RFC 0/3] SUNRPC: a latency floor for interactive clients via sparse-flow dispatch
 2026-06-29 20:17 UTC  (10+ messages)
` [PATCH RFC 2/3] SUNRPC: dispatch idle transports ahead of backlogged ones

Status of delegations feature in NFSv4 client
 2026-06-29 19:55 UTC  (4+ messages)

[RFC PATCH 0/3] fs: support tasks with a null root or cwd
 2026-06-29  9:19 UTC  (5+ messages)
` [RFC PATCH 1/3] fs: Add documentation to some `struct fs_struct` fields
` [RFC PATCH 2/3] fs: support tasks with a null root or cwd
` [RFC PATCH 3/3] fs: add KUnit tests for "

[PATCH 6.18.y] lockd: fix TEST handling when not all permissions are available
 2026-06-27 16:35 UTC  (2+ messages)

[PATCH] SUNRPC: Replace strlcat() with snprintf() in rpc_sockaddr2uaddr()
 2026-06-27  5:11 UTC 

[PATCH v4 0/2] tracing: Move non-trace_printk prototypes into trace_controls.h
 2026-06-26 19:03 UTC  (5+ messages)
` [PATCH v4 2/2] tracing: Remove trace_printk.h from kernel.h

[PATCH 0/1] inject process namespace into machinename field
 2026-06-26 14:21 UTC  (4+ messages)
` [PATCH 1/1] [RFC] sunrpc: "

[PATCH v2] sunrpc: hardcode pool_mode to pernode, remove other modes
 2026-06-26 13:53 UTC  (6+ messages)

[PATCH 1/1] lockd: fix GRANTED_MSG handling
 2026-06-26 13:27 UTC  (3+ messages)

[PATCH] NFSv4.1/pnfs: bound layout-type count in decode_pnfs_layout_types
 2026-06-26 11:18 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/3] nfsd: inter-server copy fixes
 2026-06-26  4:37 UTC  (7+ messages)
` [PATCH 1/3] nfsd: fix cpntf publish race in nfs4_init_cp_state
` [PATCH 2/3] nfsd: fix UAF in cpntf statelist drain
` [PATCH 3/3] nfsd: fix UAF in async copy cancel and shutdown

[PATCH 0/4] nfs: NFSv4.2 client support for UNCACHEABLE_FILE_DATA
 2026-06-25 18:08 UTC  (8+ messages)
` [PATCH 1/4] nfs4.2: add nfs4_2.x to generate the UNCACHEABLE_FILE_DATA attribute
` [PATCH 2/4] nfs4.2: add UNCACHEABLE_FILE_DATA attribute support

[PATCH v2 0/3] pNFS/flexfiles: honor clora_changed and report cancelled I/O
 2026-06-25 12:05 UTC  (3+ messages)
` [PATCH v2 2/3] pNFS: honor clora_changed when recalling a layout
` [PATCH v2 3/3] NFSv4/flexfiles: report cancelled I/O as a layout error


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