summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* md: only call set_in_sync() when it is expected to succeed.NeilBrown2019-10-051-1/+2
* md: don't report active array_state until after revalidate_disk() completes.NeilBrown2019-10-051-4/+7
* md: don't set In_sync if array is frozenGuoqing Jiang2019-10-051-2/+9
* md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang2019-10-051-1/+2
* md: fix for divide error in status_resyncMariusz Tkaczyk2019-07-141-14/+22
* md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu2019-05-251-2/+4
* md: batch flush requests.NeilBrown2019-05-251-4/+23
* Revert "MD: fix lock contention for flush bios"NeilBrown2019-05-251-108/+55
* MD: fix invalid stored role for a disk - try2Shaohua Li2018-11-131-4/+0
* MD: fix invalid stored role for a diskShaohua Li2018-11-131-0/+4
* md: fix memleak for mempoolJack Wang2018-11-131-8/+8
* MD: Memory leak when flush bio size is zeroXiao Ni2018-11-131-4/+6
* 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