summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2019-11-22md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon
2019-11-22dm table: fix invalid memory accesses with too high sector numberMikulas Patocka
2019-11-22dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu
2019-11-22dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu
2019-10-05bcache: fix stack corruption by PRECEDING_KEY()Coly Li
2019-09-23bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li
2019-09-23bcache: fix a race between cache register and cacheset unregisterLiang Chen
2019-09-23bcache: fix memory corruption in init error pathSlava Pestov
2019-08-13dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer
2019-08-13dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov
2019-07-09md: Fix failed allocation of md_register_threadAditya Pakki
2019-07-09It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni
2019-07-09bcache: treat stale && dirty keys as bad keysTang Junhui
2019-07-09bcache: never writeback a discard operationDaniel Axtens
2019-05-02dm thin: fix bug where bio that overwrites thin block ignores FUANikos Tsironis
2019-02-11dm ioctl: harden copy_params()'s copy_from_user() from malicious usersWenwen Wang
2019-02-11bcache: fix miss key refill->end in writebackTang Junhui
2019-02-11bcache: fix wrong cache_misses statisticstang.junhui
2018-12-16dm cache: destroy migration_cache if cache target registration failedShenghui Wang
2018-12-16bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang
2018-12-16bcache: do not assign in if condition in bcache_init()Florian Schmaus
2018-12-16bcache: explicitly destroy mutex while exitingLiang Chen
2018-12-16bcache: Remove deprecated create_workqueueBhaktipriya Shridhar
2018-12-16bcache: don't embed 'return' statements in closure macrosJens Axboe
2018-12-16dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlockMikulas Patocka
2018-12-16dm cache metadata: save in-core policy_hint_size to on-disk superblockMike Snitzer
2018-11-20dm bufio: drop the lock when doing GFP_NOIO allocationMikulas Patocka
2018-11-20dm bufio: avoid sleeping while holding the dm_bufio lockDouglas Anderson
2018-11-20dm thin: handle running out of data space vs concurrent discardMike Snitzer
2018-06-16bcache: don't attach backing with duplicate UUIDMichael Lyle
2018-06-16bcache: fix crashes in duplicate cache device registerTang Junhui
2018-06-16md raid10: fix NULL deference in handle_write_completed()Yufen Yu
2018-03-03dm btree: fix serious bug in btree_split_beneath()Joe Thornber
2018-03-03dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6Dennis Yang
2018-03-03dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com
2018-03-03dm mpath: simplify failure path of dm_multipath_init()Johannes Thumshirn
2018-03-03bcache: recover data from backing when data is cleanRui Hua
2018-02-13dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers
2018-02-13dm: discard support requires all targets in a table support discardsMike Snitzer
2018-02-13dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao
2018-02-13bcache: only permit to recovery read error when cache device is cleanColy Li
2018-02-13bcache: check ca->alloc_thread initialized before wake up itColy Li
2017-11-26bcache: initialize dirty stripes in flash_dev_run()Tang Junhui
2017-11-26bcache: fix bch_hprint crash and improve outputMichael Lyle
2017-11-26bcache: fix for gc and write-back raceTang Junhui
2017-11-26bcache: fix crash on shutdown in passthrough modeSlava Pestov
2017-11-26bcache: Correct return value for sysfs attach errorsTony Asleson
2017-11-26bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui
2017-11-26bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui
2017-11-26bcache: fix sequential large write IO bypassTang Junhui