[RFC PATCH 0/5] 9p: Performance improvements for build workloads
2025-08-31 19:03 UTC (6+ messages)
` [RFC PATCH 1/5] 9p: Cache negative dentries for lookup performance
` [RFC PATCH 2/5] 9p: Introduce option for negative dentry cache retention time
` [RFC PATCH 3/5] 9p: Enable symlink caching in page cache
` [RFC PATCH 4/5] wait: Introduce io_wait_event_killable()
` [RFC PATCH 5/5] 9p: Track 9P RPC waiting time as IO
[syzbot] [v9fs?] UBSAN: shift-out-of-bounds in v9fs_get_tree
2025-08-23 6:34 UTC (6+ messages)
` [PATCH next] 9p: Correct the session info
` [PATCH next V2] "
[PATCH] 9p/trans_fd: p9_fd_request: kick rx thread if EPOLLIN
2025-08-20 6:29 UTC (3+ messages)
[PATCH 0/3] fs/9p: d_revalidate changes and using it for uncached mode
2025-08-19 12:57 UTC (4+ messages)
[syzbot] [fs?] [mm?] INFO: task hung in v9fs_file_fsync
2025-08-18 13:04 UTC
[PATCH] spin_lock_irqsave() in p9_client{,_zc}_rpc() is bogus
2025-08-17 22:30 UTC (2+ messages)
[PATCH V2 0/4] 9p: convert to the new mount API
2025-08-15 20:53 UTC (13+ messages)
` [PATCH V2 1/4] fs/fs_parse: add back fsparam_u32hex
` [PATCH V2 2/4] net/9p: move structures and macros to header files
` [PATCH V2 3/4] 9p: create a v9fs_context structure to hold parsed options
` [PATCH V2 4/4] 9p: convert to the new mount API
[RFC PATCH 0/6] fs/9p: Reuse inode based on path (in addition to qid)
2025-08-13 7:47 UTC (16+ messages)
` [RFC PATCH 1/6] fs/9p: Add ability to identify inode by path for .L
` [RFC PATCH 4/6] fs/9p: Add ability to identify inode by path for non-.L
[REGRESSION] 9pfs issues on 6.12-rc1
2025-08-11 12:43 UTC (12+ messages)
[PATCH] 9p: Use kvmalloc for message buffers
2025-08-08 11:12 UTC (10+ messages)
[syzbot] [netfs?] INFO: task hung in netfs_unbuffered_write_iter
2025-08-03 12:09 UTC
[PATCH 00/10] convert the majority of file systems to mmap_prepare
2025-08-01 14:00 UTC (50+ 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 0/4] 9p: convert to the new mount API
2025-07-26 18:32 UTC (9+ messages)
` [RFC PATCH 1/4] fs/fs_parse: add back fsparam_u32hex
` [RFC PATCH 2/4] net/9p: move structures and macros to header files
` [RFC PATCH 3/4] 9p: create a v9fs_context structure to hold parsed options
` [RFC PATCH 4/4] 9p: convert to the new mount API
[syzbot] Monthly v9fs report (Jul 2025)
2025-07-16 13:32 UTC
[PATCH 00/13] netfs, cifs: Fixes to retry-related code
2025-07-10 16:31 UTC (25+ messages)
` [PATCH 01/13] netfs: Fix hang due to missing case in final DIO read result collection
` [PATCH 02/13] netfs: Fix double put of request
` [PATCH 03/13] netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling
` [PATCH 04/13] netfs: Fix looping in wait functions
` [PATCH 05/13] netfs: Fix ref leak on inserted extra subreq in write retry
` [PATCH 06/13] smb: client: set missing retry flag in smb2_writev_callback()
` [PATCH 07/13] smb: client: set missing retry flag in cifs_readv_callback()
` [PATCH 08/13] smb: client: set missing retry flag in cifs_writev_callback()
` [PATCH 09/13] smb: client: fix warning when reconnecting channel
` [PATCH 10/13] netfs: Fix i_size updating
` [PATCH 11/13] netfs: Merge i_size update functions
` [PATCH 12/13] netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read
` [PATCH 13/13] netfs: Update tracepoints in a number of ways
[PATCH v1] selftests/landlock: Add 9p and FUSE filesystem tests
2025-07-04 17:13 UTC
[PATCH v2 00/16] netfs, cifs: Fixes to retry-related code and RDMA support
2025-06-28 5:16 UTC (23+ messages)
` [PATCH v2 01/16] netfs: Fix hang due to missing case in final DIO read result collection
` [PATCH v2 02/16] netfs: Put double put of request
` [PATCH v2 03/16] netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling
` [PATCH v2 04/16] netfs: Fix looping in wait functions
` [PATCH v2 05/16] netfs: Fix ref leak on inserted extra subreq in write retry
` [PATCH v2 06/16] smb: client: set missing retry flag in smb2_writev_callback()
` [PATCH v2 07/16] smb: client: set missing retry flag in cifs_readv_callback()
` [PATCH v2 08/16] smb: client: set missing retry flag in cifs_writev_callback()
` [PATCH v2 09/16] smb: client: fix regression with native SMB symlinks
` [PATCH v2 10/16] smb: client: fix warning when reconnecting channel
` [PATCH v2 11/16] smb: client: let smbd_post_send_iter() respect the peers max_send_size and transmit all data
` [PATCH v2 12/16] cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code
` [PATCH v3 "
` [PATCH v2 13/16] cifs: Fix the smbd_reponse slab to allow usercopy
` [PATCH v2 14/16] smb: client: fix potential deadlock when reconnecting channels
` [PATCH v2 15/16] netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read
` [PATCH v2 16/16] netfs: Update tracepoints in a number of ways
[PATCH 00/11] netfs, cifs: Fixes to retry-related code
2025-06-23 12:48 UTC (12+ messages)
` [PATCH 01/11] netfs: Fix hang due to missing case in final DIO read result collection
` [PATCH 02/11] netfs: Put double put of request
` [PATCH 03/11] netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling
` [PATCH 04/11] netfs: Fix looping in wait functions
` [PATCH 05/11] netfs: Fix ref leak on inserted extra subreq in write retry
` [PATCH 06/11] cifs: Fix prepare_write to negotiate wsize if needed
` [PATCH 07/11] smb: client: set missing retry flag in smb2_writev_callback()
` [PATCH 08/11] smb: client: set missing retry flag in cifs_readv_callback()
` [PATCH 09/11] smb: client: set missing retry flag in cifs_writev_callback()
` [PATCH 10/11] netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read
` [PATCH 11/11] netfs: Update tracepoints in a number of ways
[PATCH v3] net/9p: Fix buffer overflow in USB transport layer
2025-06-22 21:37 UTC (5+ messages)
[PATCH v2] net/9p: Fix buffer overflow in USB transport layer
2025-06-22 20:33 UTC (4+ messages)
[PATCH 6.15 456/780] netfs: Fix wait/wake to be consistent about the waitqueue used
2025-06-17 15:27 UTC (3+ messages)
` [PATCH 6.15 461/780] netfs: Fix undifferentiation of DIO reads from unbuffered reads
` [PATCH 6.15 762/780] 9p: Add a migrate_folio method
[PATCH 6.12 498/512] 9p: Add a migrate_folio method
2025-06-17 15:27 UTC
Patch "9p: Add a migrate_folio method" has been added to the 6.15-stable tree
2025-06-17 14:32 UTC
Patch "9p: Add a migrate_folio method" has been added to the 6.12-stable tree
2025-06-17 14:31 UTC
[syzbot] [v9fs?] WARNING: mm/page_alloc.c:LINE at __alloc_frozen_pages_noprof, CPU: syz.NUM.NUM/NUM
2025-06-17 9:33 UTC (2+ messages)
[PATCH] net/9p: Fix buffer overflow in USB transport layer
2025-06-17 4:29 UTC (5+ messages)
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).