aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus 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-11blk: 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-09drivers/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/kernel/git/tip/tipLinus Torvalds14-0/+19
2017-03-02Merge tag 'dm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-4/+16
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>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/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar3-0/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar6-0/+6
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-1/+1
2017-02-28dm raid: bump the target versionMike Snitzer1-3/+3
2017-02-28dm raid: fix data corruption on reshape requestHeinz Mauelshagen1-1/+11
2017-02-28dm raid: fix raid "check" regression due to improper cleanup in raid_message()Mike Snitzer1-2/+4
2017-02-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds13-335/+768
2017-02-24Merge 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
2017-02-21Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds16-227/+854
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds20-423/+142
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+5
2017-02-19md/raid1: fix a use-after-free bugShaohua Li1-1/+2
2017-02-19RAID1: avoid unnecessary spin locks in I/O barrier codecolyli@suse.de2-66/+130
2017-02-19RAID1: a new I/O barrier implementation to remove resync windowcolyli@suse.de2-236/+294
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe20-404/+133
2017-02-17Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe3-19/+9
2017-02-17dm: flush queued bios when process blocks to avoid deadlockMikulas Patocka1-0/+55
2017-02-17dm round robin: revert "use percpu 'repeat_count' and 'current_path'"Mike Snitzer1-53/+14
2017-02-16md/raid5: Don't reinvent the wheel but use existing llist APIByungchul Park1-4/+2
2017-02-16dm stats: fix a leaked s->histogram_boundaries arrayMikulas Patocka1-0/+1
2017-02-16dm space map metadata: constify dm_space_map structuresBhumika Goyal1-2/+2
2017-02-16dm cache metadata: use cursor api in blocks_are_clean_separate_dirty()Mike Snitzer1-7/+26
2017-02-16dm persistent data: add cursor skip functions to the cursor APIsJoe Thornber6-0/+70
2017-02-16dm cache metadata: use dm_bitset_new() to create the dirty bitset in format 2Joe Thornber1-11/+11
2017-02-16dm bitset: add dm_bitset_new()Joe Thornber2-0/+58