aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2017-02-16dm cache metadata: name the cache block that couldn't be loadedMike Snitzer1-4/+8
2017-02-16dm cache metadata: add "metadata2" featureJoe Thornber3-53/+274
2017-02-16dm cache metadata: use bitset cursor api to load discard bitsetJoe Thornber1-20/+28
2017-02-16dm bitset: introduce cursor apiJoe Thornber2-0/+91
2017-02-16dm btree: use GFP_NOFS in dm_btree_del()Joe Thornber1-1/+6
2017-02-16dm space map common: memcpy the disk root to ensure it's arch alignedJoe Thornber1-5/+11
2017-02-16dm block manager: add unlikely() annotations on dm_bufio error pathsJoe Thornber1-4/+4
2017-02-16dm cache: fix corruption seen when using cache > 2TBJoe Thornber1-3/+3
2017-02-04dm: don't allow ioctls to targets that don't map to whole devicesChristoph Hellwig1-5/+8
2017-02-03dm crypt: replace RCU read-side section with rwsemOndrej Kozina1-4/+4
2017-02-03dm rq: cope with DM device destruction while in dm_old_request_fn()Mike Snitzer1-0/+4
2017-02-03dm mpath: cleanup -Wbool-operation warning in choose_pgpath()Mike Snitzer1-2/+2
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara14-37/+37
2017-01-27dm: always defer request allocation to the owner of the request_queueChristoph Hellwig7-341/+85
2017-01-27dm: remove incomplete BLOCK_PC supportChristoph Hellwig1-16/+0
2017-01-27block: simplify blk_init_allocated_queueChristoph Hellwig1-1/+2
2017-01-27md: cleanup bio op / flags handling in raid1_write_requestChristoph Hellwig1-5/+2
2017-01-27Merge branch 'for-4.11/block' into for-4.11/rq-refactorJens Axboe3-19/+9
2017-01-27block: add a op_is_flush helperChristoph Hellwig3-19/+9
2017-01-25dm raid: cleanup awkward branching in raid_message() option processingMike Snitzer1-3/+4
2017-01-25dm raid: use mddev rather than rdev->mddevHeinz Mauelshagen1-1/+1
2017-01-25dm raid: use read_disk_sb() throughoutHeinz Mauelshagen1-8/+9
2017-01-25dm raid: add raid4/5/6 journaling supportHeinz Mauelshagen1-21/+140
2017-01-25dm raid: be prepared to accept arbitrary '- -' tuplesHeinz Mauelshagen1-5/+23
2017-01-25dm raid: fix transient device failure processingHeinz Mauelshagen1-49/+38
2017-01-24md/r5cache: disable write back for degraded arraySong Liu3-7/+56
2017-01-24md/r5cache: shift complex rmw from read path to write pathSong Liu1-4/+45
2017-01-24md/r5cache: flush data only stripes in r5l_recovery_log()Song Liu2-16/+45
2017-01-24md/raid5: move comment of fetch_block to right locationSong Liu1-7/+6
2017-01-24md/r5cache: read data into orig_page for prexor of cached dataSong Liu3-9/+42
2017-01-24md/raid5-cache: delete meaningless codeShaohua Li1-2/+0
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso3-5/+5
2017-01-09md/raid5: Use correct IS_ERR() variation on pointer checkJes Sorensen1-1/+1
2017-01-05md: cleanup mddev flag clear for takeoverShaohua Li4-7/+26
2017-01-05md/r5cache: fix spelling mistake on "recoverying"Colin Ian King1-1/+1
2017-01-05md/r5cache: assign conf->log before r5l_load_log()Song Liu1-1/+3
2017-01-05md/r5cache: simplify handling of sh->log_start in recoverySong Liu1-15/+12