summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attrMike Snitzer2015-04-156-16/+76
* dm: optimize dm_mq_queue_rq to _not_ use kthread if using pure blk-mqMike Snitzer2015-04-152-16/+50
* dm: add full blk-mq support to request-based DMMike Snitzer2015-04-154-73/+261
* dm: impose configurable deadline for dm_request_fn's merge heuristicMike Snitzer2015-04-154-4/+73
* dm sysfs: introduce ability to add writable attributesMike Snitzer2015-04-151-5/+27
* dm: don't start current request if it would've merged with the previousMike Snitzer2015-04-151-0/+12
* dm: reduce the queue delay used in dm_request_fn from 100ms to 10msMike Snitzer2015-04-151-1/+1
* dm: don't schedule delayed run of the queue if nothing to doMike Snitzer2015-04-151-1/+1
* dm: only run the queue on completion if congested or no requests pendingMike Snitzer2015-04-151-3/+9
* dm: remove request-based logic from make_request_fn wrapperMike Snitzer2015-04-151-17/+12
* dm: remove request-based DM queue's lld_busy_fn hookMike Snitzer2015-03-313-32/+0
* dm: remove unnecessary wrapper around blk_lld_busyMike Snitzer2015-03-313-12/+1
* dm: rename __dm_get_reserved_ios() helper to __dm_get_module_param()Mike Snitzer2015-03-311-13/+13
* dm switch: fix Documentation to use plain textMike Snitzer2015-03-311-2/+2
* dm cache policy mq: try not to writeback data that changed in the last secondJoe Thornber2015-03-311-1/+93
* dm cache policy mq: remove unused generation member of struct entryJoe Thornber2015-03-311-5/+0
* dm cache policy mq: track entries hit this 'tick' via sentinel objectsJoe Thornber2015-03-311-35/+82
* dm cache policy mq: remove queue_shift_down()Joe Thornber2015-03-311-16/+0
* dm cache policy mq: keep track of the number of entries in a multiqueueJoe Thornber2015-03-311-13/+12
* dm log userspace: split flush_entry_pool to be per dirty-logMike Snitzer2015-03-311-39/+45
* Merge remote-tracking branch 'jens/for-4.1/core' into dm/for-nextMike Snitzer2015-03-314-25/+52
|\
| * blk-mq: put blk_queue_rq_timeout together in blk_mq_init_queue()Wei Fang2015-03-301-4/+1
| * block: remove redundant check about 'set->nr_hw_queues' in blk_mq_alloc_tag_s...Xiaoguang Wang2015-03-301-1/+1
| * block: allocate request memory local to request queueDavid Rientjes2015-03-241-3/+16
| * blk-mq: don't wait in blk_mq_queue_enter() if __GFP_WAIT isn't setKeith Busch2015-03-131-3/+6
| * blk-mq: export blk_mq_run_hw_queuesMike Snitzer2015-03-132-4/+5
| * blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_diskMike Snitzer2015-03-133-10/+23
| * Merge branch 'for-linus' into for-4.1/coreJens Axboe2015-03-133-8/+8
| |\
* | | block: fix blk_stack_limits() regression due to lcm() changeMike Snitzer2015-03-313-3/+15
* | | Linux 4.0-rc6v4.0-rc6Linus Torvalds2015-03-291-1/+1
* | | Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-03-2918-85/+128
|\ \ \
| * \ \ Merge tag 'sunxi-fixes-for-4.0' of https://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2015-03-295-12/+21
| |\ \ \
| | * | | ARM: dts: sunxi: Remove overclocked/overvoltaged OPPChen-Yu Tsai2015-03-243-6/+3
| | * | | ARM: dts: sun4i: a10-lime: Override and remove 1008MHz OPP settingChen-Yu Tsai2015-03-241-0/+16
| | * | | ARM: sunxi: Have ARCH_SUNXI select RESET_CONTROLLER for clock driver usageChen-Yu Tsai2015-02-231-6/+2
| * | | | Merge tag 'fixes-v4.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Olof Johansson2015-03-296-7/+53
| |\ \ \ \
| | * | | | ARM: dts: Fix gpio interrupts for dm816xTony Lindgren2015-03-182-4/+33
| | * | | | ARM: dts: dra7: remove ti,hwmod property from pcie phyKishon Vijay Abraham I2015-03-181-2/+0
| | * | | | ARM: OMAP: dmtimer: disable pm runtime on removeSuman Anna2015-03-171-0/+2
| | * | | | ARM: OMAP: dmtimer: check for pm_runtime_get_sync() failureSuman Anna2015-03-171-1/+12
| | * | | | ARM: OMAP2+: Fix socbus family info for AM33xx devicesSuman Anna2015-03-161-0/+2
| | * | | | ARM: dts: omap3: Add missing dmas for cryptoPali Rohár2015-03-161-0/+4
| * | | | | Merge tag 'socfpga_fix_for_v4.0_2' of git://git.rocketboards.org/linux-socfpg...Olof Johansson2015-03-291-1/+1
| |\ \ \ \ \
| | * | | | | ARM: socfpga: dts: fix spi1 interruptMark James2015-03-191-1/+1
| * | | | | | arm64: juno: Fix misleading name of UART reference clockDave Martin2015-03-291-1/+1
| * | | | | | Merge tag 'fixes-for-v4.0-rc5' of https://github.com/rjarzmik/linux into fixesOlof Johansson2015-03-293-64/+50
| |\ \ \ \ \ \
| | * | | | | | ARM: pxa: fix pxa interrupts handling in DTRobert Jarzmik2015-02-232-63/+49
| | * | | | | | ARM: pxa: Fix typo in zeus.cMasanari Iida2015-02-231-1/+1
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge tag 'v4.0-rockchip-armfixes1' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2015-03-162-0/+2
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | ARM: dts: rockchip: disable gmac by default in rk3288.dtsiAlexandru M Stan2015-03-141-0/+1