summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2019-09-16bcache: fix race in btree_flush_write()Coly Li
2019-09-16bcache: add comments for mutex_lock(&b->write_lock)Coly Li
2019-09-16bcache: only clear BTREE_NODE_dirty bit when it is setColy Li
2019-08-29dm zoned: fix potential NULL dereference in dmz_do_reclaim()Dan Carpenter
2019-08-29dm zoned: properly handle backing device failureDmitry Fomichev
2019-08-29dm zoned: improve error handling in i/o map codeDmitry Fomichev
2019-08-29dm zoned: improve error handling in reclaimDmitry Fomichev
2019-08-29dm table: fix invalid memory accesses with too high sector numberMikulas Patocka
2019-08-29dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu
2019-08-29dm raid: add missing cleanup in raid_ctr()Wenwen Wang
2019-08-29dm integrity: fix a crash due to BUG_ON in __journal_read_write()Mikulas Patocka
2019-08-29dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu
2019-08-29dm dust: use dust block size for badblocklist indexBryan Gurney
2019-08-29dm kcopyd: always complete failed jobsDmitry Fomichev
2019-08-29Revert "dm bufio: fix deadlock with loop device"Mikulas Patocka
2019-07-26dm bufio: fix deadlock with loop deviceJunxiao Bi
2019-07-26dm thin metadata: check if in fail_io mode when setting needs_checkMike Snitzer
2019-07-26dm zoned: fix zone state management raceDamien Le Moal
2019-07-26raid5-cache: Need to do start() part job after adding journal deviceXiao Ni
2019-07-26bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_threadColy Li
2019-07-26bcache: fix mistaken sysfs entry for io_error counterColy Li
2019-07-26bcache: ignore read-ahead request failure on backing deviceColy Li
2019-07-26bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"Coly Li
2019-07-26bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li
2019-07-26Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li
2019-07-26bcache: fix potential deadlock in cached_def_free()Coly Li
2019-07-26bcache: avoid a deadlock in bcache_reboot()Coly Li
2019-07-26bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li
2019-07-26bcache: acquire bch_register_lock later in cached_dev_free()Coly Li
2019-07-26bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()Coly Li
2019-07-26bcache: check CACHE_SET_IO_DISABLE in allocator codeColy Li
2019-07-26bcache: fix return value error in bch_journal_read()Coly Li
2019-06-28Merge tag 'for-5.2/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-06-25dm verity: use message limit for data block corruption messageMilan Broz
2019-06-25dm table: don't copy from a NULL pointer in realloc_argv()Jerome Marchand
2019-06-25dm log writes: make sure super sector log updates are written in orderzhangyi (F)
2019-06-25dm init: remove trailing newline from calls to DMERR() and DMINFO()Stephen Boyd
2019-06-25dm init: fix incorrect uses of kstrndup()Gen Zhang
2019-06-18md: fix for divide error in status_resyncMariusz Tkaczyk
2019-06-13bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li
2019-06-13bcache: fix stack corruption by PRECEDING_KEY()Coly Li
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-25Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-24Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45Thomas Gleixner
2019-05-22Merge tag 'for-5.2/dm-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds