summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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: 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: 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
|/ /
* / 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
| * | | block: Do not call sector_div() with a 64-bit divisorGeert Uytterhoeven2013-11-081-6/+4
| * | | block: Use rw_copy_check_uvector()Kent Overstreet2013-11-081-29/+10
| * | | block: Enable sysfs nomerge control for I/O requests in the plug listAlireza Haghdoost2013-11-081-0/+3
| * | | block: properly stack underlying max_segment_size to DM deviceMike Snitzer2013-11-081-0/+1
| * | | elevator: acquire q->sysfs_lock in elevator_change()Tomoki Sekiyama2013-11-081-2/+14
| * | | elevator: Fix a race in elevator switching and md device initializationTomoki Sekiyama2013-11-082-1/+15
| * | | block: Replace __get_cpu_var usesChristoph Lameter2013-11-082-7/+7
| * | | blk-core: Fix memory corruption if blkcg_init_queue failsMikulas Patocka2013-11-081-1/+3
| * | | block: fix race between request completion and timeout handlingJeff Moyer2013-11-082-2/+2
| | |/ | |/|
* | | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-4/+4
|\ \ \ | |/ / |/| |
| * | ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounc...Santosh Shilimkar2013-10-311-4/+4
* | | block/partitions/efi.c: treat size mismatch as a warning, not an errorDoug Anderson2013-10-161-1/+6
| |/ |/|
* | block: change config option name for cmdline partition parsingPaul Gortmaker2013-09-304-9/+14
* | Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-09-227-22/+24
|\ \ | |/ |/|
| * cfq: explicitly use 64bit divide operation for 64bit argumentsAnatol Pomozov2013-09-221-1/+1