public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-03 04:33:32 to 2026-04-13 02:34:29 UTC [more...]

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  2:34 UTC  (10+ messages)

[PATCH] btrfs: apply first key check for readahead when possible
 2026-04-12 11:01 UTC 

[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  (11+ messages)
` [PATCH v3 1/4] btrfs: reserve space for delayed_refs in delalloc
` [PATCH v3 2/4] btrfs: account for compression in delalloc extent reservation
` [PATCH v3 3/4] btrfs: make inode->outstanding_extents a u64
` [PATCH v3 4/4] btrfs: cap shrink_delalloc iterations to 128M

[PATCH v4 0/4] btrfs: improve stalls under sudden writeback
 2026-04-10 16:07 UTC  (6+ 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

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

[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

[GIT PULL] Btrfs updates for 7.1
 2026-04-10  1:15 UTC 

[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  (17+ messages)
` [PATCH 1/6] vfs: add provenance_time (ptime) infrastructure
` [PATCH 2/6] btrfs: add provenance time (ptime) support
` [PATCH 3/6] ntfs3: map ptime to NTFS creation time with rename-over
` [PATCH 4/6] ext4: add dedicated ptime field alongside i_crtime
` [PATCH 5/6] fat: map ptime to FAT creation time with rename-over
` [PATCH 6/6] exfat: map ptime to exFAT "

[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 v7 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-04-09 13:13 UTC  (23+ 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 v2] btrfs: add BTRFS_IOC_GET_CSUMS ioctl
 2026-04-09 11:08 UTC  (3+ messages)

[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

What's the status of BTRFS RST instead of linux md raid5?
 2026-04-08 23:10 UTC 

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

[PATCH v2] btrfs: abort transaction in do_remap_reloc_trans() on failure
 2026-04-08 17:03 UTC 

[PATCH] btrfs: abort transaction in do_remap_reloc_trans() on failure
 2026-04-08 16:59 UTC  (3+ messages)

[PATCH] btrfs: add BTRFS_IOC_GET_CSUMS ioctl
 2026-04-08 13:22 UTC  (14+ messages)

[PATCH] btrfs: don't clobber errors in add_remap_tree_entries()
 2026-04-08 13:13 UTC 

[PATCH] btrfs-progs: balance: most filters can only be specified once
 2026-04-08  8:21 UTC 

[linux-next:master] [btrfs] f9d138838a: stress-ng.dir.ops_per_sec 6.4% regression
 2026-04-08  5:51 UTC 

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

[PATCH] btrfs: make more ASSERTs verbose, part 3
 2026-04-07 22:40 UTC  (3+ messages)

[PATCH] btrfs: fix bytes_may_use leak in move_existing_remap()
 2026-04-07 21:27 UTC  (2+ messages)

[PATCH] btrfs: fix bytes_may_use leak in do_remap_reloc_trans()
 2026-04-07 21:26 UTC  (2+ messages)

[PATCH v3] btrfs: btrfs_log_dev_io_error() on all bio errors
 2026-04-07 18:01 UTC  (5+ messages)

[PATCH] btrfs: fix silent IO error loss in encoded writes and zoned split
 2026-04-07 16:41 UTC  (2+ messages)

Problem mounting 4-drive RAID1 fs after replace was interrupted by kernel crash
 2026-04-07 11:31 UTC  (13+ messages)

[PATCH] btrfs: fix unnecessary UUID tree rescan on mount
 2026-04-07 11:24 UTC  (3+ messages)
` [PATCH v2] btrfs: use BTRFS_FS_UPDATE_UUID_TREE_GEN flag for UUID tree rescan check

[PATCH] btrfs: skip clearing EXTENT_DEFRAG for nocow ordered extents
 2026-04-07 11:23 UTC  (2+ messages)

[PATCH 0/4] btrfs: DEV_STATS item related minor fixes
 2026-04-07  9:34 UTC  (5+ messages)
` [PATCH 1/4] btrfs: remove the dev stats item for replace target device
` [PATCH 2/4] btrfs: remove the dev stats item when removing a device
` [PATCH 3/4] btrfs: always update/create the dev stats item when adding a new device
` [PATCH 4/4] btrfs: avoid unnecessary dev stats updates

[PATCH v2] btrfs: btrfs_log_dev_io_error() on all bio errors
 2026-04-07  6:36 UTC  (4+ messages)

[PATCH 6.6.y] btrfs: do not free data reservation in fallback from inline due to -ENOSPC
 2026-04-07  6:20 UTC 

[PATCH 6.1.y] btrfs: do not free data reservation in fallback from inline due to -ENOSPC
 2026-04-07  6:20 UTC 

[PATCH] btrfs: fix unnecessary UUID tree rescan on mount
 2026-04-07  3:18 UTC  (2+ messages)

Corruption after btrfstune (iref invalid extent inline ref)
 2026-04-07  3:05 UTC 

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

[PATCH] btrfs: tag as unlikely if statements that check for fs in error state
 2026-04-03 11:13 UTC  (3+ messages)

Asking for help regarding data recovery
 2026-04-03  6:14 UTC 

[PATCH v2 0/6] btrfs-progs: mkfs/rootdir: cleanup and new fiemap based prealloc detection
 2026-04-03  4:33 UTC  (6+ messages)
` [PATCH v2 2/6] btrfs-progs: mkfs-tests: add a test case to verify the content of rootdir
` [PATCH v2 3/6] btrfs-progs: implement the missing btrfs_insert_hole_extent()
` [PATCH v2 4/6] btrfs-progs: mkfs/rootdir: extract compressed write path
` [PATCH v2 5/6] btrfs-progs: mkfs/rootdir: use fiemap to do prealloc detection
` [PATCH v2 6/6] btrfs-progs: mkfs-tests: add a new test case for fiemap based detection


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