summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
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
2017-02-15md: remove unnecessary check on mddevMing Lei
2017-02-15md: fail if mddev->bio_set can't be createdMing Lei
2017-02-13md: ensure md devices are freed before module is unloaded.NeilBrown
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2017-01-24md/r5cache: flush data only stripes in r5l_recovery_log()Song Liu
2016-12-13Merge branch 'md-next' into md-linusShaohua Li
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-08md: separate flags for superblock changesShaohua Li
2016-12-08md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li
2016-12-05md: fix refcount problem on mddev when stopping array.NeilBrown
2016-11-23md: stop write should stop journal reclaimShaohua Li
2016-11-23raid5-cache: suspend reclaim thread instead of shutdownShaohua Li
2016-11-22md: Use REQ_FAILFAST_* on metadata writes where appropriateNeilBrown
2016-11-22md/failfast: add failfast flag for md to be used by some personalities.NeilBrown
2016-11-18md: add blktrace event for writes to superblockShaohua Li
2016-11-09md: remove md_super_wait() call after bitmap_flush()NeilBrown
2016-11-07md: perform async updates for metadata where possible.NeilBrown
2016-11-07md: change all printk() to pr_err() or pr_warn() etc.NeilBrown
2016-11-07md: fix some issues with alloc_disk_sb()NeilBrown
2016-11-07md: wake up personality thread after array state updateTomasz Majchrzak
2016-11-07md: don't fail an array if there are unacknowledged bad blocksTomasz Majchrzak
2016-11-07md: add bad block support for external metadataTomasz Majchrzak
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-10-28md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown
2016-10-24md: report 'write_pending' state when array in syncTomasz Majchrzak
2016-10-03md: set rotational bitShaohua Li
2016-09-21md: fix a potential deadlockShaohua Li
2016-09-21md-cluster: clean related infos of clusterGuoqing Jiang
2016-09-21md: changes for MD_STILL_CLOSED flagGuoqing Jiang
2016-09-21md-cluster: call md_kick_rdev_from_array once ack failedGuoqing Jiang
2016-09-08md-cluster: make md-cluster also can work when compiled into kernelGuoqing Jiang
2016-08-30Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2016-08-24r5cache: set MD_JOURNAL_CLEAN correctlySong Liu
2016-08-17md: don't print the same repeated messages about delayed sync operationArtur Paszkiewicz
2016-08-17md: remove obsolete ret in md_start_syncGuoqing Jiang
2016-08-16md: do not count journal as spare in GET_ARRAY_INFOSong Liu
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-07-28Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li
2016-07-28MD: fix null pointer deferenceShaohua Li
2016-07-19md: add missing sysfs_notify on array_state updateTomasz Majchrzak
2016-07-19Fix kernel module refcount handlingAlexey Obitotskiy