summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-28md: Runtime support for multiple pplsPawel Baldysiak
2017-08-25md: replace seq_release_private with seq_releaseCihangir Akturk
2017-08-25md: notify about new spare disk in the containerAlexey Obitotskiy
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-11MD: not clear ->safemode for external metadata arrayShaohua Li
2017-08-08md: fix test in md_write_start()NeilBrown
2017-08-08md: always clear ->safemode when md_check_recovery gets the mddev lock.NeilBrown
2017-07-25MD: fix warnning for UP caseShaohua Li
2017-07-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-07-03MD: fix sleep in atomicShaohua Li
2017-06-23MD: fix a null dereferenceShaohua Li
2017-06-21md: use a separate bio_set for synchronous IO.NeilBrown
2017-06-18block: remove bio_clone() and all references.NeilBrown
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown
2017-06-16md: change the initialization value for a spare device spot to MD_DISK_ROLE_S...Lidong Zhong
2017-06-13md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-05md: initialise ->writes_pending in personality modules.NeilBrown
2017-06-05md: namespace private helper namesAmir Goldstein
2017-05-31md: Make flush bios explicitely syncJan Kara
2017-05-08md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz
2017-04-20md: handle read-only member devices better.NeilBrown
2017-04-12md: support disabling of create-on-open semantics.NeilBrown
2017-04-12md: allow creation of mdNNN arrays via md_mod/parameters/new_arrayNeilBrown
2017-04-10md.c:didn't unlock the mddev before return EINVAL in array_size_storeZhilong Liu
2017-04-10md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stopNeilBrown
2017-03-22MD: use per-cpu counter for writes_pendingNeilBrown
2017-03-22md: close a race with setting mddev->in_syncNeilBrown
2017-03-22md: factor out set_in_sync()NeilBrown
2017-03-22md/raid5: use md_write_start to count stripes, not biosNeilBrown
2017-03-16md: move bitmap_destroy to the beginning of __md_stopGuoqing Jiang
2017-03-16raid5-ppl: runtime PPL enabling or disablingArtur Paszkiewicz
2017-03-16md: add sysfs entries for PPLArtur Paszkiewicz
2017-03-16md: superblock changes for PPLArtur Paszkiewicz
2017-03-16md-cluster: add the support for resizeGuoqing Jiang
2017-03-16md-cluster: use sync way to handle METADATA_UPDATED msgGuoqing Jiang
2017-03-10md: fix incorrect use of lexx_to_cpu in does_sb_need_changingJason Yan
2017-03-10md: fix super_offset endianness in super_1_rdev_size_changeJason Yan
2017-03-09md: don't impose the MD_SB_DISKS limit on arrays without metadata.NeilBrown
2017-03-09md: move funcs from pers->resize to update_sizeGuoqing Jiang
2017-03-09md: delete dead codeShaohua Li
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-02-15md: fast clone bio in bio_clone_mddev()Ming Lei