summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2025-05-15btrfs: add space_info parameter for block group creationNaohiro Aota
2025-05-15btrfs: get rid of btrfs_read_dev_super()Qu Wenruo
2025-05-15btrfs: merge btrfs_read_dev_one_super() into btrfs_read_disk_super()Qu Wenruo
2025-05-15btrfs: on unknown chunk allocation policy fallback to regularDavid Sterba
2025-05-15btrfs: switch int dev_replace_is_ongoing variables/parameters to boolDavid Sterba
2025-05-15btrfs: trivial conversion to return bool instead of intDavid Sterba
2025-05-15btrfs: use list_first_entry() everywhereDavid Sterba
2025-05-15btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()David Sterba
2025-05-15btrfs: use verbose ASSERT() in volumes.cDavid Sterba
2025-05-15btrfs: rename the functions to init and release an extent io treeFilipe Manana
2025-05-15btrfs: rename the functions to search for bits in extent rangesFilipe Manana
2025-05-15btrfs: rename set_extent_bit() to include a btrfs prefixFilipe Manana
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana
2025-05-15btrfs: use clear_extent_bits() at chunk_map_device_clear_bits()Filipe Manana
2025-05-02Revert "btrfs: canonicalize the device path before adding it"Qu Wenruo
2025-03-18btrfs: unify ordering of btrfs_key initializationsDavid Sterba
2025-03-07Merge tag 'for-6.14-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-03-06btrfs: fix a leaked chunk map issue in read_one_chunk()Haoxiang Li
2025-02-25Merge tag 'for-6.14-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-02-21btrfs: output an error message if btrfs failed to find the seed fsidQu Wenruo
2025-01-20Merge tag 'for-6.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-01-13btrfs: add the missing error handling inside get_canonical_dev_pathQu Wenruo
2025-01-13btrfs: configure read policy via module parameterAnand Jain
2025-01-13btrfs: add read policy to set a preferred deviceAnand Jain
2025-01-13btrfs: introduce RAID1 round-robin read balancingAnand Jain
2025-01-13btrfs: initialize fs_devices->fs_info earlier in btrfs_init_devices_late()Anand Jain
2025-01-13btrfs: volumes: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: validate system chunk array at btrfs_validate_super()Qu Wenruo
2025-01-13btrfs: update btrfs_add_chunk_map() to use rb helpersRoger L. Beckermeyer III
2025-01-13btrfs: move extent-tree function declarations out of ctree.hFilipe Manana
2025-01-13btrfs: pass btrfs_io_geometry to is_single_device_ioJohannes Thumshirn
2025-01-13btrfs: cache RAID stripe tree decision in btrfs_io_contextJohannes Thumshirn
2025-01-13btrfs: cache stripe tree usage in struct btrfs_io_geometryJohannes Thumshirn
2024-11-11btrfs: do not clear read-only when adding sprout deviceBoris Burkov
2024-11-11btrfs: remove unused btrfs_is_parity_mirror()Dr. David Alan Gilbert
2024-11-11btrfs: tests: add selftests for raid-stripe-treeJohannes Thumshirn
2024-11-11btrfs: correct typos in multiple comments across various filesShen Lichuan
2024-11-11btrfs: canonicalize the device path before adding itQu Wenruo
2024-11-11btrfs: avoid unnecessary device path update for the same deviceQu Wenruo
2024-11-11btrfs: don't take dev_replace rwsem on task already holding itJohannes Thumshirn
2024-10-29btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()Zhihao Cheng
2024-09-10btrfs: reduce chunk_map lookups in btrfs_map_block()Johannes Thumshirn
2024-09-10btrfs: print message on device opening error during mountLi Zhang
2024-09-10btrfs: move uuid tree related code to uuid-tree.[ch]Qu Wenruo
2024-07-11btrfs: abort transaction on errors in btrfs_free_chunk()David Sterba
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba
2024-07-11btrfs: use for-local variables that shadow function variablesDavid Sterba
2024-07-11btrfs: drop bytenr_orig and fix comment in btrfs_scan_one_device()Anand Jain
2024-07-11btrfs: pass struct btrfs_io_geometry into handle_ops_on_dev_replace()Johannes Thumshirn
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds