Linux 9p file system development
 help / color / mirror / Atom feed
 messages from 2025-07-01 16:39:54 to 2025-10-14 04:47:28 UTC [more...]

filemap_* writeback interface cleanups
 2025-10-14  4:47 UTC  (39+ messages)
` [PATCH 01/10] mm: don't opencode filemap_fdatawrite_range in filemap_invalidate_inode
` [PATCH 02/10] 9p: don't opencode filemap_fdatawrite_range in v9fs_mmap_vm_close
` [PATCH 03/10] ocfs2: don't opencode filemap_fdatawrite_range in ocfs2_journal_submit_inode_data_buffers
` [PATCH 04/10] btrfs: use the local tmp_inode variable in start_delalloc_inodes
` [PATCH 05/10] btrfs: push struct writeback_control into start_delalloc_inodes
` [PATCH 06/10] mm,btrfs: add a filemap_fdatawrite_kick_nr helper
` [PATCH 07/10] mm: remove __filemap_fdatawrite
` [PATCH 08/10] mm: remove filemap_fdatawrite_wbc
` [PATCH 09/10] mm: remove __filemap_fdatawrite_range
` [PATCH 10/10] mm: rename filemap_flush to filemap_fdatawrite_kick

[PATCH V3 0/4] 9p: Convert to the new mount API
 2025-10-13 19:04 UTC  (8+ messages)
` [PATCH V3 1/4] fs/fs_parse: add back fsparam_u32hex
` [PATCH V3 2/4] net/9p: move structures and macros to header files
` [PATCH V3 3/4] 9p: create a v9fs_context structure to hold parsed options
` [PATCH V3 4/4] 9p: convert to the new mount API

[PATCH v2 0/7] fs/9p: Reuse inode based on path (in addition to qid)
 2025-10-13  9:24 UTC  (27+ messages)
` [PATCH v2 1/7] fs/9p: Add ability to identify inode by path for .L in uncached mode
` [PATCH v2 2/7] fs/9p: add option for path-based inodes
` [PATCH v2 3/7] fs/9p: Add ability to identify inode by path for non-.L in uncached mode
` [PATCH v2 4/7] fs/9p: .L: Refresh stale inodes on reuse
` [PATCH v2 5/7] fs/9p: non-.L: "
` [PATCH v2 6/7] fs/9p: update the target's ino_path on rename
` [PATCH v2 7/7] docs: fs/9p: Document the "inodeident" option

-ENODATA from read syscall on 9p
 2025-10-11 19:40 UTC  (3+ messages)

[GIT PULL] 9p fixes for 6.18-rc1
 2025-10-09 20:44 UTC  (2+ messages)

[syzbot] [v9fs?] possible deadlock in flush_all_rcu_sheaves
 2025-09-29 19:02 UTC 

[PATCH 0/3] Split patches sent earlier
 2025-09-26  9:27 UTC  (4+ messages)
` [PATCH 1/3] 9p: clean up comment typos
` [PATCH 2/3] 9p: fix /sys/fs/9p/caches overwriting itself
` [PATCH 3/3] 9p: sysfs_init: don't hardcode error to ENOMEM

[syzbot] [fs?] general protection fault in iter_file_splice_write
 2025-09-25 12:47 UTC  (2+ messages)

[PATCH] 9p: fix sysfs output overwrite and clean up typos
 2025-09-25 12:28 UTC 

[syzbot] [v9fs?] UBSAN: shift-out-of-bounds in v9fs_get_tree
 2025-09-25  7:24 UTC  (11+ messages)
` [PATCH next] 9p: Correct the session info
  ` [PATCH next V2] "

[PATCH V2 0/4] 9p: convert to the new mount API
 2025-09-24  5:25 UTC  (16+ 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

[PATCHES] finish_no_open() calling conventions change
 2025-09-19  9:16 UTC  (12+ messages)
` [PATCH 1/9] allow finish_no_open(file, ERR_PTR(-E...))
  ` [PATCH 2/9] 9p: simplify v9fs_vfs_atomic_open()
  ` [PATCH 3/9] 9p: simplify v9fs_vfs_atomic_open_dotl()
  ` [PATCH 4/9] simplify cifs_atomic_open()
  ` [PATCH 5/9] simplify vboxsf_dir_atomic_open()
  ` [PATCH 6/9] simplify nfs_atomic_open_v23()
  ` [PATCH 7/9] simplify fuse_atomic_open()
  ` [PATCH 8/9] simplify gfs2_atomic_open()
  ` [PATCH 9/9] slightly simplify nfs_atomic_open()

[RFC PATCH 0/5] 9p: Performance improvements for build workloads
 2025-09-19  2:49 UTC  (9+ 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] Monthly v9fs report (Sep 2025)
 2025-09-17  8:29 UTC 

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

[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  (5+ 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  (2+ 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 

[PATCH 00/13] netfs, cifs: Fixes to retry-related code
 2025-07-10 16:31 UTC  (17+ messages)
` [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 


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