aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAge
* MD: Memory leak when flush bio size is zeroXiao Ni2018-10-22
* md: fix memleak for mempoolJack Wang2018-10-22
* md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interruptedGuoqing Jiang2018-10-18
* md-cluster/raid10: don't call remove_and_add_spares during reshaping stageGuoqing Jiang2018-10-18
* md-cluster/raid10: call update_size in md_reap_sync_threadGuoqing Jiang2018-10-18
* md-cluster/raid10: support add disk under grow modeGuoqing Jiang2018-10-18
* MD: fix invalid stored role for a disk - try2Shaohua Li2018-10-14
* md: allow metadata updates while suspending an array - fixNeilBrown2018-10-03
* MD: fix invalid stored role for a diskShaohua Li2018-10-01
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-18
|\
| * md: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-01
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-08-14
|\ \
| * | md-cluster: show array's status more accurateGuoqing Jiang2018-07-05
* | | md: remove a bogus commentChristoph Hellwig2018-07-24
* | | block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan2018-07-18
* | | block: Add part_stat_read_accum to read across field entries.Michael Callahan2018-07-18
|/ /
* | MD: cleanup resources in failureShaohua Li2018-06-18
* | 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: fix NULL dereference of mddev->pers in remove_and_add_spares()Yufen Yu2018-05-17
| * | md: fix two problems with setting the "re-add" device state.NeilBrown2018-05-01
| |/
* | md: Unify mddev destruction pathsKent Overstreet2018-06-08
* | md: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-30
|/
* md-cluster: don't update recovery_offset for faulty deviceGuoqing Jiang2018-04-09
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-05
|\
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-08
| * md: Delete gendisk before cleaning up the request queueBart Van Assche2018-02-28
* | md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang2018-02-25
* | md: only allow remove_and_add_spares when no sync_thread running.NeilBrown2018-02-19
* | md: fix md_write_start() deadlock w/o metadata devicesHeinz Mauelshagen2018-02-18
* | MD: Free bioset when md_run failsXiao Ni2018-02-17
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-01-31
|\
| * raid5-ppl: PPL support for disks with write-back cache enabledTomasz Majchrzak2018-01-15
| * md: introduce new personality funciton start()Song Liu2017-12-11
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\ \ | |/ |/|
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
* | md: limit mdstat resync progress to max_sectorsNate Dailey2017-12-01
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-17
|\
| * md: Convert timers to use timer_setup()Kees Cook2017-11-14
* | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-15
|\ \ | |/ |/|
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-31
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-11-14
|\ \
| * | md: release allocated bitset sync_setZdenek Kabelac2017-11-10
| * | md: be cautious about using ->curr_resync_completed for ->recovery_offsetNeilBrown2017-11-09
| * | md: don't check MD_SB_CHANGE_CLEAN in md_allow_writeArtur Paszkiewicz2017-11-02
| * | 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: use mddev_suspend/resume instead of ->quiesce()NeilBrown2017-11-02