Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-05-08 14:47:38 to 2026-05-13 08:56:38 UTC [more...]

[PATCH v7 00/43] btrfs: add fscrypt support
 2026-05-13  8:53 UTC  (39+ 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 41/43] btrfs: disable auto defrag on encrypted files

improve the swap_activate interface
 2026-05-13  7:58 UTC  (46+ 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 07/12] swap,block: limit swap file size to device size
` [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

cleanup the RAID6 P/Q library v2
 2026-05-13  5:47 UTC  (23+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6
` [PATCH 02/19] raid6: turn the userspace test harness into a kunit test
` [PATCH 03/19] raid6: remove __KERNEL__ ifdefs
` [PATCH 04/19] raid6: move to lib/raid/
` [PATCH 05/19] raid6: remove unused defines in pq.h
` [PATCH 06/19] raid6: remove raid6_get_zero_page
` [PATCH 07/19] raid6: use named initializers for struct raid6_calls
` [PATCH 08/19] raid6: improve the public interface
` [PATCH 09/19] raid6: hide internals
` [PATCH 10/19] raid6: rework the init helpers
` [PATCH 11/19] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 12/19] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 13/19] raid6: update top of file comments
` [PATCH 14/19] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 15/19] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 16/19] raid6_kunit: cleanup dataptr handling
` [PATCH 17/19] raid6_kunit: randomize parameters and increase limits
` [PATCH 18/19] "
` [PATCH 19/19] raid6_kunit: randomize buffer alignment

[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 0/2] squota delete fstests
 2026-05-13  0:43 UTC  (3+ messages)
` [PATCH 1/2] btrfs: inline enable_quota helper in test 301
` [PATCH 2/2] btrfs: test qgroup deletion races with squota writes

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

[PATCH 0/5] btrfs: remove folio ordered flag
 2026-05-12 17:35 UTC  (2+ messages)

[PATCH] btrfs: remove locked subpage bitmap
 2026-05-12 17:02 UTC  (2+ messages)

[PATCH] btrfs: lock balance status ioctls against shutdown
 2026-05-12 13:35 UTC  (4+ messages)

[PATCH] docs/power: note Btrfs limitation with FIBMAP for swap file offset
 2026-05-12  9:42 UTC 

[PATCH] docs/power: note Btrfs limitation with FIBMAP for swap file offset
 2026-05-12  8:01 UTC 

[PATCH v4 0/9] fstests: add test coverage for cloned filesystem ids
 2026-05-12  5:40 UTC  (6+ 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 v2] btrfs: always drop root->inodes lock before cond_resched()
 2026-05-11 18:36 UTC  (2+ messages)

[PATCH] btrfs: always drop root->inodes lock in find_first_inode_to_shrink()
 2026-05-11 16:26 UTC  (4+ messages)

[bug report] btrfs: periodic block_group reclaim
 2026-05-11 15:56 UTC  (2+ messages)

[PATCH v3 1/2] common/dmlogwrites: add _require_log_writes_sized helper
 2026-05-11 15:20 UTC  (4+ messages)
` [PATCH v3 2/2] btrfs/291: fix state transition logic and add size requirement

[PATCH] btrfs: validate legacy free space cache entry types
 2026-05-11 13:50 UTC 

[PATCH] btrfs: validate free space cache page 0 header size on read
 2026-05-11 13:49 UTC 

[PATCH v9 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-05-11 11:15 UTC  (3+ messages)

[PATCH v4] btrfs: validate root ref names in tree-checker
 2026-05-11  8:40 UTC  (2+ messages)

[PATCH v5 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-11  7:19 UTC  (22+ messages)
` [PATCH v5 01/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH v5 03/14] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH v5 09/14] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [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 v5 04/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_enabled()
 2026-05-11  7:15 UTC  (4+ messages)

[PATCH v2] btrfs: mark file extent range dirty after converting prealloc extents
 2026-05-11  6:14 UTC  (3+ messages)

社長の分身AIを、助成金で創る
 2026-05-11  3:13 UTC 

[GIT PULL] fsverity updates for 7.0
 2026-05-11  1:41 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 0/3] btrfs: tree-checker: enhanced fst extent/bitmap checks
 2026-05-11  0:56 UTC  (4+ messages)
` [PATCH 1/3] btrfs: tree-checker: extract the shared key check for free space entries
` [PATCH 2/3] btrfs: tree-checker: ensure free space tree entries won't overflow
` [PATCH 3/3] btrfs: tree-checker: add more cross checks for free space tree

[PATCH] fstests: support new mkfs.btrfs help string
 2026-05-11  0:47 UTC  (4+ messages)

[PATCH] btrfs: validate ROOT_BACKREF name before copying subvolume info
 2026-05-10 22:12 UTC  (7+ messages)
` [PATCH v2] btrfs: validate root ref names in tree-checker
` [PATCH v3] "

[PATCH v3] btrfs: validate root ref names in tree-checker
 2026-05-10 15:28 UTC 

[PATCH v3] btrfs: free-space-tree: reject mismatched extent and bitmap items
 2026-05-10 15:28 UTC 

[bug report] fstests failures at btrfs/003 and other test cases
 2026-05-09 23:55 UTC  (2+ messages)

Btrfs progs release 7.0
 2026-05-09 23:51 UTC 

[PATCH] btrfs-progs: balance: most filters can only be specified once
 2026-05-08 20:42 UTC  (2+ messages)

[PATCH v2 1/2] common/dmlogwrites: add _require_log_writes_sized helper
 2026-05-08 14:52 UTC  (4+ messages)
` [PATCH v2 2/2] btrfs/291: fix state transition logic and add size requirement


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