summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Make btrfs_find_device_by_devspec return btrfs_device directlyNikolay Borisov2018-10-151-3/+3
* btrfs: Make btrfs_find_device_missing_or_by_path return directly a deviceNikolay Borisov2018-10-151-3/+0Star
* btrfs: Introduce mount time chunk <-> dev extent mapping checkQu Wenruo2018-08-061-0/+2
* btrfs: Remove fs_info from btrfs_finish_chunk_allocNikolay Borisov2018-08-061-4/+2Star
* btrfs: Remove fs_info from btrfs_destroy_dev_replace_tgtdevNikolay Borisov2018-08-061-2/+1Star
* btrfs: Remove fs_info from btrfs_assign_next_active_deviceNikolay Borisov2018-08-061-2/+2
* btrfs: Remove fs_info from btrfs_rm_dev_replace_remove_srcdevNikolay Borisov2018-08-061-2/+1Star
* btrfs: refactor block group replication factor calculation to a helperDavid Sterba2018-08-061-0/+2
* btrfs: return device pointer from btrfs_scan_one_deviceGu Jinxiang2018-08-061-2/+2
* btrfs: Remove unused function btrfs_account_dev_extents_sizeQu Wenruo2018-08-061-2/+0Star
* btrfs: tree-checker: Verify block_group_itemQu Wenruo2018-08-061-0/+2
* btrfs: Remove fs_info from btrfs_alloc_chunkNikolay Borisov2018-08-061-2/+1Star
* btrfs: remove redundant btrfs_balance_control::fs_infoDavid Sterba2018-05-281-3/+2Star
* btrfs: Remove devid parameter from btrfs_rmap_blockNikolay Borisov2018-05-281-3/+2Star
* btrfs: move btrfs_raid_mindev_errorvalues to btrfs_raid_attr tableAnand Jain2018-05-281-1/+1
* btrfs: move btrfs_raid_group values to btrfs_raid_attr tableAnand Jain2018-05-281-1/+1
* btrfs: move btrfs_raid_type_names values to btrfs_raid_attr tableAnand Jain2018-05-281-0/+3
* btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make staticDavid Sterba2018-05-281-4/+0Star
* btrfs: export and rename free_deviceDavid Sterba2018-05-281-0/+1
* btrfs: rename struct btrfs_fs_devices::listAnand Jain2018-05-281-1/+1
* btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba2018-04-121-16/+3Star
* btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devidsAnand Jain2018-03-261-1/+1
* btrfs: add (the only possible) __exit annotationDavid Sterba2018-03-261-1/+1
* btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()Qu Wenruo2018-03-261-0/+22
* btrfs: Remove fs_info argument from btrfs_update_commit_device_bytes_usedNikolay Borisov2018-03-261-2/+1Star
* btrfs: open code btrfs_init_dev_replace_tgtdev_for_resume()Anand Jain2018-03-261-2/+0Star
* btrfs: Remove unused readahead spinlockMatthew Wilcox2018-01-221-1/+0Star
* btrfs: rename btrfs_device::scrub_device to scrub_ctxAnand Jain2018-01-221-1/+1
* btrfs: factor btrfs_check_rw_degradable() to check given deviceAnand Jain2018-01-221-2/+2
* btrfs: cleanup device states define BTRFS_DEV_STATE_FLUSH_SENTAnand Jain2018-01-221-0/+1
* btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTAnand Jain2018-01-221-1/+1
* btrfs: cleanup device states define BTRFS_DEV_STATE_MISSINGAnand Jain2018-01-221-1/+1
* btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATAAnand Jain2018-01-221-1/+1
* btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEAnand Jain2018-01-221-1/+3
* btrfs: drop btrfs_device::can_discard to query directlyAnand Jain2018-01-221-1/+0Star
* btrfs: Remove unused functionNikolay Borisov2018-01-221-5/+0Star
* btrfs: Remove redundant memory barrier in dev statsNikolay Borisov2018-01-221-1/+7
* btrfs: Fix memory barriers usage with device stats countersNikolay Borisov2018-01-221-0/+12
* Btrfs: free btrfs_device in placeLiu Bo2018-01-221-1/+0Star
* btrfs: declare btrfs_report_missing_device() staticAnand Jain2017-10-301-2/+0Star
* Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-09-091-3/+5
|\
| * btrfs: Remove unused sectorsize variable from struct map_lookupNikolay Borisov2017-08-181-1/+0Star
| * btrfs: Remove unused parameters from volume.c functionsNikolay Borisov2017-08-161-2/+1Star
| * btrfs: Enhance message when a device is missing during mountQu Wenruo2017-08-161-0/+2
| * btrfs: Introduce a function to check if all chunks a OK for degraded rw mountQu Wenruo2017-08-161-0/+2
* | Btrfs: fix blk_status_t/errno confusionOmar Sandoval2017-08-241-3/+3
|/
* btrfs: preallocate device flush bioDavid Sterba2017-06-211-0/+1
* btrfs: document mandatory order of bio in btrfs_io_bioDavid Sterba2017-06-191-0/+4
* Btrfs: change how we iterate bios in endioLiu Bo2017-06-191-0/+1
* btrfs: add framework to handle device flush error as a volumeAnand Jain2017-06-191-0/+1