summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: fix regression with block enabled taggingJens Axboe2014-04-094-13/+10
* blk-mq: fix potential stall during CPU unplug with IO pendingJens Axboe2014-04-071-2/+6
* Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-034-23/+17
|\
| * cgroup: drop const from @buffer of cftype->write_string()Tejun Heo2014-03-192-4/+4
| * cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo2014-02-131-1/+1
| * cgroup: remove cgroup->nameTejun Heo2014-02-121-4/+8
| * cgroup: update the meaning of cftype->max_write_lenTejun Heo2014-02-112-7/+0
| * cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-082-6/+4
| * cgroup: drop module supportTejun Heo2014-02-081-1/+0
* | 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