summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2016-09-13Merge tag 'md/4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds-41/+31
2016-09-09raid5: fix a small race conditionShaohua Li-2/+2
2016-09-08md-cluster: make md-cluster also can work when compiled into kernelGuoqing Jiang-8/+4
2016-09-03Merge tag 'dm-4.8-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds-7/+14
2016-08-31raid5: guarantee enough stripes to avoid reshape hangShaohua Li-0/+10
2016-08-31raid5-cache: fix a deadlock in superblock writeShaohua Li-31/+15
2016-08-30dm bufio: remove use of deprecated create_singlethread_workqueue()Bhaktipriya Shridhar-1/+1
2016-08-30dm crypt: fix free of bad values after tfm allocation failureEric Biggers-1/+1
2016-08-30dm crypt: fix error with too large biosMikulas Patocka-0/+7
2016-08-30dm log writes: fix check of kthread_run() return valueVladimir Zapolskiy-2/+2
2016-08-30dm log writes: fix bug with too large biosMikulas Patocka-2/+2
2016-08-30dm log writes: move IO accounting earlier to fix error pathMikulas Patocka-1/+1
2016-08-30Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds-57/+107
2016-08-26Merge tag 'dm-4.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds-16/+22
2016-08-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+10
2016-08-24dm log: fix unitialized bio operation flagsHeinz Mauelshagen-5/+6
2016-08-24dm flakey: fix reads to be issued if drop_writes configuredMike Snitzer-11/+16
2016-08-24raid5: avoid unnecessary bio data setShaohua Li-8/+5
2016-08-24raid5: fix memory leak of bio integrity dataShaohua Li-7/+15
2016-08-24raid10: record correct address of bad blockTomasz Majchrzak-4/+5
2016-08-24md-cluster: fix error return code in join()Wei Yongjun-3/+9
2016-08-24r5cache: set MD_JOURNAL_CLEAN correctlySong Liu-9/+9
2016-08-18bcache: pr_err: more meaningful error message when nr_stripes is invalidEric Wheeler-1/+2
2016-08-18bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet-1/+1
2016-08-18bcache: register_bcache(): call blkdev_put() when cache_alloc() failsEric Wheeler-2/+7
2016-08-17md: don't print the same repeated messages about delayed sync operationArtur Paszkiewicz-4/+9
2016-08-17md: remove obsolete ret in md_start_syncGuoqing Jiang-5/+2
2016-08-17dm raid: support raid0 with missing metadata devicesHeinz Mauelshagen-0/+12
2016-08-16md: do not count journal as spare in GET_ARRAY_INFOSong Liu-0/+3
2016-08-16dm raid: enhance attempt_restore_of_faulty_devices() to support more devicesHeinz Mauelshagen-8/+24
2016-08-16dm raid: fix restoring of failed devices regressionHeinz Mauelshagen-22/+11
2016-08-16dm raid: fix frozen recovery regressionHeinz Mauelshagen-6/+1
2016-08-15dm crypt: increase mempool reserve to better support swappingMikulas Patocka-1/+1
2016-08-15dm round robin: do not use this_cpu_ptr() without having preemption disabledMike Snitzer-2/+5
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe-72/+72
2016-08-05md: Prevent IO hold during accessing to faulty raid5 arrayAlexey Obitotskiy-1/+3
2016-08-05MD: hold mddev lock to change bitmap locationShaohua Li-14/+33
2016-08-04dm raid: fix use of wrong status char during resynchronizationHeinz Mauelshagen-1/+0
2016-08-03dm raid: constructor fails on non-zero incompat_featuresHeinz Mauelshagen-0/+1
2016-08-03dm raid: fix processing of max_recovery_rate constructor flagHeinz Mauelshagen-1/+1
2016-08-02dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDINGMike Snitzer-7/+7
2016-08-02dm rq: fix the starting and stopping of blk-mq queuesMike Snitzer-1/+19
2016-08-02dm mpath: add locking to multipath_resume and must_push_backMike Snitzer-4/+20
2016-08-02dm flakey: error READ bios during the down_intervalMike Snitzer-8/+15
2016-08-01raid5: fix incorrectly counter of conf->empty_inactive_list_nrZhengYuan Liu-0/+12
2016-07-30raid10: increment write counter after bio is splitTomasz Majchrzak-2/+2
2016-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds-213/+328
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+5
2016-07-28Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li-213/+328
2016-07-28MD: fix null pointer deferenceShaohua Li-2/+4