aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2017-11-10dm thin: fix a memory leak when passing discard bio downDennis Yang
2017-11-10dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()Bart Van Assche
2017-11-10dm era: save spacemap metadata root after the pre-commitSomasundaram Krishnasamy
2017-11-10dm ioctl: prevent stack leak in dm ioctl callAdrian Salido
2017-07-23dm raid: fix NULL pointer dereference for raid1 without bitmapDmitry Bilunov
2017-07-23dm verity fec: fix bufio leaksSami Tolvanen
2017-07-23dm verity fec: limit error correction recursionSami Tolvanen
2017-05-21dm: flush queued bios when process blocks to avoid deadlockMikulas Patocka
2017-03-27md linear: fix a race between linear_add() and linear_congested()colyli@suse.de
2017-03-27dm raid: fix data corruption on reshape requestHeinz Mauelshagen
2017-03-27dm round robin: revert "use percpu 'repeat_count' and 'current_path'"Mike Snitzer
2017-03-27dm stats: fix a leaked s->histogram_boundaries arrayMikulas Patocka
2017-03-27dm cache: fix corruption seen when using cache > 2TBJoe Thornber
2017-03-27bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet
2017-03-20dm rq: cope with DM device destruction while in dm_old_request_fn()Mike Snitzer
2017-02-05md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li
2017-01-09md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov
2017-01-06dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski
2017-01-06dm raid: fix discard support regressionHeinz Mauelshagen
2017-01-06dm rq: fix a race condition in rq_completed()Bart Van Assche
2017-01-06dm crypt: mark key as invalid until properly loadedOndrej Kozina
2017-01-06dm flakey: return -EINVAL on interval bounds error in flakey_ctr()Wei Yongjun
2017-01-06dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM deviceBart Van Assche
2017-01-06dm table: fix 'all_blk_mq' inconsistency when an empty table is loadedMike Snitzer
2016-11-10md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown
2016-11-10RAID10: ignore discard errorShaohua Li
2016-11-10RAID1: ignore discard errorShaohua Li
2016-11-10dm raid: fix activation of existing raid4/10 devicesHeinz Mauelshagen
2016-11-10dm raid: fix compat_features validationAndy Whitcroft
2016-11-10dm rq: clear kworker_task if kthread_run() returned an errorMike Snitzer
2016-11-10dm table: fix missing dm_put_target_type() in dm_table_add_target()tang.junhui
2016-11-10dm mirror: fix read error on recovery after default leg failureHeinz Mauelshagen
2016-11-10dm: free io_barrier after blk_cleanup_queue callTahsin Erdogan
2016-10-28dm crypt: fix crash on exitRabin Vincent
2016-10-28dm mpath: check if path's request_queue is dying in activate_path()Mike Snitzer
2016-10-28dm rq: take request_queue lock while clearing QUEUE_FLAG_STOPPEDMike Snitzer
2016-10-28dm: return correct error code in dm_resume()'s retry loopMinfei Huang
2016-10-28dm: mark request_queue dead before destroying the DM deviceBart Van Assche
2016-09-13Merge tag 'md/4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2016-09-09raid5: fix a small race conditionShaohua Li
2016-09-08md-cluster: make md-cluster also can work when compiled into kernelGuoqing Jiang
2016-09-03Merge tag 'dm-4.8-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2016-08-31raid5: guarantee enough stripes to avoid reshape hangShaohua Li
2016-08-31raid5-cache: fix a deadlock in superblock writeShaohua Li
2016-08-30dm bufio: remove use of deprecated create_singlethread_workqueue()Bhaktipriya Shridhar
2016-08-30dm crypt: fix free of bad values after tfm allocation failureEric Biggers
2016-08-30dm crypt: fix error with too large biosMikulas Patocka
2016-08-30dm log writes: fix check of kthread_run() return valueVladimir Zapolskiy
2016-08-30dm log writes: fix bug with too large biosMikulas Patocka
2016-08-30dm log writes: move IO accounting earlier to fix error pathMikulas Patocka