Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-08-12 12:34:29 to 2026-08-19 20:27:51 UTC [more...]

[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  (15+ messages)
` [PATCH v7 01/43] fscrypt: add per-extent encryption support
` [PATCH v7 02/43] fscrypt: allow inline encryption for extent based encryption
` [PATCH v7 03/43] fscrypt: add a __fscrypt_file_open helper
` [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 v2] btrfs: properly cleanup replace_task when the replace failed to start
 2026-08-19 12:28 UTC  (3+ messages)

[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  (36+ messages)
` [PATCH v15 01/25] fsverity: report validation errors through fserror to fsnotify
` [PATCH v15 02/25] fsverity: expose ensure_fsverity_info()
` [PATCH v15 03/25] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v15 04/25] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v15 05/25] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v15 06/25] fsverity: hoist statx reporting of fs-verity flag
` [PATCH v15 07/25] block: add task-context bio completion infrastructure
` [PATCH v15 08/25] block: don't delay bio task completions
` [PATCH v15 09/25] iomap: add a iomap_ioend_flags helper
` [PATCH v15 10/25] iomap: add a IOMAP_IOEND_INTEGRITY flag
` [PATCH v15 11/25] xfs: use BIO_COMPLETE_IN_TASK for bounce buffered read I/Os
` [PATCH v15 12/25] xfs: introduce fsverity on-disk changes
` [PATCH v15 13/25] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v15 14/25] xfs: disable direct read path for fs-verity files
` [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 v15 19/25] xfs: add fs-verity support
` [PATCH v15 20/25] xfs: initialize fs-verity on file open
` [PATCH v15 21/25] xfs: add fs-verity ioctls
` [PATCH v15 22/25] xfs: advertise fs-verity being available on filesystem
` [PATCH v15 23/25] xfs: check and repair the verity inode flag state
` [PATCH v15 24/25] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v15 25/25] xfs: enable ro-compat fs-verity flag

[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  (4+ messages)
` [PATCH v2] "

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

[PATCH 1/1] s390x/css: Fix css stsch detection to go beyond 8192 devices
 2026-08-14 15:19 UTC  (2+ messages)

[PATCH v2 0/7] btrfs: fix io_uring encoded IO cleanup and compat
 2026-08-14  8:31 UTC  (2+ messages)

[PATCH] btrfs: do not insert dir index if there is a conflicting dir item name
 2026-08-14  4:05 UTC 

[PATCH RFC v2] btrfs: keep mixed block group writable for relocation setup commit
 2026-08-13 22:34 UTC  (3+ messages)

[syzbot] [btrfs?] WARNING in btrfs_init_new_device
 2026-08-13  5:45 UTC  (2+ messages)

[syzbot] [btrfs?] WARNING in __cow_file_range_inline (2)
 2026-08-13  0:09 UTC 

[PATCH v3 0/6] btrfs: handle -ENOMEM errors in some synchronous dirops without aborting
 2026-08-12 23:22 UTC  (2+ messages)

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

[RFC PATCH] btrfs: Write as many copies as possible if the current RAID1 profile is unreachable
 2026-08-12 21:17 UTC  (4+ messages)


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