summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2013-12-06block: fix memory leaks on unplugging block deviceAndrey Vagin-0/+13
2013-12-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-28/+15
2013-12-05blk-mq: fix use-after-free of requestMing Lei-2/+2
2013-12-03blk-mq: fix dereference of rq->mq_ctx if allocation failsJeff Moyer-4/+8
2013-11-24block: submit_bio_wait() conversionsKent Overstreet-18/+1
2013-11-21block/partitions/efi.c: fix bound checkAntti P Miettinen-2/+3
2013-11-20Update of blkg_stat and blkg_rwstat may happen in bh context.Hong Zhiguo-4/+4
2013-11-19blk-mq: add blktrace insert event traceJens Axboe-0/+2
2013-11-19blk-mq: ensure that we set REQ_IO_STAT so diskstats workJens Axboe-4/+8
2013-11-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-8/+7
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig-5/+5
2013-11-14blk-mq: remove newly added instances of __cpuinitPaul Gortmaker-7/+7
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+45
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds-167/+2761
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-4/+4
2013-11-13block: Use u64_stats_init() to initialize seqcountsPeter Zijlstra-0/+45
2013-11-08block: cleanup removing dependency on bootmem headersGrygorii Strashko-1/+0
2013-11-08Merge branch 'blk-mq/core' into for-3.13/coreJens Axboe-118/+2701
2013-11-08block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong-1/+1
2013-11-08block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong-1/+1
2013-11-08block: Do not call sector_div() with a 64-bit divisorGeert Uytterhoeven-6/+4
2013-11-08block: Use rw_copy_check_uvector()Kent Overstreet-29/+10
2013-11-08block: Enable sysfs nomerge control for I/O requests in the plug listAlireza Haghdoost-0/+3
2013-11-08block: properly stack underlying max_segment_size to DM deviceMike Snitzer-0/+1
2013-11-08elevator: acquire q->sysfs_lock in elevator_change()Tomoki Sekiyama-2/+14
2013-11-08elevator: Fix a race in elevator switching and md device initializationTomoki Sekiyama-1/+15
2013-11-08block: Replace __get_cpu_var usesChristoph Lameter-7/+7
2013-11-08blk-core: Fix memory corruption if blkcg_init_queue failsMikulas Patocka-1/+3
2013-11-08block: fix race between request completion and timeout handlingJeff Moyer-2/+2
2013-10-31ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounc...Santosh Shilimkar-4/+4
2013-10-29blk-mq: don't disallow request merges for req->special being setJens Axboe-3/+14
2013-10-29blk-mq: mq plug list breakageShaohua Li-2/+8
2013-10-28blk-mq: fix for flush deadlockChristoph Hellwig-4/+14
2013-10-25blk-mq: add blk_mq_stop_hw_queuesChristoph Hellwig-0/+10
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe-102/+2657
2013-10-25block: remove request ref_countChristoph Hellwig-10/+0
2013-10-25block: make rq->cmd_flags be 64-bitJens Axboe-2/+2
2013-10-16block/partitions/efi.c: treat size mismatch as a warning, not an errorDoug Anderson-1/+6
2013-09-30block: change config option name for cmdline partition parsingPaul Gortmaker-9/+14
2013-09-22Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-blockLinus Torvalds-22/+24
2013-09-22cfq: explicitly use 64bit divide operation for 64bit argumentsAnatol Pomozov-1/+1
2013-09-18If the queue is dying then we only call the rq->end_io callout.Mike Christie-2/+2
2013-09-15partitions/efi: loosen check fot pmbr size in lbaDavidlohr Bueso-2/+6
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara-1/+1
2013-09-11block/partitions/efi.c: consistently use pr_foo()Andrew Morton-26/+19
2013-09-11partitions/efi: some style cleanupsDavidlohr Bueso-11/+8
2013-09-11partitions/efi: delete annoying emacs style commentsDavidlohr Bueso-19/+0
2013-09-11partitions/efi: compare first and last usable LBAsDavidlohr Bueso-1/+6
2013-09-11partitions/efi: account for pmbr size in lbaDavidlohr Bueso-3/+18
2013-09-11partitions/efi: detect hybrid MBRsDavidlohr Bueso-21/+56