summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-25md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown1-0/+13
2020-06-22md: don't flush workqueue unconditionally in md_openGuoqing Jiang1-1/+2
2020-04-17md: check arrays is suspended in mddev_detach before call quiesce operationsGuoqing Jiang1-1/+1
2019-12-17md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery1-2/+9
2019-11-24md: allow metadata updates while suspending an array - fixNeilBrown1-10/+12
2019-10-05md: only call set_in_sync() when it is expected to succeed.NeilBrown1-1/+2
2019-10-05md: don't report active array_state until after revalidate_disk() completes.NeilBrown1-4/+7
2019-10-05md: don't set In_sync if array is frozenGuoqing Jiang1-2/+9
2019-10-05md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang1-1/+2
2019-07-14md: fix for divide error in status_resyncMariusz Tkaczyk1-14/+22
2019-05-25md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu1-2/+4
2019-05-25md: batch flush requests.NeilBrown1-4/+23
2019-05-25Revert "MD: fix lock contention for flush bios"NeilBrown1-108/+55
2018-11-13MD: fix invalid stored role for a disk - try2Shaohua Li1-4/+0
2018-11-13MD: fix invalid stored role for a diskShaohua Li1-0/+4
2018-11-13md: fix memleak for mempoolJack Wang1-8/+8
2018-11-13MD: Memory leak when flush bio size is zeroXiao Ni1-4/+6
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-22/+22
2018-08-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-0/+17
2018-08-01md: Avoid namespace collision with bitmap APIAndy Shevchenko1-22/+22
2018-07-24md: remove a bogus commentChristoph Hellwig1-4/+0
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan1-2/+3
2018-07-18block: Add part_stat_read_accum to read across field entries.Michael Callahan1-2/+1
2018-07-05md-cluster: show array's status more accurateGuoqing Jiang1-0/+17
2018-06-18MD: cleanup resources in failureShaohua Li1-3/+5
2018-06-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-54/+115
2018-06-08md: Unify mddev destruction pathsKent Overstreet1-35/+18
2018-05-30md: convert to bioset_init()/mempool_init()Kent Overstreet1-37/+24
2018-05-21MD: fix lock contention for flush biosXiao Ni1-53/+105
2018-05-17md: fix NULL dereference of mddev->pers in remove_and_add_spares()Yufen Yu1-0/+3
2018-05-01md: fix two problems with setting the "re-add" device state.NeilBrown1-1/+3
2018-04-09md-cluster: don't update recovery_offset for faulty deviceGuoqing Jiang1-2/+4
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+5
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-2/+2
2018-02-28md: Delete gendisk before cleaning up the request queueBart Van Assche1-3/+3
2018-02-25md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang1-0/+13
2018-02-19md: only allow remove_and_add_spares when no sync_thread running.NeilBrown1-0/+4
2018-02-18md: fix md_write_start() deadlock w/o metadata devicesHeinz Mauelshagen1-0/+10
2018-02-17MD: Free bioset when md_run failsXiao Ni1-5/+21
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2018-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-8/+23
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2018-01-15raid5-ppl: PPL support for disks with write-back cache enabledTomasz Majchrzak1-2/+3
2017-12-11md: introduce new personality funciton start()Song Liu1-6/+20
2017-12-01md: limit mdstat resync progress to max_sectorsNate Dailey1-1/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+4
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2017-11-14md: Convert timers to use timer_setup()Kees Cook1-5/+4
2017-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-53/+94