aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-10/+29
2023-10-28btrfs: Convert to bdev_open_by_path()Gravatar Jan Kara 1-4/+2
2023-10-12btrfs: update comment for temp-fsid, fsid, and metadata_uuidGravatar Anand Jain 1-0/+4
2023-10-12btrfs: support cloned-device mount capabilityGravatar Anand Jain 1-0/+2
2023-10-12btrfs: remove incomplete metadata_uuid conversion fixup logicGravatar Anand Jain 1-1/+0
2023-10-12btrfs: scrub: implement raid stripe tree supportGravatar Johannes Thumshirn 1-0/+1
2023-10-12btrfs: add support for inserting raid stripe extentsGravatar Johannes Thumshirn 1-6/+10
2023-10-12btrfs: scan but don't register device on single device filesystemGravatar Anand Jain 1-1/+2
2023-10-12btrfs: remove the need_raid_map parameter from btrfs_map_block()Gravatar Qu Wenruo 1-2/+1
2023-10-12btrfs: comment about fsid and metadata_uuid relationshipGravatar Anand Jain 1-0/+9
2023-08-21btrfs: add a helper to read the superblock metadata_uuidGravatar Anand Jain 1-0/+1
2023-08-21btrfs: make find_free_dev_extent() staticGravatar Filipe Manana 1-2/+0
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-6/+5
2023-06-26Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-29/+28
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrGravatar Qu Wenruo 1-0/+11
2023-06-19btrfs: open code btrfs_map_sblockGravatar Christoph Hellwig 1-3/+0
2023-06-19btrfs: rename __btrfs_map_block to btrfs_map_blockGravatar Christoph Hellwig 1-5/+5
2023-06-19btrfs: remove unused btrfs_map_blockGravatar Christoph Hellwig 1-3/+0
2023-06-19btrfs: remove unused BTRFS_MAP_DISCARDGravatar Christoph Hellwig 1-3/+0
2023-06-19btrfs: add and fix comments in btrfs_fs_devicesGravatar Anand Jain 1-14/+11
2023-06-19btrfs: add comment about metadata_uuid in btrfs_fs_devicesGravatar Anand Jain 1-0/+12
2023-06-19btrfs: reduce struct btrfs_fs_devices size by moving fsid_changeGravatar Anand Jain 1-2/+2
2023-06-19btrfs: make btrfs_free_device() staticGravatar Filipe Manana 1-1/+0
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 1-2/+2
2023-06-12block: use the holder as indication for exclusive opensGravatar Christoph Hellwig 1-3/+3
2023-06-12btrfs: don't pass a holder for non-exclusive blkdev_get_by_pathGravatar Christoph Hellwig 1-2/+1
2023-04-17btrfs: introduce a new helper to submit write bio for repairGravatar Qu Wenruo 1-0/+3
2023-04-17btrfs: replace btrfs_io_context::raid_map with a fixed u64 valueGravatar Qu Wenruo 1-4/+15
2023-04-17btrfs: use an efficient way to represent source of duplicated stripesGravatar Qu Wenruo 1-12/+14
2023-04-17btrfs: reduce type width of btrfs_io_contextsGravatar Qu Wenruo 1-5/+49
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENGravatar Qu Wenruo 1-2/+5
2023-02-15btrfs: remove struct btrfs_io_geometryGravatar Christoph Hellwig 1-18/+0
2022-12-05btrfs: split the bio submission path into a separate fileGravatar Christoph Hellwig 1-105/+5
2022-12-05btrfs: move struct btrfs_tree_parent_check out of disk-io.hGravatar Christoph Hellwig 1-1/+1
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterGravatar Qu Wenruo 1-0/+9
2022-12-05btrfs: move tree block parentness check into validate_extent_buffer()Gravatar Qu Wenruo 1-3/+22
2022-12-05btrfs: move device->name RCU allocation and assign to btrfs_alloc_device()Gravatar Anand Jain 1-2/+2
2022-12-05btrfs: move btrfs_chunk_item_size out of ctree.hGravatar Josef Bacik 1-0/+8
2022-12-05btrfs: auto enable discard=async when possibleGravatar David Sterba 1-0/+2
2022-11-07btrfs: zoned: initialize device's zone info for seedingGravatar Johannes Thumshirn 1-1/+1
2022-10-24btrfs: reorder btrfs_bio for better packingGravatar David Sterba 1-1/+1
2022-09-26btrfs: move btrfs_swapfile_pin into volumes.hGravatar Josef Bacik 1-0/+25
2022-09-26btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hGravatar Josef Bacik 1-0/+2
2022-09-26btrfs: give struct btrfs_bio a real end_io handlerGravatar Christoph Hellwig 1-4/+16
2022-09-26btrfs: use chained bios when cloningGravatar Christoph Hellwig 1-1/+0
2022-09-26btrfs: pass the operation to btrfs_bio_allocGravatar Christoph Hellwig 1-1/+1
2022-09-26btrfs: move btrfs_bio allocation to volumes.cGravatar Christoph Hellwig 1-0/+6
2022-07-25btrfs: do not return errors from btrfs_map_bioGravatar Christoph Hellwig 1-2/+1
2022-07-25btrfs: increase direct io read size limit to 256 sectorsGravatar Christoph Hellwig 1-0/+7
2022-07-25btrfs: use btrfs_raid_array to calculate number of parity stripesGravatar Qu Wenruo 1-0/+1