aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-03Merge tag 'dm-4.8-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds3-7/+14
2016-08-30dm bufio: remove use of deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-08-30dm crypt: fix free of bad values after tfm allocation failureEric Biggers1-1/+1
2016-08-30dm crypt: fix error with too large biosMikulas Patocka1-0/+7
2016-08-30dm 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-26Merge tag 'dm-4.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds2-16/+22
2016-08-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+10
2016-08-24dm log: fix unitialized bio operation flagsHeinz Mauelshagen1-5/+6
2016-08-24dm 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-18bcache: pr_err: more meaningful error message when nr_stripes is invalidEric Wheeler1-1/+2
2016-08-18bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet1-1/+1
2016-08-18bcache: 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-16md: do not count journal as spare in GET_ARRAY_INFOSong Liu1-0/+3
2016-08-16dm raid: enhance attempt_restore_of_faulty_devices() to support more devicesHeinz Mauelshagen1-8/+24
2016-08-16dm raid: fix restoring of failed devices regressionHeinz Mauelshagen1-22/+11
2016-08-16dm raid: fix frozen recovery regressionHeinz Mauelshagen1-6/+1
2016-08-15dm crypt: increase mempool reserve to better support swappingMikulas Patocka1-1/+1
2016-08-15dm round robin: do not use this_cpu_ptr() without having preemption disabledMike Snitzer1-2/+5
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe25-72/+72
2016-08-05md: Prevent IO hold during accessing to faulty raid5 arrayAlexey Obitotskiy1-1/+3
2016-08-05MD: hold mddev lock to change bitmap locationShaohua Li1-14/+33
2016-08-04dm raid: fix use of wrong status char during resynchronizationHeinz Mauelshagen1-1/+0
2016-08-03dm raid: constructor fails on non-zero incompat_featuresHeinz Mauelshagen1-0/+1
2016-08-03dm raid: fix processing of max_recovery_rate constructor flagHeinz Mauelshagen1-1/+1
2016-08-02dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDINGMike Snitzer1-7/+7
2016-08-02dm rq: fix the starting and stopping of blk-mq queuesMike Snitzer1-1/+19
2016-08-02dm mpath: add locking to multipath_resume and must_push_backMike Snitzer1-4/+20
2016-08-02dm flakey: error READ bios during the down_intervalMike Snitzer1-8/+15
2016-08-01raid5: fix incorrectly counter of conf->empty_inactive_list_nrZhengYuan Liu1-0/+12
2016-07-30raid10: increment write counter after bio is splitTomasz Majchrzak1-2/+2
2016-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds7-213/+328
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds5-5/+5
2016-07-28Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li7-213/+328
2016-07-28MD: fix null pointer deferenceShaohua Li1-2/+4
2016-07-26Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds25-1808/+4394
2016-07-20dm: allow bio-based table to be upgraded to bio-based with DAX supportToshi Kani1-1/+10
2016-07-20dm snap: add fake origin_direct_accessToshi Kani1-0/+8
2016-07-20dm stripe: add DAX supportToshi Kani1-1/+25
2016-07-20dm error: add DAX supportMike Snitzer2-2/+10