Linux NFS development
 help / color / mirror / Atom feed
 messages from 2026-05-22 12:29:45 to 2026-05-27 08:31:47 UTC [more...]

revisiting alloc_pages_bulks semantics?
 2026-05-27  8:31 UTC  (4+ messages)

[PATCH] sunrpc: Fix error handling in rpc_sysfs_xprt_switch_add_xprt_store()
 2026-05-27  1:58 UTC 

[PATCH 1/3] tmpfs: simplify constructing "security.foo" xattr names
 2026-05-27  1:54 UTC  (4+ messages)

[PATCH 02/] nfsd: fix minor issues with atomic_create() use in dentry_create()
 2026-05-27  1:50 UTC  (8+ messages)
` [PATCH 1/2] nfsd: fix possible fh_compose of wrong dentry in nfsd4_create_file()
` [PATCH 2/2] nfsd: ensure nfsd_file_to_acquire() does not use a non-opened file

[GIT PULL] More NFSD fixes for 7.1-rc
 2026-05-26 23:41 UTC  (2+ messages)

[PATCH 1/1] NFSv4/pnfs: defer return_range callbacks until after inode unlock
 2026-05-26 23:29 UTC 

[PATCH] sunrpc: prevent out-of-bounds read in __cache_seq_start()
 2026-05-26 21:43 UTC  (2+ messages)

[PATCH] SUNRPC: always drain cache_cleaner before destroying a cache_detail
 2026-05-26 20:20 UTC  (2+ messages)

[PATCH 0/2] NFSv4/pNFS: fix client kernel panic from malformed GETDEVICEINFO
 2026-05-26 19:57 UTC  (4+ messages)
` [PATCH 1/2] NFSv4/pNFS: reject zero-length r_addr in nfs4_decode_mp_ds_addr
` [PATCH 2/2] NFSv4/flexfile,filelayout: bound multipath DS count in GETDEVICEINFO

[PATCH 0/2] nfsd: callback channel fixes
 2026-05-26 18:39 UTC  (4+ messages)
` [PATCH 1/2] nfsd: defer setting NFSD4_CALLBACK_RUNNING in deleg_reaper
` [PATCH 2/2] nfsd: clear CALLBACK_RUNNING on failed delegation recall queue

[PATCH v2] nfsd: don't free session slots that are still in use
 2026-05-26 18:38 UTC  (2+ messages)

striped flex file client patches
 2026-05-26 18:32 UTC  (2+ messages)

[PATCH 0/1] nfs-utils: nfs-fh-verify signed filehandles
 2026-05-26 16:13 UTC  (4+ messages)
` [PATCH 1/1] nfs-fh-verify: add tool to validate kNFSD filehandle signatures

[PATCH RFC 0/3] Demote to lower tier using non-temporal stores
 2026-05-26 15:25 UTC  (5+ messages)
` [PATCH RFC 1/3] mm, x86: support copying a folio "
` [PATCH RFC 2/3] mm: new migrate_mode flag for async "
` [PATCH RFC 3/3] mm: use non-temporal stores for demotion

[PATCH 00/17] fs: replace __get_free_pages() call with kmalloc()
 2026-05-26 15:00 UTC  (34+ messages)
` [PATCH 01/17] quota: allocate dquot_hash "
` [PATCH 02/17] proc: replace __get_free_page() "
` [PATCH 03/17] ocfs2/dlm: "
` [PATCH 04/17] nilfs2: replace get_zeroed_page() with kzalloc()
` [PATCH 05/17] NFS: replace __get_free_page() with kmalloc() in nfs_show_devname()
` [PATCH 06/17] NFS: remove unused page and page2 in nfs4_replace_transport()
` [PATCH 07/17] NFSD: replace __get_free_page() with kmalloc() in nfsd_buffered_readdir()
` [PATCH 08/17] libfs: simple_transaction_get(): replace get_zeroed_page() with kzalloc()
` [PATCH 09/17] jfs: replace __get_free_page() with kmalloc()
` [PATCH 10/17] jbd2: replace __get_free_pages() "
` [PATCH 11/17] isofs: replace __get_free_page() "
` [PATCH 12/17] fuse: "
` [PATCH 13/17] fs/select: "
` [PATCH 14/17] fs/namespace: use __getname() to allocate mntpath buffer
` [PATCH 15/17] configfs: replace __get_free_pages() with kzalloc()
` [PATCH 16/17] binfmt_misc: replace __get_free_page() with kmalloc()
` [PATCH 17/17] bfs: replace get_zeroed_page() with kzalloc()

[PATCH] nfsd: don't free session slots that are still in use
 2026-05-26 14:58 UTC  (2+ messages)

[PATCH v3 0/5] xprtrdma: Decouple req recycling from RPC completion
 2026-05-26 14:14 UTC  (6+ messages)
` [PATCH v3 1/5] xprtrdma: Use sendctx DMA state for Send signaling
` [PATCH v3 2/5] xprtrdma: Decouple req recycling from RPC completion
` [PATCH v3 3/5] xprtrdma: Add request-pool slack for delayed recycling
` [PATCH v3 4/5] xprtrdma: Clear receive-side ownership pointers on release
` [PATCH v3 5/5] xprtrdma: Document and assert reply-handler invariants

[PATCH] VFS: fix possible failure to unlock in nfsd4_create_file()
 2026-05-26 13:43 UTC  (9+ messages)

[PATCH nfsd] nfsd: set SC_STATUS_FREED in nfsd4_drop_revoked_stid for delegations
 2026-05-26 13:37 UTC  (3+ messages)

[PATCH 0/6] svcrdma: harden parsed chunk list against malformed wire values
 2026-05-26 13:36 UTC  (7+ messages)
` [PATCH 1/6] svcrdma: validate Read chunk positions before reconstruction
` [PATCH 2/6] svcrdma: Fix offset arithmetic in read_chunk_range
` [PATCH 3/6] svcrdma: reject oversized Read segments at decode time
` [PATCH 4/6] svcrdma: fix pcl_for_each_segment for empty chunks
` [PATCH 5/6] svcrdma: reject Write/Reply chunks with segcount 0
` [PATCH 6/6] svcrdma: Validate Read chunk positions at decode time

[PATCH 0/2] xfs: correct pNFS layout mappings
 2026-05-26 10:05 UTC  (5+ messages)
` [PATCH 1/2] xfs: fix use of uninitialized imap in xfs_fs_map_blocks error path
` [PATCH 2/2] xfs: fix overlapping extents returned for pNFS LAYOUTGET

[PATCH nfs-utils] libnfsidmap: avoid malloc(0) for empty Local-Realms
 2026-05-26  2:51 UTC 

[PATCH nfs-utils] nfsstat: add netlink support for fetching server statistics
 2026-05-25 12:45 UTC 

[PATCH v2 0/4] nfsd/sunrpc: convert nfsstat server-side interfaces to use netlink
 2026-05-25 12:38 UTC  (5+ messages)
` [PATCH v2 1/4] sunrpc: add per-netns per-procedure call counts to svc_stat
` [PATCH v2 2/4] sunrpc: use per-net counts in svc_seq_show()
` [PATCH v2 3/4] nfsd: implement server-stats-get netlink handler
` [PATCH v2 4/4] sunrpc: remove unused svc_version vs_count field

[PATCH] support: mark unused arguments in netlink handlers with UNUSED()
 2026-05-25 12:34 UTC 

[PATCH] nfs: fix nfs_access_calc_mask() corner cases
 2026-05-25 10:27 UTC  (2+ messages)

[PATCH v2 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-05-25  6:13 UTC  (5+ messages)
` [PATCH v2 05/21] Add a function to kmap one page of a multipage bio_vec
` [PATCH v2 06/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()

[PATCH 0/4] nfsd: follow-on fixes for directory delegations
 2026-05-24 17:44 UTC  (8+ messages)
` [PATCH 1/4] nfsd: check for FILEID_INVALID in setup_notify_fhandle
` [PATCH 2/4] nfsd: use empty string for directory name in NOTIFY4_CHANGE_DIR_ATTRS
` [PATCH 3/4] nfsd: check delegation status in nfsd4_cb_notify_done
` [PATCH 4/4] nfsd: fix ino_t format specifier in nfsd_handle_dir_event tracepoint

[PATCH v2] NFSD: restart ssc_expire_umount walk after dropping nfsd_ssc_lock
 2026-05-24 15:31 UTC  (2+ messages)

[PATCH v3] lockd: pin next file across nlm_inspect_file lock-drop
 2026-05-24 15:30 UTC  (2+ messages)

[PATCH 0/4] sunrpc: close length validation gaps in krb5p unwrap
 2026-05-24 10:56 UTC  (6+ messages)
` [PATCH 1/4] SUNRPC: svcauth_gss: enforce krb5 token minimum length
` [PATCH 2/4] SUNRPC: harden gss_unwrap_resp_priv length checks
` [PATCH 3/4] SUNRPC: xdr_buf_trim: clamp buf->len to avoid underflow
` [PATCH 4/4] SUNRPC: harden gss_krb5_unwrap_v2 against short tokens

[PATCH] SUNRPC: Reject short RFC 4121 MIC tokens in gss_krb5_verify_mic_v2
 2026-05-24 10:47 UTC  (2+ messages)

[PATCH v5 00/21] nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-05-23 17:00 UTC  (23+ messages)
` [PATCH v5 01/21] nfsd: check fl_lmops in nfsd_breaker_owns_lease()
` [PATCH v5 02/21] nfsd: add protocol support for CB_NOTIFY
` [PATCH v5 03/21] nfs_common: add new NOTIFY4_* flags proposed in RFC8881bis
` [PATCH v5 04/21] nfsd: allow nfsd to get a dir lease with an ignore mask
` [PATCH v5 05/21] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH v5 06/21] nfsd: make nfsd4_callback_ops->prepare operation bool return
` [PATCH v5 07/21] nfsd: add callback encoding and decoding linkages for CB_NOTIFY
` [PATCH v5 08/21] nfsd: use RCU to protect fi_deleg_file
` [PATCH v5 09/21] nfsd: add data structures for handling CB_NOTIFY
` [PATCH v5 10/21] nfsd: add notification handlers for dir events
` [PATCH v5 11/21] nfsd: add tracepoint to dir_event handler
` [PATCH v5 12/21] nfsd: apply the notify mask to the delegation when requested
` [PATCH v5 13/21] nfsd: add helper to marshal a fattr4 from completed args
` [PATCH v5 14/21] nfsd: allow nfsd4_encode_fattr4_change() to work with no export
` [PATCH v5 15/21] nfsd: send basic file attributes in CB_NOTIFY
` [PATCH v5 16/21] nfsd: allow encoding a filehandle into fattr4 without a svc_fh
` [PATCH v5 17/21] nfsd: add a fi_connectable flag to struct nfs4_file
` [PATCH v5 18/21] nfsd: add the filehandle to returned attributes in CB_NOTIFY
` [PATCH v5 19/21] nfsd: properly track requested child attributes
` [PATCH v5 20/21] nfsd: track requested dir attributes
` [PATCH v5 21/21] nfsd: add support to CB_NOTIFY for dir attribute changes

[PATCH v2] lockd: pin next file across nlm_inspect_file lock-drop
 2026-05-23 15:37 UTC  (2+ messages)

[PATCH] NFSD: restart ssc_expire_umount walk after dropping nfsd_ssc_lock
 2026-05-23 15:18 UTC  (5+ messages)

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-05-23 15:04 UTC  (5+ messages)
` DEPT (the dependency tracker) as AI review prompt? (was: DEPT v18)
    ` DEPT (the dependency tracker) as AI review prompt?

[PATCH] pNFS: Fix use-after-free in pnfs_update_layout()
 2026-05-23 13:37 UTC  (2+ messages)

[PATCH] lockd: pin next file across nlm_inspect_file lock-drop
 2026-05-23 11:16 UTC  (3+ messages)

[PATCH v2 0/3] xprtrdma: Decouple req recycling from RPC completion
 2026-05-23  0:02 UTC  (4+ messages)
` [PATCH v2 1/3] xprtrdma: Use sendctx DMA state for Send signaling
` [PATCH v2 2/3] xprtrdma: Decouple req recycling from RPC completion
` [PATCH v2 3/3] xprtrdma: Add request-pool slack for delayed recycling

[PATCH] nfsd: sample writeback error cursor before async COPY loop
 2026-05-22 21:49 UTC  (2+ messages)

[PATCH v2] nfsd: reset write verifier when async COPY writeback fails
 2026-05-22 20:56 UTC  (2+ messages)

[PATCH] nfsd: reset write verifier when async COPY writeback fails
 2026-05-22 19:53 UTC  (2+ messages)

[PATCH] nfsd: reset write verifier on deferred writeback errors
 2026-05-22 19:47 UTC  (4+ messages)

[PATCH] svcrdma: wake sq waiters when the transport closes
 2026-05-22 18:13 UTC 

[PATCH] nfsd: avoid leaking pre-allocated openowner on unconfirmed retry race
 2026-05-22 14:56 UTC  (2+ messages)

[PATCH v4 00/21] nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-05-22 14:37 UTC  (7+ messages)
` [PATCH v4 11/21] nfsd: add tracepoint to dir_event handler
` [PATCH v4 20/21] nfsd: track requested dir attributes
` [PATCH v4 21/21] nfsd: add support to CB_NOTIFY for dir attribute changes

[PATCH v2 1/2] sunrpc: pin svc_xprt across the asynchronous TLS handshake callback
 2026-05-22 13:45 UTC  (3+ messages)
` [PATCH v2 2/2] sunrpc: wait for in-flight TLS handshake callback when cancel loses race


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