aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-01md: use lockdep_assert_heldShaohua Li1-5/+0
2017-11-01md: remove special meaning of ->quiesce(.., 2)NeilBrown1-5/+4
2017-11-01md: allow metadata update while suspending.NeilBrown1-0/+6
2017-09-27md: separate request handlingShaohua Li1-0/+1
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-0/+1
2017-08-28md: Runtime support for multiple pplsPawel Baldysiak1-0/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-2/+7
2017-07-21md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei1-53/+0
2017-07-21md: remove 'idx' from 'struct resync_pages'Ming Lei1-1/+0
2017-07-10md/bitmap: don't read page from device with Bitmap_syncGuoqing Jiang1-1/+3
2017-06-21md: use a separate bio_set for synchronous IO.NeilBrown1-0/+3
2017-06-13md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown1-2/+2
2017-06-05md: initialise ->writes_pending in personality modules.NeilBrown1-0/+1
2017-05-08md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz1-1/+1
2017-05-01Merge branch 'md-next' into md-linusShaohua Li1-4/+67
2017-04-08md: support REQ_OP_WRITE_ZEROESChristoph Hellwig1-0/+7
2017-03-24md: prepare for managing resync I/O pages in clean wayMing Lei1-0/+50
2017-03-24md: move two macros into md.hMing Lei1-0/+5
2017-03-22MD: use per-cpu counter for writes_pendingNeilBrown1-1/+2
2017-03-22md/raid5: use md_write_start to count stripes, not biosNeilBrown1-0/+1
2017-03-16raid5-ppl: runtime PPL enabling or disablingArtur Paszkiewicz1-0/+2
2017-03-16md: superblock changes for PPLArtur Paszkiewicz1-0/+8
2017-03-16md-cluster: use sync way to handle METADATA_UPDATED msgGuoqing Jiang1-3/+0
2017-03-09md: delete dead codeShaohua Li1-6/+0
2017-02-15md: fast clone bio in bio_clone_mddev()Ming Lei1-2/+0
2017-02-13md: disable WRITE SAME if it fails in underlayer disksShaohua Li1-0/+7
2017-01-05md: cleanup mddev flag clear for takeoverShaohua Li1-0/+8
2016-12-08md: separate flags for superblock changesShaohua Li1-7/+9
2016-11-22md: Use REQ_FAILFAST_* on metadata writes where appropriateNeilBrown1-1/+20
2016-11-22md/failfast: add failfast flag for md to be used by some personalities.NeilBrown1-0/+6
2016-11-09md: define mddev flags, recovery flags and r1bio state bits using enumsNeilBrown1-40/+36
2016-11-07md: add bad block support for external metadataTomasz Majchrzak1-0/+3
2016-09-21md: changes for MD_STILL_CLOSED flagGuoqing Jiang1-3/+2
2016-07-28Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li1-1/+9
2016-07-19md: use seconds granularity for error loggingArnd Bergmann1-1/+1
2016-06-13md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown1-0/+5
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-1/+1
2016-06-07md: use bio op accessorsMike Christie1-1/+2
2016-06-03md-cluster: fix deadlock issue when add disk to an recoverying arrayGuoqing Jiang1-0/+3
2016-01-15Merge tag 'md/4.5' of git://neil.brown.name/mdLinus Torvalds1-4/+7
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-37/+3
2016-01-14md/raid: only permit hot-add of compatible integrity profilesDan Williams1-1/+1
2016-01-09md: convert to use the generic badblocks codeVishal Verma1-37/+3
2016-01-07md: Remove 'ready' field from mddev.NeilBrown1-2/+0
2016-01-06drivers: md: use ktime_get_real_seconds()Deepa Dinamani1-1/+1
2016-01-06md-cluster: Defer MD reloading to mddev->threadGuoqing Jiang1-0/+4
2016-01-06md-cluster: remove a disk asynchronously from cluster environmentGuoqing Jiang1-0/+1
2015-12-18MD: change journal disk role to disk 0Shaohua Li1-2/+6
2015-11-01MD: add new bit to indicate raid array with journalSong Liu1-0/+1
2015-11-01md: skip resync for raid array with journalShaohua Li1-0/+1