summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* md: fix for divide error in status_resyncMariusz Tkaczyk2019-06-181-14/+22
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-241-8/+1
* md: return -ENODEV if rdev has no mddev assignedPawel Baldysiak2019-04-161-2/+2
* md: mark md_cluster_mod staticChristoph Hellwig2019-04-101-2/+1
* md: use correct type in super_1_syncChristoph Hellwig2019-04-101-1/+1
* md: use correct type in super_1_loadChristoph Hellwig2019-04-101-2/+2
* md: add a missing endianness conversion in check_sb_changesChristoph Hellwig2019-04-101-1/+1
* md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu2019-04-101-2/+4
* block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-4/+2
* md: batch flush requests.NeilBrown2019-04-011-4/+23
* Revert "MD: fix lock contention for flush bios"NeilBrown2019-04-011-104/+55
* md: Make bio_alloc_mddev use bio_alloc_biosetMarcos Paulo de Souza2019-01-141-6/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Jens Axboe2019-01-031-10/+4
|\
| * md: remvoe redundant condition checkChengguang Xu2018-12-201-8/+4
| * md: remove set but not used variable 'bi_rdev'Yue Haibing2018-12-201-2/+0
* | block: stop passing 'cpu' to all percpu stats methodsMike Snitzer2018-12-101-4/+3
|/
* 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