summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2017-01-12md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li1-1/+1
2017-01-09md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov1-0/+9
2017-01-06dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski1-8/+6
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
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: 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-10-07dm log writes: fix bug with too large biosMikulas Patocka1-2/+2
2016-09-24md-cluster: make md-cluster also can work when compiled into kernelGuoqing Jiang1-8/+4
2016-09-24dm crypt: fix error with too large biosMikulas Patocka1-0/+7
2016-09-24dm log writes: move IO accounting earlier to fix error pathMikulas Patocka1-1/+1
2016-09-24dm log writes: fix check of kthread_run() return valueVladimir Zapolskiy1-2/+2
2016-09-24dm flakey: fix reads to be issued if drop_writes configuredMike Snitzer1-11/+16
2016-09-15bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet1-1/+1
2016-08-20dm flakey: error READ bios during the down_intervalMike Snitzer1-8/+15
2016-08-20dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDINGMike Snitzer1-7/+7
2016-05-11MD: make bio mergeableShaohua Li1-0/+2
2016-05-05dm cache metadata: fix cmd_read_lock() acquiring write lockAhmed Samy1-2/+2
2016-05-05dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macrosMike Snitzer1-24/+40
2016-04-12md: multipath: don't hardcopy bio in .make_request pathMing Lei1-1/+3
2016-04-12md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_listNeilBrown1-1/+1
2016-04-12raid10: include bio_end_io_list in nr_queued to prevent freeze_array hangShaohua Li1-2/+5
2016-04-12RAID5: revert e9e4c377e2f563 to fix a livelockShaohua Li2-20/+9
2016-04-12RAID5: check_reshape() shouldn't call mddev_suspendShaohua Li2-0/+20
2016-04-12md/raid5: Compare apples to apples (or sectors to sectors)Jes Sorensen1-2/+2
2016-04-12raid1: include bio_end_io_list in nr_queued to prevent freeze_array hangNate Dailey1-2/+5
2016-04-12bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler1-0/+3
2016-04-12bcache: fix race of writeback thread starting before complete initializationEric Wheeler1-1/+8
2016-04-12bcache: cleaned up error handling around register_cache()Eric Wheeler1-12/+22
2016-04-12dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()Bryn M. Reeves1-1/+1
2016-04-12dm cache: make sure every metadata function checks fail_ioJoe Thornber3-43/+71
2016-04-12dm thin metadata: don't issue prefetches if a transaction abort has failedJoe Thornber1-1/+4
2016-04-12dm: fix excessive dm-mq context switchingMike Snitzer1-7/+6
2016-04-12dm snapshot: disallow the COW and origin devices from being identicalDingXiang2-12/+33
2016-03-04dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq pathsMike Snitzer1-0/+2
2016-03-04dm snapshot: fix hung bios when copy error occursMikulas Patocka4-19/+12
2016-03-04dm space map metadata: remove unused variable in brb_pop()Mike Snitzer1-3/+0
2016-03-04dm thin: fix race condition when destroying thin pool workqueueNikolay Borisov1-2/+2
2016-03-04bcache: Change refill_dirty() to always scan entire disk if necessaryKent Overstreet1-7/+30
2016-03-04bcache: prevent crash on changing writeback_runningStefan Bader1-1/+2
2016-03-04bcache: allows use of register in udev to avoid "device_busy" error.Gabriel de Perthuis1-2/+3
2016-03-04bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu1-1/+3
2016-03-04bcache: fix a leak in bch_cached_dev_run()Al Viro1-1/+4
2016-03-04bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu1-0/+2
2016-03-04bcache: Add a cond_resched() call to gcKent Overstreet1-0/+1
2016-03-04bcache: fix a livelock when we cause a huge number of cache missesZheng Liu1-1/+3