summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'for-7.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
12 daysbtrfs: restore active device pointers after failed sproutGuanghui Yang1-0/+2
12 daysbtrfs: detach failed sprout device from transaction update listGuanghui Yang1-0/+2
2026-08-20Merge tag 'for-7.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-44/+20
2026-08-17Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-16/+89
2026-08-07btrfs: disguise single-data-RAID56 as RAID1/RAID1C3Qu Wenruo1-3/+18
2026-08-07btrfs: remove btrfs_chunk_map::io_(align|width) membersQu Wenruo1-4/+0
2026-08-07btrfs: fix a lockdep caused by path resolution during device scanQu Wenruo1-36/+1
2026-08-07btrfs: log swapfile activation/deactivation and warn about pinned block groupsQu Wenruo1-1/+1
2026-06-29btrfs: use scoped_with_init_fs() for update_dev_time()Christian Brauner1-1/+10
2026-06-29fs: look up superblocks via the device table in fs_holder_opsChristian Brauner1-3/+3
2026-06-29btrfs: open via dedicated fs bdev helpersChristian Brauner1-9/+20
2026-06-29btrfs: deny freezing devices undergoing a replaceChristian Brauner1-6/+12
2026-06-29btrfs: deny freezing a device while it is being addedChristian Brauner1-5/+41
2026-06-29btrfs: deny freezing a device while it is being removedChristian Brauner1-0/+20
2026-06-09btrfs: print a message when a missing device re-appearsQu Wenruo1-0/+5
2026-06-09btrfs: use mapping shared locking for reading super blockFilipe Manana1-2/+2
2026-06-09btrfs: switch local indicator variables to boolsDavid Sterba1-4/+4
2026-06-09btrfs: avoid unnecessary dev stats updatesQu Wenruo1-2/+2
2026-06-09btrfs: always update/create the dev stats item when adding a new deviceQu Wenruo1-0/+6
2026-06-09btrfs: remove the dev stats item when removing a deviceQu Wenruo1-0/+6
2026-06-09btrfs: remove the dev stats item for replace target deviceQu Wenruo1-0/+32
2026-06-08btrfs: limit size of bios submitted from writebackJan Kara1-0/+31
2026-06-08btrfs: add missing unlikely to if branches leading to a DEBUG_WARN()Filipe Manana1-4/+4
2026-06-08btrfs: balance: fix potential bg lookup failure in btrfs_may_alloc_data_chunk()ZhengYuan Huang1-1/+5
2026-06-08btrfs: balance: fix potential bg lookup failure in chunk_usage_range_filter()ZhengYuan Huang1-7/+17
2026-06-08btrfs: balance: fix potential bg lookup failure in chunk_usage_filter()ZhengYuan Huang1-9/+23
2026-04-13Merge tag 'for-7.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-5/+220
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2026-04-07btrfs: tag as unlikely if statements that check for fs in error stateFilipe Manana1-1/+1
2026-04-07btrfs: do not reject a valid running dev-replaceQu Wenruo1-1/+6
2026-04-07btrfs: avoid taking the device_list_mutex in btrfs_run_dev_stats()Filipe Manana1-0/+30
2026-04-07btrfs: replace kcalloc() calls to kzalloc_objs()Miquel Sabaté Solà1-4/+2
2026-04-07btrfs: update per-profile available estimationQu Wenruo1-1/+19
2026-04-07btrfs: introduce the device layout aware per-profile available spaceQu Wenruo1-0/+164
2026-03-28Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+3
2026-03-23btrfs: fix lost error when running device stats on multiple devices fsFilipe Manana1-2/+3
2026-03-21Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+17
2026-03-17btrfs: check block group before marking it unused in balance_remap_chunks()Mark Harmstone1-8/+17
2026-03-16Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2026-03-13btrfs: pass 'verbose' parameter to btrfs_relocate_block_groupJohannes Thumshirn1-1/+1
2026-03-09block: remove bdev_nonrot()Damien Le Moal1-2/+2
2026-03-03Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+5
2026-02-26btrfs: fix chunk map leak in btrfs_map_block() after btrfs_translate_remap()Mark Harmstone1-1/+1
2026-02-26btrfs: fix chunk map leak in btrfs_map_block() after btrfs_chunk_map_num_copi...Mark Harmstone1-2/+4
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-6/+6
2026-02-18btrfs: replace BUG() with error handling in __btrfs_balance()Adarsh Das1-2/+8
2026-02-03btrfs: tests: add unit tests for pending extent walking functionsBoris Burkov1-7/+7
2026-02-03btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocationBoris Burkov1-60/+183