Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-05-14 14:44:01 to 2026-05-20 12:38:18 UTC [more...]

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

[PATCH AUTOSEL 7.0-6.12] btrfs: fix check_chunk_block_group_mappings() to iterate all chunk maps
 2026-05-20 11:19 UTC 

[PATCH RFC] btrfs: disguise single-data-RAID56 as RAID1/RAID1C3
 2026-05-20 10:57 UTC 

cleanup the RAID6 P/Q library v2
 2026-05-20  8:41 UTC  (13+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6

[PATCH v2 0/5] btrfs: zoned: fix deadlock and space reporting issues for zoned filesystems
 2026-05-20  7:32 UTC  (12+ messages)
` [PATCH v2 1/5] btrfs: zoned: document RECLAIM_ZONES flush state
` [PATCH v2 2/5] btrfs: zoned: decode 'RECLAIM_ZONES' state in tracepoints
` [PATCH v2 3/5] btrfs: zoned: always set data_relocation_bg
` [PATCH v2 4/5] btrfs: zoned: don't account data relocation space-info in statfs free space
` [PATCH v2 5/5] btrfs: zoned: fix deadlock waiting for ticket during data relocation

[PATCH] generic: add a test case for fallocate i_size extension
 2026-05-20  6:20 UTC  (3+ messages)

[syzbot] [btrfs?] WARNING in btrfs_rename2 (2)
 2026-05-19 20:54 UTC 

[PATCH v3 0/2] btrfs: zones: fixes and cleanups around max_active handling
 2026-05-19 15:58 UTC  (7+ messages)
` [PATCH v3 1/2] btrfs: zoned: always set max_active_zones for zoned devices
` [PATCH v3 2/2] btrfs: zoned: reflow max_active vs active checking

[PATCH 00/28] btrfs: add trace events for fsync and inode logging
 2026-05-19 15:48 UTC  (32+ messages)
` [PATCH 01/28] btrfs: tracepoints: remove double negation in finish ordered extent event
` [PATCH 02/28] btrfs: tracepoints: remove pointless root field from transaction commit event
` [PATCH 03/28] btrfs: remove call to transaction commit trace in warn_about_uncommitted_trans()
` [PATCH 04/28] btrfs: remove call to transaction commit trace in btrfs_cleanup_transaction()
` [PATCH 05/28] btrfs: tracepoints: pass a transaction handle to transaction commit event
` [PATCH 06/28] btrfs: tracepoints: add in_fsync field "
` [PATCH 07/28] btrfs: tracepoints: add trace event for transaction aborts
` [PATCH 08/28] btrfs: tracepoints: add trace event for the start of a new transaction
` [PATCH 09/28] btrfs: tracepoints: trace transaction states during commit phase
` [PATCH 10/28] btrfs: stop checking for greater then zero return values in btrfs_sync_file()
` [PATCH 11/28] btrfs: remove redundant writeback error check during fsync
` [PATCH 12/28] btrfs: tracepoints: add trace event for when fsync finishes
` [PATCH 13/28] btrfs: tracepoints: add trace event for btrfs_log_inode_parent()
` [PATCH 14/28] btrfs: use a named enum for the log mode in inode log functions
` [PATCH 15/28] btrfs: tracepoints: add trace event for btrfs_log_inode()
` [PATCH 16/28] btrfs: tracepoints: add trace event for btrfs_log_all_parents()
` [PATCH 17/28] btrfs: tracepoints: add trace event for log_all_new_ancestors()
` [PATCH 18/28] btrfs: tracepoints: add trace event for log_new_dir_dentries()
` [PATCH 19/28] btrfs: tracepoints: add trace event for add_conflicting_inode()
` [PATCH 20/28] btrfs: tracepoints: add trace event for log_conflicting_inodes()
` [PATCH 21/28] btrfs: use simple assertions where enough during inode logging and replay
` [PATCH 22/28] btrfs: tracepoints: add trace event for log_new_delayed_dentries()
` [PATCH 23/28] btrfs: tracepoints: add trace event for btrfs_record_unlink_dir()
` [PATCH 24/28] btrfs: tracepoints: add trace event for btrfs_record_snapshot_destroy()
` [PATCH 25/28] btrfs: tracepoints: add trace event for btrfs_record_new_subvolume()
` [PATCH 26/28] btrfs: tracepoints: add trace event for btrfs_log_new_name()
` [PATCH 27/28] btrfs: tracepoints: add trace event for btrfs_sync_log()
` [PATCH 28/28] btrfs: tracepoints: show inode type in btrfs_sync_file_enter() event

cleanup the RAID6 P/Q library v3
 2026-05-19  8:24 UTC  (21+ messages)
` [PATCH 01/18] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/18] raid6: remove __KERNEL__ ifdefs
` [PATCH 03/18] raid6: move to lib/raid/
` [PATCH 04/18] raid6: remove unused defines in pq.h
` [PATCH 05/18] raid6: remove raid6_get_zero_page
` [PATCH 06/18] raid6: use named initializers for struct raid6_calls
` [PATCH 07/18] raid6: improve the public interface
` [PATCH 08/18] raid6: warn when using less than four devices
` [PATCH 09/18] raid6: hide internals
` [PATCH 10/18] raid6: rework registration of optimized algorithms
` [PATCH 11/18] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 12/18] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 13/18] raid6: update top of file comments
` [PATCH 14/18] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 15/18] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 16/18] raid6_kunit: cleanup dataptr handling
` [PATCH 17/18] raid6_kunit: randomize parameters and increase limits
` [PATCH 18/18] raid6_kunit: randomize buffer alignment

[PATCH 0/2] squota delete fstests
 2026-05-19  6:18 UTC  (10+ messages)
` [PATCH 1/2] btrfs: inline enable_quota helper in test 301
` [PATCH 2/2] btrfs: test qgroup deletion races with squota writes

[PATCH v6 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-19  0:59 UTC  (19+ messages)
` [PATCH v6 01/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH v6 02/14] mm/khugepaged: add folio dirty check after try_to_unmap()
` [PATCH v6 03/14] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH v6 04/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_enabled()
` [PATCH v6 05/14] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH v6 06/14] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH v6 07/14] fs: remove nr_thps from struct address_space
` [PATCH v6 08/14] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH v6 09/14] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH v6 10/14] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [PATCH v6 11/14] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH v6 12/14] selftests/mm: remove READ_ONLY_THP_FOR_FS code from guard-regions
` [PATCH v6 13/14] mm/khugepaged: enable clean pagecache folio collapse for writable files
` [PATCH v6 14/14] selftests/mm: add writable-file collapse tests for khugepaged

[PATCH v5 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-18 23:43 UTC  (11+ messages)
` [PATCH v5 11/14] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH v5 13/14] mm/khugepaged: enable clean pagecache folio collapse for writable files

[PATCH] btrfs: add test for BTRFS_IOC_GET_CSUMS ioctl
 2026-05-18 22:47 UTC  (2+ messages)

[PATCH v2] btrfs: zoned: always set max_active_zones for zoned devices
 2026-05-18 14:55 UTC  (2+ messages)

[PATCH v4 0/9] fstests: add test coverage for cloned filesystem ids
 2026-05-18 14:44 UTC  (9+ messages)
` [PATCH v4 4/9] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v4 9/9] fstests: btrfs: test UUID consistency for clones with metadata_uuid

[PATCH 0/7] btrfs: fixes around generic/747 on zoned filesystems
 2026-05-18 14:20 UTC  (21+ messages)
` [PATCH 1/7] btrfs: zoned: document RECLAIM_ZONES flush state
` [PATCH 3/7] btrfs: zoned: always set data_relocation_bg
` [PATCH 4/7] btrfs: zoned: don't account data relocation space-info in statfs free space
` [PATCH 5/7] btrfs: zoned: subtract zone_unusable space in statfs
` [PATCH 6/7] btrfs: zoned: fix deadlock waiting for ticket during data relocation
` [RFC PATCH 7/7] btrfs: zoned: add RECLAIM_ZONES and RESET_ZONES to first async reclaim loop

[PATCH] btrfs: zoned: always set max_active_zones for zoned devices
 2026-05-18 11:41 UTC  (4+ messages)

[PATCH 0/3] mkfs/rootdir: refactor and enhancements, part 1
 2026-05-18 10:20 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: rename logical bytenr parameter for add_file_item_extent()
` [PATCH 2/3] btrfs: mkfs/rootdir: refactor the last block handling
` [PATCH 3/3] btrfs-progs: mkfs-tests: add a new one for '--reflink' option

test-fdutimensat failures after 7.0.6-200.fc44.x86_64 kernel update
 2026-05-18  5:56 UTC  (2+ messages)

improve the swap_activate interface
 2026-05-18  5:29 UTC  (25+ messages)
` [PATCH 01/12] swap: remove the maxpages variable in sys_swapon
` [PATCH 02/12] swap: move boilerplate code into the core swap code
` [PATCH 03/12] swap,fs: move swapfile operations to struct file_operations
` [PATCH 04/12] swap: restrict to regular files or block devices
` [PATCH 05/12] swap: cleanup setup_swap_extents
` [PATCH 06/12] swap,block: move the block device swapon code into block/fops.c
` [PATCH 09/12] swap: push down setting sis->bdev into ->swap_activate
` [PATCH 10/12] swap: add a swap_activate_fs_ops helper
` [PATCH 11/12] swap: move struct swap_extent to swapfile.c
` [PATCH 12/12] swap: move swap_info_struct to mm/swap.h

cleanup the RAID6 P/Q library v3
 2026-05-18  5:12 UTC  (3+ messages)
` [PATCH 01/18] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/18] raid6: remove __KERNEL__ ifdefs

[REGRESSION?] btrfs zoned forced readonly during heavy deletion
 2026-05-16 18:45 UTC 

[PATCH v2] fstests: btrfs/340: add support for older kernels/progs
 2026-05-16 14:03 UTC  (4+ messages)

Opt-in non-fatal data csum mismatch handling?
 2026-05-16  7:16 UTC 

[PATCH v2 0/6] btrfs: delay compression to bbio submission time
 2026-05-16  3:45 UTC  (7+ messages)
` [PATCH v2 1/6] btrfs: add skeleton for delayed btrfs bio
` [PATCH v2 2/6] btrfs: add delayed ordered extent support
` [PATCH v2 3/6] btrfs: introduce the skeleton of delayed bbio endio function
` [PATCH v2 4/6] btrfs: introduce compression for delayed bbio
` [PATCH v2 5/6] btrfs: implement uncompressed fallback "
` [PATCH v2 6/6] btrfs: enable experimental delayed compression support

[GIT PULL] Btrfs fixes for 7.1-rc4
 2026-05-15 22:14 UTC  (2+ messages)

[PATCH] fstests: btrfs/340: add support for older kernels/progs
 2026-05-15 16:45 UTC  (2+ messages)

[PATCH 0/3] btrfs: tree-checker: enhanced fst extent/bitmap checks
 2026-05-15 16:31 UTC  (2+ messages)

[PATCH] docs/power: note Btrfs limitation with FIBMAP for swap file offset
 2026-05-15 13:23 UTC  (2+ messages)

Understanding and resolving super mismatch error
 2026-05-14 19:38 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