messages from 2025-10-20 19:40:36 to 2026-01-08 17:16:45 UTC [more...]
[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
2026-01-08 17:13 UTC (25+ messages)
` [PATCH 01/24] fs: add setlease to generic_ro_fops and read-only filesystem directory operations
` [PATCH 02/24] affs: add setlease file operation
` [PATCH 03/24] btrfs: "
` [PATCH 04/24] erofs: "
` [PATCH 05/24] ext2: "
` [PATCH 06/24] ext4: "
` [PATCH 07/24] exfat: "
` [PATCH 08/24] f2fs: "
` [PATCH 09/24] fat: "
` [PATCH 10/24] gfs2: add a "
` [PATCH 11/24] jffs2: add "
` [PATCH 12/24] jfs: "
` [PATCH 13/24] nilfs2: "
` [PATCH 14/24] ntfs3: "
` [PATCH 15/24] ocfs2: "
` [PATCH 16/24] orangefs: "
` [PATCH 17/24] overlayfs: "
` [PATCH 18/24] squashfs: "
` [PATCH 19/24] tmpfs: "
` [PATCH 20/24] udf: "
` [PATCH 21/24] ufs: "
` [PATCH 22/24] xfs: "
` [PATCH 23/24] filelock: default to returning -EINVAL when ->setlease operation is NULL
` [PATCH 24/24] fs: remove simple_nosetlease()
[PATCH 0/6] vfs: properly deny directory leases on filesystems with special lease handling
2026-01-08 9:24 UTC (11+ messages)
` [PATCH 1/6] nfs: properly disallow delegation requests on directories
` [PATCH 2/6] smb/client: properly disallow delegations "
` [PATCH 3/6] 9p: don't allow delegations to be set "
` [PATCH 4/6] gfs2: "
` [PATCH 5/6] ceph: "
` [EXTERNAL] "
` [PATCH 6/6] vboxsf: "
[PATCH v2] 9p: fix i_size update race in getattr with writeback caching
2026-01-07 0:27 UTC (3+ messages)
[BUG] 9p: data corruption with cache=mmap under concurrent stat/write
2026-01-05 7:54 UTC (6+ messages)
[PATCH] 9p: fix data corruption with writeback caching during concurrent stat
2025-12-27 17:58 UTC (3+ messages)
[PATCH] netfs: Fix early read unlock of page with EOF in middle
2025-12-24 12:31 UTC (6+ messages)
[PATCH] 9p/xen: mark 9p transport device as closing when removing it
2025-12-20 2:02 UTC (8+ messages)
[PATCH] netfs: fix folio unlock collection end point
2025-12-19 23:33 UTC
[PATCH] 9p/virtio: restrict page pinning to user_backed_iter() iovec
2025-12-19 14:01 UTC (24+ messages)
` 9p read corruption of mmaped content (Was: [PATCH] 9p/virtio: restrict page pinning to user_backed_iter() iovec)
[PATCH] xen/9pfs: Fix data ring granting
2025-12-18 15:48 UTC
[PATCH] net: 9p: Fix a possible null-pointer dereference in p9_cm_event_handler()
2025-12-18 13:13 UTC (4+ messages)
[PATCH RFC v2] 9p/virtio: convert to extract_iter_to_sg()
2025-12-15 16:46 UTC (4+ messages)
kernel BUG when mounting filesystem on 9p
2025-12-09 9:52 UTC (14+ messages)
` kernel BUG when mounting large block xfs backed by 9p (folio ref count bug)
[GIT PULL] 9p fixes for 6.19-rc1
2025-12-07 16:53 UTC (2+ messages)
[PATCH V3 0/4] 9p: Convert to the new mount API
2025-12-05 12:56 UTC (18+ messages)
` [PATCH V3 4/4] 9p: convert "
` [PATCH V3 5/4] 9p: fix cache option printing in v9fs_show_options
` [PATCH V3 6/4] 9p: fix new mount API cache option handling
[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
2025-12-03 10:18 UTC (3+ messages)
Directory lseek doesn't invalidate rdir buffer
2025-12-02 11:35 UTC
[syzbot] [v9fs?] INFO: task hung in v9fs_evict_inode
2025-11-18 16:30 UTC (6+ messages)
[syzbot] [netfs?] INFO: task hung in netfs_retry_writes
2025-11-13 9:33 UTC
[PATCH] net/9p: cleanup: change p9_trans_module->def to bool
2025-11-10 14:32 UTC (2+ messages)
[PATCH 0/1] fs/9p: Do not open remote file with APPEND mode when writeback cache is used
2025-11-10 14:22 UTC (8+ messages)
` [PATCH 1/1] "
` [PATCH v2] fs/9p: Don't "
[PATCH v3] vfs: remove the excl argument from the ->create() inode_operation
2025-11-10 13:13 UTC
[PATCH v2] vfs: remove the excl argument from the ->create() inode_operation
2025-11-08 9:19 UTC (7+ messages)
` LLM disclosure (was: [PATCH v2] vfs: remove the excl argument from the ->create() inode_operation)
[PATCH] vfs: remove the excl argument from the ->create() inode_operation
2025-11-07 0:00 UTC (5+ messages)
[syzbot] [nfs?] [netfs?] INFO: task hung in anon_pipe_write
2025-11-05 5:48 UTC
[PATCH] 9p: Use kvmalloc for message buffers
2025-11-03 10:16 UTC (7+ messages)
` [PATCH v2] 9p: Use kvmalloc for message buffers on supported transports
` [PATCH v3] "
filemap_* writeback interface cleanups v2
2025-10-30 18:21 UTC (16+ 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_flush_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_fdatawrite_range_kick to filemap_flush_range
[PATCH AUTOSEL 6.17-5.4] 9p: sysfs_init: don't hardcode error to ENOMEM
2025-10-26 14:49 UTC (3+ messages)
` [PATCH AUTOSEL 6.17-5.4] 9p: fix /sys/fs/9p/caches overwriting itself
` [PATCH AUTOSEL 6.17-6.12] 9p/trans_fd: p9_fd_request: kick rx thread if EPOLLIN
[PATCH] fs/9p: delete unnnecessary condition
2025-10-25 15:39 UTC (4+ messages)
[PATCH] fs/9p: don't use cached metadata in revalidate for cache=mmap
2025-10-22 15:17 UTC (7+ messages)
` [GIT PULL] 9p cache=mmap regression fix (for 6.18-rc3)
` "
9P change breaks bpftrace running in qemu+9p?
2025-10-21 22:12 UTC (9+ messages)
page: next (older) | prev (newer) | latest
- 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