summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | btrfs: rename __check_raid_min_devicesDavid Sterba2016-04-281-2/+2
| | * | btrfs: optimize check for stale deviceAnand Jain2016-04-281-1/+2
| | * | btrfs: introduce device delete by devidAnand Jain2016-04-281-2/+2
| | * | btrfs: make use of btrfs_scratch_superblocks() in btrfs_rm_device()Anand Jain2016-04-281-64/+13
| | * | btrfs: enhance btrfs_find_device_by_user_input() to check device pathAnand Jain2016-04-281-0/+3
| | * | btrfs: make use of btrfs_find_device_by_user_input()Anand Jain2016-04-281-63/+37
| | * | btrfs: create helper btrfs_find_device_by_user_input()Anand Jain2016-04-281-0/+19
| | * | btrfs: clean up and optimize __check_raid_min_device()Anand Jain2016-04-281-24/+19
| | * | btrfs: create helper function __check_raid_min_devices()Anand Jain2016-04-281-19/+32
| | * | btrfs: create a helper function to read the disk superAnand Jain2016-04-281-35/+52
| | |/
| * | Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba2016-05-161-7/+7
| |\ \
| | * | btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain2016-04-281-7/+7
| | |/
| * | btrfs: fix lock dep warning move scratch super outside of chunk_mutexAnand Jain2016-05-061-4/+5
| * | Btrfs: remove BUG_ON()'s in btrfs_map_blockJosef Bacik2016-05-061-2/+16
| * | Btrfs: fix divide error upon chunk's stripe_lenLiu Bo2016-05-061-1/+1
| * | btrfs: fix lock dep warning, move scratch dev out of device_list_mutex and uu...Anand Jain2016-05-061-5/+12
| * | btrfs: allow balancing to dup with multi-deviceAustin S. Hemmelgarn2016-05-061-4/+2
| * | Btrfs: do not create empty block group if we have allocated dataLiu Bo2016-04-281-1/+8
| |/
* | lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko2016-05-201-1/+1
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-7/+7
* btrfs: Fix misspellings in comments.Adam Buchbinder2016-03-141-2/+2
* Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba2016-02-261-10/+14
|\
| * Btrfs: fix lockdep deadlock warning due to dev_replaceLiu Bo2016-02-231-10/+14
* | Merge branch 'dev/rename-keys' into for-chris-4.6David Sterba2016-02-261-7/+7
|\ \
| * | btrfs: switch dev stats item to the permanent item keyDavid Sterba2016-02-111-4/+4
| * | btrfs: switch balance item to the temporary item keyDavid Sterba2016-02-111-3/+3
| |/
* | btrfs: device add and remove: use GFP_KERNELDavid Sterba2016-02-111-4/+5
|/
* btrfs: Use direct way to determine raid56 write/recover modeZhao Lei2016-01-191-1/+2
* btrfs: Small cleanup for get index_srcdev loopZhao Lei2016-01-191-22/+20
* btrfs: Enhance chunk validation checkQu Wenruo2016-01-191-1/+32
* Btrfs: fix typo in log message when starting a balanceFilipe Manana2016-01-191-1/+1
* Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-191-0/+1
|\
| * btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior2016-01-151-0/+1
* | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-191-13/+13
|\ \
| * | btrfs: remove duplicate const specifierColin Ian King2016-01-191-1/+1
| * | btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney2016-01-151-12/+12
* | | Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-01-111-10/+10
|\ \ \
| * | | Btrfs: fix fitrim discarding device area reserved for boot loader's useFilipe Manana2016-01-071-10/+10
* | | | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-111-9/+8
|\ \ \ \ | | |/ / | |/| |
| * | | Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-8/+8
| * | | btrfs: cleanup, remove stray return statementsDavid Sterba2016-01-071-1/+0
* | | | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-111-11/+21
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Btrfs: Check metadata redundancy on balanceSam Tygier2016-01-071-0/+7
| * | btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba2016-01-071-3/+3
| * | btrfs: verbose error when we find an unexpected item in sys_arrayDavid Sterba2016-01-071-0/+3
| * | btrfs: handle invalid num_stripes in sys_arrayDavid Sterba2016-01-071-0/+8
| * | btrfs: Support convert to -d dup for btrfs-convertZhao Lei2016-01-071-8/+0
| |/
* | btrfs: fix warning on uninit variable in btrfs_finish_chunk_allocChris Mason2015-12-231-1/+1
* | Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2015-12-231-2/+15
|\ \
| * | Btrfs: fix race when finishing dev replace leading to transaction abortFilipe Manana2015-12-171-2/+15
OpenPOWER on IntegriCloud