public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-12 16:00:36 to 2025-06-19 17:48:16 UTC [more...]

[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

[RFC PATCH] nfsd: convert the nfsd_users to atomic_t
 2025-06-19 17:24 UTC  (4+ messages)

[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 0/3 RFC] improve some nfsd_mutex locking
 2025-06-19 14:06 UTC  (6+ 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] 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 v1 5/8] iomap: add iomap_writeback_dirty_folio()
 2025-06-18 12:17 UTC  (4+ messages)
          ` does fuse need ->launder_folios, was: "

[PATCH 0/6] NFSD: add enable-dontcache and initially use it to add DIO support
 2025-06-17 22:23 UTC  (37+ 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 v3] nfsd: Implement large extent array support in pNFS
 2025-06-17 20:35 UTC  (2+ messages)

[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  (25+ messages)
` [PATCH 01/17] simple_recursive_removal(): saner interaction with fsnotify
  ` [PATCH 02/17] new helper: simple_start_creating()
  ` [PATCH 03/17] rpc_pipe: clean failure exits in fill_super
  ` [PATCH 04/17] rpc_{rmdir_,}depopulate(): use simple_recursive_removal() instead
  ` [PATCH 05/17] rpc_unlink(): use simple_recursive_removal()
  ` [PATCH 06/17] rpc_populate(): lift cleanup into callers
  ` [PATCH 07/17] rpc_unlink(): saner calling conventions
  ` [PATCH 08/17] rpc_mkpipe_dentry(): "
  ` [PATCH 09/17] rpc_pipe: don't overdo directory locking
  ` [PATCH 10/17] rpc_pipe: saner primitive for creating subdirectories
  ` [PATCH 11/17] rpc_pipe: saner primitive for creating regular files
  ` [PATCH 12/17] rpc_mkpipe_dentry(): switch to start_creating()
  ` [PATCH 13/17] rpc_gssd_dummy_populate(): don't bother with rpc_populate()
  ` [PATCH 14/17] rpc_pipe: expand the calls of rpc_mkdir_populate()
  ` [PATCH 15/17] rpc_new_dir(): the last argument is always NULL
  ` [PATCH 16/17] rpc_create_client_dir(): don't bother with rpc_populate()
  ` [PATCH 17/17] rpc_create_client_dir(): return 0 or -E

[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  (3+ 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 "

[PATCH 1/2] VFS: change old_dir and new_dir in struct renamedata to dentrys
 2025-06-13  7:08 UTC  (2+ messages)

[RFC PATCH] NFSD: Use vfs_iocb_iter_read()
 2025-06-13  5:35 UTC  (3+ messages)

[PATCH 1/2] VFS: change old_dir and new_dir in struct renamedata to dentrys
 2025-06-12 23:22 UTC  (2+ messages)

[PATCH 0/2] Minor VFS-related cleanups
 2025-06-12 22:52 UTC  (3+ messages)
` [PATCH 1/2] VFS: change old_dir and new_dir in struct renamedata to dentrys

[PATCH v1] nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails
 2025-06-12 21:52 UTC 

[syzbot] [net?] [nfs?] WARNING in remove_proc_entry (8)
 2025-06-12 21:38 UTC  (3+ messages)

simple NFSv4.1/4.2 test of remove while holding a delegation
 2025-06-12 16:10 UTC  (3+ messages)
  ` [nfsv4] "


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