aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
AgeCommit message (Expand)Author
2024-03-12Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2024-03-04btrfs: pass btrfs_device to btrfs_scratch_superblocks()David Sterba
2024-03-04btrfs: introduce offload_csum_mode to tweak checksum offloading behaviorNaohiro Aota
2024-03-04btrfs: add forward declarations and headers, part 3David Sterba
2024-02-25btrfs: port device access to fileChristian Brauner
2023-12-15btrfs: fix typos found by codespellDavid Sterba
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-10-28btrfs: Convert to bdev_open_by_path()Jan Kara
2023-10-12btrfs: update comment for temp-fsid, fsid, and metadata_uuidAnand Jain
2023-10-12btrfs: support cloned-device mount capabilityAnand Jain
2023-10-12btrfs: remove incomplete metadata_uuid conversion fixup logicAnand Jain
2023-10-12btrfs: scrub: implement raid stripe tree supportJohannes Thumshirn
2023-10-12btrfs: add support for inserting raid stripe extentsJohannes Thumshirn
2023-10-12btrfs: scan but don't register device on single device filesystemAnand Jain
2023-10-12btrfs: remove the need_raid_map parameter from btrfs_map_block()Qu Wenruo
2023-10-12btrfs: comment about fsid and metadata_uuid relationshipAnand Jain
2023-08-21btrfs: add a helper to read the superblock metadata_uuidAnand Jain
2023-08-21btrfs: make find_free_dev_extent() staticFilipe Manana
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrQu Wenruo
2023-06-19btrfs: open code btrfs_map_sblockChristoph Hellwig
2023-06-19btrfs: rename __btrfs_map_block to btrfs_map_blockChristoph Hellwig
2023-06-19btrfs: remove unused btrfs_map_blockChristoph Hellwig
2023-06-19btrfs: remove unused BTRFS_MAP_DISCARDChristoph Hellwig
2023-06-19btrfs: add and fix comments in btrfs_fs_devicesAnand Jain
2023-06-19btrfs: add comment about metadata_uuid in btrfs_fs_devicesAnand Jain
2023-06-19btrfs: reduce struct btrfs_fs_devices size by moving fsid_changeAnand Jain
2023-06-19btrfs: make btrfs_free_device() staticFilipe Manana
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12btrfs: don't pass a holder for non-exclusive blkdev_get_by_pathChristoph Hellwig
2023-04-17btrfs: introduce a new helper to submit write bio for repairQu Wenruo
2023-04-17btrfs: replace btrfs_io_context::raid_map with a fixed u64 valueQu Wenruo
2023-04-17btrfs: use an efficient way to represent source of duplicated stripesQu Wenruo
2023-04-17btrfs: reduce type width of btrfs_io_contextsQu Wenruo
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo
2023-02-15btrfs: remove struct btrfs_io_geometryChristoph Hellwig
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig
2022-12-05btrfs: move struct btrfs_tree_parent_check out of disk-io.hChristoph Hellwig
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo
2022-12-05btrfs: move tree block parentness check into validate_extent_buffer()Qu Wenruo
2022-12-05btrfs: move device->name RCU allocation and assign to btrfs_alloc_device()Anand Jain
2022-12-05btrfs: move btrfs_chunk_item_size out of ctree.hJosef Bacik
2022-12-05btrfs: auto enable discard=async when possibleDavid Sterba
2022-11-07btrfs: zoned: initialize device's zone info for seedingJohannes Thumshirn
2022-10-24btrfs: reorder btrfs_bio for better packingDavid Sterba
2022-09-26btrfs: move btrfs_swapfile_pin into volumes.hJosef Bacik
2022-09-26btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hJosef Bacik