summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2016-05-06btrfs: fix lock dep warning, move scratch dev out of device_list_mutex and uu...Anand Jain
2016-05-06btrfs: allow balancing to dup with multi-deviceAustin S. Hemmelgarn
2016-05-04btrfs: cleanup assigning next active device with a checkAnand Jain
2016-05-04btrfs: s_bdev is not null after missing replaceAnand Jain
2016-04-28btrfs: rename btrfs_find_device_by_user_inputDavid Sterba
2016-04-28btrfs: use existing device constraints table btrfs_raid_arrayDavid Sterba
2016-04-28btrfs: introduce raid-type to error-code table, for minimum device constraintDavid Sterba
2016-04-28btrfs: pass number of devices to btrfs_check_raid_min_devicesDavid Sterba
2016-04-28btrfs: rename __check_raid_min_devicesDavid Sterba
2016-04-28btrfs: optimize check for stale deviceAnand Jain
2016-04-28btrfs: introduce device delete by devidAnand Jain
2016-04-28btrfs: make use of btrfs_scratch_superblocks() in btrfs_rm_device()Anand Jain
2016-04-28btrfs: enhance btrfs_find_device_by_user_input() to check device pathAnand Jain
2016-04-28btrfs: make use of btrfs_find_device_by_user_input()Anand Jain
2016-04-28btrfs: create helper btrfs_find_device_by_user_input()Anand Jain
2016-04-28btrfs: clean up and optimize __check_raid_min_device()Anand Jain
2016-04-28btrfs: create helper function __check_raid_min_devices()Anand Jain
2016-04-28btrfs: create a helper function to read the disk superAnand Jain
2016-04-28Btrfs: do not create empty block group if we have allocated dataLiu Bo
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba
2016-02-26Merge branch 'dev/rename-keys' into for-chris-4.6David Sterba
2016-02-23Btrfs: fix lockdep deadlock warning due to dev_replaceLiu Bo
2016-02-11btrfs: switch dev stats item to the permanent item keyDavid Sterba
2016-02-11btrfs: switch balance item to the temporary item keyDavid Sterba
2016-02-11btrfs: device add and remove: use GFP_KERNELDavid Sterba
2016-01-20btrfs: Use direct way to determine raid56 write/recover modeZhao Lei
2016-01-20btrfs: Small cleanup for get index_srcdev loopZhao Lei
2016-01-20btrfs: Enhance chunk validation checkQu Wenruo
2016-01-20Btrfs: fix typo in log message when starting a balanceFilipe Manana
2016-01-20Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason
2016-01-20Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason
2016-01-19btrfs: remove duplicate const specifierColin Ian King
2016-01-15btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney
2016-01-11Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason
2016-01-07Btrfs: fix fitrim discarding device area reserved for boot loader's useFilipe Manana
2016-01-07Btrfs: Check metadata redundancy on balanceSam Tygier
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee
2016-01-07btrfs: cleanup, remove stray return statementsDavid Sterba
2016-01-07btrfs: verbose error when we find an unexpected item in sys_arrayDavid Sterba
2016-01-07btrfs: handle invalid num_stripes in sys_arrayDavid Sterba
2016-01-07btrfs: Support convert to -d dup for btrfs-convertZhao Lei
2015-12-23btrfs: fix warning on uninit variable in btrfs_finish_chunk_allocChris Mason
2015-12-23Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason