aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-22Btrfs: free btrfs_device in placeLiu Bo1-1/+0
2017-10-30btrfs: declare btrfs_report_missing_device() staticAnand Jain1-2/+0
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-3/+5
2017-08-24Btrfs: fix blk_status_t/errno confusionOmar Sandoval1-3/+3
2017-08-18btrfs: Remove unused sectorsize variable from struct map_lookupNikolay Borisov1-1/+0
2017-08-16btrfs: Remove unused parameters from volume.c functionsNikolay Borisov1-2/+1
2017-08-16btrfs: Enhance message when a device is missing during mountQu Wenruo1-0/+2
2017-08-16btrfs: Introduce a function to check if all chunks a OK for degraded rw mountQu Wenruo1-0/+2
2017-06-21btrfs: preallocate device flush bioDavid Sterba1-0/+1
2017-06-19btrfs: document mandatory order of bio in btrfs_io_bioDavid Sterba1-0/+4
2017-06-19Btrfs: change how we iterate bios in endioLiu Bo1-0/+1
2017-06-19btrfs: add framework to handle device flush error as a volumeAnand Jain1-0/+1
2017-04-18btrfs: delete unused member nobarriersAnand Jain1-1/+0
2017-04-18btrfs: drop redundant parameters from btrfs_map_sblockDavid Sterba1-2/+1