aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2017-04-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2017-04-07dm rq: Avoid that request processing stalls sporadicallyGravatar Bart Van Assche 1-0/+1
2017-04-07Merge tag 'dm-4.11-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-8/+24
2017-03-31dm verity fec: fix bufio leaksGravatar Sami Tolvanen 1-3/+3
2017-03-31dm raid: fix NULL pointer dereference for raid1 without bitmapGravatar Dmitry Bilunov 1-1/+1
2017-03-20dm cache metadata: fix metadata2 format's blocks_are_clean_separate_dirtyGravatar Joe Thornber 1-3/+5
2017-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Gravatar Linus Torvalds 6-38/+72
2017-03-16dm verity fec: limit error correction recursionGravatar Sami Tolvanen 2-1/+15
2017-03-14md/raid1: fix a trivial typo in commentsGravatar Zhilong Liu 1-1/+1
2017-03-14md/r5cache: fix set_syndrome_sources() for data in cacheGravatar Song Liu 1-1/+2
2017-03-11blk: Ensure users for current->bio_list can see the full list.Gravatar NeilBrown 2-14/+18
2017-03-10md: fix incorrect use of lexx_to_cpu in does_sb_need_changingGravatar Jason Yan 1-1/+1
2017-03-10md: fix super_offset endianness in super_1_rdev_size_changeGravatar Jason Yan 1-1/+1
2017-03-09drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.hGravatar Masanari Iida 1-1/+0
2017-03-09md/raid1/10: fix potential deadlockGravatar Shaohua Li 2-2/+41
2017-03-09md: don't impose the MD_SB_DISKS limit on arrays without metadata.Gravatar NeilBrown 1-4/+3
2017-03-09md: move funcs from pers->resize to update_sizeGravatar Guoqing Jiang 4-10/+6
2017-03-09md-cluster: remove useless memset from gather_all_resync_infoGravatar Guoqing Jiang 1-1/+0
2017-03-09md-cluster: free md_cluster_info if node leave clusterGravatar Guoqing Jiang 1-0/+1
2017-03-09md: delete dead codeGravatar Shaohua Li 2-14/+0
2017-03-09md/raid10: submit bio directly to replacement diskGravatar Shaohua Li 1-3/+16
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 14-0/+19
2017-03-02Merge tag 'dm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Gravatar Linus Torvalds 1-4/+16
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Gravatar Ingo Molnar 1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Gravatar Ingo Molnar 2-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 3-0/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 6-0/+6
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()Gravatar David Howells 1-1/+1
2017-02-28dm raid: bump the target versionGravatar Mike Snitzer 1-3/+3
2017-02-28dm raid: fix data corruption on reshape requestGravatar Heinz Mauelshagen 1-1/+11
2017-02-28dm raid: fix raid "check" regression due to improper cleanup in raid_message()Gravatar Mike Snitzer 1-2/+4
2017-02-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdGravatar Linus Torvalds 13-335/+768
2017-02-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+4
2017-02-24dm-rq: don't dereference request payload after ending requestGravatar Jens Axboe 1-2/+4
2017-02-23md/raid1: fix write behind issues introduced by bio_clone_bioset_partialGravatar Shaohua Li 1-4/+11
2017-02-23md/raid1: handle flush request correctlyGravatar Shaohua Li 1-3/+7
2017-02-23md/linear: shutup lockdep warnningGravatar Shaohua Li 1-1/+2
2017-02-21Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 16-227/+854
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 20-423/+142
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-5/+5
2017-02-19md/raid1: fix a use-after-free bugGravatar Shaohua Li 1-1/+2
2017-02-19RAID1: avoid unnecessary spin locks in I/O barrier codeGravatar colyli@suse.de 2-66/+130
2017-02-19RAID1: a new I/O barrier implementation to remove resync windowGravatar colyli@suse.de 2-236/+294
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeGravatar Jens Axboe 20-404/+133
2017-02-17Merge branch 'for-4.11/block' into for-4.11/linus-mergeGravatar Jens Axboe 3-19/+9
2017-02-17dm: flush queued bios when process blocks to avoid deadlockGravatar Mikulas Patocka 1-0/+55
2017-02-17dm round robin: revert "use percpu 'repeat_count' and 'current_path'"Gravatar Mike Snitzer 1-53/+14