summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2017-03-17md/r5cache: generate R5LOG_PAYLOAD_FLUSHSong Liu1-3/+42
2017-03-17md/r5cache: handle R5LOG_PAYLOAD_FLUSH in recoverySong Liu1-6/+41
2017-03-17raid5-ppl: runtime PPL enabling or disablingArtur Paszkiewicz4-3/+68
2017-03-17raid5-ppl: support disk hot add/remove with PPLArtur Paszkiewicz3-2/+64
2017-03-17raid5-ppl: load and recover the logArtur Paszkiewicz2-1/+493
2017-03-17md: add sysfs entries for PPLArtur Paszkiewicz1-0/+115
2017-03-17raid5-ppl: Partial Parity Log write logging implementationArtur Paszkiewicz5-5/+798
2017-03-17raid5: separate header for log functionsArtur Paszkiewicz4-69/+107
2017-03-17md: superblock changes for PPLArtur Paszkiewicz4-2/+31
2017-03-17md/r5cache: improve recovery with read ahead page poolSong Liu1-46/+175
2017-03-17md/raid5: sort biosShaohua Li2-26/+126
2017-03-17md/raid5-cache: bump flush stripe batch sizeShaohua Li1-3/+3
2017-03-17md/raid5: prioritize stripes for writebackShaohua Li2-9/+41
2017-03-17md-cluster: add the support for resizeGuoqing Jiang3-5/+93
2017-03-17md-cluster: introduce cluster_check_sync_sizeGuoqing Jiang3-10/+93
2017-03-17md-cluster: add CHANGE_CAPACITY message typeGuoqing Jiang1-0/+5
2017-03-17md-cluster: use sync way to handle METADATA_UPDATED msgGuoqing Jiang3-23/+66
2017-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds6-38/+72
2017-03-14md/raid1: fix a trivial typo in commentsZhilong Liu1-1/+1
2017-03-14md/r5cache: fix set_syndrome_sources() for data in cacheSong Liu1-1/+2
2017-03-12blk: Ensure users for current->bio_list can see the full list.NeilBrown2-14/+18
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-10drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.hMasanari Iida1-1/+0
2017-03-09md/raid1/10: fix potential deadlockShaohua Li2-2/+41
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 Jiang4-10/+6
2017-03-09md-cluster: remove useless memset from gather_all_resync_infoGuoqing Jiang1-1/+0
2017-03-09md-cluster: free md_cluster_info if node leave clusterGuoqing Jiang1-0/+1
2017-03-09md: delete dead codeShaohua Li2-14/+0
2017-03-09md/raid10: submit bio directly to replacement diskShaohua Li1-3/+16
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds14-0/+19
2017-03-03Merge tag 'dm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds1-4/+16
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar3-0/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar6-0/+6
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-1/+1
2017-03-01dm raid: bump the target versionMike Snitzer1-3/+3
2017-03-01dm raid: fix data corruption on reshape requestHeinz Mauelshagen1-1/+11
2017-03-01dm raid: fix raid "check" regression due to improper cleanup in raid_message()Mike Snitzer1-2/+4
2017-02-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds13-335/+768
2017-02-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2017-02-24dm-rq: don't dereference request payload after ending requestJens Axboe1-2/+4
2017-02-23md/raid1: fix write behind issues introduced by bio_clone_bioset_partialShaohua Li1-4/+11
2017-02-23md/raid1: handle flush request correctlyShaohua Li1-3/+7
2017-02-23md/linear: shutup lockdep warnningShaohua Li1-1/+2