summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | 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
| * If the queue is dying then we only call the rq->end_io callout.Mike Christie2013-09-181-2/+2
| * blkcg: relocate root_blkg setting and clearingTejun Heo2013-09-111-10/+15
| * block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2013-09-114-5/+4
| * block: trace all devices plug operationJianpeng Ma2013-09-111-4/+2
* | partitions/efi: loosen check fot pmbr size in lbaDavidlohr Bueso2013-09-151-2/+6
* | lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara2013-09-111-1/+1
* | block/partitions/efi.c: consistently use pr_foo()Andrew Morton2013-09-111-26/+19
* | partitions/efi: some style cleanupsDavidlohr Bueso2013-09-111-11/+8
* | partitions/efi: delete annoying emacs style commentsDavidlohr Bueso2013-09-111-19/+0
* | partitions/efi: compare first and last usable LBAsDavidlohr Bueso2013-09-111-1/+6