summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-0314-0/+19
|\
| * sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar2017-03-021-0/+1
| * sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-021-0/+2
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar2017-03-022-0/+2
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+6
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-026-0/+6
* | Merge tag 'dm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds2017-03-021-4/+16
|\ \
| * | dm raid: bump the target versionMike Snitzer2017-02-281-3/+3
| * | dm raid: fix data corruption on reshape requestHeinz Mauelshagen2017-02-281-1/+11
| * | dm raid: fix raid "check" regression due to improper cleanup in raid_message()Mike Snitzer2017-02-281-2/+4
* | | KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-021-1/+1
| |/ |/|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-02-2413-335/+768
|\ \
| * | md/raid1: fix write behind issues introduced by bio_clone_bioset_partialShaohua Li2017-02-231-4/+11
| * | md/raid1: handle flush request correctlyShaohua Li2017-02-231-3/+7
| * | md/linear: shutup lockdep warnningShaohua Li2017-02-231-1/+2
| * | md/raid1: fix a use-after-free bugShaohua Li2017-02-191-1/+2
| * | RAID1: avoid unnecessary spin locks in I/O barrier codecolyli@suse.de2017-02-192-66/+130
| * | RAID1: a new I/O barrier implementation to remove resync windowcolyli@suse.de2017-02-192-236/+294
| * | md/raid5: Don't reinvent the wheel but use existing llist APIByungchul Park2017-02-161-4/+2
| * | md: fast clone bio in bio_clone_mddev()Ming Lei2017-02-156-22/+14
| * | md: remove unnecessary check on mddevMing Lei2017-02-151-3/+0
| * | md/raid1: use bio_clone_bioset_partial() in case of write behindMing Lei2017-02-151-5/+15
| * | md: fail if mddev->bio_set can't be createdMing Lei2017-02-151-1/+4
| * | md: disable WRITE SAME if it fails in underlayer disksShaohua Li2017-02-134-0/+10
| * | md/raid5-cache: exclude reclaiming stripes in reclaim checkShaohua Li2017-02-133-2/+16
| * | md/raid5-cache: stripe reclaim only counts valid stripesShaohua Li2017-02-131-2/+2
| * | md: ensure md devices are freed before module is unloaded.NeilBrown2017-02-131-0/+7
| * | md/r5cache: improve journal device efficiencySong Liu2017-02-132-20/+58
| * | md/r5cache: enable chunk_aligned_read with write back cacheSong Liu2017-02-133-24/+168
| * | raid5: only dispatch IO from raid5d for harddisk raidShaohua Li2017-02-132-2/+57
| * | md linear: fix a race between linear_add() and linear_congested()colyli@suse.de2017-02-132-5/+35
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-02-241-2/+4
|\ \ \
| * | | dm-rq: don't dereference request payload after ending requestJens Axboe2017-02-241-2/+4
* | | | Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-2116-227/+854
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | dm: flush queued bios when process blocks to avoid deadlockMikulas Patocka2017-02-171-0/+55
| * | dm round robin: revert "use percpu 'repeat_count' and 'current_path'"Mike Snitzer2017-02-171-53/+14
| * | dm stats: fix a leaked s->histogram_boundaries arrayMikulas Patocka2017-02-161-0/+1
| * | dm space map metadata: constify dm_space_map structuresBhumika Goyal2017-02-161-2/+2
| * | dm cache metadata: use cursor api in blocks_are_clean_separate_dirty()Mike Snitzer2017-02-161-7/+26
| * | dm persistent data: add cursor skip functions to the cursor APIsJoe Thornber2017-02-166-0/+70
| * | dm cache metadata: use dm_bitset_new() to create the dirty bitset in format 2Joe Thornber2017-02-161-11/+11
| * | dm bitset: add dm_bitset_new()Joe Thornber2017-02-162-0/+58
| * | dm cache metadata: name the cache block that couldn't be loadedMike Snitzer2017-02-161-4/+8
| * | dm cache metadata: add "metadata2" featureJoe Thornber2017-02-163-53/+274
| * | dm cache metadata: use bitset cursor api to load discard bitsetJoe Thornber2017-02-161-20/+28
| * | dm bitset: introduce cursor apiJoe Thornber2017-02-162-0/+91
| * | dm btree: use GFP_NOFS in dm_btree_del()Joe Thornber2017-02-161-1/+6
| * | dm space map common: memcpy the disk root to ensure it's arch alignedJoe Thornber2017-02-161-5/+11