summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-30Btrfs: fix race between device replace and chunk allocationFilipe Manana1-12/+9
2016-05-30Btrfs: fix race between device replace and block group removalFilipe Manana1-0/+11
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-4/+4
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-4/+4
2016-05-25Btrfs: free sys_array eb as soon as possibleLiu Bo1-2/+2
2016-05-16Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516David Sterba1-181/+198
2016-05-16Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba1-7/+7
2016-05-06btrfs: fix lock dep warning move scratch super outside of chunk_mutexAnand Jain1-4/+5
2016-05-06Btrfs: remove BUG_ON()'s in btrfs_map_blockJosef Bacik1-2/+16
2016-05-06Btrfs: fix divide error upon chunk's stripe_lenLiu Bo1-1/+1
2016-05-06btrfs: fix lock dep warning, move scratch dev out of device_list_mutex and uu...Anand Jain1-5/+12
2016-05-06btrfs: allow balancing to dup with multi-deviceAustin S. Hemmelgarn1-4/+2
2016-05-04btrfs: cleanup assigning next active device with a checkAnand Jain1-17/+43
2016-05-04btrfs: s_bdev is not null after missing replaceAnand Jain1-2/+4
2016-04-28btrfs: rename btrfs_find_device_by_user_inputDavid Sterba1-7/+10
2016-04-28btrfs: use existing device constraints table btrfs_raid_arrayDavid Sterba1-14/+9
2016-04-28btrfs: introduce raid-type to error-code table, for minimum device constraintDavid Sterba1-0/+15
2016-04-28btrfs: pass number of devices to btrfs_check_raid_min_devicesDavid Sterba1-15/+20
2016-04-28btrfs: rename __check_raid_min_devicesDavid Sterba1-2/+2
2016-04-28btrfs: optimize check for stale deviceAnand Jain1-1/+2
2016-04-28btrfs: introduce device delete by devidAnand Jain1-2/+2
2016-04-28btrfs: make use of btrfs_scratch_superblocks() in btrfs_rm_device()Anand Jain1-64/+13
2016-04-28btrfs: enhance btrfs_find_device_by_user_input() to check device pathAnand Jain1-0/+3
2016-04-28btrfs: make use of btrfs_find_device_by_user_input()Anand Jain1-63/+37
2016-04-28btrfs: create helper btrfs_find_device_by_user_input()Anand Jain1-0/+19
2016-04-28btrfs: clean up and optimize __check_raid_min_device()Anand Jain1-24/+19
2016-04-28btrfs: create helper function __check_raid_min_devices()Anand Jain1-19/+32
2016-04-28btrfs: create a helper function to read the disk superAnand Jain1-35/+52
2016-04-28Btrfs: do not create empty block group if we have allocated dataLiu Bo1-1/+8
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain1-7/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-7/+7
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder1-2/+2
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba1-10/+14
2016-02-26Merge branch 'dev/rename-keys' into for-chris-4.6David Sterba1-7/+7
2016-02-23Btrfs: fix lockdep deadlock warning due to dev_replaceLiu Bo1-10/+14
2016-02-11btrfs: switch dev stats item to the permanent item keyDavid Sterba1-4/+4
2016-02-11btrfs: switch balance item to the temporary item keyDavid Sterba1-3/+3
2016-02-11btrfs: device add and remove: use GFP_KERNELDavid Sterba1-4/+5
2016-01-20btrfs: Use direct way to determine raid56 write/recover modeZhao Lei1-1/+2
2016-01-20btrfs: Small cleanup for get index_srcdev loopZhao Lei1-22/+20
2016-01-20btrfs: Enhance chunk validation checkQu Wenruo1-1/+32
2016-01-20Btrfs: fix typo in log message when starting a balanceFilipe Manana1-1/+1
2016-01-20Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason1-0/+1
2016-01-20Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason1-13/+13
2016-01-19btrfs: remove duplicate const specifierColin Ian King1-1/+1
2016-01-15btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior1-0/+1
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney1-12/+12
2016-01-11Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason1-10/+10
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason1-9/+8
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason1-11/+21