summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2014-04-15blk-mq: make ->flush_rq fully transparent to driversChristoph Hellwig-10/+24
2014-04-15blk-mq: do not initialize req->specialChristoph Hellwig-22/+4
2014-04-15blk-mq: initialize resid_lenChristoph Hellwig-0/+2
2014-04-15block: remove struct request buffer memberJens Axboe-18/+6
2014-04-15Merge tag 'v3.15-rc1' into for-3.16/coreJens Axboe-14/+11
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2014-04-11block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong-1/+1
2014-04-09block: fix regression with block enabled taggingJens Axboe-13/+10
2014-04-09blk-mq: simplify blk_mq_hw_sysfs_cpus_show()Jens Axboe-6/+2
2014-04-09blk-mq: ensure that hardware queues are always run on the mapped CPUsJens Axboe-15/+51
2014-04-09block: add kblockd_schedule_delayed_work_on()Jens Axboe-0/+7
2014-04-09block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe-10/+7
2014-04-07blk-mq: fix potential stall during CPU unplug with IO pendingJens Axboe-2/+6
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-23/+17
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-4/+4
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2014-04-01constify blk_rq_map_user_iov() and friendsAl Viro-1/+1
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds-48/+125
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-17/+19
2014-03-21blk-mq: add REQ_SYNC earlyShaohua Li-0/+2
2014-03-21rt,blk,mq: Make blk_mq_cpu_notify_lock a raw spinlockMike Galbraith-7/+7
2014-03-21blk-mq: support partial I/O completionsChristoph Hellwig-32/+5
2014-03-21blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig-47/+13
2014-03-21blk-mq: remove blk_mq_alloc_rqChristoph Hellwig-8/+2
2014-03-20block: free q->flush_rq in blk_init_allocated_queue error pathsDave Jones-2/+6
2014-03-20blk-mq: don't dump CPU -> hw queue map on driver loadJens Axboe-10/+43
2014-03-19blk-mq: fix wrong usage of hctx->state vs hctx->flagsJens Axboe-3/+3
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo-4/+4
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman-4/+4
2014-03-14blk-mq: allow blk_mq_init_commands() to return failureJens Axboe-7/+45
2014-03-13block: remove old blk_iopoll_enabled variableJens Axboe-3/+0
2014-03-08block: change flush sequence list addition back to front addMike Snitzer-4/+7
2014-03-08block: fix q->flush_rq NULL pointer crash on dm-mpath flushMike Snitzer-11/+6
2014-03-07blk-mq: add REQ_SYNC earlyShaohua Li-0/+2
2014-03-05blktrace: fix accounting of partially completed requestsRoman Pen-2/+2
2014-03-03rt,blk,mq: Make blk_mq_cpu_notify_lock a raw spinlockMike Galbraith-7/+7
2014-02-24smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker-2/+2
2014-02-24smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker-2/+2
2014-02-24block: Stop abusing rq->csd.list in blk-softirqJan Kara-6/+11
2014-02-24block: Stop abusing csd.list for fifo_timeJan Kara-8/+8
2014-02-21blk-mq: support partial I/O completionsChristoph Hellwig-32/+5
2014-02-21blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig-47/+13
2014-02-21blk-mq: remove blk_mq_alloc_rqChristoph Hellwig-8/+2
2014-02-20Merge branch 'master' into for-nextJiri Kosina-457/+484
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida-2/+2
2014-02-18block: Substitute rcu_access_pointer() for rcu_dereference_raw()Paul E. McKenney-2/+2
2014-02-18block: Use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza-6/+10
2014-02-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-158/+219
2014-02-13cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo-1/+1
2014-02-12block: add cond_resched() to potentially long running ioctl discard loopJens Axboe-0/+8