summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* btrfs: scrub: per-device bandwidth controlDavid Sterba2021-06-211-0/+3
* btrfs: zoned: automatically reclaim zonesJohannes Thumshirn2021-04-201-0/+1
* btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsNaohiro Aota2021-02-091-0/+1
* btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingNaohiro Aota2021-02-091-0/+1
* btrfs: zoned: implement zoned chunk allocatorNaohiro Aota2021-02-091-0/+1
* btrfs: let callers of btrfs_get_io_geometry pass the emMichal Rostecki2021-02-081-2/+3
* btrfs: fix lockdep warning due to seqcount_mutex on 32bit archSu Yue2021-01-251-5/+6
* btrfs: get zone information of zoned block devicesNaohiro Aota2020-12-091-0/+4
* btrfs: remove unused argument seed from btrfs_find_deviceAnand Jain2020-12-081-1/+1
* btrfs: drop unused argument step from btrfs_free_extra_devidsAnand Jain2020-12-081-1/+1