Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-05-12 19:35:12 to 2026-05-18 05:21:08 UTC [more...]

cleanup the RAID6 P/Q library v3
 2026-05-18  5:17 UTC  (11+ 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

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

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

[PATCH v6 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-17 13:54 UTC  (15+ 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-17  7:29 UTC  (7+ 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

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

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

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

test-fdutimensat failures after 7.0.6-200.fc44.x86_64 kernel update
 2026-05-16  5:14 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

improve the swap_activate interface
 2026-05-15 22:37 UTC  (36+ 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 08/12] swap,iomap: simplify iomap_swapfile_iter
` [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

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

[PATCH 0/7] btrfs: fixes around generic/747 on zoned filesystems
 2026-05-15 21:05 UTC  (21+ messages)
` [PATCH 1/7] btrfs: zoned: document RECLAIM_ZONES flush state
` [PATCH 2/7] btrfs: zoned: decode 'RECLAIM_ZONES' state in tracepoints
` [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 00/28] btrfs: add trace events for fsync and inode logging
 2026-05-15 17:00 UTC  (29+ 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

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

[PATCH v3] btrfs: validate data reloc tree file extent item members in tree-checker
 2026-05-13 11:35 UTC  (2+ messages)
` [PATCH v4] btrfs: validate data reloc tree file extent item members

[PATCH v7 00/43] btrfs: add fscrypt support
 2026-05-13  8:53 UTC  (44+ 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 v7 05/43] blk-crypto: add a process bio callback
` [PATCH v7 06/43] fscrypt: add a process_bio hook to fscrypt_operations
` [PATCH v7 07/43] fscrypt: expose fscrypt_nokey_name
` [PATCH v7 08/43] fscrypt: add documentation about extent encryption
` [PATCH v7 09/43] btrfs: add infrastructure for safe em freeing
` [PATCH v7 10/43] btrfs: start using fscrypt hooks
` [PATCH v7 11/43] btrfs: add inode encryption contexts
` [PATCH v7 12/43] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH v7 13/43] btrfs: adapt readdir for encrypted and nokey names
` [PATCH v7 14/43] btrfs: handle "
` [PATCH v7 15/43] btrfs: implement fscrypt ioctls
` [PATCH v7 16/43] btrfs: select encryption dependencies if FS_ENCRYPTION
` [PATCH v7 17/43] btrfs: add get_devices hook for fscrypt
` [PATCH v7 18/43] btrfs: set file extent encryption excplicitly
` [PATCH v7 19/43] btrfs: add fscrypt_info and encryption_type to extent_map
` [PATCH v7 20/43] btrfs: add fscrypt_info and encryption_type to ordered_extent
` [PATCH v7 21/43] btrfs: plumb through setting the fscrypt_info for ordered extents
` [PATCH v7 22/43] btrfs: populate the ordered_extent with the fscrypt context
` [PATCH v7 23/43] btrfs: keep track of fscrypt info and orig_start for dio reads
` [PATCH v7 24/43] btrfs: add extent encryption context tree item type
` [PATCH v7 25/43] btrfs: pass through fscrypt_extent_info to the file extent helpers
` [PATCH v7 26/43] btrfs: implement the fscrypt extent encryption hooks
` [PATCH v7 27/43] btrfs: setup fscrypt_extent_info for new extents
` [PATCH v7 28/43] btrfs: populate ordered_extent with the orig offset
` [PATCH v7 29/43] btrfs: set the bio fscrypt context when applicable
` [PATCH v7 30/43] btrfs: add a bio argument to btrfs_csum_one_bio
` [PATCH v7 31/43] btrfs: limit encrypted writes to 256 segments
` [PATCH v7 32/43] btrfs: implement process_bio cb for fscrypt
` [PATCH v7 33/43] btrfs: implement read repair for encryption
` [PATCH v7 34/43] btrfs: add test_dummy_encryption support
` [PATCH v7 35/43] btrfs: make btrfs_ref_to_path handle encrypted filenames
` [PATCH v7 36/43] btrfs: deal with encrypted symlinks in send
` [PATCH v7 37/43] btrfs: decrypt file names for send
` [PATCH v7 38/43] btrfs: load the inode context before sending writes
` [PATCH v7 39/43] btrfs: set the appropriate free space settings in reconfigure
` [PATCH v7 40/43] btrfs: support encryption with log replay
` [PATCH v7 41/43] btrfs: disable auto defrag on encrypted files
` [PATCH v7 42/43] btrfs: disable encryption on RAID5/6
` [PATCH v7 43/43] btrfs: disable send if we have encryption enabled

[PATCH 0/4] btrfs: experimental support for huge data folios
 2026-05-13  4:36 UTC  (5+ messages)
` [PATCH 1/4] btrfs: update the out-of-date comments on subpage
` [PATCH 2/4] btrfs: prepare subpage operations to support >= BITS_PER_LONG sub-bitmaps
` [PATCH 3/4] btrfs: migrate btrfs_bio_ctrl::submit_bitmap to support larger bitmaps
` [PATCH 4/4] btrfs: introduce support for huge folios

[PATCH 0/4] btrfs: squota lifetime fixes
 2026-05-13  2:13 UTC  (9+ messages)
` [PATCH 1/4] btrfs: check for subvolume before deleting squota qgroup
` [PATCH 2/4] btrfs: fix squota accounting during enable generation
` [PATCH 3/4] btrfs: clamp to avoid squota underflow
` [PATCH 4/4] btrfs: swallow btrfs_record_squota_delta() enoent

[PATCH] btrfs: free-space-tree: reject mismatched extent and bitmap items
 2026-05-12 22:00 UTC  (4+ messages)
` [PATCH v3] "


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