aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds9-37/+12
2016-10-07Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds5-47/+116
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-58/+30
2016-10-03md: set rotational bitShaohua Li1-0/+15
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang7-35/+10
2016-09-21raid5: handle register_shrinker failureShaohua Li1-1/+1
2016-09-21raid5: fix to detect failure of register_shrinkerChao Yu1-1/+6
2016-09-21md: fix a potential deadlockShaohua Li1-0/+2
2016-09-21md/bitmap: fix wrong cleanupShaohua Li1-3/+1
2016-09-21raid5: allow arbitrary max_hw_sectorsShaohua Li1-0/+2
2016-09-21md-cluster: make resync lock also could be interrupttedGuoqing Jiang1-2/+3
2016-09-21md-cluster: introduce dlm_lock_sync_interruptible to fix tasks hangGuoqing Jiang1-1/+39
2016-09-21md-cluster: convert the completion to wait queueGuoqing Jiang1-5/+9
2016-09-21md-cluster: protect md_find_rdev_nr_rcu with rcu lockGuoqing Jiang1-4/+8
2016-09-21md-cluster: clean related infos of clusterGuoqing Jiang1-0/+2
2016-09-21md: changes for MD_STILL_CLOSED flagGuoqing Jiang2-9/+10
2016-09-21md-cluster: remove some unnecessary dlm_unlock_syncGuoqing Jiang1-5/+1
2016-09-21md-cluster: use FORCEUNLOCK in lockres_freeGuoqing Jiang1-15/+11
2016-09-21md-cluster: call md_kick_rdev_from_array once ack failedGuoqing Jiang1-3/+8
2016-09-21blk-mq: register device instead of diskMatias Bjørling1-1/+1
2016-09-14block, dm-crypt, btrfs: Introduce bio_flags()Bart Van Assche1-1/+1
2016-09-13Merge tag 'md/4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds3-41/+31
2016-09-09raid5: fix a small race conditionShaohua Li1-2/+2
2016-09-08md-cluster: make md-cluster also can work when compiled into kernelGuoqing Jiang1-8/+4
2016-09-06md/raid5: Convert to hotplug state machineSebastian Andrzej Siewior2-58/+30
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-31raid5: guarantee enough stripes to avoid reshape hangShaohua Li1-0/+10
2016-08-31raid5-cache: fix a deadlock in superblock writeShaohua Li1-31/+15
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