Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-05-12 05:36:49 to 2026-05-13 08:57:09 UTC [more...]

[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

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  (5+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6

[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  (4+ messages)
` [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


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