summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-4.8-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-09-033-7/+14
|\
| * dm bufio: remove use of deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-08-301-1/+1
| * dm crypt: fix free of bad values after tfm allocation failureEric Biggers2016-08-301-1/+1
| * dm crypt: fix error with too large biosMikulas Patocka2016-08-301-0/+7
| * dm log writes: fix check of kthread_run() return valueVladimir Zapolskiy2016-08-301-2/+2
| * dm log writes: fix bug with too large biosMikulas Patocka2016-08-301-2/+2
| * dm log writes: move IO accounting earlier to fix error pathMikulas Patocka2016-08-301-1/+1
* | Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-08-305-57/+107
|\ \ | |/ |/|
| * raid5: avoid unnecessary bio data setShaohua Li2016-08-241-8/+5
| * raid5: fix memory leak of bio integrity dataShaohua Li2016-08-241-7/+15
| * raid10: record correct address of bad blockTomasz Majchrzak2016-08-241-4/+5
| * md-cluster: fix error return code in join()Wei Yongjun2016-08-241-3/+9
| * r5cache: set MD_JOURNAL_CLEAN correctlySong Liu2016-08-242-9/+9
| * md: don't print the same repeated messages about delayed sync operationArtur Paszkiewicz2016-08-171-4/+9
| * md: remove obsolete ret in md_start_syncGuoqing Jiang2016-08-171-5/+2
| * md: do not count journal as spare in GET_ARRAY_INFOSong Liu2016-08-161-0/+3
| * md: Prevent IO hold during accessing to faulty raid5 arrayAlexey Obitotskiy2016-08-051-1/+3
| * MD: hold mddev lock to change bitmap locationShaohua Li2016-08-051-14/+33
| * raid5: fix incorrectly counter of conf->empty_inactive_list_nrZhengYuan Liu2016-08-011-0/+12
| * raid10: increment write counter after bio is splitTomasz Majchrzak2016-07-301-2/+2
* | Merge tag 'dm-4.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-08-262-16/+22
|\ \
| * | dm log: fix unitialized bio operation flagsHeinz Mauelshagen2016-08-241-5/+6
| * | dm flakey: fix reads to be issued if drop_writes configuredMike Snitzer2016-08-241-11/+16
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-08-261-4/+10
|\ \ \ | |/ / |/| |
| * | bcache: pr_err: more meaningful error message when nr_stripes is invalidEric Wheeler2016-08-181-1/+2
| * | bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet2016-08-181-1/+1
| * | bcache: register_bcache(): call blkdev_put() when cache_alloc() failsEric Wheeler2016-08-181-2/+7
* | | dm raid: support raid0 with missing metadata devicesHeinz Mauelshagen2016-08-171-0/+12
* | | dm raid: enhance attempt_restore_of_faulty_devices() to support more devicesHeinz Mauelshagen2016-08-161-8/+24
* | | dm raid: fix restoring of failed devices regressionHeinz Mauelshagen2016-08-161-22/+11
* | | dm raid: fix frozen recovery regressionHeinz Mauelshagen2016-08-161-6/+1
* | | dm crypt: increase mempool reserve to better support swappingMikulas Patocka2016-08-151-1/+1
* | | dm round robin: do not use this_cpu_ptr() without having preemption disabledMike Snitzer2016-08-151-2/+5
|/ /
* | block: rename bio bi_rw to bi_opfJens Axboe2016-08-0725-72/+72
* | dm raid: fix use of wrong status char during resynchronizationHeinz Mauelshagen2016-08-041-1/+0
* | dm raid: constructor fails on non-zero incompat_featuresHeinz Mauelshagen2016-08-031-0/+1
* | dm raid: fix processing of max_recovery_rate constructor flagHeinz Mauelshagen2016-08-031-1/+1
* | dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDINGMike Snitzer2016-08-021-7/+7
* | dm rq: fix the starting and stopping of blk-mq queuesMike Snitzer2016-08-021-1/+19
* | dm mpath: add locking to multipath_resume and must_push_backMike Snitzer2016-08-021-4/+20
* | dm flakey: error READ bios during the down_intervalMike Snitzer2016-08-021-8/+15
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds2016-07-287-213/+328
|\
| * Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li2016-07-287-213/+328
| |\
| | * MD: fix null pointer deferenceShaohua Li2016-07-281-2/+4
| | * raid10: improve random reads performanceTomasz Majchrzak2016-07-192-10/+14
| | * md: add missing sysfs_notify on array_state updateTomasz Majchrzak2016-07-191-0/+2
| | * Fix kernel module refcount handlingAlexey Obitotskiy2016-07-191-0/+2
| | * md: use seconds granularity for error loggingArnd Bergmann2016-07-193-9/+7
| | * md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown2016-06-136-30/+69
| | * md: be extra careful not to take a reference to a Faulty device.NeilBrown2016-06-133-2/+10
OpenPOWER on IntegriCloud