summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: add read policy to set a preferred deviceAnand Jain2025-01-131-0/+5
* btrfs: introduce RAID1 round-robin read balancingAnand Jain2025-01-131-0/+13
* btrfs: add tracking of read blocks for read policyAnand Jain2025-01-131-0/+2
* btrfs: cache RAID stripe tree decision in btrfs_io_contextJohannes Thumshirn2025-01-131-0/+1
* btrfs: remove unused btrfs_is_parity_mirror()Dr. David Alan Gilbert2024-11-111-2/+0
* btrfs: tests: add selftests for raid-stripe-treeJohannes Thumshirn2024-11-111-0/+5
* btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUGQu Wenruo2024-11-111-2/+2
* btrfs: split remaining space to discard in chunksLuca Stefani2024-10-071-0/+6
* btrfs: rename btrfs_io_stripe::is_scrub to rst_search_commit_rootJohannes Thumshirn2024-09-101-1/+1
* btrfs: move uuid tree related code to uuid-tree.[ch]Qu Wenruo2024-09-101-2/+0
* btrfs: constify pointer parameters where applicableDavid Sterba2024-07-111-1/+1
* btrfs: count super block write errors in device instead of tracking folio err...Matthew Wilcox (Oracle)2024-05-071-0/+9
* btrfs: remove no longer used btrfs_clone_chunk_map()Filipe Manana2024-05-071-1/+0
* Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2024-03-121-9/+44
|\
| * btrfs: pass btrfs_device to btrfs_scratch_superblocks()David Sterba2024-03-041-3/+1
| * btrfs: introduce offload_csum_mode to tweak checksum offloading behaviorNaohiro Aota2024-03-041-0/+24
| * btrfs: add forward declarations and headers, part 3David Sterba2024-03-041-6/+19
* | btrfs: port device access to fileChristian Brauner2024-02-251-2/+2
|/
* btrfs: fix typos found by codespellDavid Sterba2023-12-151-1/+1
* btrfs: use a dedicated data structure for chunk mapsFilipe Manana2023-12-151-9/+36
* Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-10-301-10/+29
|\
| * btrfs: update comment for temp-fsid, fsid, and metadata_uuidAnand Jain2023-10-121-0/+4
| * btrfs: support cloned-device mount capabilityAnand Jain2023-10-121-0/+2
| * btrfs: remove incomplete metadata_uuid conversion fixup logicAnand Jain2023-10-121-1/+0
| * btrfs: scrub: implement raid stripe tree supportJohannes Thumshirn2023-10-121-0/+1
| * btrfs: add support for inserting raid stripe extentsJohannes Thumshirn2023-10-121-6/+10
| * btrfs: scan but don't register device on single device filesystemAnand Jain2023-10-121-1/+2
| * btrfs: remove the need_raid_map parameter from btrfs_map_block()Qu Wenruo2023-10-121-2/+1
| * btrfs: comment about fsid and metadata_uuid relationshipAnand Jain2023-10-121-0/+9
* | btrfs: Convert to bdev_open_by_path()Jan Kara2023-10-281-4/+2
|/
* 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