summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
| * dm block manager: add unlikely() annotations on dm_bufio error pathsJoe Thornber2017-02-161-4/+4
| * dm cache: fix corruption seen when using cache > 2TBJoe Thornber2017-02-161-3/+3
| * dm raid: cleanup awkward branching in raid_message() option processingMike Snitzer2017-01-251-3/+4
| * dm raid: use mddev rather than rdev->mddevHeinz Mauelshagen2017-01-251-1/+1
| * dm raid: use read_disk_sb() throughoutHeinz Mauelshagen2017-01-251-8/+9
| * dm raid: add raid4/5/6 journaling supportHeinz Mauelshagen2017-01-251-21/+140
| * dm raid: be prepared to accept arbitrary '- -' tuplesHeinz Mauelshagen2017-01-251-5/+23
| * dm raid: fix transient device failure processingHeinz Mauelshagen2017-01-251-49/+38
* | Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds2017-02-2120-423/+142
|\ \
| * \ Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-1720-404/+133
| |\ \
| | * | dm: don't allow ioctls to targets that don't map to whole devicesChristoph Hellwig2017-02-041-5/+8
| | * | block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-0214-37/+37
| | * | dm: always defer request allocation to the owner of the request_queueChristoph Hellwig2017-01-277-341/+85
| | * | dm: remove incomplete BLOCK_PC supportChristoph Hellwig2017-01-271-16/+0
| | * | block: simplify blk_init_allocated_queueChristoph Hellwig2017-01-271-1/+2
| | * | md: cleanup bio op / flags handling in raid1_write_requestChristoph Hellwig2017-01-271-5/+2
| | * | Merge branch 'for-4.11/block' into for-4.11/rq-refactorJens Axboe2017-01-273-19/+9
| | |\ \ | | | |/ | | |/|
| * | | Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe2017-02-173-19/+9
| |\ \ \ | | | |/ | | |/|
| | * | block: add a op_is_flush helperChristoph Hellwig2017-01-273-19/+9
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-203-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | sched/core: Remove set_task_state()Davidlohr Bueso2017-01-143-5/+5
| |/ /
* | | dm crypt: replace RCU read-side section with rwsemOndrej Kozina2017-02-031-4/+4
* | | dm rq: cope with DM device destruction while in dm_old_request_fn()Mike Snitzer2017-02-031-0/+4
* | | dm mpath: cleanup -Wbool-operation warning in choose_pgpath()Mike Snitzer2017-02-031-2/+2
* | | md/r5cache: disable write back for degraded arraySong Liu2017-01-243-7/+56
* | | md/r5cache: shift complex rmw from read path to write pathSong Liu2017-01-241-4/+45
* | | md/r5cache: flush data only stripes in r5l_recovery_log()Song Liu2017-01-242-16/+45
* | | md/raid5: move comment of fetch_block to right locationSong Liu2017-01-241-7/+6
* | | md/r5cache: read data into orig_page for prexor of cached dataSong Liu2017-01-243-9/+42
* | | md/raid5-cache: delete meaningless codeShaohua Li2017-01-241-2/+0
| |/ |/|
* | md/raid5: Use correct IS_ERR() variation on pointer checkJes Sorensen2017-01-091-1/+1
* | md: cleanup mddev flag clear for takeoverShaohua Li2017-01-054-7/+26
* | md/r5cache: fix spelling mistake on "recoverying"Colin Ian King2017-01-051-1/+1
* | md/r5cache: assign conf->log before r5l_load_log()Song Liu2017-01-051-1/+3
* | md/r5cache: simplify handling of sh->log_start in recoverySong Liu2017-01-051-15/+12