summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2014-04-21blk-mq: fix allocation of set->tagsMing Lei1-1/+2
2014-04-21blk-mq: free hctx->ctx_map when init failedMing Lei1-0/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-04-16bsg: update check for rq based driver for blk-mqJens Axboe1-1/+1
2014-04-16block: relax when to modify the timeout timerJens Axboe1-2/+13
2014-04-16block: export blk_finish_requestChristoph Hellwig1-1/+2
2014-04-16blk-mq: rename mq_flush_work struct request memberChristoph Hellwig1-3/+3
2014-04-16blk-mq: add blk_mq_requeue_requestChristoph Hellwig1-2/+16
2014-04-16blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig1-0/+11
2014-04-16blk-mq: add blk_mq_delay_queueChristoph Hellwig2-8/+43
2014-04-16blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig1-2/+2
2014-04-16blk-mq: bidi supportChristoph Hellwig1-2/+7
2014-04-16blk-mq: allow drivers to hook into I/O completionChristoph Hellwig1-6/+10
2014-04-16blk-mq: kill preempt disable/enable in blk_mq_work_fn()Jens Axboe1-2/+0
2014-04-16blk-mq: don't use preempt_count() to check for right CPUJens Axboe1-1/+1
2014-04-15blk-mq: split out tag initialization, support shared tagsChristoph Hellwig5-128/+160
2014-04-15blk-mq: initialize request on allocationChristoph Hellwig1-3/+1
2014-04-15blk-mq: add ->init_request and ->exit_request methodsChristoph Hellwig1-73/+32
2014-04-15blk-mq: make ->flush_rq fully transparent to driversChristoph Hellwig3-10/+24
2014-04-15blk-mq: do not initialize req->specialChristoph Hellwig3-22/+4
2014-04-15blk-mq: initialize resid_lenChristoph Hellwig1-0/+2
2014-04-15block: remove struct request buffer memberJens Axboe2-18/+6
2014-04-15Merge tag 'v3.15-rc1' into for-3.16/coreJens Axboe5-14/+11
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-04-11block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2014-04-09block: fix regression with block enabled taggingJens Axboe4-13/+10
2014-04-09blk-mq: simplify blk_mq_hw_sysfs_cpus_show()Jens Axboe1-6/+2
2014-04-09blk-mq: ensure that hardware queues are always run on the mapped CPUsJens Axboe1-15/+51
2014-04-09block: add kblockd_schedule_delayed_work_on()Jens Axboe1-0/+7
2014-04-09block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe4-10/+7
2014-04-07blk-mq: fix potential stall during CPU unplug with IO pendingJens Axboe1-2/+6
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds4-23/+17
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+4
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2014-04-01constify blk_rq_map_user_iov() and friendsAl Viro1-1/+1
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds14-48/+125
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-17/+19
2014-03-21blk-mq: add REQ_SYNC earlyShaohua Li1-0/+2
2014-03-21rt,blk,mq: Make blk_mq_cpu_notify_lock a raw spinlockMike Galbraith1-7/+7
2014-03-21blk-mq: support partial I/O completionsChristoph Hellwig1-32/+5
2014-03-21blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig4-47/+13
2014-03-21blk-mq: remove blk_mq_alloc_rqChristoph Hellwig1-8/+2
2014-03-20block: free q->flush_rq in blk_init_allocated_queue error pathsDave Jones1-2/+6
2014-03-20blk-mq: don't dump CPU -> hw queue map on driver loadJens Axboe4-10/+43
2014-03-19blk-mq: fix wrong usage of hctx->state vs hctx->flagsJens Axboe1-3/+3
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo2-4/+4
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-4/+4
2014-03-14blk-mq: allow blk_mq_init_commands() to return failureJens Axboe1-7/+45
2014-03-13block: remove old blk_iopoll_enabled variableJens Axboe1-3/+0
2014-03-08block: change flush sequence list addition back to front addMike Snitzer1-4/+7