aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-07btrfs: count super block write errors in device instead of tracking folio error stateMatthew Wilcox (Oracle)1-0/+9
2024-05-07btrfs: remove no longer used btrfs_clone_chunk_map()Filipe Manana1-1/+0
2024-03-12Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-9/+44
2024-03-04btrfs: pass btrfs_device to btrfs_scratch_superblocks()David Sterba1-3/+1
2024-03-04btrfs: introduce offload_csum_mode to tweak checksum offloading behaviorNaohiro Aota1-0/+24
2024-03-04btrfs: add forward declarations and headers, part 3David Sterba1-6/+19
2024-02-25btrfs: port device access to fileChristian Brauner1-2/+2
2023-12-15btrfs: fix typos found by codespellDavid Sterba1-1/+1
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana1-9/+36
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-10/+29
2023-10-28btrfs: Convert to bdev_open_by_path()Jan Kara1-4/+2
2023-10-12btrfs: update comment for temp-fsid, fsid, and metadata_uuidAnand Jain1-0/+4
2023-10-12btrfs: support cloned-device mount capabilityAnand Jain1-0/+2
2023-10-12btrfs: remove incomplete metadata_uuid conversion fixup logicAnand Jain1-1/+0
2023-10-12btrfs: scrub: implement raid stripe tree supportJohannes Thumshirn1-0/+1
2023-10-12btrfs: add support for inserting raid stripe extentsJohannes Thumshirn1-6/+10
2023-10-12btrfs: scan but don't register device on single device filesystemAnand Jain1-1/+2
2023-10-12btrfs: remove the need_raid_map parameter from btrfs_map_block()Qu Wenruo1-2/+1
2023-10-12btrfs: comment about fsid and metadata_uuid relationshipAnand Jain1-0/+9
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/kdave/linuxLinus 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