aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-25btrfs: remove parameter dev_extent_len from scrub_stripe()Gravatar Qu Wenruo 1-0/+1
2022-07-25btrfs: split discard handling out of btrfs_map_blockGravatar Christoph Hellwig 1-1/+9
2022-07-25btrfs: do not allocate a btrfs_bio for low-level biosGravatar Christoph Hellwig 1-1/+6
2022-07-25btrfs: remove btrfs_end_io_wqGravatar Christoph Hellwig 1-0/+3
2022-07-25btrfs: add a helper to iterate through a btrfs_bio with sector sized chunksGravatar Qu Wenruo 1-0/+16
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-4/+38
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2022-05-16btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()Gravatar Qu Wenruo 1-9/+30
2022-05-16btrfs: move definition of btrfs_raid_types to volumes.hGravatar Qu Wenruo 1-0/+13
2022-05-16btrfs: reduce width for stripe_len from u64 to u32Gravatar Qu Wenruo 1-4/+4
2022-04-19btrfs: fix direct I/O read repair for split biosGravatar Christoph Hellwig 1-0/+3
2022-04-17btrfs: simplify ->flush_bio handlingGravatar Christoph Hellwig 1-2/+2
2022-03-14btrfs: add device major-minor info in the struct btrfs_deviceGravatar Anand Jain 1-0/+5
2022-03-14btrfs: match stale devices by dev_tGravatar Anand Jain 1-1/+1
2022-01-07btrfs: remove reada infrastructureGravatar Qu Wenruo 1-7/+0
2022-01-07btrfs: zoned: sink zone check into btrfs_repair_one_zoneGravatar Johannes Thumshirn 1-1/+1
2021-10-26btrfs: use btrfs_get_dev_args_from_path in dev removal ioctlsGravatar Josef Bacik 1-1/+1
2021-10-26btrfs: add a btrfs_get_dev_args_from_path helperGravatar Josef Bacik 1-0/+4
2021-10-26btrfs: handle device lookup with btrfs_dev_lookup_argsGravatar Josef Bacik 1-2/+18
2021-10-26btrfs: add comments for device counts in struct btrfs_fs_devicesGravatar Anand Jain 1-0/+19
2021-10-26btrfs: remove btrfs_bio::logical memberGravatar Qu Wenruo 1-1/+0
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioGravatar Qu Wenruo 1-15/+14
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextGravatar Qu Wenruo 1-11/+27
2021-10-26btrfs: convert latest_bdev type to btrfs_device and renameGravatar Anand Jain 1-1/+5
2021-10-26btrfs: rename and switch to bool btrfs_chunk_readonlyGravatar Anand Jain 1-1/+1
2021-10-25btrfs: rename btrfs_alloc_chunk to btrfs_create_chunkGravatar Nikolay Borisov 1-1/+1
2021-09-07btrfs: delay blkdev_put until after the device removeGravatar Josef Bacik 1-1/+2
2021-08-23btrfs: uninline btrfs_bg_flags_to_raid_indexGravatar David Sterba 1-26/+1
2021-08-23btrfs: make btrfs_finish_chunk_alloc private to block-group.cGravatar Nikolay Borisov 1-2/+0
2021-07-07btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayGravatar Filipe Manana 1-1/+4
2021-06-21btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()Gravatar Qu Wenruo 1-1/+1
2021-06-21btrfs: scrub: per-device bandwidth controlGravatar David Sterba 1-0/+3
2021-04-20btrfs: zoned: automatically reclaim zonesGravatar Johannes Thumshirn 1-0/+1
2021-02-09btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsGravatar Naohiro Aota 1-0/+1
2021-02-09btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingGravatar Naohiro Aota 1-0/+1
2021-02-09btrfs: zoned: implement zoned chunk allocatorGravatar Naohiro Aota 1-0/+1
2021-02-08btrfs: let callers of btrfs_get_io_geometry pass the emGravatar Michal Rostecki 1-2/+3
2021-01-25btrfs: fix lockdep warning due to seqcount_mutex on 32bit archGravatar Su Yue 1-5/+6
2020-12-09btrfs: get zone information of zoned block devicesGravatar Naohiro Aota 1-0/+4
2020-12-08btrfs: remove unused argument seed from btrfs_find_deviceGravatar Anand Jain 1-1/+1
2020-12-08btrfs: drop unused argument step from btrfs_free_extra_devidsGravatar Anand Jain 1-1/+1
2020-12-08btrfs: create read policy frameworkGravatar Anand Jain 1-0/+13
2020-10-27btrfs: convert data_seqcount to seqcount_mutex_tGravatar Davidlohr Bueso 1-6/+5
2020-10-26btrfs: fix readahead hang and use-after-free after removing a deviceGravatar Filipe Manana 1-0/+1
2020-10-07btrfs: annotate device name rcu_string with __rcuGravatar Madhuparna Bhowmik 1-1/+1
2020-10-07btrfs: switch seed device to list apiGravatar Nikolay Borisov 1-1/+1
2020-10-07btrfs: simplify setting/clearing fs_info to btrfs_fs_devicesGravatar Nikolay Borisov 1-2/+0
2020-10-07btrfs: make close_fs_devices return voidGravatar Nikolay Borisov 1-1/+1
2020-09-25btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingGravatar Josef Bacik 1-0/+3
2020-07-27btrfs: record btrfs_device directly in btrfs_io_bioGravatar Nikolay Borisov 1-1/+1