aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2019-01-14md: Make bio_alloc_mddev use bio_alloc_biosetMarcos Paulo de Souza
2019-01-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Jens Axboe
2018-12-20md: remvoe redundant condition checkChengguang Xu
2018-12-20md: remove set but not used variable 'bi_rdev'Yue Haibing
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer
2018-10-22MD: Memory leak when flush bio size is zeroXiao Ni
2018-10-22md: fix memleak for mempoolJack Wang
2018-10-18md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interruptedGuoqing Jiang
2018-10-18md-cluster/raid10: don't call remove_and_add_spares during reshaping stageGuoqing Jiang
2018-10-18md-cluster/raid10: call update_size in md_reap_sync_threadGuoqing Jiang
2018-10-18md-cluster/raid10: support add disk under grow modeGuoqing Jiang
2018-10-14MD: fix invalid stored role for a disk - try2Shaohua Li
2018-10-03md: allow metadata updates while suspending an array - fixNeilBrown
2018-10-01MD: fix invalid stored role for a diskShaohua Li
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-08-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-08-01md: Avoid namespace collision with bitmap APIAndy Shevchenko
2018-07-24md: remove a bogus commentChristoph Hellwig
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan
2018-07-18block: Add part_stat_read_accum to read across field entries.Michael Callahan
2018-07-05md-cluster: show array's status more accurateGuoqing Jiang
2018-06-18MD: cleanup resources in failureShaohua Li
2018-06-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-06-08md: Unify mddev destruction pathsKent Overstreet
2018-05-30md: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-21MD: fix lock contention for flush biosXiao Ni
2018-05-17md: fix NULL dereference of mddev->pers in remove_and_add_spares()Yufen Yu
2018-05-01md: fix two problems with setting the "re-add" device state.NeilBrown
2018-04-09md-cluster: don't update recovery_offset for faulty deviceGuoqing Jiang
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-02-28md: Delete gendisk before cleaning up the request queueBart Van Assche
2018-02-25md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang
2018-02-19md: only allow remove_and_add_spares when no sync_thread running.NeilBrown
2018-02-18md: fix md_write_start() deadlock w/o metadata devicesHeinz Mauelshagen
2018-02-17MD: Free bioset when md_run failsXiao Ni
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-15raid5-ppl: PPL support for disks with write-back cache enabledTomasz Majchrzak
2017-12-11md: introduce new personality funciton start()Song Liu
2017-12-01md: limit mdstat resync progress to max_sectorsNate Dailey
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14md: Convert timers to use timer_setup()Kees Cook
2017-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-11-10md: release allocated bitset sync_setZdenek Kabelac
2017-11-09md: be cautious about using ->curr_resync_completed for ->recovery_offsetNeilBrown
2017-11-01md: don't check MD_SB_CHANGE_CLEAN in md_allow_writeArtur Paszkiewicz