summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-2118-227/+875
|\
| * 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-164-53/+278
| * 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-252-21/+153
| * dm raid: be prepared to accept arbitrary '- -' tuplesHeinz Mauelshagen2017-01-251-5/+23
| * dm raid: fix transient device failure processingHeinz Mauelshagen2017-01-252-49/+42
* | Merge tag 'mmc-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2017-02-21114-1818/+2591
|\ \
| * | mmc: core: add mmc prefix for blk_fixupsShawn Lin2017-02-152-2/+2
| * | mmc: core: move all quirks together into quirks.hShawn Lin2017-02-153-91/+91
| * | mmc: core: improve the quirks for sdio devicesShawn Lin2017-02-152-6/+2
| * | mmc: core: move some sdio IDs out of quirks fileShawn Lin2017-02-152-20/+7
| * | mmc: core: change quirks.c to be a header fileShawn Lin2017-02-156-9/+6
| * | mmc: sdhci-cadence: fix bit shift of read data from PHY portMasahiro Yamada2017-02-151-1/+1
| * | Merge branch 'fixes' into nextUlf Hansson2017-02-141-2/+2
| |\ \
| * | | mmc: Adding AUTO_BKOPS_EN bit set for Auto BKOPS supportUri Yanai2017-02-143-0/+8
| * | | mmc: MAN_BKOPS_EN inverse debug message logicUri Yanai2017-02-141-2/+2
| * | | mmc: meson-gx: add support for HS400 modeHeiner Kallweit2017-02-141-0/+11
| * | | mmc: meson-gx: remove unneeded checks in removeHeiner Kallweit2017-02-141-6/+2
| * | | mmc: meson-gx: reduce bounce buffer sizeHeiner Kallweit2017-02-141-1/+1
| * | | mmc: meson-gx: set max block count and request sizeHeiner Kallweit2017-02-141-0/+3
| * | | mmc: meson-gx: improve interrupt handlingHeiner Kallweit2017-02-141-5/+4
| * | | mmc: meson-gx: improve meson_mmc_irq_threadHeiner Kallweit2017-02-141-9/+6
| * | | mmc: meson-gx: improve meson_mmc_clk_setHeiner Kallweit2017-02-141-18/+24
| * | | mmc: meson-gx: minor improvements in meson_mmc_set_iosHeiner Kallweit2017-02-141-2/+0
| * | | mmc: meson: Assign the minimum clk rate as close to 400KHz as possibleUlf Hansson2017-02-141-14/+6
| * | | mmc: core: start to break apart mmc_start_areq()Linus Walleij2017-02-141-22/+43
| * | | mmc: block: respect bool returned from blk_end_request()Linus Walleij2017-02-141-25/+24
| * | | mmc: block: return errorcode from mmc_sd_num_wr_blocks()Linus Walleij2017-02-141-8/+11
| * | | mmc: queue: turn queue flags into boolsLinus Walleij2017-02-133-12/+11
| * | | mmc: block: rename mmc_active to areqLinus Walleij2017-02-132-8/+8
| * | | mmc: block: refactor mmc_blk_rw_try_restart()Linus Walleij2017-02-131-14/+21
| * | | mmc: core: rename mmc_start_req() to *areq()Linus Walleij2017-02-134-16/+16
| * | | mmc: block: rename rqc and reqLinus Walleij2017-02-131-28/+28