summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-251-2/+2
|\
| * Btrfs: Force stripesize to the value of sectorsizeChandan Rajendra2016-06-231-2/+2
* | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-181-2/+2
|\ \ | |/
| * Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo2016-06-171-2/+2
* | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-101-15/+94
|\ \ | |/
| * Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2016-06-081-15/+94
| |\
| | * Btrfs: add validadtion checks for chunk loadingLiu Bo2016-06-061-15/+67
| | * Btrfs: add more validation checks for superblockLiu Bo2016-06-061-0/+24
| | * Btrfs: clear uptodate flags of pages in sys_array ebLiu Bo2016-06-061-0/+2
| | * Btrfs: end transaction if we abort when creating uuid rootJosef Bacik2016-06-011-0/+1
* | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-041-12/+20
|\ \ \ | |/ /
| * | Btrfs: fix race between device replace and chunk allocationFilipe Manana2016-05-301-12/+9
| * | Btrfs: fix race between device replace and block group removalFilipe Manana2016-05-301-0/+11
| |/
* | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-271-6/+6
|\ \ | |/
| * Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-4/+4
| |\
| | * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-4/+4
| * | Btrfs: free sys_array eb as soon as possibleLiu Bo2016-05-251-2/+2
* | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-211-205/+249
|\ \ \ | |/ /
| * | Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516David Sterba2016-05-161-181/+198
| |\ \
| | * | btrfs: cleanup assigning next active device with a checkAnand Jain2016-05-041-17/+43
| | * | btrfs: s_bdev is not null after missing replaceAnand Jain2016-05-041-2/+4
| | * | btrfs: rename btrfs_find_device_by_user_inputDavid Sterba2016-04-281-7/+10
| | * | btrfs: use existing device constraints table btrfs_raid_arrayDavid Sterba2016-04-281-14/+9
| | * | btrfs: introduce raid-type to error-code table, for minimum device constraintDavid Sterba2016-04-281-0/+15
| | * | btrfs: pass number of devices to btrfs_check_raid_min_devicesDavid Sterba2016-04-281-15/+20
| | * | 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
OpenPOWER on IntegriCloud