summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-02md: don't call bitmap_create() while array is quiesced.NeilBrown1-6/+10
2017-11-02md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown1-0/+3
2017-11-02md: 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 ...Mark Rutland1-1/+1
2017-10-17md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer1-1/+1
2017-10-09md: 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-28md: fix a race condition for flush request handlingShaohua Li1-4/+10
2017-09-28md: 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-12MD: 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-26MD: 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-04MD: 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_S...Lidong 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...Christoph 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-06md: 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-23MD: use per-cpu counter for writes_pendingNeilBrown1-23/+47
2017-03-23md: close a race with setting mddev->in_syncNeilBrown1-0/+7
2017-03-23md: factor out set_in_sync()NeilBrown1-34/+20
2017-03-23md/raid5: use md_write_start to count stripes, not biosNeilBrown1-0/+17
2017-03-17md: move bitmap_destroy to the beginning of __md_stopGuoqing Jiang1-11/+2
2017-03-17raid5-ppl: runtime PPL enabling or disablingArtur Paszkiewicz1-3/+9
2017-03-17md: add sysfs entries for PPLArtur Paszkiewicz1-0/+115
2017-03-17md: superblock changes for PPLArtur Paszkiewicz1-0/+19
2017-03-17md-cluster: add the support for resizeGuoqing Jiang1-5/+16