summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* MD: fix warnning for UP caseShaohua Li2017-07-251-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-07-081-9/+38
|\
| * MD: fix sleep in atomicShaohua Li2017-07-031-4/+8
| * MD: fix a null dereferenceShaohua Li2017-06-231-1/+1
| * md: use a separate bio_set for synchronous IO.NeilBrown2017-06-211-7/+20
| * md: change the initialization value for a spare device spot to MD_DISK_ROLE_S...Lidong Zhong2017-06-161-1/+1
| * md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown2017-06-131-5/+17
* | block: remove bio_clone() and all references.NeilBrown2017-06-181-1/+1
* | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+1
* | blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-181-1/+1
* | Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-131-4/+4
|\ \
| * | md: namespace private helper namesAmir Goldstein2017-06-051-4/+4
* | | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-5/+13
|\ \ \ | | |/ | |/|
| * | md: initialise ->writes_pending in personality modules.NeilBrown2017-06-051-4/+12
| |/
| * md: Make flush bios explicitely syncJan Kara2017-05-311-1/+1
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-4/+4
|/
* md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz2017-05-081-12/+8
* md: handle read-only member devices better.NeilBrown2017-04-201-15/+26
* md: support disabling of create-on-open semantics.NeilBrown2017-04-121-1/+13
* md: allow creation of mdNNN arrays via md_mod/parameters/new_arrayNeilBrown2017-04-121-6/+30
* md.c:didn't unlock the mddev before return EINVAL in array_size_storeZhilong Liu2017-04-101-1/+3
* md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stopNeilBrown2017-04-101-0/+5
* MD: use per-cpu counter for writes_pendingNeilBrown2017-03-221-23/+47
* md: close a race with setting mddev->in_syncNeilBrown2017-03-221-0/+7
* md: factor out set_in_sync()NeilBrown2017-03-221-34/+20
* md/raid5: use md_write_start to count stripes, not biosNeilBrown2017-03-221-0/+17
* md: move bitmap_destroy to the beginning of __md_stopGuoqing Jiang2017-03-161-11/+2
* raid5-ppl: runtime PPL enabling or disablingArtur Paszkiewicz2017-03-161-3/+9
* md: add sysfs entries for PPLArtur Paszkiewicz2017-03-161-0/+115
* md: superblock changes for PPLArtur Paszkiewicz2017-03-161-0/+19
* md-cluster: add the support for resizeGuoqing Jiang2017-03-161-5/+16
* md-cluster: use sync way to handle METADATA_UPDATED msgGuoqing Jiang2017-03-161-4/+0
* md: fix incorrect use of lexx_to_cpu in does_sb_need_changingJason Yan2017-03-101-1/+1
* md: fix super_offset endianness in super_1_rdev_size_changeJason Yan2017-03-101-1/+1
* md: don't impose the MD_SB_DISKS limit on arrays without metadata.NeilBrown2017-03-091-4/+3
* md: move funcs from pers->resize to update_sizeGuoqing Jiang2017-03-091-2/+6
* md: delete dead codeShaohua Li2017-03-091-8/+0
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-02-241-11/+11
|\
| * md: fast clone bio in bio_clone_mddev()Ming Lei2017-02-151-7/+0
| * md: remove unnecessary check on mddevMing Lei2017-02-151-3/+0
| * md: fail if mddev->bio_set can't be createdMing Lei2017-02-151-1/+4
| * md: ensure md devices are freed before module is unloaded.NeilBrown2017-02-131-0/+7
* | Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-3/+3
|\ \ | |/ |/|
| * block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-3/+3
* | md/r5cache: flush data only stripes in r5l_recovery_log()Song Liu2017-01-241-0/+5
|/
* Merge branch 'md-next' into md-linusShaohua Li2016-12-131-337/+364
|\
| * md: separate flags for superblock changesShaohua Li2016-12-081-56/+59
| * md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li2016-12-081-1/+1
| * md: fix refcount problem on mddev when stopping array.NeilBrown2016-12-051-1/+4