summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm dust: use dust block size for badblocklist indexBryan Gurney2019-08-291-3/+8
* dm kcopyd: always complete failed jobsDmitry Fomichev2019-08-291-1/+4
* Revert "dm bufio: fix deadlock with loop device"Mikulas Patocka2019-08-291-1/+3
* dm bufio: fix deadlock with loop deviceJunxiao Bi2019-07-261-3/+1
* dm thin metadata: check if in fail_io mode when setting needs_checkMike Snitzer2019-07-261-2/+5
* dm zoned: fix zone state management raceDamien Le Moal2019-07-262-28/+24
* raid5-cache: Need to do start() part job after adding journal deviceXiao Ni2019-07-261-2/+9
* bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_threadColy Li2019-07-261-0/+1
* bcache: fix mistaken sysfs entry for io_error counterColy Li2019-07-261-2/+2
* bcache: ignore read-ahead request failure on backing deviceColy Li2019-07-261-0/+12
* bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"Coly Li2019-07-261-1/+0
* bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li2019-07-263-36/+15
* Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li2019-07-261-17/+0
* bcache: fix potential deadlock in cached_def_free()Coly Li2019-07-262-2/+4
* bcache: avoid a deadlock in bcache_reboot()Coly Li2019-07-262-1/+65
* bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li2019-07-261-1/+1
* bcache: acquire bch_register_lock later in cached_dev_free()Coly Li2019-07-261-2/+2
* bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()Coly Li2019-07-261-0/+4
* bcache: check CACHE_SET_IO_DISABLE in allocator codeColy Li2019-07-261-0/+9
* bcache: fix return value error in bch_journal_read()Coly Li2019-07-261-1/+1
* Merge tag 'for-5.2/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-06-284-10/+29
|\
| * dm verity: use message limit for data block corruption messageMilan Broz2019-06-251-2/+2
| * dm table: don't copy from a NULL pointer in realloc_argv()Jerome Marchand2019-06-251-1/+1
| * dm log writes: make sure super sector log updates are written in orderzhangyi (F)2019-06-251-2/+21
| * dm init: remove trailing newline from calls to DMERR() and DMINFO()Stephen Boyd2019-06-251-2/+2
| * dm init: fix incorrect uses of kstrndup()Gen Zhang2019-06-251-3/+3
* | md: fix for divide error in status_resyncMariusz Tkaczyk2019-06-181-14/+22
|/
* 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
| * dm integrity: implement synchronous mode for reboot handlingMikulas Patocka2019-05-081-5/+38