Linux NFS development
 help / color / mirror / Atom feed
 messages from 2025-06-13 09:23:49 to 2025-06-23 09:01:35 UTC [more...]

[PATCH 0/9] fhandle, pidfs: allow open_by_handle_at() purely based on file handle
 2025-06-23  9:01 UTC 

[RFC PATCH] nfsd: convert the nfsd_users to atomic_t
 2025-06-23  8:52 UTC  (6+ messages)

[PATCH v4 0/2] nfsd: Implement large extent array support in pNFS
 2025-06-23  7:41 UTC  (7+ messages)
` [PATCH v4 1/2] nfsd: Drop dprintk in blocklayout xdr functions
` [PATCH v4 2/2] nfsd: Implement large extent array support in pNFS

[RFC PATCH 0/2] Remove union from struct knfsd_fh
 2025-06-23  7:33 UTC  (6+ messages)
` [RFC PATCH 1/2] NFSD: Access a knfsd_fh's fsid by pointer
` [RFC PATCH 2/2] NFSD: Simplify struct knfsd_fh

[PATCH 0/4 RFC] improve some nfsd_mutex locking
 2025-06-23  2:47 UTC  (5+ messages)
` [PATCH 1/4] nfsd: provide proper locking for all write_ function
` [PATCH 2/4] nfsd: use mutex for global config management and clean up on module unload
` [PATCH 3/4] nfsd: split nfsd_mutex into one mutex per net-namespace
` [PATCH 4/4] nfsd: use guard(mutex) for all ->config_mutex locking

[PATCH 0/3 RFC] improve some nfsd_mutex locking
 2025-06-23  2:47 UTC  (9+ messages)
` [PATCH 1/3] nfsd: provide proper locking for all write_ function
` [PATCH 2/3] nfsd: use kref and new mutex for global config management
` [PATCH 3/3] nfsd: split nfsd_mutex into one mutex per net-namespace

[PATCH] nfsdctl:Fix skip unsupported address families in socket activation
 2025-06-11 16:35 UTC 

[GIT PULL] First round of NFSD fixes for v6.16
 2025-06-21 16:36 UTC  (2+ messages)

[GIT PULL] First round of NFSD fixes for v6.16
 2025-06-21 15:13 UTC 

[PATCH v1 5/8] iomap: add iomap_writeback_dirty_folio()
 2025-06-20 18:15 UTC  (5+ messages)
          ` does fuse need ->launder_folios, was: "

[PATCH 0/3 RFC] improve some nfsd_mutex locking
 2025-06-20 13:13 UTC  (9+ messages)
` [PATCH 1/3] nfsd: provide proper locking for all write_ function
` [PATCH 2/3] nfsd: use kref and new mutex for global config management
` [PATCH 3/3] nfsd: split nfsd_mutex into one mutex per net-namespace

[PATCH 0/6] sunrpc: patches and cleanups for v6.17
 2025-06-20 12:16 UTC  (7+ messages)
` [PATCH 1/6] sunrpc: fix handling of unknown auth status codes
` [PATCH 2/6] sunrpc: remove SVC_SYSERR
` [PATCH 3/6] sunrpc: reset rq_accept_statp when starting a new RPC
` [PATCH 4/6] sunrpc: return better error in svcauth_gss_accept() on alloc failure
` [PATCH 5/6] sunrpc: rearrange struct svc_rqst for fewer cachelines
` [PATCH 6/6] sunrpc: make svc_tcp_sendmsg() take a signed sentp pointer

[PATCH v3] nfsd: Implement large extent array support in pNFS
 2025-06-20  7:53 UTC  (3+ messages)

[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
 2025-06-19 21:18 UTC  (7+ messages)

[PATCH 0/6] NFSD: add enable-dontcache and initially use it to add DIO support
 2025-06-19 20:19 UTC  (25+ messages)
` [PATCH 1/6] NFSD: add the ability to enable use of RWF_DONTCACHE for all IO
        ` need SUNRPC TCP to receive into aligned pages [was: Re: [PATCH 1/6] NFSD: add the ability to enable use of RWF_DONTCACHE for all IO]
                            ` [RFC PATCH] lib/iov_iter: remove piecewise bvec length checking in iov_iter_aligned_bvec [was: Re: need SUNRPC TCP to receive into aligned pages]

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-06-19 17:47 UTC  (49+ messages)
` [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
` [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
` [PATCH 03/10] fs: consistently "
` [PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA
` [PATCH 05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
` [PATCH 06/10] fs/xfs: "
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
` [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
` [PATCH 09/10] fs: convert most other generic_file_*mmap() users "
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings

[PATCH v2] NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAIN
 2025-06-19 15:02 UTC 

[PATCH] NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAIN
 2025-06-19 15:00 UTC  (3+ messages)

[PATCH] sunrpc: handle SVC_GARBAGE during svc auth processing as auth error
 2025-06-19 13:18 UTC  (2+ messages)

[PATCH v2] nfsd: Invoke tracking callbacks only after initialization is complete
 2025-06-18 20:45 UTC  (5+ messages)

[RFC PATCH] Revert "NFSD: Force all NFSv4.2 COPY requests to be synchronous"
 2025-06-18 19:22 UTC  (3+ messages)

[PATCH v2 0/4] nfs: client-side tracepoints for delegations and cache coherency
 2025-06-18 13:19 UTC  (5+ messages)
` [PATCH v2 1/4] nfs: add cache_validity to the nfs_inode_event tracepoints
` [PATCH v2 2/4] nfs: add a tracepoint to nfs_inode_detach_delegation_locked
` [PATCH v2 3/4] nfs: new tracepoint in nfs_delegation_need_return
` [PATCH v2 4/4] nfs: new tracepoint in match_stateid operation

[PATCH v3][next] NFSD: Avoid multiple -Wflex-array-member-not-at-end warnings
 2025-06-17 19:14 UTC  (5+ messages)

[PATCH 0/4] nfs: client-side tracepoints for delegations and cache coherency
 2025-06-17 18:45 UTC  (5+ messages)
` [PATCH 4/4] nfs: new tracepoint in match_stateid operation

[PATCH 6.15 461/780] netfs: Fix undifferentiation of DIO reads from unbuffered reads
 2025-06-17 15:22 UTC 

[RFC] Keyrings: How to make them more useful
 2025-06-17 13:54 UTC  (6+ messages)

[PATCH v3 2/3] nfs: Add timecreate to nfs inode
 2025-06-17  8:48 UTC  (3+ messages)

fattr4_hidden and fattr4_system r/w attributes in Linux NFSD?
 2025-06-17  7:59 UTC  (5+ messages)

[PATCH v2][next] NFSD: Avoid multiple -Wflex-array-member-not-at-end warnings
 2025-06-16 22:22 UTC  (3+ messages)

[PATCHES][RFC][CFT] rpc_pipefs cleanups
 2025-06-16 19:26 UTC  (10+ messages)
` [PATCH 01/17] simple_recursive_removal(): saner interaction with fsnotify
  ` [PATCH 02/17] new helper: simple_start_creating()
  ` [PATCH 12/17] rpc_mkpipe_dentry(): switch to start_creating()

[PATCH v2] VFS: change old_dir and new_dir in struct renamedata to dentrys
 2025-06-16 14:31 UTC  (2+ messages)

[PATCH] nfsd: Use correct error code when decoding extents
 2025-06-16 13:23 UTC  (7+ messages)

[PATCH v2 0/5] nfsd: don't allow concurrent queueing of workqueue jobs
 2025-06-16 12:18 UTC  (8+ messages)
` [PATCH v2 1/5] nfsd: prevent callback tasks running concurrently

[RFC PATCH v2 0/2] Make NFSD use the vfs_iocb_iter APIs
 2025-06-16  5:00 UTC  (7+ messages)
` [RFC PATCH v2 1/2] NFSD: Use vfs_iocb_iter_read()
` [RFC PATCH v2 2/2] NFSD: Use vfs_iocb_iter_write()

[PATCH 0/2] nfsd: use threads array as-is in netlink thread set interface
 2025-06-13 21:05 UTC  (13+ messages)
` [PATCH 1/2] nfsd: use threads array as-is in netlink interface

[PATCH v1 1/5] NFSD: Remove definition for trace_nfsd_file_unhash_and_queue
 2025-06-13 20:59 UTC  (6+ messages)
` [PATCH v1 2/5] NFSD: Remove definitions for unused trace_nfsd_file_lru trace points
` [PATCH v1 3/5] NFSD: Remove definition for trace_nfsd_file_gc_recent
` [PATCH v1 4/5] NFSD: Remove definition for trace_nfsd_ctl_maxconn
` [PATCH v1 5/5] NFSD: Clean up kdoc for nfsd_file_put_local()

[PATCH] sunrpc: fix loop in gss seqno cache
 2025-06-13 19:57 UTC  (3+ messages)

[PATCH v2] nfsd: Implement large extent array support in pNFS
 2025-06-13 16:12 UTC  (4+ messages)

Unused trace events in nfs and nfsd
 2025-06-13 15:57 UTC  (2+ messages)

[PATCH v3] nfsd: Use correct error code when decoding extents
 2025-06-13 15:48 UTC  (2+ messages)

unable to run NFSD in container if "options sunrpc pool_mode=pernode"
 2025-06-13 12:32 UTC  (9+ messages)

[PATCH 0/3] NFS: struct nfs_server minor cleanups
 2025-06-13  9:44 UTC  (4+ messages)
` [PATCH 1/3] NFS: remove unused wpages field from struct nfs_server
` [PATCH 2/3] NFS: remove unused time_delta "
` [PATCH 3/3] NFS: remove unused pnfs_ld_data "


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