summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.h
Commit message (Expand)AuthorAge
* md raid0/linear: Mark array as 'broken' and fail BIOs if a member is goneGuilherme G. Piccoli2019-09-03
* md: don't report active array_state until after revalidate_disk() completes.NeilBrown2019-08-27
* md: allow last device to be forcibly removed from RAID1/RAID10.Guoqing Jiang2019-08-07
* md: introduce mddev_create/destroy_wb_pool for the change of member deviceGuoqing Jiang2019-06-20
* md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang2019-06-20
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-24
* md: batch flush requests.NeilBrown2019-04-01
* Revert "MD: fix lock contention for flush bios"NeilBrown2019-04-01
* md-cluster/raid10: support add disk under grow modeGuoqing Jiang2018-10-18
* md-cluster: show array's status more accurateGuoqing Jiang2018-07-05
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-06-09
|\
| * MD: fix lock contention for flush biosXiao Ni2018-05-21
* | md: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-30
|/
* md: fix md_write_start() deadlock w/o metadata devicesHeinz Mauelshagen2018-02-18
* raid5-ppl: PPL support for disks with write-back cache enabledTomasz Majchrzak2018-01-15
* md: introduce new personality funciton start()Song Liu2017-12-11
* md: use lockdep_assert_heldShaohua Li2017-11-02
* md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-02
* md: allow metadata update while suspending.NeilBrown2017-11-02
* md: separate request handlingShaohua Li2017-09-27
* Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-07
|\
| * md: Runtime support for multiple pplsPawel Baldysiak2017-08-28
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
|/
* md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei2017-07-21
* md: remove 'idx' from 'struct resync_pages'Ming Lei2017-07-21
* md/bitmap: don't read page from device with Bitmap_syncGuoqing Jiang2017-07-10
* md: use a separate bio_set for synchronous IO.NeilBrown2017-06-21
* md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown2017-06-13
* md: initialise ->writes_pending in personality modules.NeilBrown2017-06-05
* md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz2017-05-08
* Merge branch 'md-next' into md-linusShaohua Li2017-05-01
|\
| * md: prepare for managing resync I/O pages in clean wayMing Lei2017-03-24
| * md: move two macros into md.hMing Lei2017-03-24
| * MD: use per-cpu counter for writes_pendingNeilBrown2017-03-22
| * md/raid5: use md_write_start to count stripes, not biosNeilBrown2017-03-22
| * raid5-ppl: runtime PPL enabling or disablingArtur Paszkiewicz2017-03-16
| * md: superblock changes for PPLArtur Paszkiewicz2017-03-16
| * md-cluster: use sync way to handle METADATA_UPDATED msgGuoqing Jiang2017-03-16
* | md: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-08
|/
* md: delete dead codeShaohua Li2017-03-09
* md: fast clone bio in bio_clone_mddev()Ming Lei2017-02-15
* md: disable WRITE SAME if it fails in underlayer disksShaohua Li2017-02-13
* md: cleanup mddev flag clear for takeoverShaohua Li2017-01-05
* md: separate flags for superblock changesShaohua Li2016-12-09
* md: Use REQ_FAILFAST_* on metadata writes where appropriateNeilBrown2016-11-22
* md/failfast: add failfast flag for md to be used by some personalities.NeilBrown2016-11-22
* md: define mddev flags, recovery flags and r1bio state bits using enumsNeilBrown2016-11-09
* md: add bad block support for external metadataTomasz Majchrzak2016-11-07
* md: changes for MD_STILL_CLOSED flagGuoqing Jiang2016-09-21
* Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li2016-07-28
|\