summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
3 daysMerge tag 'for-7.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
7 daysbtrfs: restore active device pointers after failed sproutGuanghui Yang
7 daysbtrfs: detach failed sprout device from transaction update listGuanghui Yang
2026-08-20Merge tag 'for-7.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-07btrfs: disguise single-data-RAID56 as RAID1/RAID1C3Qu Wenruo
2026-08-07btrfs: remove btrfs_chunk_map::io_(align|width) membersQu Wenruo
2026-08-07btrfs: fix a lockdep caused by path resolution during device scanQu Wenruo
2026-08-07btrfs: log swapfile activation/deactivation and warn about pinned block groupsQu Wenruo
2026-06-29btrfs: use scoped_with_init_fs() for update_dev_time()Christian Brauner
2026-06-29fs: look up superblocks via the device table in fs_holder_opsChristian Brauner
2026-06-29btrfs: open via dedicated fs bdev helpersChristian Brauner
2026-06-29btrfs: deny freezing devices undergoing a replaceChristian Brauner
2026-06-29btrfs: deny freezing a device while it is being addedChristian Brauner
2026-06-29btrfs: deny freezing a device while it is being removedChristian Brauner
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