Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-03-25 08:09:27 to 2026-03-31 21:28:47 UTC [more...]

[PATCH v6 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-03-31 21:28 UTC  (5+ 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

Problem mounting 4-drive RAID1 fs after replace was interrupted by kernel crash
 2026-03-31 21:23 UTC  (3+ 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 v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
 2026-03-30 16:19 UTC  (65+ 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 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  (37+ messages)
` [PATCH 01/28] xor: assert that xor_blocks is not call from interrupt context
` [PATCH 02/28] arm/xor: remove in_interrupt() handling
` [PATCH 03/28] arm64/xor: fix conflicting attributes for xor_block_template
` [PATCH 04/28] um/xor: cleanup xor.h
` [PATCH 05/28] xor: move to lib/raid/
` [PATCH 06/28] xor: small cleanups
` [PATCH 07/28] xor: cleanup registration and probing
` [PATCH 08/28] xor: split xor.h
` [PATCH 09/28] xor: remove macro abuse for XOR implementation registrations
` [PATCH 10/28] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 11/28] alpha: move the XOR code to lib/raid/
` [PATCH 12/28] arm: "
` [PATCH 13/28] arm64: "
` [PATCH 14/28] loongarch: "
` [PATCH 15/28] powerpc: "
` [PATCH 16/28] riscv: "
` [PATCH 17/28] sparc: "
` [PATCH 18/28] s390: "
` [PATCH 19/28] x86: "
` [PATCH 20/28] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 21/28] xor: make xor.ko self-contained in lib/raid/
` [PATCH 22/28] xor: add a better public API
` [PATCH 23/28] "
` [PATCH 24/28] async_xor: use xor_gen
` [PATCH 25/28] btrfs: "
` [PATCH 26/28] xor: pass the entire operation to the low-level ops
` [PATCH 27/28] xor: use static_call for xor_gen
` [PATCH 28/28] xor: add a kunit test case

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

[PATCH v6 00/43] btrfs: add fscrypt support
 2026-03-26 16:16 UTC  (10+ messages)
` [PATCH v6 33/43] btrfs: implement read repair for encryption
` [PATCH v6 35/43] btrfs: make btrfs_ref_to_path handle encrypted filenames
` [PATCH v6 42/43] btrfs: disable encryption on RAID5/6

[PATCH v2] btrfs: add remap-tree checks to check_block_group_item()
 2026-03-26 14:16 UTC  (2+ messages)

[PATCH v5 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-03-26  6:20 UTC  (29+ messages)
` [PATCH v5 01/25] fsverity: report validation errors through fserror to fsnotify
` [PATCH v5 03/25] fsverity: generate and store zero-block hash
` [PATCH v5 07/25] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v5 09/25] iomap: issue readahead for fsverity merkle tree
` [PATCH v5 10/25] iomap: teach iomap to handle fsverity holes and verify data holes
` [PATCH v5 19/25] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v5 20/25] xfs: add fs-verity ioctls
` [PATCH v5 21/25] xfs: advertise fs-verity being available on filesystem
` [PATCH v5 22/25] xfs: check and repair the verity inode flag state
` [PATCH v5 23/25] xfs: introduce health state for corrupted fsverity metadata

cleanup the RAID6 P/Q library
 2026-03-26  5:25 UTC  (6+ messages)
` [PATCH 02/17] raid6: remove __KERNEL__ ifdefs

cleanup the RAID5 XOR library v3
 2026-03-26  5:18 UTC  (3+ messages)

[PATCH v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-03-26  1:28 UTC  (3+ messages)
` [PATCH v2 01/19] tracepoint: Add trace_call__##name() API

Btrfs progs release 6.19
 2026-03-26  0:31 UTC  (4+ messages)

[PATCH 0/5] btrfs: improve stalls under sudden writeback
 2026-03-25 22:24 UTC  (6+ messages)
` [PATCH 1/5] btrfs: reserve space for delayed_refs in delalloc

[PATCH] btrfs: add BTRFS_IOC_GET_CSUMS ioctl
 2026-03-25 21:04 UTC  (5+ messages)

[PATCH] btrfs: fix incorrect return value after crossing leaf boundary in lookup_extent_data_ref
 2026-03-25 18:22 UTC  (2+ messages)

[PATCH] btrfs: fix deadlock between reflink and transaction commit when using flushoncommit
 2026-03-25 18:19 UTC  (3+ messages)

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

[PATCH] btrfs: add remap-tree checks to check_block_group_item()
 2026-03-25 12:54 UTC  (3+ messages)

[PATCH] btrfs: fix stale errno check in btrfs_encoded_read/write helpers
 2026-03-25 11:02 UTC  (2+ messages)

[PATCH] btrfs: disk-io: reject misaligned tree blocks in btree_csum_one_bio
 2026-03-25 10:04 UTC 


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