aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-08Merge branch 'blk-mq/core' into for-3.13/coreJens Axboe1-64/+93
2013-11-08block: Enable sysfs nomerge control for I/O requests in the plug listAlireza Haghdoost1-0/+3
2013-11-08elevator: Fix a race in elevator switching and md device initializationTomoki Sekiyama1-1/+9
2013-11-08blk-core: Fix memory corruption if blkcg_init_queue failsMikulas Patocka1-1/+3
2013-11-08block: fix race between request completion and timeout handlingJeff Moyer1-0/+1
2013-10-29blk-mq: mq plug list breakageShaohua Li1-1/+7
2013-10-28blk-mq: fix for flush deadlockChristoph Hellwig1-1/+1
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe1-58/+84
2013-10-25block: remove request ref_countChristoph Hellwig1-3/+0
2013-10-25block: make rq->cmd_flags be 64-bitJens Axboe1-2/+2
2013-09-22Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+2
2013-09-11block: trace all devices plug operationJianpeng Ma1-4/+2
2013-08-23[SCSI] Return ENODATA on medium errorHannes Reinecke1-0/+3
2013-08-23[SCSI] return ENOSPC on thin provisioning failureHannes Reinecke1-0/+3
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+3
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+2
2013-07-01block/dasd: detailed I/O errorsHannes Reinecke1-0/+3
2013-05-17blkpm: avoid sleep when holding queue lockAaron Lu1-1/+1
2013-05-14block: queue work on power efficient wqViresh Kumar1-1/+2
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-69/+196
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds1-0/+1
2013-03-24Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for-3.10/coreJens Axboe1-69/+13
2013-03-23block: Add bio_end_sector()Kent Overstreet1-1/+1
2013-03-23block: Refactor blk_update_request()Kent Overstreet1-68/+12
2013-03-22block: implement runtime pm strategyLin Ming1-0/+39
2013-03-22block: add runtime pm helpersLin Ming1-0/+144
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-15/+3
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong1-3/+5
2013-01-14block: add @req to bio_{front|back}_merge tracepointsTejun Heo1-2/+2
2013-01-14block: add missing block_bio_complete() tracepointTejun Heo1-1/+0
2013-01-11block: Remove should_sort judgement when flush blk_plugJianpeng Ma1-12/+1
2012-12-14block: export block_unplug tracepointNeilBrown1-0/+1
2012-12-06block: Make blk_cleanup_queue() wait until request_fn finishedBart Van Assche1-0/+10
2012-12-06block: Avoid scheduling delayed work on a dead queueBart Van Assche1-24/+9
2012-12-06block: Avoid that request_fn is invoked on a dead queueBart Van Assche1-4/+27
2012-12-06block: Let blk_drain_queue() caller obtain the queue lockBart Van Assche1-12/+18
2012-12-06block: Rename queue dead flagBart Van Assche1-13/+13
2012-11-10block: use NUMA_NO_NODE instead of -1Ezequiel Garcia1-2/+2
2012-10-25block: Add blk_rq_pos(rq) to sort rq when plushingJianpeng Ma1-1/+2
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-27/+24
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-5/+3
2012-09-21block: fix request_queue->flags initializationTejun Heo1-1/+1
2012-09-21block: lift the initial queue bypass mode on blk_register_queue() instead of blk_init_allocated_queue()Tejun Heo1-5/+2
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen1-2/+12
2012-09-20block: Consolidate command flag and queue limit checks for mergesMartin K. Petersen1-2/+1
2012-09-20block: Clean up special command handling logicMartin K. Petersen1-7/+6
2012-09-09block: remove the duplicated setting for congestion_thresholdJaehoon Chung1-2/+0
2012-09-09block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet1-7/+1
2012-09-09block: Kill bi_destructorKent Overstreet1-1/+1
2012-09-09block: Ues bi_pool for bio_integrity_alloc()Kent Overstreet1-1/+1