summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: create read policy frameworkAnand Jain2020-12-081-0/+13
* btrfs: convert data_seqcount to seqcount_mutex_tDavidlohr Bueso2020-10-271-6/+5
* btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana2020-10-261-0/+1
* btrfs: annotate device name rcu_string with __rcuMadhuparna Bhowmik2020-10-071-1/+1
* btrfs: switch seed device to list apiNikolay Borisov2020-10-071-1/+1
* btrfs: simplify setting/clearing fs_info to btrfs_fs_devicesNikolay Borisov2020-10-071-2/+0
* btrfs: make close_fs_devices return voidNikolay Borisov2020-10-071-1/+1
* btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik2020-09-251-0/+3
* btrfs: record btrfs_device directly in btrfs_io_bioNikolay Borisov2020-07-271-1/+1
* btrfs: convert comments to fallthrough annotationsMarcos Paulo de Souza2020-07-021-1/+1
* btrfs: introduce chunk allocation policyNaohiro Aota2020-03-231-0/+6
* btrfs: make btrfs_check_uuid_tree private to disk-io.cNikolay Borisov2020-03-231-1/+1
* btrfs: use the page cache for super block readingJohannes Thumshirn2020-03-231-3/+1
* btrfs: reduce scope of btrfs_scratch_superblocks()Johannes Thumshirn2020-03-231-1/+0
* btrfs: Export btrfs_release_disk_superNikolay Borisov2020-03-231-0/+1
* Merge tag 'for-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-02-161-0/+1
|\
| * btrfs: sysfs, add UUID/devinfo kobjectAnand Jain2020-02-121-0/+1
* | Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-01-281-5/+5
|\|
| * btrfs: sysfs, add devid/dev_state kobject and device attributesAnand Jain2020-01-231-0/+4
| * btrfs: Move and unexport btrfs_rmap_blockNikolay Borisov2020-01-231-2/+0
| * btrfs: remove unused member btrfs_device::workDavid Sterba2020-01-201-2/+0
| * btrfs: sysfs, rename devices kobject holder to devices_kobjAnand Jain2020-01-201-1/+1
* | sched/rt, btrfs: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-1/+1
|/
* btrfs: change btrfs_fs_devices::rotating to boolJohannes Thumshirn2019-11-181-1/+1
* btrfs: change btrfs_fs_devices::seeding to boolJohannes Thumshirn2019-11-181-1/+1