summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: count super block write errors in device instead of tracking folio err...Matthew Wilcox (Oracle)13 days1-0/+9
* btrfs: remove no longer used btrfs_clone_chunk_map()Filipe Manana13 days1-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
* 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