aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2019-02-25btrfs: introduce new ioctl to unregister a btrfs deviceAnand Jain1-0/+1
2019-02-25btrfs: merge btrfs_find_device and find_deviceAnand Jain1-1/+1
2019-02-25btrfs: refactor btrfs_find_device() take fs_devices as argumentAnand Jain1-2/+2
2018-12-17btrfs: remove btrfs_bio_end_io_tJohannes Thumshirn1-3/+0
2018-12-17btrfs: replace btrfs_io_bio::end_io with a simple helperDavid Sterba1-2/+8
2018-12-17btrfs: remove redundant csum buffer in btrfs_io_bioDavid Sterba1-1/+0
2018-12-17btrfs: add helper to describe block group flagsAnand Jain1-0/+1
2018-12-17btrfs: add members to fs_devices to track fsid changesNikolay Borisov1-0/+5
2018-12-17btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov1-0/+1
2018-12-17btrfs: introduce nparity raid_attrHans van Kranenburg1-0/+2
2018-12-17Btrfs: rename and export get_chunk_mapOmar Sandoval1-0/+2
2018-10-15btrfs: Make btrfs_find_device_by_devspec return btrfs_device directlyNikolay Borisov1-3/+3
2018-10-15btrfs: Make btrfs_find_device_missing_or_by_path return directly a deviceNikolay Borisov1-3/+0
2018-08-06btrfs: Introduce mount time chunk <-> dev extent mapping checkQu Wenruo1-0/+2
2018-08-06btrfs: Remove fs_info from btrfs_finish_chunk_allocNikolay Borisov1-4/+2
2018-08-06btrfs: Remove fs_info from btrfs_destroy_dev_replace_tgtdevNikolay Borisov1-2/+1
2018-08-06btrfs: Remove fs_info from btrfs_assign_next_active_deviceNikolay Borisov1-2/+2
2018-08-06btrfs: Remove fs_info from btrfs_rm_dev_replace_remove_srcdevNikolay Borisov1-2/+1
2018-08-06btrfs: refactor block group replication factor calculation to a helperDavid Sterba1-0/+2
2018-08-06btrfs: return device pointer from btrfs_scan_one_deviceGu Jinxiang1-2/+2
2018-08-06btrfs: Remove unused function btrfs_account_dev_extents_sizeQu Wenruo1-2/+0
2018-08-06btrfs: tree-checker: Verify block_group_itemQu Wenruo1-0/+2
2018-08-06btrfs: Remove fs_info from btrfs_alloc_chunkNikolay Borisov1-2/+1
2018-05-28btrfs: remove redundant btrfs_balance_control::fs_infoDavid Sterba1-3/+2
2018-05-28btrfs: Remove devid parameter from btrfs_rmap_blockNikolay Borisov1-3/+2
2018-05-28btrfs: move btrfs_raid_mindev_errorvalues to btrfs_raid_attr tableAnand Jain1-1/+1
2018-05-28btrfs: move btrfs_raid_group values to btrfs_raid_attr tableAnand Jain1-1/+1
2018-05-28btrfs: move btrfs_raid_type_names values to btrfs_raid_attr tableAnand Jain1-0/+3
2018-05-28btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make staticDavid Sterba1-4/+0
2018-05-28btrfs: export and rename free_deviceDavid Sterba1-0/+1
2018-05-28btrfs: rename struct btrfs_fs_devices::listAnand Jain1-1/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba1-16/+3
2018-03-26btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devidsAnand Jain1-1/+1
2018-03-26btrfs: add (the only possible) __exit annotationDavid Sterba1-1/+1
2018-03-26btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()Qu Wenruo1-0/+22
2018-03-26btrfs: Remove fs_info argument from btrfs_update_commit_device_bytes_usedNikolay Borisov1-2/+1
2018-03-26btrfs: open code btrfs_init_dev_replace_tgtdev_for_resume()Anand Jain1-2/+0
2018-01-22btrfs: Remove unused readahead spinlockMatthew Wilcox1-1/+0
2018-01-22btrfs: rename btrfs_device::scrub_device to scrub_ctxAnand Jain1-1/+1
2018-01-22btrfs: factor btrfs_check_rw_degradable() to check given deviceAnand Jain1-2/+2
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_FLUSH_SENTAnand Jain1-0/+1
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTAnand Jain1-1/+1
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_MISSINGAnand Jain1-1/+1
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATAAnand Jain1-1/+1
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEAnand Jain1-1/+3
2018-01-22btrfs: drop btrfs_device::can_discard to query directlyAnand Jain1-1/+0
2018-01-22btrfs: Remove unused functionNikolay Borisov1-5/+0
2018-01-22btrfs: Remove redundant memory barrier in dev statsNikolay Borisov1-1/+7
2018-01-22btrfs: Fix memory barriers usage with device stats countersNikolay Borisov1-0/+12