summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-31btrfs: split dev-replace locking helpers for read and writeDavid Sterba
2018-03-31btrfs: use lockdep_assert_held for mutexesDavid Sterba
2018-03-31btrfs: defer adding raid type kobject until after chunk relocationJeff Mahoney
2018-03-31btrfs: drop optimal argument from find_live_mirror()Anand Jain
2018-03-31btrfs: drop num argument from find_live_mirror()Anand Jain
2018-03-31btrfs: volumes: Remove the meaningless condition of minimal nr_devs when allo...Qu Wenruo
2018-03-31btrfs: add define for oldest generationAnand Jain
2018-03-26btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devidsAnand Jain
2018-03-26btrfs: remove assert in btrfs_init_dev_replace_tgtdev()Anand Jain
2018-03-26btrfs: add (the only possible) __exit annotationDavid Sterba
2018-03-26btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()Qu Wenruo
2018-03-26btrfs: volumes: Cleanup stripe size calculationQu Wenruo
2018-03-26btrfs: insert newly opened device to the end of the listAnand Jain
2018-03-26btrfs: keep device list sortedAnand Jain
2018-03-26btrfs: Add chunk allocation ENOSPC debug message for enospc_debug mount optionQu Wenruo
2018-03-26btrfs: Remove fs_info argument from btrfs_update_commit_device_bytes_usedNikolay Borisov
2018-03-26btrfs: open code btrfs_init_dev_replace_tgtdev_for_resume()Anand Jain
2018-03-26btrfs: Refactor parameter of BTRFS_MAX_DEVS() from root to fs_infoQu Wenruo
2018-03-01btrfs: alloc_chunk: fix DUP stripe size handlingHans van Kranenburg
2018-02-05btrfs: Fix use-after-free when cleaning up fs_devs with a single stale deviceNikolay Borisov
2018-01-29btrfs: drop devid as device_list_add() argAnand Jain
2018-01-29btrfs: get device pointer from device_list_add()Anand Jain
2018-01-22btrfs: set the total_devices in device_list_add()Anand Jain
2018-01-22btrfs: move pr_info into device_list_addAnand Jain
2018-01-22btrfs: make btrfs_free_stale_devices() to match the pathAnand Jain
2018-01-22btrfs: rename btrfs_free_stale_devices() arg to skip_devAnand Jain
2018-01-22btrfs: make btrfs_free_stale_devices() argument optionalAnand Jain
2018-01-22btrfs: make btrfs_free_stale_device() to iterate all stalesAnand Jain
2018-01-22btrfs: no need to check for btrfs_fs_devices::seedingAnand Jain
2018-01-22btrfs: Remove unused readahead spinlockMatthew Wilcox
2018-01-22btrfs: cleanup btrfs_free_stale_device() usageAnand Jain
2018-01-22Btrfs: avoid losing data raid profile when deleting a deviceLiu Bo
2018-01-22btrfs: minor style cleanups in btrfs_scan_one_deviceAnand Jain
2018-01-22Btrfs: make raid6 rebuild retry moreLiu Bo
2018-01-22btrfs: factor btrfs_check_rw_degradable() to check given deviceAnand Jain
2018-01-22btrfs: Remove pair of bio_get/put in btrfs_schedule_bioNikolay Borisov
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTAnand Jain
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_MISSINGAnand Jain
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATAAnand Jain
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEAnand Jain
2018-01-22btrfs: drop btrfs_device::can_discard to query directlyAnand Jain
2018-01-22btrfs: factor __btrfs_open_devices() to create btrfs_open_one_device()Anand Jain
2018-01-22btrfs: move check for device generation to the lastAnand Jain
2018-01-22btrfs: set fs_devices->seed directlyAnand Jain
2018-01-22btrfs: simplify btrfs_close_bdevDavid Sterba
2018-01-22btrfs: document device lockingDavid Sterba
2018-01-22btrfs: simplify exit paths in btrfs_init_new_deviceDavid Sterba
2018-01-22btrfs: use free_device where opencodedDavid Sterba
2018-01-22btrfs: introduce free_device helperDavid Sterba