summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.h
AgeCommit message (Expand)Author
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
2021-10-25btrfs: rename btrfs_alloc_chunk to btrfs_create_chunkNikolay Borisov
2021-09-07btrfs: delay blkdev_put until after the device removeJosef Bacik
2021-08-23btrfs: uninline btrfs_bg_flags_to_raid_indexDavid Sterba
2021-08-23btrfs: make btrfs_finish_chunk_alloc private to block-group.cNikolay Borisov
2021-07-07btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana
2021-06-21btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()Qu Wenruo
2021-06-21btrfs: scrub: per-device bandwidth controlDavid Sterba
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn
2021-02-09btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingNaohiro Aota
2021-02-09btrfs: zoned: implement zoned chunk allocatorNaohiro Aota
2021-02-08btrfs: let callers of btrfs_get_io_geometry pass the emMichal Rostecki
2021-01-25btrfs: fix lockdep warning due to seqcount_mutex on 32bit archSu Yue
2020-12-09btrfs: get zone information of zoned block devicesNaohiro Aota
2020-12-08btrfs: remove unused argument seed from btrfs_find_deviceAnand Jain