Linux 9p file system development
 help / color / mirror / Atom feed
 messages from 2025-04-07 18:17:31 to 2025-07-30 19:25:24 UTC [more...]

[PATCH V2 0/4] 9p: convert to the new mount API
 2025-07-30 19:18 UTC  (4+ 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] 9p: Use kvmalloc for message buffers
 2025-07-30 17:28 UTC  (4+ messages)

[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 

[RFC PATCH 0/6] fs/9p: Reuse inode based on path (in addition to qid)
 2025-07-11 19:12 UTC  (9+ 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

[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

[REGRESSION] 9pfs issues on 6.12-rc1
 2025-06-27 10:33 UTC  (8+ messages)

[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 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 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)

[syzbot] Monthly v9fs report (Jun 2025)
 2025-06-16  9:59 UTC 

[syzbot] [netfs?] kernel BUG in folio_unlock (3)
 2025-06-11 14:08 UTC  (3+ messages)

[syzbot] [v9fs?] [ext4?] INFO: task hung in __iterate_supers
 2025-06-04 22:40 UTC 

[PATCH] netfs: Fix undifferentiation of DIO reads from unbuffered reads
 2025-05-23  8:35 UTC  (2+ messages)

[PATCH 0/4] netfs: Miscellaneous fixes
 2025-05-20 11:34 UTC  (6+ messages)
` [PATCH 1/4] netfs: Fix oops in write-retry from mis-resetting the subreq iterator
` [PATCH 2/4] netfs: Fix setting of transferred bytes with short DIO reads
` [PATCH 3/4] netfs: Fix the request's work item to not require a ref
` [PATCH 4/4] netfs: Fix wait/wake to be consistent about the waitqueue used

[PATCH 00/11] netfs: Miscellaneous cleanups
 2025-05-20 11:20 UTC  (13+ messages)
` [PATCH 01/11] netfs: Update main API document
` [PATCH 02/11] fs/netfs: remove unused flag NETFS_SREQ_SEEK_DATA_READ
` [PATCH 03/11] fs/netfs: remove unused source NETFS_INVALID_WRITE
` [PATCH 04/11] fs/netfs: remove unused flag NETFS_ICTX_WRITETHROUGH
` [PATCH 05/11] fs/netfs: remove unused enum choice NETFS_READ_HOLE_CLEAR
` [PATCH 06/11] fs/netfs: reorder struct fields to eliminate holes
` [PATCH 07/11] fs/netfs: remove `netfs_io_request.ractl`
` [PATCH 08/11] fs/netfs: declare field `proc_link` only if CONFIG_PROC_FS=y
` [PATCH 09/11] folio_queue: remove unused field `marks3`
` [PATCH 10/11] fs/netfs: remove unused flag NETFS_RREQ_DONT_UNLOCK_FOLIOS
` [PATCH 11/11] fs/netfs: remove unused flag NETFS_RREQ_BLOCKED

[BUG]INFO: Slab ADDR objects=NUM used=NUM fp=ADDR flags=ADDR
 2025-05-16 11:42 UTC 

[syzbot] Monthly v9fs report (May 2025)
 2025-05-15  7:46 UTC 

[BUG] INFO: rcu_tasks_trace detected stalls? (Late IPI?)
 2025-05-15  7:36 UTC 

[syzbot] [v9fs?] INFO: task hung in v9fs_evict_inode
 2025-05-10 17:00 UTC  (2+ messages)

[PATCH] netfs: Fix undifferentiation of DIO reads from unbuffered reads
 2025-04-23 22:49 UTC  (3+ messages)

[PATCH 0/3] fs/9p: d_revalidate changes and using it for uncached mode
 2025-04-14 21:01 UTC  (2+ messages)

[syzbot] Monthly v9fs report (Apr 2025)
 2025-04-14 10:17 UTC 

[PATCH AUTOSEL 6.1 4/5] 9p/net: fix improper handling of bogus negative read/write replies
 2025-04-07 18:17 UTC 

[PATCH AUTOSEL 6.6 4/6] 9p/net: fix improper handling of bogus negative read/write replies
 2025-04-07 18:17 UTC 

[PATCH AUTOSEL 6.12 5/7] 9p/trans_fd: mark concurrent read and writes to p9_conn->err
 2025-04-07 18:17 UTC 


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