Linux 9p file system development
 help / color / mirror / Atom feed
 messages from 2026-03-24 15:30:30 to 2026-05-12 13:21:26 UTC [more...]

[PATCH 1/2] 9p: use kvzalloc for readdir buffer
 2026-05-12 13:20 UTC  (2+ messages)
` [PATCH 2/2] 9p: invalidate readdir buffer on seek

[PATCH] lib: free pagelist on error in iov_iter_extract_pages()
 2026-05-11  6:35 UTC 

[PATCH v1] 9p: Fix mkdir to return NULL on success
 2026-05-11  6:18 UTC 

[PATCH] docs/filesystems/9p: fix broken external links
 2026-05-10 18:28 UTC 

[PATCH] 9p: Fix mkdir to return NULL on success
 2026-05-09 10:00 UTC  (2+ messages)

[PATCH v5 0/4] 9p: Performance improvements for build workloads
 2026-05-04 20:15 UTC  (5+ messages)
` [PATCH v5 1/4] 9p: Cache negative dentries for lookup performance
` [PATCH v5 2/4] 9p: Add mount option for negative dentry cache retention
` [PATCH v5 3/4] 9p: Set default negative dentry retention time for cache=loose
` [PATCH v5 4/4] 9p: Enable symlink caching in page cache

[PATCH v4 0/4] 9p: Performance improvements for build workloads
 2026-05-04 19:47 UTC  (7+ messages)
` [PATCH v4 1/4] 9p: Cache negative dentries for lookup performance
` [PATCH v4 2/4] 9p: Add mount option for negative dentry cache retention
` [PATCH v4 3/4] 9p: Set default negative dentry retention time for cache=loose
` [PATCH v4 4/4] 9p: Enable symlink caching in page cache

FYI: v9fs/test rework
 2026-05-01 14:29 UTC  (3+ messages)

[PATCH AUTOSEL 7.0-6.12] 9p/trans_xen: make cleanup idempotent after dataring alloc errors
 2026-04-28 10:41 UTC 

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-04-27 14:29 UTC  (31+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support
` [PATCH v6 2/4] kselftest/openat2: test for OPENAT2_REGULAR flag
` [PATCH v6 3/4] sparc/fcntl.h: convert O_* flag macros from hex to octal
` [PATCH v6 4/4] mips/fcntl.h: "

[GIT PULL] 9p fixes for 7.1-rc1
 2026-04-24 20:51 UTC  (2+ messages)

[PATCH v2] 9p: skip nlink update in cacheless mode to fix WARN_ON
 2026-04-21  9:41 UTC 

[PATCH] 9p: fix WARN_ON when dropping nlink on files with nlink=0
 2026-04-20 16:26 UTC  (5+ messages)

[PATCH] net/9p: fix infinite loop in p9_client_rpc on fatal signal
 2026-04-19  8:22 UTC  (5+ messages)

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-04-16 12:30 UTC  (6+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 55/61] interconnect: "

9p patches in flight recap/what did I miss
 2026-04-16  9:56 UTC  (2+ messages)

[PATCH] 9p: use kvzalloc for readdir buffer
 2026-04-16  9:18 UTC  (6+ messages)

[PATCH] fs/9p: remove unnecessary extern keywords from header files
 2026-04-16  9:04 UTC  (4+ messages)
  ` [PATCH v2] fs/9p: remove unnecessary extern keywords from function prototypes

[PATCH 1/2] 9p: use kvzalloc for readdir buffer
 2026-04-16  7:26 UTC  (2+ messages)
` [PATCH 2/2] 9p: invalidate readdir buffer on llseek

[PATCH] 9p: fix access mode flags being ORed instead of replaced
 2026-04-16  6:42 UTC  (6+ messages)

[PATCH v3 0/2] 9p/trans_xen: fixes and parser cleanup
 2026-04-16  2:07 UTC  (6+ messages)
` [PATCH v3 1/2] 9p/trans_xen: make cleanup idempotent after dataring alloc errors
` [PATCH v3 2/2] 9p/trans_xen: replace simple_strto* with kstrtouint

[RFC] net/9p: raise MAX_SOCK_BUF beyond 1 MiB for fd/tcp/unix transports?
 2026-04-16  1:51 UTC  (2+ messages)

[PATCH 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-04-14  8:02 UTC  (45+ 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

[PATCH 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH 0/8] mm: globalize rest_of_page() macro
 2026-04-02 21:58 UTC  (3+ messages)
` [PATCH 8/8] arch: use rest_of_page() macro where appropriate

[syzbot] [v9fs?] possible deadlock in p9_client_destroy
 2026-03-25  0:05 UTC 


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