summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2017-01-06dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski1-8/+6
2017-01-06dm raid: fix discard support regressionHeinz Mauelshagen1-6/+3
2017-01-06dm rq: fix a race condition in rq_completed()Bart Van Assche1-2/+8
2017-01-06dm crypt: mark key as invalid until properly loadedOndrej Kozina1-2/+5
2017-01-06dm flakey: return -EINVAL on interval bounds error in flakey_ctr()Wei Yongjun1-0/+2
2017-01-06dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM deviceBart Van Assche1-0/+5
2017-01-06dm table: fix 'all_blk_mq' inconsistency when an empty table is loadedMike Snitzer1-6/+13
2016-11-10md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown1-2/+2
2016-11-10RAID10: ignore discard errorShaohua Li1-2/+5
2016-11-10RAID1: ignore discard errorShaohua Li1-2/+5
2016-11-10dm raid: fix activation of existing raid4/10 devicesHeinz Mauelshagen1-5/+7
2016-11-10dm raid: fix compat_features validationAndy Whitcroft1-1/+2
2016-11-10dm rq: clear kworker_task if kthread_run() returned an errorMike Snitzer1-2/+5
2016-11-10dm table: fix missing dm_put_target_type() in dm_table_add_target()tang.junhui1-15/+9
2016-11-10dm mirror: fix read error on recovery after default leg failureHeinz Mauelshagen1-0/+1
2016-11-10dm: free io_barrier after blk_cleanup_queue callTahsin Erdogan1-2/+2
2016-10-28dm crypt: fix crash on exitRabin Vincent1-14/+10
2016-10-28dm mpath: check if path's request_queue is dying in activate_path()Mike Snitzer1-3/+3
2016-10-28dm rq: take request_queue lock while clearing QUEUE_FLAG_STOPPEDMike Snitzer1-5/+14
2016-10-28dm: return correct error code in dm_resume()'s retry loopMinfei Huang1-3/+2
2016-10-28dm: mark request_queue dead before destroying the DM deviceBart Van Assche1-0/+5
2016-09-13Merge tag 'md/4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds3-41/+31
2016-09-09raid5: fix a small race conditionShaohua Li1-2/+2
2016-09-08md-cluster: make md-cluster also can work when compiled into kernelGuoqing Jiang1-8/+4
2016-09-04Merge tag 'dm-4.8-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds3-7/+14
2016-08-31raid5: guarantee enough stripes to avoid reshape hangShaohua Li1-0/+10
2016-08-31raid5-cache: fix a deadlock in superblock writeShaohua Li1-31/+15
2016-08-31dm bufio: remove use of deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-08-31dm crypt: fix free of bad values after tfm allocation failureEric Biggers1-1/+1
2016-08-31dm crypt: fix error with too large biosMikulas Patocka1-0/+7
2016-08-31dm log writes: fix check of kthread_run() return valueVladimir Zapolskiy1-2/+2
2016-08-30dm log writes: fix bug with too large biosMikulas Patocka1-2/+2
2016-08-30dm log writes: move IO accounting earlier to fix error pathMikulas Patocka1-1/+1
2016-08-30Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds5-57/+107
2016-08-27Merge tag 'dm-4.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2-16/+22
2016-08-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+10
2016-08-25dm log: fix unitialized bio operation flagsHeinz Mauelshagen1-5/+6
2016-08-25dm flakey: fix reads to be issued if drop_writes configuredMike Snitzer1-11/+16
2016-08-24raid5: avoid unnecessary bio data setShaohua Li1-8/+5
2016-08-24raid5: fix memory leak of bio integrity dataShaohua Li1-7/+15
2016-08-24raid10: record correct address of bad blockTomasz Majchrzak1-4/+5
2016-08-24md-cluster: fix error return code in join()Wei Yongjun1-3/+9
2016-08-24r5cache: set MD_JOURNAL_CLEAN correctlySong Liu2-9/+9
2016-08-19bcache: pr_err: more meaningful error message when nr_stripes is invalidEric Wheeler1-1/+2
2016-08-19bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet1-1/+1
2016-08-19bcache: register_bcache(): call blkdev_put() when cache_alloc() failsEric Wheeler1-2/+7
2016-08-17md: don't print the same repeated messages about delayed sync operationArtur Paszkiewicz1-4/+9
2016-08-17md: remove obsolete ret in md_start_syncGuoqing Jiang1-5/+2
2016-08-17dm raid: support raid0 with missing metadata devicesHeinz Mauelshagen1-0/+12
2016-08-17md: do not count journal as spare in GET_ARRAY_INFOSong Liu1-0/+3