summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
9 daysbtrfs: remove btrfs_clear_extent_bits()Filipe Manana
9 daysbtrfs: don't print relocation messages from auto reclaimJohannes Thumshirn
9 daysbtrfs: remove struct rcu_stringDavid Sterba
9 daysbtrfs: open code RCU for device nameDavid Sterba
9 daysbtrfs: use fs_holder_ops for all opened devicesQu Wenruo
9 daysbtrfs: use the super_block as holder when mounting file systemsChristoph Hellwig
9 daysbtrfs: delay btrfs_open_devices() until super block is createdQu Wenruo
9 daysbtrfs: call bdev_fput() to reclaim the blk_holder immediatelyQu Wenruo
9 daysbtrfs: always open the device read-only in btrfs_scan_one_device()Christoph Hellwig
9 daysbtrfs: replace strcpy() with strscpy()Brahmajit Das
9 daysbtrfs: use our message helpers instead of pr_err/pr_warn/pr_infoDavid Sterba
9 daysbtrfs: rename error to ret in device_list_add()David Sterba
9 daysbtrfs: switch RCU helper versions to btrfs_info()David Sterba
9 daysbtrfs: switch RCU helper versions to btrfs_warn()David Sterba
9 daysbtrfs: switch RCU helper versions to btrfs_err()David Sterba
9 daysbtrfs: open code rcu_string_free() and remove itDavid Sterba
9 daysbtrfs: fix comment in reserved space warningDan Johnson
2025-06-19btrfs: update superblock's device bytes_used when dropping chunkMark Harmstone
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