aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-14Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpuLinus Torvalds1-1/+2
2019-07-01Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe1-14/+22
2019-06-20md: add bitmap_abort label in md_runGuoqing Jiang1-16/+10
2019-06-20md: introduce mddev_create/destroy_wb_pool for the change of member deviceGuoqing Jiang1-0/+65
2019-06-20md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang1-0/+41
2019-06-18md: fix for divide error in status_resyncMariusz Tkaczyk1-14/+22
2019-06-15md: fix spelling typo and add necessary spaceYufen Yu1-7/+4
2019-06-15md: md.c: Return -ENODEV when mddev is NULL in rdev_attr_showMarcos Paulo de Souza1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner1-8/+1
2019-05-09md: initialize percpu refcounters using PERCU_REF_ALLOW_REINITRoman Gushchin1-1/+2
2019-04-16md: return -ENODEV if rdev has no mddev assignedPawel Baldysiak1-2/+2
2019-04-10md: mark md_cluster_mod staticChristoph Hellwig1-2/+1
2019-04-10md: use correct type in super_1_syncChristoph Hellwig1-1/+1
2019-04-10md: use correct type in super_1_loadChristoph Hellwig1-2/+2
2019-04-10md: add a missing endianness conversion in check_sb_changesChristoph Hellwig1-1/+1
2019-04-10md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu1-2/+4
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig1-4/+2
2019-04-01md: batch flush requests.NeilBrown1-4/+23
2019-04-01Revert "MD: fix lock contention for flush bios"NeilBrown1-104/+55
2019-01-14md: Make bio_alloc_mddev use bio_alloc_biosetMarcos Paulo de Souza1-6/+1
2019-01-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md into for-linusJens Axboe1-10/+4
2018-12-20md: remvoe redundant condition checkChengguang Xu1-8/+4
2018-12-20md: remove set but not used variable 'bi_rdev'Yue Haibing1-2/+0
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer1-4/+3
2018-10-22MD: Memory leak when flush bio size is zeroXiao Ni1-4/+6
2018-10-22md: fix memleak for mempoolJack Wang1-8/+8
2018-10-18md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interruptedGuoqing Jiang1-2/+10
2018-10-18md-cluster/raid10: don't call remove_and_add_spares during reshaping stageGuoqing Jiang1-2/+6
2018-10-18md-cluster/raid10: call update_size in md_reap_sync_threadGuoqing Jiang1-3/+18
2018-10-18md-cluster/raid10: support add disk under grow modeGuoqing Jiang1-0/+24
2018-10-14MD: fix invalid stored role for a disk - try2Shaohua Li1-4/+0
2018-10-03md: allow metadata updates while suspending an array - fixNeilBrown1-10/+12
2018-10-01MD: fix invalid stored role for a diskShaohua Li1-0/+4
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus 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