summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2026-06-09btrfs: print a message when a missing device re-appearsQu Wenruo
2026-06-09btrfs: use mapping shared locking for reading super blockFilipe Manana
2026-06-09btrfs: switch local indicator variables to boolsDavid Sterba
2026-06-09btrfs: avoid unnecessary dev stats updatesQu Wenruo
2026-06-09btrfs: always update/create the dev stats item when adding a new deviceQu Wenruo
2026-06-09btrfs: remove the dev stats item when removing a deviceQu Wenruo
2026-06-09btrfs: remove the dev stats item for replace target deviceQu Wenruo
2026-06-08btrfs: limit size of bios submitted from writebackJan Kara
2026-06-08btrfs: add missing unlikely to if branches leading to a DEBUG_WARN()Filipe Manana
2026-06-08btrfs: balance: fix potential bg lookup failure in btrfs_may_alloc_data_chunk()ZhengYuan Huang
2026-06-08btrfs: balance: fix potential bg lookup failure in chunk_usage_range_filter()ZhengYuan Huang
2026-06-08btrfs: balance: fix potential bg lookup failure in chunk_usage_filter()ZhengYuan Huang
2026-04-13Merge tag 'for-7.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-07btrfs: tag as unlikely if statements that check for fs in error stateFilipe Manana
2026-04-07btrfs: do not reject a valid running dev-replaceQu Wenruo
2026-04-07btrfs: avoid taking the device_list_mutex in btrfs_run_dev_stats()Filipe Manana
2026-04-07btrfs: replace kcalloc() calls to kzalloc_objs()Miquel Sabaté Solà
2026-04-07btrfs: update per-profile available estimationQu Wenruo
2026-04-07btrfs: introduce the device layout aware per-profile available spaceQu Wenruo
2026-03-28Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-23btrfs: fix lost error when running device stats on multiple devices fsFilipe Manana
2026-03-21Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-17btrfs: check block group before marking it unused in balance_remap_chunks()Mark Harmstone
2026-03-16Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-13btrfs: pass 'verbose' parameter to btrfs_relocate_block_groupJohannes Thumshirn
2026-03-09block: remove bdev_nonrot()Damien Le Moal
2026-03-03Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-26btrfs: fix chunk map leak in btrfs_map_block() after btrfs_translate_remap()Mark Harmstone
2026-02-26btrfs: fix chunk map leak in btrfs_map_block() after btrfs_chunk_map_num_copi...Mark Harmstone
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-18btrfs: replace BUG() with error handling in __btrfs_balance()Adarsh Das
2026-02-03btrfs: tests: add unit tests for pending extent walking functionsBoris Burkov
2026-02-03btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocationBoris Burkov
2026-02-03btrfs: abort transaction on error in btrfs_remove_block_group()Filipe Manana
2026-02-03btrfs: remove out label in btrfs_check_rw_degradable()Filipe Manana
2026-02-03btrfs: allow balancing remap treeMark Harmstone
2026-02-03btrfs: add do_remap parameter to btrfs_discard_extent()Mark Harmstone
2026-02-03btrfs: handle setting up relocation of block group with remap-treeMark Harmstone
2026-02-03btrfs: handle deletions from remapped block groupMark Harmstone
2026-02-03btrfs: redirect I/O for remapped block groupsMark Harmstone
2026-02-03btrfs: don't add metadata items for the remap tree to the extent treeMark Harmstone
2026-02-03btrfs: allow remapped chunks to have zero stripesMark Harmstone
2026-02-03btrfs: add METADATA_REMAP chunk typeMark Harmstone
2026-02-03btrfs: add definitions and constants for remap-treeMark Harmstone
2026-02-03btrfs: use READA_FORWARD_ALWAYS for device extent verificationjinbaohong
2026-02-03btrfs: shrink the size of btrfs_deviceQu Wenruo
2026-02-03btrfs: avoid transaction commit on error in insert_balance_item()Filipe Manana
2026-02-03btrfs: avoid transaction commit on error in del_balance_item()Filipe Manana