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

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-06-16 23:11 UTC  (17+ 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 v3][next] NFSD: Avoid multiple -Wflex-array-member-not-at-end warnings
 2025-06-16 22:31 UTC 

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

[RFC] Keyrings: How to make them more useful
 2025-06-16 20:30 UTC  (6+ 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 0/6] NFSD: add enable-dontcache and initially use it to add DIO support
 2025-06-16 16:10 UTC  (61+ 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]
` [PATCH 4/6] fs: introduce RWF_DIRECT to allow using O_DIRECT on a per-IO basis
` [PATCH 5/6] NFSD: leverage DIO alignment to selectively issue O_DIRECT reads and writes

[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 v3] nfsd: Implement large extent array support in pNFS
 2025-06-14 15:59 UTC 

[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  (6+ 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 0/2] Minor VFS-related cleanups
 2025-06-13  7:08 UTC  (12+ messages)
` [PATCH 1/2] VFS: change old_dir and new_dir in struct renamedata to dentrys
` [PATCH 2/2] fs/proc: take rcu_read_lock() in proc_sys_compare()

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

[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  (10+ messages)
          ` [nfsv4] "
  ` [nfsv4] "

[PATCH v2] nfsd: Use correct error code when decoding extents
 2025-06-12 15:59 UTC  (5+ messages)

[PATCH v3 0/3] NFS Client btime support
 2025-06-12 15:32 UTC  (5+ messages)
` [PATCH v3 2/3] nfs: Add timecreate to nfs inode

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

[PATCH 0/5] Minor cleanup preparation for some dir-locking API changes
 2025-06-12  6:59 UTC  (5+ messages)
` [PATCH 5/5] Change vfs_mkdir() to unlock on failure

[PATCH v2] nfsd: Invoke tracking callbacks only after initialization is complete
 2025-06-12  3:55 UTC 

[PATCH v2 0/2] fix gss seqno handling to be more rfc-compliant
 2025-06-11 19:10 UTC  (6+ messages)

[PATCH 00/13] Parallelizing filesystem writeback
 2025-06-11 15:51 UTC  (7+ messages)


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