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