aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-16md: move bitmap_destroy to the beginning of __md_stopGuoqing Jiang1-11/+2
2017-03-16raid5-ppl: runtime PPL enabling or disablingArtur Paszkiewicz1-3/+9
2017-03-16md: add sysfs entries for PPLArtur Paszkiewicz1-0/+115
2017-03-16md: superblock changes for PPLArtur Paszkiewicz1-0/+19
2017-03-16md-cluster: add the support for resizeGuoqing Jiang1-5/+16
2017-03-16md-cluster: use sync way to handle METADATA_UPDATED msgGuoqing Jiang1-4/+0
2017-03-10md: fix incorrect use of lexx_to_cpu in does_sb_need_changingJason Yan1-1/+1
2017-03-10md: fix super_offset endianness in super_1_rdev_size_changeJason Yan1-1/+1
2017-03-09md: don't impose the MD_SB_DISKS limit on arrays without metadata.NeilBrown1-4/+3
2017-03-09md: move funcs from pers->resize to update_sizeGuoqing Jiang1-2/+6
2017-03-09md: delete dead codeShaohua Li1-8/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-11/+11