messages from 2026-03-27 07:29:38 to 2026-04-02 06:44:22 UTC [more...]
[PATCH] btrfs: fix unnecessary UUID tree rescan on mount
2026-04-02 6:43 UTC
[PATCH] btrfs: remove duplicate journal_info reset on failure to commit transaction
2026-04-02 4:56 UTC (2+ messages)
[PATCH 0/6] btrfs: delay compression to bbio submission time
2026-04-02 4:51 UTC (6+ messages)
[PATCH 6.12.y] btrfs: do not free data reservation in fallback from inline due to -ENOSPC
2026-04-02 1:03 UTC
[PATCH v6 00/22] fs-verity support for XFS with post EOF merkle tree
2026-04-01 23:57 UTC (41+ messages)
` [PATCH v6 01/22] fsverity: report validation errors through fserror to fsnotify
` [PATCH v6 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v6 03/22] fsverity: generate and store zero-block hash
` [PATCH v6 04/22] fsverity: pass digest size and hash of the empty block to ->write
` [PATCH v6 05/22] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v6 06/22] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v6 07/22] iomap: teach iomap to read files with fsverity
` [PATCH v6 08/22] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v6 09/22] xfs: introduce fsverity on-disk changes
` [PATCH v6 10/22] xfs: initialize fs-verity on file open
` [PATCH v6 11/22] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v6 12/22] xfs: disable direct read path for fs-verity files
` [PATCH v6 13/22] xfs: handle fsverity I/O in write/read path
` [PATCH v6 14/22] xfs: use read ioend for fsverity data verification
` [PATCH v6 15/22] xfs: add fs-verity support
` [PATCH v6 16/22] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v6 17/22] xfs: add fs-verity ioctls
` [PATCH v6 18/22] xfs: advertise fs-verity being available on filesystem
` [PATCH v6 19/22] xfs: check and repair the verity inode flag state
` [PATCH v6 20/22] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v6 21/22] xfs: add fsverity traces
` [PATCH v6 22/22] xfs: enable ro-compat fs-verity flag
[PATCH] btrfs: fix double free in create_space_info_sub_group() error path
2026-04-01 22:11 UTC (2+ messages)
[PATCH v2] btrfs: fix double free in create_space_info() error path
2026-04-01 22:10 UTC (2+ messages)
[PATCH] btrfs: disk-io: reject misaligned tree blocks in btree_csum_one_bio
2026-04-01 21:35 UTC (3+ messages)
Fixing a corrupted file system
2026-04-01 21:21 UTC (2+ messages)
[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
2026-04-01 20:33 UTC (70+ messages)
` [PATCH v1 01/10] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH v1 02/10] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH v1 03/10] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH v1 04/10] fs: remove nr_thps from struct address_space
` [PATCH v1 05/10] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH v1 06/10] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH v1 07/10] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH v1 08/10] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [PATCH v1 09/10] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH v1 10/10] selftests/mm: remove READ_ONLY_THP_FOR_FS from comments in guard-regions
[PATCH v3 0/6] workqueue: Introduce a sharded cache affinity scope
2026-04-01 20:32 UTC (8+ messages)
` [PATCH v3 1/6] workqueue: fix typo in WQ_AFFN_SMT comment
` [PATCH v3 2/6] workqueue: add WQ_AFFN_CACHE_SHARD affinity scope
` [PATCH v3 3/6] workqueue: set WQ_AFFN_CACHE_SHARD as the default "
` [PATCH v3 4/6] tools/workqueue: add CACHE_SHARD support to wq_dump.py
` [PATCH v3 5/6] workqueue: add test_workqueue benchmark module
` [PATCH v3 6/6] docs: workqueue: document WQ_AFFN_CACHE_SHARD affinity scope
[PATCH] btrfs: tag as unlikely if statements that check for fs in error state
2026-04-01 17:57 UTC
[PATCH] btrfs: make more ASSERTs verbose, part 3
2026-04-01 14:24 UTC (2+ messages)
[syzbot] Monthly btrfs report (Apr 2026)
2026-04-01 13:14 UTC
[PATCH] btrfs: do not reject a valid running dev-replace
2026-04-01 13:09 UTC (3+ messages)
[PATCH] btrfs: fix double free in create_space_info() error path
2026-04-01 9:08 UTC (4+ messages)
[PATCH] btrfs: annotate lockless read of defrag_bytes in should_nocow()
2026-04-01 2:21 UTC
Problem mounting 4-drive RAID1 fs after replace was interrupted by kernel crash
2026-03-31 22:47 UTC (11+ messages)
[PATCH] fstests: add kernel commit IDs for patches already merged upstream
2026-03-31 20:49 UTC (2+ messages)
[PATCH] generic/301: skip extent count check on btrfs
2026-03-31 20:06 UTC (3+ messages)
[PATCH] btrfs: only invalidate btree inode pages after all ebs are released
2026-03-31 8:15 UTC (4+ messages)
[PATCH] btrfs: fix silent IO error loss in encoded writes and zoned split
2026-03-31 8:12 UTC (3+ messages)
[PATCH] btrfs: wait for in-flight readahead BIOs on open_ctree() error
2026-03-30 22:14 UTC (8+ messages)
[RESEND PATCH v2] btrfs: prevent direct reclaim during compressed readahead
2026-03-30 21:22 UTC (5+ messages)
Space key logical 1048576 length 4194304 has no corresponding block group
2026-03-30 21:10 UTC
btrfs-dump 20260330
2026-03-30 17:31 UTC
[PATCH AUTOSEL 6.19-5.10] btrfs: tracepoints: get correct superblock from dentry in event btrfs_sync_file()
2026-03-30 12:38 UTC (2+ messages)
` [PATCH AUTOSEL 6.19-6.18] btrfs: fix zero size inode with non-zero size after log replay
[PATCH 0/4] btrfs-progs: mkfs/rootdir: cleanup and new fiemap based prealloc detection
2026-03-30 7:09 UTC (5+ messages)
` [PATCH 1/4] btrfs-progs: mkfs/rootdir: use a helper to read from source fs
` [PATCH 2/4] btrfs-progs: mkfs/rootdir: extract compressed write path
` [PATCH 3/4] btrfs-progs: mkfs/rootdir: use fiemap to do prealloc detection
` [PATCH 4/4] btrfs-progs: mkfs-tests: add a new test case for fiemap based detection
cleanup the RAID5 XOR library v4
2026-03-30 5:26 UTC (11+ messages)
` [PATCH 03/28] arm64/xor: fix conflicting attributes for xor_block_template
` [PATCH 23/28] xor: add a better public API
[PATCH] btrfs: skip clearing EXTENT_DEFRAG for nocow ordered extents
2026-03-30 3:31 UTC
[PATCH] fs: btrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-leak
2026-03-29 19:42 UTC (3+ messages)
` [PATCH] fs: btrfs: fix btrfs_ioctl_space_info() slot_count
[GIT PULL] Btrfs fixes for 7.0-rc6
2026-03-29 16:42 UTC (2+ messages)
[PATCH v2] btrfs: replace BUG_ON() with error return in cache_save_setup()
2026-03-28 7:13 UTC (2+ messages)
[PATCH] btrfs: replace BUG_ON() with error return in cache_save_setup()
2026-03-28 5:41 UTC (2+ messages)
[PATCH v3] btrfs: Fix BTRFS arm64 tagged KASAN false-positive
2026-03-27 21:46 UTC (2+ messages)
[PATCH v2 0/5] workqueue: Introduce a sharded cache affinity scope
2026-03-27 12:38 UTC (6+ messages)
` [PATCH v2 2/5] workqueue: add WQ_AFFN_CACHE_SHARD "
[PATCH] btrfs: btrfs_log_dev_io_error() on all bio errors
2026-03-27 10:22 UTC (4+ 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