aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
AgeCommit message (Expand)Author
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrQu Wenruo
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
2022-09-26btrfs: give struct btrfs_bio a real end_io handlerChristoph Hellwig
2022-09-26btrfs: use chained bios when cloningChristoph Hellwig
2022-09-26btrfs: pass the operation to btrfs_bio_allocChristoph Hellwig
2022-09-26btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig
2022-07-25btrfs: do not return errors from btrfs_map_bioChristoph Hellwig
2022-07-25btrfs: increase direct io read size limit to 256 sectorsChristoph Hellwig
2022-07-25btrfs: use btrfs_raid_array to calculate number of parity stripesQu Wenruo
2022-07-25btrfs: remove parameter dev_extent_len from scrub_stripe()Qu Wenruo
2022-07-25btrfs: split discard handling out of btrfs_map_blockChristoph Hellwig
2022-07-25btrfs: do not allocate a btrfs_bio for low-level biosChristoph Hellwig
2022-07-25btrfs: remove btrfs_end_io_wqChristoph Hellwig
2022-07-25btrfs: add a helper to iterate through a btrfs_bio with sector sized chunksQu Wenruo
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-16btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()Qu Wenruo
2022-05-16btrfs: move definition of btrfs_raid_types to volumes.hQu Wenruo
2022-05-16btrfs: reduce width for stripe_len from u64 to u32Qu Wenruo
2022-04-19btrfs: fix direct I/O read repair for split biosChristoph Hellwig
2022-04-17btrfs: simplify ->flush_bio handlingChristoph Hellwig
2022-03-14btrfs: add device major-minor info in the struct btrfs_deviceAnand Jain
2022-03-14btrfs: match stale devices by dev_tAnand Jain
2022-01-07btrfs: remove reada infrastructureQu Wenruo
2022-01-07btrfs: zoned: sink zone check into btrfs_repair_one_zoneJohannes Thumshirn
2021-10-26btrfs: use btrfs_get_dev_args_from_path in dev removal ioctlsJosef Bacik
2021-10-26btrfs: add a btrfs_get_dev_args_from_path helperJosef Bacik
2021-10-26btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik
2021-10-26btrfs: add comments for device counts in struct btrfs_fs_devicesAnand Jain
2021-10-26btrfs: remove btrfs_bio::logical memberQu Wenruo
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo
2021-10-26btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain
2021-10-26btrfs: rename and switch to bool btrfs_chunk_readonlyAnand Jain