summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-021-4/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-252-17/+19
| |\
| * | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-4/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-022-2/+2
|\ \ \
| * \ \ Merge branch 'master' into for-nextJiri Kosina2014-02-2021-457/+484
| |\ \ \
| * | | | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-192-2/+2
* | | | | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-0114-48/+125
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | blk-mq: add REQ_SYNC earlyShaohua Li2014-03-211-0/+2
| * | | | rt,blk,mq: Make blk_mq_cpu_notify_lock a raw spinlockMike Galbraith2014-03-211-7/+7
| * | | | blk-mq: support partial I/O completionsChristoph Hellwig2014-03-211-32/+5
| * | | | blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig2014-03-214-47/+13
| * | | | blk-mq: remove blk_mq_alloc_rqChristoph Hellwig2014-03-211-8/+2
| * | | | blk-mq: don't dump CPU -> hw queue map on driver loadJens Axboe2014-03-204-10/+43
| * | | | blk-mq: fix wrong usage of hctx->state vs hctx->flagsJens Axboe2014-03-191-3/+3
| * | | | blk-mq: allow blk_mq_init_commands() to return failureJens Axboe2014-03-141-7/+45
| * | | | block: remove old blk_iopoll_enabled variableJens Axboe2014-03-131-3/+0
| * | | | blktrace: fix accounting of partially completed requestsRoman Pen2014-03-052-2/+2
| * | | | smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker2014-02-242-2/+2
| * | | | smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2014-02-242-2/+2
| * | | | block: Stop abusing rq->csd.list in blk-softirqJan Kara2014-02-241-6/+11
| * | | | block: Stop abusing csd.list for fifo_timeJan Kara2014-02-242-8/+8
| * | | | block: Substitute rcu_access_pointer() for rcu_dereference_raw()Paul E. McKenney2014-02-182-2/+2
| * | | | block: Use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-02-183-6/+10
| | |/ / | |/| |
* | | | block: free q->flush_rq in blk_init_allocated_queue error pathsDave Jones2014-03-201-2/+6
* | | | block: change flush sequence list addition back to front addMike Snitzer2014-03-081-4/+7
* | | | block: fix q->flush_rq NULL pointer crash on dm-mpath flushMike Snitzer2014-03-081-11/+6
| |_|/ |/| |
* | | blk-mq: add REQ_SYNC earlyShaohua Li2014-03-071-0/+2
* | | rt,blk,mq: Make blk_mq_cpu_notify_lock a raw spinlockMike Galbraith2014-03-031-7/+7
* | | blk-mq: support partial I/O completionsChristoph Hellwig2014-02-211-32/+5
* | | blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig2014-02-214-47/+13
* | | blk-mq: remove blk_mq_alloc_rqChristoph Hellwig2014-02-211-8/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-02-1411-158/+219
|\ \
| * | block: add cond_resched() to potentially long running ioctl discard loopJens Axboe2014-02-121-0/+8
| * | blk-mq: pair blk_mq_start_request / blk_mq_requeue_requestChristoph Hellwig2014-02-111-23/+26
| * | blk-mq: dont assume rq->errors is set when returning an error from ->queue_rqChristoph Hellwig2014-02-111-1/+1
| * | block: Fix type mismatch in ssize_t_blk_mq_tag_sysfs_showMasanari Iida2014-02-101-1/+1
| * | blk-mq: rework flush sequencing logicChristoph Hellwig2014-02-105-105/+72
| * | blk-mq: rework I/O completionsChristoph Hellwig2014-02-103-24/+33
| * | block: Explicitly handle discard/write same segmentsKent Overstreet2014-02-071-29/+62
| * | blk-mq: Add bio_integrity setup to blk_mq_make_requestNicholas Bellinger2014-02-071-0/+5
| * | blk-mq: initialize sg_reserved_sizeChristoph Hellwig2014-02-071-0/+2
| * | blk-mq: handle dma_drain_sizeChristoph Hellwig2014-02-071-0/+10
| * | blk-mq: divert __blk_put_request for MQ opsChristoph Hellwig2014-02-071-0/+5
| * | blk-mq: support at_head inserations for blk_execute_rqChristoph Hellwig2014-02-072-8/+11
| * | block: __elv_next_request() shouldn't call into the elevator if bypassingTejun Heo2014-01-301-1/+1
| * | blk-mq: Don't reserve a tag for flush requestShaohua Li2014-01-302-19/+35
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-01-311-2/+4
|\ \ \ | |/ / |/| |
| * | percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet2014-01-231-2/+4
| |/
* | Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-0/+4
|\ \
| * | bcache/md: Use raid stripe sizeKent Overstreet2014-01-081-0/+4