summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-3015-214/+181
|\ \ \
| * | | block/blk-mq-cpu.c: use hotcpu_notifier()Andrew Morton2014-01-281-5/+1
| * | | block: Fix memory leak in rw_copy_check_uvector() handlingChristian Engelmayer2014-01-211-2/+4
| * | | block: remove unrelated header files and export symbolCaiZhiyong2014-01-211-7/+11
| * | | blk-mq: uses page->list incorrectlyDave Hansen2014-01-081-3/+3
| * | | blk-mq: use __smp_call_function_single directlyChristoph Hellwig2014-01-083-89/+11
| |/ /
| * | blk-mq: fix initializing request's start timeMing Lei2014-01-031-0/+2
| * | block: blk-mq: don't export blk_mq_free_queue()Ming Lei2013-12-313-1/+2
| * | block: blk-mq: make blk_sync_queue support mqMing Lei2013-12-312-2/+10
| * | block: blk-mq: support draining mq queueMing Lei2013-12-314-18/+40
| * | Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-313-10/+27
| |\ \
| * | | block: Really silence spurious compiler warningsKent Overstreet2013-12-031-9/+3
| * | | block: Silence spurious compiler warningsKent Overstreet2013-11-261-0/+6
| * | | block: Kill bio_iovec_idx(), __bio_iovec()Kent Overstreet2013-11-231-2/+11
| * | | bio-integrity: Convert to bvec_iterKent Overstreet2013-11-231-18/+22
| * | | block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-232-28/+25
| * | | block: Abstract out bvec iteratorKent Overstreet2013-11-238-39/+39
| * | | block: submit_bio_wait() conversionsKent Overstreet2013-11-231-18/+1
* | | | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-01-212-93/+73
|\ \ \ \ | |_|/ / |/| | |
| * | | cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo2013-12-052-93/+73
| |/ /
* | | block: fix memory leaks on unplugging block deviceAndrey Vagin2013-12-061-0/+13
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-12-053-28/+15
|\ \ | |/ |/|
| * blk-mq: fix use-after-free of requestMing Lei2013-12-051-2/+2
| * blk-mq: fix dereference of rq->mq_ctx if allocation failsJeff Moyer2013-12-031-4/+8
| * block: submit_bio_wait() conversionsKent Overstreet2013-11-241-18/+1
| * Update of blkg_stat and blkg_rwstat may happen in bh context.Hong Zhiguo2013-11-201-4/+4
* | block/partitions/efi.c: fix bound checkAntti P Miettinen2013-11-211-2/+3
|/
* blk-mq: add blktrace insert event traceJens Axboe2013-11-191-0/+2
* blk-mq: ensure that we set REQ_IO_STAT so diskstats workJens Axboe2013-11-191-4/+8
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-153-8/+7
|\
| * blk-mq: remove newly added instances of __cpuinitPaul Gortmaker2013-11-142-7/+7
| * block: cleanup removing dependency on bootmem headersGrygorii Strashko2013-11-081-1/+0
* | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2013-11-153-5/+5
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-143-0/+45
|\ \
| * | block: Use u64_stats_init() to initialize seqcountsPeter Zijlstra2013-11-133-0/+45
* | | Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-1422-167/+2761
|\ \ \ | | |/ | |/|
| * | Merge branch 'blk-mq/core' into for-3.13/coreJens Axboe2013-11-0815-118/+2701
| |\ \
| | * | blk-mq: don't disallow request merges for req->special being setJens Axboe2013-10-291-3/+14
| | * | blk-mq: mq plug list breakageShaohua Li2013-10-292-2/+8
| | * | blk-mq: fix for flush deadlockChristoph Hellwig2013-10-283-4/+14
| | * | blk-mq: add blk_mq_stop_hw_queuesChristoph Hellwig2013-10-251-0/+10
| | * | blk-mq: new multi-queue block IO queueing mechanismJens Axboe2013-10-2514-102/+2657
| | * | block: remove request ref_countChristoph Hellwig2013-10-252-10/+0
| | * | block: make rq->cmd_flags be 64-bitJens Axboe2013-10-251-2/+2
| * | | block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2013-11-081-1/+1
| * | | block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2013-11-081-1/+1
OpenPOWER on IntegriCloud