Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-04-08 17:34:38 to 2026-04-14 11:09:29 UTC [more...]

[PATCH 7.2 v2 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-14 11:09 UTC  (39+ messages)
` [PATCH 7.2 v2 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH 7.2 v2 02/12] mm/khugepaged: add folio dirty check after try_to_unmap_flush()
` [PATCH 7.2 v2 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH 7.2 v2 04/12] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH 7.2 v2 05/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_pmd_enabled()
` [PATCH 7.2 v2 06/12] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH 7.2 v2 07/12] fs: remove nr_thps from struct address_space
` [PATCH 7.2 v2 08/12] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH 7.2 v2 09/12] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH 7.2 v2 10/12] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [PATCH 7.2 v2 11/12] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH 7.2 v2 12/12] selftests/mm: remove READ_ONLY_THP_FOR_FS from comments in guard-regions

[PATCH 1/2] common/dmlogwrites: add _require_logwrites_size helper
 2026-04-14 10:20 UTC  (2+ messages)
` [PATCH 2/2] btrfs/291: fix state transition logic and add size requirement

[PATCH v7 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-04-14  8:13 UTC  (26+ messages)
` [PATCH v7 01/22] fsverity: report validation errors through fserror to fsnotify
` [PATCH v7 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v7 03/22] ovl: use core fsverity ensure info interface
` [PATCH v7 04/22] fsverity: generate and store zero-block hash
` [PATCH v7 05/22] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v7 06/22] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v7 07/22] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v7 08/22] iomap: teach iomap to read files with fsverity
` [PATCH v7 09/22] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v7 10/22] xfs: introduce fsverity on-disk changes
` [PATCH v7 11/22] xfs: initialize fs-verity on file open
` [PATCH v7 12/22] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v7 13/22] xfs: disable direct read path for fs-verity files
` [PATCH v7 14/22] xfs: handle fsverity I/O in write/read path
` [PATCH v7 15/22] xfs: use read ioend for fsverity data verification
` [PATCH v7 16/22] xfs: add fs-verity support
` [PATCH v7 17/22] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v7 18/22] xfs: add fs-verity ioctls
` [PATCH v7 19/22] xfs: advertise fs-verity being available on filesystem
` [PATCH v7 20/22] xfs: check and repair the verity inode flag state
` [PATCH v7 21/22] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v7 22/22] xfs: enable ro-compat fs-verity flag

[PATCH v3 0/2] btrfs: remove COW fixup and checked folio flag
 2026-04-14  3:35 UTC  (3+ messages)
` [PATCH v3 1/2] btrfs: remove the COW fixup mechanism
` [PATCH v3 2/2] btrfs: remove folio checked subpage bitmap tracking

[PATCH] btrfs: enable shutdown ioctl for non-experimental builds
 2026-04-14  2:45 UTC  (2+ messages)

[PATCH v2 0/2] btrfs: remove COW fixup and checked folio flag
 2026-04-14  2:14 UTC  (4+ messages)
` [PATCH v2 1/2] btrfs: remove the COW fixup mechanism
` [PATCH v2 2/2] btrfs: remove folio checked subpage bitmap tracking

[PATCH v3] btrfs: add BTRFS_IOC_GET_CSUMS ioctl
 2026-04-14  2:07 UTC  (3+ messages)

[GIT PULL] Btrfs updates for 7.1
 2026-04-14  0:29 UTC  (2+ messages)

[PATCH 0/4] btrfs: DEV_STATS item related minor fixes
 2026-04-13 22:03 UTC  (4+ messages)

[PATCH] btrfs: apply first key check for readahead when possible
 2026-04-13 21:47 UTC  (3+ messages)

[PATCH 0/2] btrfs: remove COW fixup and checked folio flag
 2026-04-13 21:46 UTC  (5+ messages)
` [PATCH 1/2] btrfs: remove the COW fixup mechanism

BTRFS discard crash: failed to run delayed ref for logical 15506102321152 num_bytes 16384 type 182 action 2 ref_mod 1: -2 6.11.2)
 2026-04-13 19:40 UTC  (13+ messages)
` Simple quota unsafe? RIP: 0010:__btrfs_free_extent.isra.0+0xc41/0x1020 [btrfs] / do_free_extent_accounting:2999: errno=-2 No such entry

[PATCH 0/6] btrfs: fix multiple bugs in raid-stripe-tree deletion path
 2026-04-13 19:16 UTC  (17+ messages)
` [PATCH 1/6] btrfs: copy devid in btrfs_partially_delete_raid_extent()
` [PATCH 2/6] btrfs: fix raid stripe search missing entries at leaf boundaries
` [PATCH 3/6] btrfs: fix wrong min_objectid in btrfs_previous_item() call
` [PATCH 4/6] btrfs: replace ASSERT with proper error handling in stripe lookup fallback
` [PATCH 5/6] btrfs: handle -EAGAIN from btrfs_duplicate_item and refresh stale leaf pointer
` [PATCH 6/6] btrfs: check return value of btrfs_partially_delete_raid_extent()

[PATCH] btrfs: don't clobber errors in add_remap_tree_entries()
 2026-04-13 18:48 UTC  (2+ messages)

[PATCH v4 0/4] btrfs: improve stalls under sudden writeback
 2026-04-13 18:43 UTC  (8+ messages)
` [PATCH v4 1/4] btrfs: reserve space for delayed_refs in delalloc
` [PATCH v4 2/4] btrfs: account for compression in delalloc extent reservation
` [PATCH v4 3/4] btrfs: make inode->outstanding_extents a u64
` [PATCH v4 4/4] btrfs: cap shrink_delalloc iterations to 128M

What's the status of BTRFS RST instead of linux md raid5?
 2026-04-13 16:55 UTC  (3+ messages)

[PATCH v2] btrfs: add BTRFS_IOC_GET_CSUMS ioctl
 2026-04-13 14:31 UTC  (6+ messages)

[PATCH v2] btrfs: abort transaction in do_remap_reloc_trans() on failure
 2026-04-13 11:26 UTC  (2+ messages)

[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
 2026-04-13  8:46 UTC  (6+ messages)
` [PATCH v1 05/10] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()

[PATCH 0/3] btrfs-progs: check/lowmem: fix false alerts on
 2026-04-12  5:08 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: print-tree: fix the format string for EXTENT_OWNER_REF_KEY
` [PATCH 2/3] btrfs-progs: check/lowmem: fix false alerts about EXTENT_OWNER
` [PATCH 3/3] btrfs-progs: fsck-tests: add a new test case for squota lowmem false alerts

[PATCH v2] btrfs: reject empty non-root tree blocks at read time
 2026-04-12  4:53 UTC  (6+ messages)

[PATCH] btrfs-progs: fsck-tests: add the missing binary image for fsck/071
 2026-04-12  4:04 UTC 

[PATCH] btrfs-progs: reject writes if the fs has running replace/balance
 2026-04-11  7:14 UTC 

[PATCH v3 0/4] btrfs: improve stalls under sudden writeback
 2026-04-10 23:06 UTC  (6+ messages)
` [PATCH v3 1/4] btrfs: reserve space for delayed_refs in delalloc

[PATCH 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH] btrfs: fix missing last_unlink_trans update when removing a directory
 2026-04-10 11:28 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v3] "

[LSF/MM/BPF TOPIC] Direct Reclaim and Filesystems
 2026-04-10  7:08 UTC  (2+ messages)

[BUG] btrfs: transaction abort (-ENOENT) in delayed refs free path
 2026-04-10  6:54 UTC 

[BUG] btrfs: transaction abort (-ENOENT) in delayed refs free path
 2026-04-10  5:43 UTC 

cleanup the RAID5 XOR library v4
 2026-04-10  3:19 UTC  (5+ messages)
` [PATCH 22/28] xor: add a better public API
` [PATCH 24/28] async_xor: use xor_gen

[PATCH] btrfs: pass a valid btrfs_tree_parent_check when possible
 2026-04-10  0:03 UTC  (2+ messages)

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-04-09 18:16 UTC  (2+ messages)

[PATCH] generic: test fsync against a removed directory
 2026-04-09 16:31 UTC  (2+ messages)

File system corruption after updating dir metadata, moving entry inside to another dir and removing the first dir if system crashes
 2026-04-09 15:33 UTC  (2+ messages)

[RFC PATCH v1 0/6] provenance_time (ptime): a new settable timestamp for cross-filesystem provenance
 2026-04-09 13:38 UTC  (7+ messages)

[PATCH v2 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
 2026-04-09 13:12 UTC  (11+ messages)
` [PATCH v2 3/3] ext4: derive f_fsid from block device to avoid collisions

[PATCH v4 0/5] btrfs-progs: mkfs/rootdir: cleanup and test case enhancement
 2026-04-09  8:52 UTC  (6+ messages)
` [PATCH v4 1/5] btrfs-progs: mkfs-tests: also test hole-deteciton without no-holes
` [PATCH v4 2/5] btrfs-progs: mkfs-tests: add a test case to verify the content of rootdir
` [PATCH v4 3/5] btrfs-progs: implement the missing btrfs_insert_hole_extent()
` [PATCH v4 4/5] btrfs-progs: mkfs/rootdir: extract compressed write path
` [PATCH v4 5/5] btrfs-progs: mkfs/rootdir: use st_blocks for size estimation

[PATCH] btrfs: treat empty left leaf as corruption in push_leaf_left()
 2026-04-09  8:01 UTC  (3+ messages)

[PATCH v3 0/5] btrfs-progs: mkfs/rootdir: cleanup and test case enhancement
 2026-04-09  4:31 UTC  (6+ messages)
` [PATCH v3 1/5] btrfs-progs: mkfs-tests: also test hole-deteciton without no-holes
` [PATCH v3 2/5] btrfs-progs: mkfs-tests: add a test case to verify the content of rootdir
` [PATCH v3 3/5] btrfs-progs: implement the missing btrfs_insert_hole_extent()
` [PATCH v3 4/5] btrfs-progs: mkfs/rootdir: extract compressed write path
` [PATCH v3 5/5] btrfs-progs: mkfs/rootdir: use st_blocks for size estimation

[PATCH] btrfs: warn about extent buffer that can not be released
 2026-04-08 22:18 UTC  (2+ messages)


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