summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | md: move suspend_hi/lo handling into core md codeNeilBrown2017-11-011-6/+23
| * | md: don't call bitmap_create() while array is quiesced.NeilBrown2017-11-011-6/+10
| * | md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown2017-11-011-0/+3
| * | md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown2017-11-011-1/+1
| * | md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer2017-10-161-1/+1
| * | md: always set THREAD_WAKEUP and wake up wqueue if thread existedGuoqing Jiang2017-10-081-2/+2
| * | md: fix deadlock error in recent patch.NeilBrown2017-10-051-1/+2
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* md: fix a race condition for flush request handlingShaohua Li2017-09-271-4/+10
* md: separate request handlingShaohua Li2017-09-271-25/+33
* Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-071-4/+16
|\
| * md: Runtime support for multiple pplsPawel Baldysiak2017-08-281-3/+13
| * md: replace seq_release_private with seq_releaseCihangir Akturk2017-08-251-1/+1
| * md: notify about new spare disk in the containerAlexey Obitotskiy2017-08-251-0/+2
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-4/+6
|\ \ | |/ |/|
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-4/+6
* | MD: not clear ->safemode for external metadata arrayShaohua Li2017-08-111-1/+1
* | md: fix test in md_write_start()NeilBrown2017-08-081-1/+1
* | md: always clear ->safemode when md_check_recovery gets the mddev lock.NeilBrown2017-08-081-0/+3
|/
* 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