public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-02 06:08:09 to 2026-02-08 13:18:21 UTC [more...]

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

[PATCH 0/3] btrfs: remove unused return_any parameter from btrfs_search_slot_for_read()
 2026-02-08  3:40 UTC  (4+ messages)
` [PATCH 1/3] btrfs: qgroup: drop pointless return_any fallback when reading qgroup config
` [PATCH 2/3] btrfs: send: drop unnecessary return_any search in get_last_extent()
` [PATCH 3/3] btrfs: simplify btrfs_search_slot_for_read() by removing return_any parameter

[PATCH v2 0/4] btrfs: some cleanups for two ctree functions
 2026-02-08  3:13 UTC  (5+ messages)
` [PATCH v2 4/4] btrfs: ctree: cleanup btrfs_prev_leaf()

We have a space info key for a block group that doesn't exist
 2026-02-07 16:47 UTC  (22+ messages)
                                  ` space_info METADATA (sub-group id 0) has 691535872 free, is not full // open_ctree failed: -2

[PATCH 0/4] btrfs: some cleanups for two ctree functions
 2026-02-07 15:07 UTC  (7+ messages)
` [PATCH 4/4] btrfs: ctree: cleanup btrfs_prev_leaf()

Partition lost
 2026-02-07  7:17 UTC 

[PATCH] btrfs-progs: docs: add a note for clear_cache mount option
 2026-02-07  4:35 UTC  (3+ messages)
` [PATCH] btrfs-progs: tests: output the directory path for missing custom script

Btrfs encryption support progress?
 2026-02-06 23:55 UTC  (2+ messages)

[GIT PULL] Btrfs updates for 6.20/7.0
 2026-02-06 17:32 UTC 

[PATCH] btrfs: fix the folio leak on S390 hardware acceleration
 2026-02-06 16:00 UTC  (4+ messages)

[PATCH 0/3] fs: Support btrfs cloned images and overlayfs
 2026-02-06 13:12 UTC  (19+ messages)
` [PATCH 3/3] ovl: Use real disk UUID for origin file handles

[PATCH 0/3] btrfs-progs: add repair support to delete orphan
 2026-02-05 23:59 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: check: report all orphan free space info keys
` [PATCH 2/3] btrfs-progs: check: add repair support for orphan fst entry
` [PATCH 3/3] btrfs-progs: fsck-tests: add a new test case for deleting orphan fst entries

critical target error?
 2026-02-05 23:41 UTC  (3+ messages)

[PATCH 0/7] btrfs: minor tweaks and cleanups to the super block writing path
 2026-02-05 21:12 UTC  (11+ messages)
` [PATCH 1/7] btrfs: change unaligned root messages to error level in btrfs_validate_super()
` [PATCH 2/7] btrfs: mark all error and warning checks as unlikely "
` [PATCH 3/7] btrfs: pass transaction handle to write_all_supers()
` [PATCH 4/7] btrfs: abort transaction on error in write_all_supers()
` [PATCH 5/7] btrfs: tag error branches as unlikely during super block writes
` [PATCH 6/7] btrfs: remove max_mirrors argument from write_all_supers()
` [PATCH 7/7] btrfs: set written super flag once in write_all_supers()

[PATCH] btrfs: sink RCU protection to _btrfs_printk()
 2026-02-05 11:45 UTC 

[PATCH] btrfs: remove unused return value assignment in btrfs_finish_extent_commit()
 2026-02-04 21:43 UTC  (4+ messages)
` [PATCH v2] btrfs: handle "
    ` [PATCH] btrfs: remove unnecessary errstr variable "

fsverity speedup and memory usage optimization v5
 2026-02-04 19:37 UTC  (27+ messages)
` [PATCH 01/11] fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folio
` [PATCH 02/11] readahead: push invalidate_lock out of page_cache_ra_unbounded
` [PATCH 03/11] ext4: move ->read_folio and ->readahead to readahead.c
` [PATCH 04/11] fsverity: kick off hash readahead at data I/O submission time
` [PATCH 05/11] fsverity: deconstify the inode pointer in struct fsverity_info
` [PATCH 06/11] fsverity: push out fsverity_info lookup
` [PATCH 07/11] fs: consolidate fsverity_info lookup in buffer.c
` [PATCH 08/11] ext4: consolidate fsverity_info lookup
` [PATCH 09/11] f2fs: "
` [PATCH 10/11] btrfs: "
` [PATCH 11/11] fsverity: use a hashtable to find the fsverity_info

[PATCH] btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not found
 2026-02-04 17:28 UTC 

[PATCH v2 0/3] btrfs: unbalanced disks aware per-profile available space estimation
 2026-02-04 15:42 UTC  (6+ messages)
` [PATCH v2 1/3] btrfs: introduce the device layout aware per-profile available space
` [PATCH v2 2/3] btrfs: update per-profile available estimation
` [PATCH v2 3/3] btrfs: use per-profile available space in calc_available_free_space()

[PATCH v4] btrfs: reset block group size class when it becomes empty
 2026-02-04 15:17 UTC  (3+ messages)
` [PATCH v5] "

[PATCH v2] btrfs: zoned: remove redundant space_info lock and variable in do_allocation_zoned
 2026-02-04 14:40 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] btrfs: do not ASSERT() when the fs flips RO inside btrfs_repair_io_failure()
 2026-02-04 14:07 UTC  (2+ messages)

[PATCH 0/2] btrfs: clean up two FIXMEs related to btrfs_search_slot output handling
 2026-02-04 14:03 UTC  (5+ messages)
` [PATCH 1/2] btrfs: handle unexpected exact match in btrfs_set_inode_index_count()
` [PATCH 2/2] btrfs: replace BUG() with error handling in __btrfs_balance()

[PATCH v3 0/1] btrfs: tests: zoned: add selftest for zoned code
 2026-02-04 13:52 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH] btrfs: use the correct type to initialize block reserve for delayed refs
 2026-02-04 13:17 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/3] btrfs: unbalanced disks aware per-profile available space estimation
 2026-02-03 23:49 UTC  (8+ messages)
` [PATCH 1/3] btrfs: introduce the device layout aware per-profile available space
` [PATCH 2/3] btrfs: update per-profile available estimation
` [PATCH 3/3] btrfs: use per-profile available space in calc_available_free_space()

[PATCH 0/3] btrfs: a few space reservation fixes and comment update
 2026-02-03 23:39 UTC  (16+ messages)
` [PATCH 1/3] btrfs: be less agressive with metadata overcommit when we can do full flushing
` [PATCH 2/3] btrfs: don't allow log trees to consume global reserve or overcommit metadata
` [PATCH 3/3] btrfs: update comment for BTRFS_RESERVE_NO_FLUSH
` [PATCH v2 0/3] btrfs: a few space reservation fixes and comment update
  ` [PATCH v2 1/3] btrfs: be less agressive with metadata overcommit when we can do full flushing
  ` [PATCH v2 2/3] btrfs: don't allow log trees to consume global reserve or overcommit metadata
  ` [PATCH v2 3/3] btrfs: update comment for BTRFS_RESERVE_NO_FLUSH

[PATCH 0/2] btrfs: cleanups to the sys chunk array checks
 2026-02-03 21:03 UTC  (4+ messages)
` [PATCH 1/2] btrfs: remove duplicate system chunk array max size overflow check
` [PATCH 2/2] btrfs: move min sys chunk array size check to validate_sys_chunk_array()

[PATCH] btrfs: pass boolean literals as the last argument to inc_block_group_ro()
 2026-02-03 20:54 UTC  (3+ messages)

[GIT PULL] Btrfs fix for 6.19-rc8+
 2026-02-03 18:29 UTC  (2+ messages)

[PATCH v2 00/21] btrfs: updates to delayed refs accounting and space reservation
 2026-02-03 18:03 UTC  (4+ messages)
` [PATCH v2 21/21] btrfs: always reserve space for delayed refs when starting transaction

[BUG] 6.18-rc7 cannot mount RAID1 zoned btrfs
 2026-02-03 14:22 UTC  (11+ messages)

btrfs stopps working when stressed
 2026-02-03 13:05 UTC  (9+ messages)

[PATCH v5 0/9] btrfs: used compressed_bio structure for read and write
 2026-02-03  6:35 UTC  (2+ messages)

[PATCH v2 0/4] btrfs: tests: zoned: add selftest for zoned code
 2026-02-03  6:27 UTC  (3+ messages)
` [PATCH v2 4/4] "

[PATCH] btrfs: prevent COW amplification during btrfs_search_slot
 2026-02-03  1:09 UTC  (2+ messages)

[PATCH AUTOSEL 6.18] btrfs: fix Wmaybe-uninitialized warning in replay_one_buffer()
 2026-02-02 21:46 UTC  (3+ messages)
` [PATCH AUTOSEL 6.18] btrfs: sync read disk super and set block size
` [PATCH AUTOSEL 6.18-6.12] btrfs: reject new transactions if the fs is fully read-only

[PATCH] btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_uptodate_bitmap
 2026-02-02  6:24 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