Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-08-14 10:16:36 to 2026-08-19 22:14:31 UTC [more...]

[PATCH v2] btrfs: properly cleanup replace_task when the replace failed to start
 2026-08-19 22:14 UTC  (4+ messages)

[PATCH] btrfs: abort transaction before releasing tree_log_mutex on commit failure
 2026-08-19 20:27 UTC  (2+ messages)

[GIT PULL] Btrfs updates for 7.3
 2026-08-19 16:50 UTC 

[PATCH v7 00/43] btrfs: add fscrypt support
 2026-08-19 15:59 UTC  (5+ messages)
` [PATCH v7 04/43] fscrypt: conditionally don't wipe mk secret until the last active user is done

[PATCH v2 0/5] fstests: misc fixes for zoned btrfs
 2026-08-19 13:16 UTC  (6+ messages)
` [PATCH v2 1/5] common/btrfs: fix awk field separator in _check_temp_fsid
` [PATCH v2 2/5] btrfs/199: skip on zoned devices
` [PATCH v2 3/5] generic/746: skip on zoned btrfs
` [PATCH v2 4/5] btrfs/284: skip on zoned devices
` [PATCH v2 5/5] generic/781: fix copyright

[PATCH] btrfs: zoned: finish active block group cleanup if call_zone_finish() fails
 2026-08-19 11:08 UTC  (4+ messages)

[PATCH] MAINTAINERS: update btrfs git tree entries
 2026-08-19 10:28 UTC 

[PATCH] btrfs: zoned: propagate do_zone_finish() error in btrfs_zone_finish_endio()
 2026-08-19  8:34 UTC  (4+ messages)

[PATCH v15 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-08-19  5:49 UTC  (15+ messages)
` [PATCH v15 15/25] xfs: don't report dio_mem_align and dio_offset_align for fsverity files
` [PATCH v15 16/25] xfs: handle fsverity I/O in write/read path
` [PATCH v15 17/25] xfs: use read ioend for fsverity data verification
` [PATCH v15 18/25] xfs: make xfs_free_eofblocks() work with fsverity inodes

[PATCH v3 0/5] btrfs: fix io_uring encoded IO cleanup
 2026-08-19  2:54 UTC  (6+ messages)
` [PATCH v3 1/5] btrfs: always return -EIOCBQUEUED after btrfs_uring_read_extent_endio
` [PATCH v3 2/5] btrfs: free iov when btrfs_uring_read_extent fails
` [PATCH v3 3/5] btrfs: unlock inode and extent in caller when uring read extent fails
` [PATCH v3 4/5] btrfs: don't stash uring encoded data across -EAGAIN
` [PATCH v3 5/5] btrfs: drop unused uring encoded IO REISSUE stash helpers

Space cache rebuild failed and reports fs corrupted
 2026-08-19  2:18 UTC  (2+ messages)

[PATCH v3 RESEND 0/4] btrfs: removal of on-stack paddrs[], final part
 2026-08-19  1:06 UTC  (5+ messages)
` [PATCH v3 RESEND 1/4] btrfs: replace btrfs_repair_io_failure() to use bio for page iteration
` [PATCH v3 RESEND 2/4] btrfs: enhance btrfs_data_csum_ok() "
` [PATCH v3 RESEND 3/4] btrfs: use a shared helper to calculate data checksum for a bio
` [PATCH v3 RESEND 4/4] btrfs: remove on-stack paddrs[] array usage

[RFC] "final" flag for a directory
 2026-08-18 13:52 UTC  (3+ messages)

[PATCH 0/5] btrfs-progs: add detection for unexpected file extents
 2026-08-18  9:29 UTC  (6+ messages)
` [PATCH 1/5] btrfs-progs: corrupt-block: allow inode corruption to use --value option
` [PATCH 2/5] btrfs-progs: corrupt-block: allow dir item "
` [PATCH 3/5] btrfs-progs: corrupt-block: allow corrupting dir item flags
` [PATCH 4/5] btrfs-progs: check: detect invalid file extent items
` [PATCH 5/5] btrfs-progs: fsck-test: add a test case for unexpected "

[PATCH 0/2] btrfs-progs: fix stale active zone after mkfs
 2026-08-18  9:23 UTC  (3+ messages)
` [PATCH 1/2] btrfs-progs: zoned: refresh stale cached zone state in btrfs_reset_dev_zone()
` [PATCH 2/2] btrfs-progs: check: detect leaked active zones on zoned devices

[PATCH] btrfs: send: reproduce preallocated extents with send stream v2
 2026-08-18  6:59 UTC 

[PATCH] btrfs: tree-checker: reject file extent items for special files
 2026-08-18  4:57 UTC 

[PATCH] btrfs: send: reject extents for non-regular inodes
 2026-08-18  3:37 UTC  (2+ messages)

[PATCH v4] btrfs: retry verity reads for not-uptodate Merkle folios
 2026-08-17 15:56 UTC  (5+ messages)

[PATCH 0/2] btrfs: rst: minor error handling fixes
 2026-08-17 13:20 UTC  (4+ messages)
` [PATCH 1/2] btrfs: fix the possible bioc_list memory leak during error
` [PATCH 2/2] btrfs: return proper negative error code for update_raid_extent_item()

[PATCH 6.1] btrfs: fix root leak if its reloc root is unexpected in merge_reloc_roots()
 2026-08-17 10:48 UTC 

[PATCH v2] generic: test FIDEDUPERANGE result reporting with REPORT_PROGRESS
 2026-08-17  9:50 UTC 

[PATCH] btrfs: refactor read_key_bytes() to remove the dest_folio parameter
 2026-08-17  7:30 UTC 

[PATCH] btrfs: fix missing folio_unlock in read_merkle_tree_page error path
 2026-08-17  6:51 UTC  (3+ messages)

[PATCH] btrfs: handle highmem folios in read_key_bytes
 2026-08-17  6:37 UTC  (5+ messages)

[PATCH v5] btrfs: retry verity reads for not-uptodate Merkle folios
 2026-08-17  5:48 UTC 

[PATCH] btrfs: remove verity Merkle folio from page cache on error
 2026-08-17  5:23 UTC  (4+ messages)

[PATCH] btrfs: fix use-after-free in mark_block_group_to_copy
 2026-08-17  3:37 UTC  (3+ messages)

[PATCH v2] btrfs: fix use-after-free in mark_block_group_to_copy
 2026-08-17  3:35 UTC 

[PATCH] btrfs: fix transaction use-after-free in raid stripe insertion
 2026-08-17  3:04 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] btrfs-progs: docs: add extra LLM disclosure following kernel guidelines
 2026-08-17  2:12 UTC 

[PATCH] btrfs: fix use-after-free in mark_block_group_to_copy
 2026-08-17  1:58 UTC  (2+ messages)

[PATCH] btrfs: scrub: report the failing sector's address, not the stripe base
 2026-08-16  3:35 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v5 00/16] Add dmabuf read/write via io_uring
 2026-08-16  0:01 UTC  (2+ messages)
` (subset) "

[PATCH v2] btrfs: allow idmapped DEFRAG ioctls
 2026-08-15 22:14 UTC  (3+ messages)

[PATCH] btrfs: free qgroup configuration when quota enable fails
 2026-08-15  9:08 UTC  (2+ messages)

[PATCH] btrfs: free qgroup configuration when quota enable fails
 2026-08-15  8:03 UTC  (6+ messages)

[PATCH] btrfs: preserve the compression property when other inode flags change
 2026-08-14 22:08 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] btrfs: use mount idmap for defrag permission check
 2026-08-14 15:25 UTC  (5+ messages)

[PATCH 1/1] s390x/css: Fix css stsch detection to go beyond 8192 devices
 2026-08-14 15:19 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