aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-26btrfs: move btrfs_swapfile_pin into volumes.hJosef Bacik1-0/+25
2022-09-26btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hJosef Bacik1-0/+2
2022-09-26btrfs: give struct btrfs_bio a real end_io handlerChristoph Hellwig1-4/+16
2022-09-26btrfs: use chained bios when cloningChristoph Hellwig1-1/+0
2022-09-26btrfs: pass the operation to btrfs_bio_allocChristoph Hellwig1-1/+1
2022-09-26btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig1-0/+6
2022-07-25btrfs: do not return errors from btrfs_map_bioChristoph Hellwig1-2/+1
2022-07-25btrfs: increase direct io read size limit to 256 sectorsChristoph Hellwig1-0/+7
2022-07-25btrfs: use btrfs_raid_array to calculate number of parity stripesQu Wenruo1-0/+1
2022-07-25btrfs: remove parameter dev_extent_len from scrub_stripe()Qu Wenruo1-0/+1
2022-07-25btrfs: split discard handling out of btrfs_map_blockChristoph Hellwig1-1/+9
2022-07-25btrfs: do not allocate a btrfs_bio for low-level biosChristoph Hellwig1-1/+6
2022-07-25btrfs: remove btrfs_end_io_wqChristoph Hellwig1-0/+3
2022-07-25btrfs: add a helper to iterate through a btrfs_bio with sector sized chunksQu Wenruo1-0/+16
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-4/+38
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2022-05-16btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()Qu Wenruo1-9/+30
2022-05-16btrfs: move definition of btrfs_raid_types to volumes.hQu Wenruo1-0/+13
2022-05-16btrfs: reduce width for stripe_len from u64 to u32Qu Wenruo1-4/+4
2022-04-19btrfs: fix direct I/O read repair for split biosChristoph Hellwig1-0/+3
2022-04-17btrfs: simplify ->flush_bio handlingChristoph Hellwig1-2/+2
2022-03-14btrfs: add device major-minor info in the struct btrfs_deviceAnand Jain1-0/+5
2022-03-14btrfs: match stale devices by dev_tAnand Jain1-1/+1
2022-01-07btrfs: remove reada infrastructureQu Wenruo1-7/+0
2022-01-07btrfs: zoned: sink zone check into btrfs_repair_one_zoneJohannes Thumshirn1-1/+1
2021-10-26btrfs: use btrfs_get_dev_args_from_path in dev removal ioctlsJosef Bacik1-1/+1
2021-10-26btrfs: add a btrfs_get_dev_args_from_path helperJosef Bacik1-0/+4
2021-10-26btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik1-2/+18
2021-10-26btrfs: add comments for device counts in struct btrfs_fs_devicesAnand Jain1-0/+19
2021-10-26btrfs: remove btrfs_bio::logical memberQu Wenruo1-1/+0
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo1-15/+14
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo1-11/+27
2021-10-26btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain1-1/+5
2021-10-26btrfs: rename and switch to bool btrfs_chunk_readonlyAnand Jain1-1/+1
2021-10-25btrfs: rename btrfs_alloc_chunk to btrfs_create_chunkNikolay Borisov1-1/+1
2021-09-07btrfs: delay blkdev_put until after the device removeJosef Bacik1-1/+2
2021-08-23btrfs: uninline btrfs_bg_flags_to_raid_indexDavid Sterba1-26/+1
2021-08-23btrfs: make btrfs_finish_chunk_alloc private to block-group.cNikolay Borisov1-2/+0
2021-07-07btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana1-1/+4
2021-06-21btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()Qu Wenruo1-1/+1
2021-06-21btrfs: scrub: per-device bandwidth controlDavid Sterba1-0/+3
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn1-0/+1
2021-02-09btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsNaohiro Aota1-0/+1
2021-02-09btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingNaohiro Aota1-0/+1
2021-02-09btrfs: zoned: implement zoned chunk allocatorNaohiro Aota1-0/+1
2021-02-08btrfs: let callers of btrfs_get_io_geometry pass the emMichal Rostecki1-2/+3
2021-01-25btrfs: fix lockdep warning due to seqcount_mutex on 32bit archSu Yue1-5/+6
2020-12-09btrfs: get zone information of zoned block devicesNaohiro Aota1-0/+4