aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-01md: use lockdep_assert_heldShaohua Li1-2/+2
2017-11-01md: remove special meaning of ->quiesce(.., 2)NeilBrown1-24/+10
2017-11-01md: allow metadata update while suspending.NeilBrown1-0/+14
2017-11-01md: use mddev_suspend/resume instead of ->quiesce()NeilBrown1-12/+12
2017-11-01md: move suspend_hi/lo handling into core md codeNeilBrown1-6/+23
2017-11-01md: don't call bitmap_create() while array is quiesced.NeilBrown1-6/+10
2017-11-01md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown1-0/+3
2017-11-01md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown1-1/+1
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-3/+3
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-16md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer1-1/+1
2017-10-08md: always set THREAD_WAKEUP and wake up wqueue if thread existedGuoqing Jiang1-2/+2
2017-10-05md: fix deadlock error in recent patch.NeilBrown1-1/+2
2017-09-27md: fix a race condition for flush request handlingShaohua Li1-4/+10
2017-09-27md: separate request handlingShaohua Li1-25/+33
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-4/+16
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+6
2017-08-28md: Runtime support for multiple pplsPawel Baldysiak1-3/+13
2017-08-25md: replace seq_release_private with seq_releaseCihangir Akturk1-1/+1
2017-08-25md: notify about new spare disk in the containerAlexey Obitotskiy1-0/+2
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-4/+6
2017-08-11MD: not clear ->safemode for external metadata arrayShaohua Li1-1/+1
2017-08-08md: fix test in md_write_start()NeilBrown1-1/+1
2017-08-08md: always clear ->safemode when md_check_recovery gets the mddev lock.NeilBrown1-0/+3
2017-07-25MD: fix warnning for UP caseShaohua Li1-1/+1
2017-07-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-9/+38
2017-07-03MD: fix sleep in atomicShaohua Li1-4/+8
2017-06-23MD: fix a null dereferenceShaohua Li1-1/+1
2017-06-21md: use a separate bio_set for synchronous IO.NeilBrown1-7/+20
2017-06-18block: remove bio_clone() and all references.NeilBrown1-1/+1
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-1/+1
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown1-1/+1
2017-06-16md: change the initialization value for a spare device spot to MD_DISK_ROLE_SPARELidong Zhong1-1/+1
2017-06-13md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown1-5/+17
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-baseChristoph Hellwig1-4/+4
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe1-5/+13
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-4/+4
2017-06-05md: initialise ->writes_pending in personality modules.NeilBrown1-4/+12
2017-06-05md: namespace private helper namesAmir Goldstein1-4/+4
2017-05-31md: Make flush bios explicitely syncJan Kara1-1/+1
2017-05-08md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz1-12/+8
2017-04-20md: handle read-only member devices better.NeilBrown1-15/+26
2017-04-12md: support disabling of create-on-open semantics.NeilBrown1-1/+13
2017-04-12md: allow creation of mdNNN arrays via md_mod/parameters/new_arrayNeilBrown1-6/+30
2017-04-10md.c:didn't unlock the mddev before return EINVAL in array_size_storeZhilong Liu1-1/+3
2017-04-10md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stopNeilBrown1-0/+5
2017-03-22MD: use per-cpu counter for writes_pendingNeilBrown1-23/+47
2017-03-22md: close a race with setting mddev->in_syncNeilBrown1-0/+7
2017-03-22md: factor out set_in_sync()NeilBrown1-34/+20
2017-03-22md/raid5: use md_write_start to count stripes, not biosNeilBrown1-0/+17