summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.h
Commit message (Expand)AuthorAgeFilesLines
* md: introduce mddev_create/destroy_wb_pool for the change of member deviceGuoqing Jiang2019-06-211-0/+2
* md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang2019-06-211-0/+21
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-241-8/+1Star
* md: batch flush requests.NeilBrown2019-04-011-0/+3
* Revert "MD: fix lock contention for flush bios"NeilBrown2019-04-011-15/+7Star
* md-cluster/raid10: support add disk under grow modeGuoqing Jiang2018-10-181-0/+1
* md-cluster: show array's status more accurateGuoqing Jiang2018-07-051-0/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-06-091-7/+15
|\
| * MD: fix lock contention for flush biosXiao Ni2018-05-211-7/+15
* | md: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-2/+2
|/
* md: fix md_write_start() deadlock w/o metadata devicesHeinz Mauelshagen2018-02-181-0/+2
* raid5-ppl: PPL support for disks with write-back cache enabledTomasz Majchrzak2018-01-151-0/+1
* md: introduce new personality funciton start()Song Liu2017-12-111-0/+8
* md: use lockdep_assert_heldShaohua Li2017-11-021-5/+0Star
* md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-021-5/+4Star
* md: allow metadata update while suspending.NeilBrown2017-11-021-0/+6
* md: separate request handlingShaohua Li2017-09-281-0/+1
* Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-071-0/+1
|\
| * md: Runtime support for multiple pplsPawel Baldysiak2017-08-281-0/+1
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-2/+7
|/
* md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei2017-07-211-53/+0Star
* md: remove 'idx' from 'struct resync_pages'Ming Lei2017-07-211-1/+0Star
* md/bitmap: don't read page from device with Bitmap_syncGuoqing Jiang2017-07-101-1/+3
* md: use a separate bio_set for synchronous IO.NeilBrown2017-06-211-0/+3
* md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown2017-06-131-2/+2
* md: initialise ->writes_pending in personality modules.NeilBrown2017-06-061-0/+1
* md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz2017-05-081-1/+1
* Merge branch 'md-next' into md-linusShaohua Li2017-05-011-4/+67
|\
| * md: prepare for managing resync I/O pages in clean wayMing Lei2017-03-241-0/+50
| * md: move two macros into md.hMing Lei2017-03-241-0/+5
| * MD: use per-cpu counter for writes_pendingNeilBrown2017-03-231-1/+2
| * md/raid5: use md_write_start to count stripes, not biosNeilBrown2017-03-231-0/+1
| * raid5-ppl: runtime PPL enabling or disablingArtur Paszkiewicz2017-03-171-0/+2
| * md: superblock changes for PPLArtur Paszkiewicz2017-03-171-0/+8
| * md-cluster: use sync way to handle METADATA_UPDATED msgGuoqing Jiang2017-03-171-3/+0Star
* | md: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-0/+7
|/
* md: delete dead codeShaohua Li2017-03-091-6/+0Star
* md: fast clone bio in bio_clone_mddev()Ming Lei2017-02-151-2/+0Star
* md: disable WRITE SAME if it fails in underlayer disksShaohua Li2017-02-141-0/+7
* md: cleanup mddev flag clear for takeoverShaohua Li2017-01-051-0/+8
* md: separate flags for superblock changesShaohua Li2016-12-091-7/+9
* md: Use REQ_FAILFAST_* on metadata writes where appropriateNeilBrown2016-11-221-1/+20
* md/failfast: add failfast flag for md to be used by some personalities.NeilBrown2016-11-221-0/+6
* md: define mddev flags, recovery flags and r1bio state bits using enumsNeilBrown2016-11-091-40/+36Star
* md: add bad block support for external metadataTomasz Majchrzak2016-11-081-0/+3
* md: changes for MD_STILL_CLOSED flagGuoqing Jiang2016-09-211-3/+2Star
* Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li2016-07-281-1/+9
|\
| * md: use seconds granularity for error loggingArnd Bergmann2016-07-191-1/+1
| * md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown2016-06-131-0/+5
| * md-cluster: fix deadlock issue when add disk to an recoverying arrayGuoqing Jiang2016-06-041-0/+3