summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2016-09-15dm mpath: use dm_mq_kick_requeue_list()Mike Snitzer
2016-09-15dm rq: introduce dm_mq_kick_requeue_list()Mike Snitzer
2016-09-15dm rq: reduce arguments passed to map_request() and dm_requeue_original_reque...Mike Snitzer
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig
2016-09-15Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe
2016-09-14dm rq: add DM_MAPIO_DELAY_REQUEUE to delay requeue of blk-mq requestsMike Snitzer
2016-09-14dm: convert wait loops to use autoremove_wake_function()Bart Van Assche
2016-09-14dm: use signal_pending_state() in dm_wait_for_completion()Bart Van Assche
2016-09-14dm: rename task state function argumentsBart Van Assche
2016-09-14dm: add two lockdep_assert_held() statementsBart Van Assche
2016-09-14dm rq: simplify dm_old_stop_queue()Bart Van Assche
2016-09-14dm mpath: check if path's request_queue is dying in activate_path()Mike Snitzer
2016-09-14dm rq: take request_queue lock while clearing QUEUE_FLAG_STOPPEDMike Snitzer
2016-09-14dm rq: factor out dm_mq_stop_queue()Bart Van Assche
2016-09-14dm: mark request_queue dead before destroying the DM deviceBart Van Assche
2016-09-14dm: return correct error code in dm_resume()'s retry loopMinfei Huang
2016-09-14block, dm-crypt, btrfs: Introduce bio_flags()Bart 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-06md/raid5: Convert to hotplug state machineSebastian Andrzej Siewior
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
2016-08-30Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2016-08-26Merge tag 'dm-4.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2016-08-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-08-24dm log: fix unitialized bio operation flagsHeinz Mauelshagen
2016-08-24dm flakey: fix reads to be issued if drop_writes configuredMike Snitzer
2016-08-24raid5: avoid unnecessary bio data setShaohua Li
2016-08-24raid5: fix memory leak of bio integrity dataShaohua Li
2016-08-24raid10: record correct address of bad blockTomasz Majchrzak
2016-08-24md-cluster: fix error return code in join()Wei Yongjun
2016-08-24r5cache: set MD_JOURNAL_CLEAN correctlySong Liu
2016-08-18bcache: pr_err: more meaningful error message when nr_stripes is invalidEric Wheeler
2016-08-18bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet
2016-08-18bcache: register_bcache(): call blkdev_put() when cache_alloc() failsEric Wheeler
2016-08-17md: don't print the same repeated messages about delayed sync operationArtur Paszkiewicz
2016-08-17md: remove obsolete ret in md_start_syncGuoqing Jiang
2016-08-17dm raid: support raid0 with missing metadata devicesHeinz Mauelshagen
2016-08-16md: do not count journal as spare in GET_ARRAY_INFOSong Liu
2016-08-16dm raid: enhance attempt_restore_of_faulty_devices() to support more devicesHeinz Mauelshagen
2016-08-16dm raid: fix restoring of failed devices regressionHeinz Mauelshagen
2016-08-16dm raid: fix frozen recovery regressionHeinz Mauelshagen