summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-1449-364/+3885
|\
| * Merge branch 'blk-mq/core' into for-3.13/coreJens Axboe2013-11-0828-190/+3721
| |\
| | * blk-mq: don't disallow request merges for req->special being setJens Axboe2013-10-291-3/+14
| | * blk-mq: mq plug list breakageShaohua Li2013-10-292-2/+8
| | * blk-mq: fix for flush deadlockChristoph Hellwig2013-10-284-5/+15
| | * blk-mq: add blk_mq_stop_hw_queuesChristoph Hellwig2013-10-252-0/+11
| | * null_blk: multi queue aware block test driverJens Axboe2013-10-253-0/+639
| | * blk-mq: new multi-queue block IO queueing mechanismJens Axboe2013-10-2518-109/+2890
| | * percpu_ida: add an API to return free tagsShaohua Li2013-10-252-0/+18
| | * percpu_ida: add percpu_ida_for_each_freeShaohua Li2013-10-252-0/+48
| | * percpu_ida: make percpu_ida percpu size/batch configurableShaohua Li2013-10-252-18/+28
| | * percpu_counter: make APIs irq safeShaohua Li2013-10-251-6/+9
| | * block: remove request ref_countChristoph Hellwig2013-10-253-12/+0
| | * block: make rq->cmd_flags be 64-bitJens Axboe2013-10-255-40/+40
| | * smp: don't warn about csd->flags having CSD_FLAG_LOCK cleared for !waitJens Axboe2013-10-251-1/+5
| | * smp: export __smp_call_function_single()Jens Axboe2013-10-251-0/+1
| * | block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2013-11-081-1/+1
| * | block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2013-11-081-1/+1
| * | block: Do not call sector_div() with a 64-bit divisorGeert Uytterhoeven2013-11-081-6/+4
| * | kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup()Chen Gang2013-11-082-3/+2
| * | block: Consolidate duplicated bio_trim() implementationsKent Overstreet2013-11-087-108/+61
| * | block: Use rw_copy_check_uvector()Kent Overstreet2013-11-081-29/+10
| * | block: Enable sysfs nomerge control for I/O requests in the plug listAlireza Haghdoost2013-11-081-0/+3
| * | block: properly stack underlying max_segment_size to DM deviceMike Snitzer2013-11-081-0/+1
| * | elevator: acquire q->sysfs_lock in elevator_change()Tomoki Sekiyama2013-11-081-2/+14
| * | elevator: Fix a race in elevator switching and md device initializationTomoki Sekiyama2013-11-082-1/+15
| * | block: Replace __get_cpu_var usesChristoph Lameter2013-11-083-8/+8
| * | bdi: test bdi_init failureMikulas Patocka2013-11-083-4/+6
| * | block: fix a probe argument to blk_register_regionMikulas Patocka2013-11-082-2/+2
| * | loop: fix crash if blk_alloc_queue failsMikulas Patocka2013-11-081-1/+3
| * | blk-core: Fix memory corruption if blkcg_init_queue failsMikulas Patocka2013-11-081-1/+3
| * | block: fix race between request completion and timeout handlingJeff Moyer2013-11-082-2/+2
| * | blktrace: Send BLK_TN_PROCESS events to all running tracesJan Kara2013-11-082-6/+29
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-144-7/+18
|\ \ \
| * | | qib_fs: fix (some) dcache abusesAl Viro2013-11-131-2/+5
| * | | prepend_path() needs to reinitialize dentry/vfsmount/mnt on restartsAl Viro2013-11-131-3/+6
| * | | fix unpaired rcu lock in prepend_path()Li Zhong2013-11-131-0/+4
| * | | locks: missing unlock on error in generic_add_lease()Dan Carpenter2013-11-131-0/+1
| * | | aio: checking for NULL instead of IS_ERRDan Carpenter2013-11-131-2/+2
* | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-14121-628/+8137
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'fixes', 'mmci' and 'sa11x0' into for-nextRussell King2013-11-1216-106/+98
| |\ \ \ \ \ \
| | | | * | | | ARM: sa11x0/assabet: ensure CS2 is configured appropriatelyRussell King2013-10-291-0/+3
| | | | * | | | ARM: 7849/2: h3600: update defconfigLinus Walleij2013-10-291-16/+6
| | | | * | | | ARM: 7841/1: sa1100: remove complex GPIO interfaceLinus Walleij2013-10-294-57/+3
| | | | * | | | ARM: 7865/1: sa1100: fix simpad compilation warningLinus Walleij2013-10-291-0/+1
| | | * | | | | ARM: 7834/1: mmc: mmci: Save and restore register contextUlf Hansson2013-09-191-0/+43
| | | * | | | | ARM: 7833/1: mmc: mmci: Adapt to register write restrictionsUlf Hansson2013-09-191-0/+16
| | | * | | | | ARM: 7832/1: mmc: mmci: Use optional sleep pinctrl stateUlf Hansson2013-09-191-0/+2
| | | * | | | | ARM: 7831/1: mmc: mmci: Adapt to new pinctrl handlingUlf Hansson2013-09-192-21/+0
| | | |/ / / /
| | * | | | | ARM: 7880/1: Clear the IT state independent of the Thumb-2 modeT.J. Purtell2013-11-071-4/+10
OpenPOWER on IntegriCloud