summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()Coly Li2019-06-281-0/+4
* bcache: check CACHE_SET_IO_DISABLE in allocator codeColy Li2019-06-281-0/+9
* bcache: remove unncessary code in bch_btree_keys_init()Coly Li2019-06-282-9/+10
* bcache: add return value check to bch_cached_dev_run()Coly Li2019-06-283-10/+32
* bcache: use sysfs_match_string() instead of __sysfs_match_string()Alexandru Ardelean2019-06-281-12/+8
* bcache: remove unnecessary prefetch() in bset_search_tree()Coly Li2019-06-281-14/+2
* bcache: add io error counting in write_bdev_super_endio()Coly Li2019-06-281-1/+3
* bcache: ignore read-ahead request failure on backing deviceColy Li2019-06-281-0/+12
* bcache: avoid flushing btree node in cache_set_flush() if io disabledColy Li2019-06-281-7/+11
* Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li2019-06-281-17/+0
* bcache: fix return value error in bch_journal_read()Coly Li2019-06-281-1/+1
* bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li2019-06-281-1/+1
* bcache: don't set max writeback rate if gc is runningColy Li2019-06-281-0/+3
* md/raid1: Fix a warning message in remove_wb()Dan Carpenter2019-06-261-1/+1
* md: add bitmap_abort label in md_runGuoqing Jiang2019-06-201-16/+10
* md-bitmap: create and destroy wb_info_pool with the change of bitmapGuoqing Jiang2019-06-201-0/+6
* md-bitmap: create and destroy wb_info_pool with the change of backlogGuoqing Jiang2019-06-201-0/+14
* md: introduce mddev_create/destroy_wb_pool for the change of member deviceGuoqing Jiang2019-06-202-0/+67
* md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang2019-06-203-1/+129
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-1/+0
* md/raid10: read balance chooses idlest disk for SSDGuoqing Jiang2019-06-151-12/+33
* md: raid1-10: Unify r{1,10}bio_pool_freeMarcos Paulo de Souza2019-06-153-17/+12
* md: raid10: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-06-151-2/+1
* md/raid1: get rid of extra blank line and spaceYufen Yu2019-06-151-6/+3
* md: fix spelling typo and add necessary spaceYufen Yu2019-06-151-7/+4
* md: md.c: Return -ENODEV when mddev is NULL in rdev_attr_showMarcos Paulo de Souza2019-06-151-1/+1
* raid5-cache: Need to do start() part job after adding journal deviceXiao Ni2019-06-151-2/+9
* drivers: md: Unify common definitions of raid1 and raid10Marcos Paulo de Souza2019-06-153-53/+28
* bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li2019-06-131-1/+6
* bcache: fix stack corruption by PRECEDING_KEY()Coly Li2019-06-132-17/+33
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-052-4/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-052-19/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-302-28/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2
* Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-253-6/+32
|\
| * dax: Arrange for dax_supported check to span multiple devicesDan Williams2019-05-203-6/+32
* | Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-2410-85/+10
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-249-79/+9
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45Thomas Gleixner2019-05-241-6/+1
* | | Merge tag 'for-5.2/dm-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-221-1/+3
|\ \ \ | |/ / |/| |
| * | dm: make sure to obey max_io_len_target_boundaryMichael Lass2019-05-211-1/+3
* | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
* | | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* | | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
| |/ |/|
* | Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-1620-293/+1583
|\|
| * dm: fix a couple brace coding style issuesSheetal Singala2019-05-161-2/+4
| * dm crypt: print device name in integrity error messageMilan Broz2019-05-161-3/+6
| * dm crypt: move detailed message into debug levelMilan Broz2019-05-161-4/+5
| * dm ioctl: fix hang in early create error conditionHelen Koike2019-05-161-1/+5
| * dm integrity: whitespace, coding style and dead code cleanupMike Snitzer2019-05-091-43/+61