summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-21btrfs: add a helper to read the superblock metadata_uuidAnand Jain1-0/+1
2023-08-21btrfs: make find_free_dev_extent() staticFilipe Manana1-2/+0
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-6/+5
2023-06-26Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-29/+28
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrQu Wenruo1-0/+11
2023-06-19btrfs: open code btrfs_map_sblockChristoph Hellwig1-3/+0
2023-06-19btrfs: rename __btrfs_map_block to btrfs_map_blockChristoph Hellwig1-5/+5
2023-06-19btrfs: remove unused btrfs_map_blockChristoph Hellwig1-3/+0
2023-06-19btrfs: remove unused BTRFS_MAP_DISCARDChristoph Hellwig1-3/+0
2023-06-19btrfs: add and fix comments in btrfs_fs_devicesAnand Jain1-14/+11
2023-06-19btrfs: add comment about metadata_uuid in btrfs_fs_devicesAnand Jain1-0/+12
2023-06-19btrfs: reduce struct btrfs_fs_devices size by moving fsid_changeAnand Jain1-2/+2
2023-06-19btrfs: make btrfs_free_device() staticFilipe Manana1-1/+0
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-2/+2
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-3/+3
2023-06-12btrfs: don't pass a holder for non-exclusive blkdev_get_by_pathChristoph Hellwig1-2/+1
2023-04-17btrfs: introduce a new helper to submit write bio for repairQu Wenruo1-0/+3
2023-04-17btrfs: replace btrfs_io_context::raid_map with a fixed u64 valueQu Wenruo1-4/+15
2023-04-17btrfs: use an efficient way to represent source of duplicated stripesQu Wenruo1-12/+14
2023-04-17btrfs: reduce type width of btrfs_io_contextsQu Wenruo1-5/+49
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo1-2/+5
2023-02-15btrfs: remove struct btrfs_io_geometryChristoph Hellwig1-18/+0
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig1-105/+5
2022-12-05btrfs: move struct btrfs_tree_parent_check out of disk-io.hChristoph Hellwig1-1/+1
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo1-0/+9
2022-12-05btrfs: move tree block parentness check into validate_extent_buffer()Qu Wenruo1-3/+22
2022-12-05btrfs: move device->name RCU allocation and assign to btrfs_alloc_device()Anand Jain1-2/+2
2022-12-05btrfs: move btrfs_chunk_item_size out of ctree.hJosef Bacik1-0/+8
2022-12-05btrfs: auto enable discard=async when possibleDavid Sterba1-0/+2
2022-11-07btrfs: zoned: initialize device's zone info for seedingJohannes Thumshirn1-1/+1
2022-10-24btrfs: reorder btrfs_bio for better packingDavid Sterba1-1/+1
2022-09-26btrfs: move btrfs_swapfile_pin into volumes.hJosef Bacik1-0/+25
2022-09-26btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hJosef Bacik1-0/+2
2022-09-26btrfs: give struct btrfs_bio a real end_io handlerChristoph Hellwig1-4/+16
2022-09-26btrfs: use chained bios when cloningChristoph Hellwig1-1/+0
2022-09-26btrfs: pass the operation to btrfs_bio_allocChristoph Hellwig1-1/+1
2022-09-26btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig1-0/+6
2022-07-25btrfs: do not return errors from btrfs_map_bioChristoph Hellwig1-2/+1
2022-07-25btrfs: increase direct io read size limit to 256 sectorsChristoph Hellwig1-0/+7
2022-07-25btrfs: use btrfs_raid_array to calculate number of parity stripesQu Wenruo1-0/+1
2022-07-25btrfs: remove parameter dev_extent_len from scrub_stripe()Qu Wenruo1-0/+1
2022-07-25btrfs: split discard handling out of btrfs_map_blockChristoph Hellwig1-1/+9
2022-07-25btrfs: do not allocate a btrfs_bio for low-level biosChristoph Hellwig1-1/+6
2022-07-25btrfs: remove btrfs_end_io_wqChristoph Hellwig1-0/+3
2022-07-25btrfs: add a helper to iterate through a btrfs_bio with sector sized chunksQu Wenruo1-0/+16
2022-05-25Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-4/+38
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2022-05-16btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()Qu Wenruo1-9/+30
2022-05-16btrfs: move definition of btrfs_raid_types to volumes.hQu Wenruo1-0/+13
2022-05-16btrfs: reduce width for stripe_len from u64 to u32Qu Wenruo1-4/+4