aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-05-13blk-mq: improve support for shared tags mapsGravatar Jens Axboe 3-0/+12
2014-05-09blk-mq: implement new and more efficient tagging schemeGravatar Jens Axboe 1-2/+4
2014-05-09blk-mq: initialize struct request fields individuallyGravatar Christoph Hellwig 1-3/+4
2014-05-07blk-mq: add basic round-robin of what CPU to queue workqueue work onGravatar Jens Axboe 1-0/+4
2014-04-25blk-mq: respect rq_affinityGravatar Christoph Hellwig 1-1/+0
2014-04-22fs/bio: remove bs paramater in biovec_create_poolGravatar Fabian Frederick 1-1/+1
2014-04-16block: export blk_finish_requestGravatar Christoph Hellwig 1-0/+1
2014-04-16blk-mq: rename mq_flush_work struct request memberGravatar Christoph Hellwig 1-1/+1
2014-04-16blk-mq: add blk_mq_requeue_requestGravatar Christoph Hellwig 1-0/+2
2014-04-16blk-mq: add blk_mq_start_hw_queuesGravatar Christoph Hellwig 1-0/+1
2014-04-16blk-mq: add blk_mq_delay_queueGravatar Christoph Hellwig 1-1/+3
2014-04-16blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesGravatar Christoph Hellwig 1-1/+1
2014-04-16blk-mq: allow drivers to hook into I/O completionGravatar Christoph Hellwig 1-7/+2
2014-04-15block: all blk-mq requests are taggedGravatar Christoph Hellwig 1-1/+2
2014-04-15blk-mq: split out tag initialization, support shared tagsGravatar Christoph Hellwig 1-18/+16
2014-04-15blk-mq: add ->init_request and ->exit_request methodsGravatar Christoph Hellwig 1-2/+12
2014-04-15block: remove struct request buffer memberGravatar Jens Axboe 1-1/+0
2014-04-15Merge tag 'v3.15-rc1' into for-3.16/coreGravatar Jens Axboe 156-1245/+3783
2014-04-13Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 2-1/+13
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-3/+3
2014-04-12Merge tag 'llvmlinux-for-v3.15' of git://git.linuxfoundation.org/llvmlinux/ke...Gravatar Linus Torvalds 4-1/+26
2014-04-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 4-15/+28
2014-04-12Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+8
2014-04-12Merge tag 'ntb-3.15' of git://github.com/jonmason/ntbGravatar Linus Torvalds 1-7/+12
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 9-118/+71
2014-04-12Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 5-28/+69
2014-04-12Merge git://git.infradead.org/users/eparis/auditGravatar Linus Torvalds 6-5/+41
2014-04-11Merge git://git.infradead.org/users/willy/linux-nvmeGravatar Linus Torvalds 2-9/+13
2014-04-11Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Gravatar Linus Torvalds 2-5/+4
2014-04-11Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+6
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.Gravatar David S. Miller 3-3/+3
2014-04-11Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+20
2014-04-11mm: slab/slub: use page->list consistently instead of page->lruGravatar Dave Hansen 1-1/+2
2014-04-10AUDIT: make audit_is_compat depend on CONFIG_AUDIT_COMPAT_GENERICGravatar Chris Metcalf 1-1/+1
2014-04-10NVMe: Retry failed commands with non-fatal errorsGravatar Keith Busch 2-2/+3
2014-04-10NVMe: Make I/O timeout a module parameterGravatar Keith Busch 1-1/+2
2014-04-10NVMe: CPU hot plug notificationGravatar Keith Busch 1-0/+1
2014-04-10NVMe: per-cpu io queuesGravatar Keith Busch 1-1/+5
2014-04-10Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-6/+19
2014-04-10Merge tag 'sound-fix-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2014-04-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Gravatar Linus Torvalds 2-5/+10
2014-04-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 4-15/+43
2014-04-09block: fix regression with block enabled taggingGravatar Jens Axboe 2-1/+14
2014-04-09scsi: Make sure cmd_flags are 64-bitGravatar Martin K. Petersen 1-2/+2
2014-04-09tracing: Fix anonymous unions in struct ftrace_event_callGravatar Mathieu Desnoyers 2-5/+15
2014-04-09x86: LLVMLinux: Fix "incomplete type const struct x86cpu_device_id"Gravatar Behan Webster 1-0/+5
2014-04-09LLVMLinux: Add support for clang to compiler.h and new compiler-clang.hGravatar Mark Charlebois 2-0/+19
2014-04-09LLVMLinux: Remove warning about returning an uninitialized variableGravatar Behan Webster 1-1/+2
2014-04-09blk-mq: ensure that hardware queues are always run on the mapped CPUsGravatar Jens Axboe 1-0/+1
2014-04-09block: add kblockd_schedule_delayed_work_on()Gravatar Jens Axboe 1-0/+1