summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: move btrfs_swapfile_pin into volumes.hJosef Bacik2022-09-261-0/+25
* btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hJosef Bacik2022-09-261-0/+2
* btrfs: give struct btrfs_bio a real end_io handlerChristoph Hellwig2022-09-261-4/+16
* btrfs: use chained bios when cloningChristoph Hellwig2022-09-261-1/+0
* btrfs: pass the operation to btrfs_bio_allocChristoph Hellwig2022-09-261-1/+1
* btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig2022-09-261-0/+6
* btrfs: do not return errors from btrfs_map_bioChristoph Hellwig2022-07-251-2/+1
* btrfs: increase direct io read size limit to 256 sectorsChristoph Hellwig2022-07-251-0/+7
* btrfs: use btrfs_raid_array to calculate number of parity stripesQu Wenruo2022-07-251-0/+1
* btrfs: remove parameter dev_extent_len from scrub_stripe()Qu Wenruo2022-07-251-0/+1
* btrfs: split discard handling out of btrfs_map_blockChristoph Hellwig2022-07-251-1/+9
* btrfs: do not allocate a btrfs_bio for low-level biosChristoph Hellwig2022-07-251-1/+6
* btrfs: remove btrfs_end_io_wqChristoph Hellwig2022-07-251-0/+3
* btrfs: add a helper to iterate through a btrfs_bio with sector sized chunksQu Wenruo2022-07-251-0/+16
* Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-05-241-4/+38
|\
| * btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()Qu Wenruo2022-05-161-9/+30
| * btrfs: move definition of btrfs_raid_types to volumes.hQu Wenruo2022-05-161-0/+13
| * btrfs: reduce width for stripe_len from u64 to u32Qu Wenruo2022-05-161-4/+4
* | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-2/+2
|\ \ | |/ |/|
| * btrfs: simplify ->flush_bio handlingChristoph Hellwig2022-04-171-2/+2
* | btrfs: fix direct I/O read repair for split biosChristoph Hellwig2022-04-191-0/+3
|/
* btrfs: add device major-minor info in the struct btrfs_deviceAnand Jain2022-03-141-0/+5
* btrfs: match stale devices by dev_tAnand Jain2022-03-141-1/+1
* btrfs: remove reada infrastructureQu Wenruo2022-01-071-7/+0
* btrfs: zoned: sink zone check into btrfs_repair_one_zoneJohannes Thumshirn2022-01-071-1/+1
* btrfs: use btrfs_get_dev_args_from_path in dev removal ioctlsJosef Bacik2021-10-261-1/+1
* btrfs: add a btrfs_get_dev_args_from_path helperJosef Bacik2021-10-261-0/+4
* btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik2021-10-261-2/+18
* btrfs: add comments for device counts in struct btrfs_fs_devicesAnand Jain2021-10-261-0/+19
* btrfs: remove btrfs_bio::logical memberQu Wenruo2021-10-261-1/+0
* btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo2021-10-261-15/+14
* btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo2021-10-261-11/+27
* btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain2021-10-261-1/+5
* btrfs: rename and switch to bool btrfs_chunk_readonlyAnand Jain2021-10-261-1/+1
* btrfs: rename btrfs_alloc_chunk to btrfs_create_chunkNikolay Borisov2021-10-251-1/+1
* btrfs: delay blkdev_put until after the device removeJosef Bacik2021-09-071-1/+2
* btrfs: uninline btrfs_bg_flags_to_raid_indexDavid Sterba2021-08-231-26/+1
* btrfs: make btrfs_finish_chunk_alloc private to block-group.cNikolay Borisov2021-08-231-2/+0
* btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana2021-07-071-1/+4
* btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()Qu Wenruo2021-06-211-1/+1