summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba1-14/+14
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba1-15/+15
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba1-6/+4
2025-09-22btrfs: convert several int parameters to boolDavid Sterba1-1/+1
2025-09-05btrfs: don't allow adding block device of less than 1 MBMark Harmstone1-0/+5
2025-07-22btrfs: remove btrfs_clear_extent_bits()Filipe Manana1-5/+5
2025-07-22btrfs: don't print relocation messages from auto reclaimJohannes Thumshirn1-6/+8
2025-07-22btrfs: remove struct rcu_stringDavid Sterba1-1/+0
2025-07-22btrfs: open code RCU for device nameDavid Sterba1-13/+22
2025-07-22btrfs: use fs_holder_ops for all opened devicesQu Wenruo1-2/+2
2025-07-22btrfs: use the super_block as holder when mounting file systemsChristoph Hellwig1-2/+2
2025-07-22btrfs: delay btrfs_open_devices() until super block is createdQu Wenruo1-2/+3
2025-07-22btrfs: call bdev_fput() to reclaim the blk_holder immediatelyQu Wenruo1-9/+9
2025-07-22btrfs: always open the device read-only in btrfs_scan_one_device()Christoph Hellwig1-2/+2
2025-07-22btrfs: replace strcpy() with strscpy()Brahmajit Das1-3/+1
2025-07-22btrfs: use our message helpers instead of pr_err/pr_warn/pr_infoDavid Sterba1-4/+4
2025-07-22btrfs: rename error to ret in device_list_add()David Sterba1-5/+5
2025-07-22btrfs: switch RCU helper versions to btrfs_info()David Sterba1-2/+2
2025-07-22btrfs: switch RCU helper versions to btrfs_warn()David Sterba1-5/+5
2025-07-22btrfs: switch RCU helper versions to btrfs_err()David Sterba1-1/+1
2025-07-22btrfs: open code rcu_string_free() and remove itDavid Sterba1-2/+3
2025-07-22btrfs: fix comment in reserved space warningDan Johnson1-1/+1
2025-06-19btrfs: update superblock's device bytes_used when dropping chunkMark Harmstone1-0/+6
2025-05-15btrfs: add space_info parameter for block group creationNaohiro Aota1-5/+30
2025-05-15btrfs: get rid of btrfs_read_dev_super()Qu Wenruo1-1/+1
2025-05-15btrfs: merge btrfs_read_dev_one_super() into btrfs_read_disk_super()Qu Wenruo1-44/+39
2025-05-15btrfs: on unknown chunk allocation policy fallback to regularDavid Sterba1-8/+12
2025-05-15btrfs: switch int dev_replace_is_ongoing variables/parameters to boolDavid Sterba1-2/+2
2025-05-15btrfs: trivial conversion to return bool instead of intDavid Sterba1-53/+47
2025-05-15btrfs: use list_first_entry() everywhereDavid Sterba1-4/+4
2025-05-15btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()David Sterba1-3/+4
2025-05-15btrfs: use verbose ASSERT() in volumes.cDavid Sterba1-20/+35
2025-05-15btrfs: rename the functions to init and release an extent io treeFilipe Manana1-3/+3
2025-05-15btrfs: rename the functions to search for bits in extent rangesFilipe Manana1-3/+3
2025-05-15btrfs: rename set_extent_bit() to include a btrfs prefixFilipe Manana1-3/+3
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana1-5/+5
2025-05-15btrfs: use clear_extent_bits() at chunk_map_device_clear_bits()Filipe Manana1-4/+3
2025-05-02Revert "btrfs: canonicalize the device path before adding it"Qu Wenruo1-90/+1
2025-03-18btrfs: unify ordering of btrfs_key initializationsDavid Sterba1-8/+8
2025-03-08Merge tag 'for-6.14-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2025-03-06btrfs: fix a leaked chunk map issue in read_one_chunk()Haoxiang Li1-0/+1
2025-02-25Merge tag 'for-6.14-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+5
2025-02-21btrfs: output an error message if btrfs failed to find the seed fsidQu Wenruo1-1/+5
2025-01-21Merge tag 'for-6.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-102/+140
2025-01-13btrfs: add the missing error handling inside get_canonical_dev_pathQu Wenruo1-0/+4
2025-01-13btrfs: configure read policy via module parameterAnand Jain1-1/+14
2025-01-13btrfs: add read policy to set a preferred deviceAnand Jain1-0/+17
2025-01-13btrfs: introduce RAID1 round-robin read balancingAnand Jain1-0/+65
2025-01-13btrfs: initialize fs_devices->fs_info earlier in btrfs_init_devices_late()Anand Jain1-2/+0
2025-01-13btrfs: volumes: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana1-11/+1