aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe1-10/+0
2014-05-28blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig1-10/+0
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe4-15/+44
2014-05-28blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_requestChristoph Hellwig1-2/+2
2014-05-28blk-mq: add helper to insert requests from irq contextChristoph Hellwig2-1/+6
2014-05-28blk-mq: remove stale comment for blk_mq_complete_request()Jens Axboe1-5/+0
2014-05-27blk-mq: allow non-softirq completionsJens Axboe1-0/+4
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe1-2/+2
2014-05-23blk-mq: export blk_mq_tag_busy_iterSam Bradshaw1-0/+1
2014-05-21blk-mq: allow the hctx cpu hotplug notifier to return errorsJens Axboe1-1/+1
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe1-1/+1
2014-05-19Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe3-0/+12
2014-05-19blk-mq: switch ctx pending map to the sparser blk_align_bitmapJens Axboe1-2/+8
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe3-0/+12
2014-05-09blk-mq: implement new and more efficient tagging schemeJens Axboe1-2/+4
2014-05-09blk-mq: initialize struct request fields individuallyChristoph Hellwig1-3/+4
2014-05-07blk-mq: add basic round-robin of what CPU to queue workqueue work onJens Axboe1-0/+4
2014-04-30drbd: Test cstate while holding req_lockPhilipp Reisner1-1/+1
2014-04-30drbd: use blk_set_stacking_limits()Philipp Reisner1-1/+1
2014-04-25blk-mq: respect rq_affinityChristoph Hellwig1-1/+0
2014-04-22fs/bio: remove bs paramater in biovec_create_poolFabian Frederick1-1/+1
2014-04-16bsg: update check for rq based driver for blk-mqJens Axboe1-0/+9
2014-04-16block: export blk_finish_requestChristoph Hellwig1-0/+1
2014-04-16blk-mq: rename mq_flush_work struct request memberChristoph Hellwig1-1/+1
2014-04-16blk-mq: add blk_mq_requeue_requestChristoph Hellwig1-0/+2
2014-04-16blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig1-0/+1
2014-04-16blk-mq: add blk_mq_delay_queueChristoph Hellwig1-1/+3
2014-04-16blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig1-1/+1
2014-04-16blk-mq: allow drivers to hook into I/O completionChristoph Hellwig1-7/+2
2014-04-15block: all blk-mq requests are taggedChristoph Hellwig1-1/+2
2014-04-15blk-mq: split out tag initialization, support shared tagsChristoph Hellwig1-18/+16
2014-04-15blk-mq: add ->init_request and ->exit_request methodsChristoph Hellwig1-2/+12
2014-04-15block: remove struct request buffer memberJens Axboe1-1/+0
2014-04-15Merge tag 'v3.15-rc1' into for-3.16/coreJens Axboe156-1245/+3783
2014-04-13Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds2-1/+13
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-3/+3
2014-04-12Merge tag 'llvmlinux-for-v3.15' of git://git.linuxfoundation.org/llvmlinux/kernelLinus Torvalds4-1/+26
2014-04-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds4-15/+28
2014-04-12Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-2/+8
2014-04-12Merge tag 'ntb-3.15' of git://github.com/jonmason/ntbLinus Torvalds1-7/+12
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds9-118/+71
2014-04-12Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds5-28/+69
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds6-5/+41
2014-04-11Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2-9/+13
2014-04-11Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds2-5/+4
2014-04-11Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+6
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller3-3/+3
2014-04-11Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+20
2014-04-11mm: slab/slub: use page->list consistently instead of page->lruDave Hansen1-1/+2
2014-04-10AUDIT: make audit_is_compat depend on CONFIG_AUDIT_COMPAT_GENERICChris Metcalf1-1/+1