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