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