public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-18 16:21:53 to 2026-03-27 13:57:01 UTC [more...]

Regression: Missing check in nfsd_permission() causes -ENOLCK No locks available
 2026-03-27 13:56 UTC  (14+ messages)
      ` [PATCH] lockd: fix TEST handling when not all permissions are available
              ` [PATCH v2] "
            ` Bug#1128861: [PATCH] "

[PATCH v5 0/7] Automatic NFSv4 state revocation on filesystem unmount
 2026-03-27 13:29 UTC  (18+ messages)
` [PATCH v5 1/7] NFSD: Extract revoke_one_stid() utility function
` [PATCH v5 2/7] NFSD: Add NFSD_CMD_UNLOCK_IP netlink command
` [PATCH v5 3/7] NFSD: Add NFSD_CMD_UNLOCK_FILESYSTEM "
` [PATCH v5 4/7] NFSD: Replace idr_for_each_entry_ul in find_one_sb_stid()
` [PATCH v5 5/7] NFSD: Track svc_export in nfs4_stid
` [PATCH v5 6/7] NFSD: Add NFSD_CMD_UNLOCK_EXPORT netlink command
` [PATCH v5 7/7] NFSD: Close cached file handles when revoking export state

A comparison of the new nfsd iomodes (and an experimental one)
 2026-03-27 13:19 UTC  (6+ messages)

[PATCH v2 1/4] pynfs: fix nfs4.1/nfs4server.py
 2026-03-27  4:16 UTC  (4+ messages)
` [PATCH 2/4] pynfs: more nfs4.1/nfs4server.py fixes
` [PATCH 3/4] pynfs: fix nfs4.1/nfs4server.py error with python3.12+
` [PATCH 4/4] pynfs: fix various types of errors in nfs4.1/nfs4proxy.py

pynfs-0.5 tagged and pushed
 2026-03-27  2:57 UTC 

[PATCH 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-03-26 14:19 UTC  (29+ messages)
` [PATCH 01/26] netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry
` [PATCH 02/26] netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators
` [PATCH 03/26] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH 04/26] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH 05/26] netfs: Fix read abandonment during retry
` [PATCH 06/26] netfs: Fix the handling of stream->front by removing it
` [PATCH 07/26] cachefiles: Fix excess dput() after end_removing()
` [PATCH 08/26] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH 09/26] mm: Make readahead store folio count in readahead_control
` [PATCH 10/26] netfs: Bulk load the readahead-provided folios up front
` [PATCH 11/26] Add a function to kmap one page of a multipage bio_vec
` [PATCH 12/26] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH 13/26] netfs: Add some tools for managing bvecq chains
` [PATCH 14/26] netfs: Add a function to extract from an iter into a bvecq
` [PATCH 15/26] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH 16/26] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH 17/26] cifs: Support ITER_BVECQ in smb_extract_iter_to_rdma()
` [PATCH 18/26] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH 19/26] cifs: Remove support for ITER_KVEC/BVEC/FOLIOQ from smb_extract_iter_to_rdma()
` [PATCH 20/26] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH 21/26] netfs: Remove netfs_extract_user_iter()
` [PATCH 22/26] iov_iter: Remove ITER_FOLIOQ
` [PATCH 23/26] netfs: Remove folio_queue and rolling_buffer
` [PATCH 24/26] netfs: Check for too much data being read
` [PATCH 25/26] netfs: Limit the the minimum trigger for progress reporting
` [PATCH 26/26] netfs: Combine prepare and issue ops and grab the buffers on request

support multiple block devices per file system for block-style layouts
 2026-03-26 12:37 UTC  (15+ messages)
` [PATCH 1/7] exportfs: split out the ops for layout-based block device access
` [PATCH 2/7] exportfs: don't pass struct iattr to ->commit_blocks
` [PATCH 3/7] exportfs,nfsd: rework checking for layout-based block device access support
` [PATCH 4/7] nfsd: support multiple pNFS device IDs
` [PATCH 5/7] nfsd/blocklayout: support GETDEVICEINFO for multiple devices
` [PATCH 6/7] exportfs: return a device index from ->map_blocks
` [PATCH 7/7] xfs: support layout-based block device access on the RT device

[RFC PATCH 0/1] mm/filemap: make writeback wait killable in __filemap_fdatawait_range()
 2026-03-25 19:15 UTC 

[PATCH v2 1/1] NFS: fix writeback in presence of errors
 2026-03-25 18:00 UTC 

[PATCH v5 0/5] sunrpc/nfs: cleanup redundant debug checks and refactor macros
 2026-03-25 16:39 UTC  (13+ messages)
` [PATCH v5 1/5] sunrpc: Fix dprintk type mismatch using do-while(0)
` [PATCH v5 2/5] nfsd/lockd: Remove redundant debug checks
` [PATCH v5 3/5] svcrdma: Remove redundant IS_ENABLED(CONFIG_SUNRPC_DEBUG) guards
` [PATCH v5 4/5] nfs: Refactor nfs_errorf macros and remove unused ones
` [PATCH v5 5/5] Revert "nfsd: Mark variable __maybe_unused to avoid W=1 build break"

[PATCH] generic/551: prevent OOM on NFS on systems with no swap memory
 2026-03-25 15:09 UTC  (2+ messages)

[PATCH v2 00/13] nfsd/sunrpc: add support for netlink upcalls for mountd/exportd
 2026-03-25 14:40 UTC  (14+ messages)
` [PATCH v2 01/13] nfsd: move struct nfsd_genl_rqstp to nfsctl.c
` [PATCH v2 02/13] sunrpc: rename sunrpc_cache_pipe_upcall() to sunrpc_cache_upcall()
` [PATCH v2 03/13] sunrpc: rename sunrpc_cache_pipe_upcall_timeout()
` [PATCH v2 04/13] sunrpc: rename cache_pipe_upcall() to cache_do_upcall()
` [PATCH v2 05/13] sunrpc: add a cache_notify callback
` [PATCH v2 06/13] sunrpc: add helpers to count and snapshot pending cache requests
` [PATCH v2 07/13] sunrpc: add a generic netlink family for cache upcalls
` [PATCH v2 08/13] sunrpc: add netlink upcall for the auth.unix.ip cache
` [PATCH v2 09/13] sunrpc: add netlink upcall for the auth.unix.gid cache
` [PATCH v2 10/13] nfsd: add netlink upcall for the svc_export cache
` [PATCH v2 11/13] nfsd: add netlink upcall for the nfsd.fh cache
` [PATCH v2 12/13] sunrpc: add SUNRPC_CMD_CACHE_FLUSH netlink command
` [PATCH v2 13/13] nfsd: add NFSD_CMD_CACHE_FLUSH "

[BUG] NFSv4.1 client hang in OPEN reclaim path (rpc_wait_bit_killable) on 5.15
 2026-03-25 12:33 UTC  (2+ messages)

[PATCH v2 0/2] nfs: delegated attribute fixes
 2026-03-25 12:30 UTC  (4+ messages)
` [PATCH v2 1/2] nfs: fix utimensat() for atime with delegated timestamps
` [PATCH v2 2/2] nfs: update inode ctime after removexattr operation

[RFC PATCH 1/1] NFS: fix writeback in presence of errors
 2026-03-24 17:21 UTC  (2+ messages)

[PATCH] NFSD: Fix delegation reference leak in nfsd4_revoke_states
 2026-03-24 16:54 UTC  (2+ messages)

[PATCH v3 0/2] net: replace deprecated simple_strto* parsers
 2026-03-24 15:30 UTC  (3+ messages)
` [PATCH v3 1/2] net: bridge: replace deprecated simple_strtoul with kstrtoul
` [PATCH v3 2/2] net: sunrpc: replace deprecated simple_strtol with kstrtouint

[PATCH 0/3] Avoid no-op transport enqueues
 2026-03-24 13:42 UTC  (7+ messages)
` [PATCH 1/3] sunrpc: skip svc_xprt_enqueue when no work is pending
` [PATCH 2/3] sunrpc: skip svc_xprt_enqueue in svc_xprt_received when idle
` [PATCH 3/3] sunrpc: skip svc_xprt_enqueue when transport is busy

[RFC PATCH 00/17] netfs: [WIP] Keep track of folios in a segmented bio_vec[] chain
 2026-03-24  7:53 UTC  (9+ messages)
` [RFC PATCH 17/17] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH v2 0/4] net: replace deprecated simple_strto* parsers with kstrto*
 2026-03-24  4:50 UTC  (5+ messages)

[PATCH] nfs.conf: nfsd: Reflect disable v4.0 by default value
 2026-03-24  0:50 UTC  (2+ messages)

[PATCH v2 1/1] nfsdctl: check for listeners before starting threads
 2026-03-23 20:37 UTC 

[PATCH 1/1] nfsdctl: check for listeners before starting threads
 2026-03-23 20:08 UTC  (4+ messages)

[PATCH 00/14] nfsd/sunrpc: add support for netlink upcalls for mountd/exportd
 2026-03-23 20:00 UTC  (20+ messages)
` [PATCH 04/14] sunrpc: rename cache_pipe_upcall() to cache_do_upcall()
` [PATCH 05/14] sunrpc: add a cache_notify callback
` [PATCH 06/14] sunrpc: add helpers to count and snapshot pending cache requests
` [PATCH 07/14] sunrpc: add a generic netlink family for cache upcalls
` [PATCH 09/14] sunrpc: add netlink upcall for the auth.unix.gid cache
` [PATCH 10/14] nfsd: add new netlink spec for svc_export upcall

[PATCH] pnfs/filelayout: handle data server op_status errors
 2026-03-23 13:03 UTC  (3+ messages)

[PATCH] NFS/blocklayout: print each device used for SCSI layouts
 2026-03-23  7:03 UTC 

[PATCH 0/2] nfsd/nfsdctl: default to starting with v4.0 servers disabled
 2026-03-23  7:02 UTC  (5+ messages)

[PATCH] NFS: stop trying writing page after getting -EBADF
 2026-03-23  1:16 UTC 

[PATCH v4 0/5] sunrpc/nfs: cleanup redundant debug checks and refactor macros
 2026-03-20 19:22 UTC  (8+ messages)
` [PATCH v4 1/5] sunrpc: Fix dprintk type mismatch using do-while(0)
` [PATCH v4 2/5] nfsd/lockd: Remove redundant debug checks
` [PATCH v4 3/5] svcrdma: remove redundant IS_ENABLED(CONFIG_SUNRPC_DEBUG) guards
` [PATCH v4 4/5] nfs: refactor nfs_errorf macros and remove unused ones
` [PATCH v4 5/5] nfsd: remove obsolete __maybe_unused from variables

[PATCH v3 0/3] sunrpc/nfs: cleanup redundant debug checks and refactor macros
 2026-03-20 17:43 UTC  (10+ messages)
` [PATCH v3 1/3] nfsd/lockd: Remove redundant debug checks
` [PATCH v3 2/3] svcrdma: remove redundant IS_ENABLED(CONFIG_SUNRPC_DEBUG) guards
` [PATCH v3 3/3] nfs: refactor nfs_errorf macros and remove unused ones

[PATCH v7 0/5] nvme-tcp: Support receiving KeyUpdate requests
 2026-03-20  7:53 UTC  (7+ messages)
` [PATCH v7 4/5] nvme-tcp: Support KeyUpdate
` [PATCH v7 5/5] nvmet-tcp: "

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-19 14:13 UTC  (3+ messages)
` [PATCH 12/61] quota: Prefer IS_ERR_OR_NULL over manual NULL check

[PATCH v4] svcrdma: Use contiguous pages for RDMA Read sink buffers
 2026-03-19 13:36 UTC 

[PATCH] NFSD: Docs: clean up pnfs server timeout docs
 2026-03-19 13:23 UTC  (2+ messages)

[PATCH] nfs: force drop_nlink if we have a delegation during REMOVE
 2026-03-19 11:31 UTC 

[PATCH v2 0/2] kthread, exit: clean up kernel thread exit paths
 2026-03-18 23:12 UTC  (4+ messages)
` [PATCH v2 1/2] kthread: remove kthread_exit()

[GIT PULL] Second round of NFSD fixes for v7.0-rc
 2026-03-18 21:35 UTC  (2+ messages)

[PATCH v4 0/6] Automatic NFSv4 state revocation on filesystem unmount
 2026-03-18 17:57 UTC  (6+ messages)
` [PATCH v4 5/6] NFSD: Add export-scoped state revocation

[PATCH v2] sunrpc: simplify dprintk() macros and cleanup redundant debug guards
 2026-03-18 16:40 UTC  (8+ messages)


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