aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)Author
2013-09-22Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-09-11block: trace all devices plug operationJianpeng Ma
2013-08-23[SCSI] Return ENODATA on medium errorHannes Reinecke
2013-08-23[SCSI] return ENOSPC on thin provisioning failureHannes Reinecke
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2013-07-01block/dasd: detailed I/O errorsHannes Reinecke
2013-05-17blkpm: avoid sleep when holding queue lockAaron Lu
2013-05-14block: queue work on power efficient wqViresh Kumar
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds
2013-03-24Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for...Jens Axboe
2013-03-23block: Add bio_end_sector()Kent Overstreet
2013-03-23block: Refactor blk_update_request()Kent Overstreet
2013-03-22block: implement runtime pm strategyLin Ming
2013-03-22block: add runtime pm helpersLin Ming
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong
2013-01-14block: add @req to bio_{front|back}_merge tracepointsTejun Heo
2013-01-14block: add missing block_bio_complete() tracepointTejun Heo
2013-01-11block: Remove should_sort judgement when flush blk_plugJianpeng Ma
2012-12-14block: export block_unplug tracepointNeilBrown
2012-12-06block: Make blk_cleanup_queue() wait until request_fn finishedBart Van Assche
2012-12-06block: Avoid scheduling delayed work on a dead queueBart Van Assche
2012-12-06block: Avoid that request_fn is invoked on a dead queueBart Van Assche
2012-12-06block: Let blk_drain_queue() caller obtain the queue lockBart Van Assche
2012-12-06block: Rename queue dead flagBart Van Assche
2012-11-10block: use NUMA_NO_NODE instead of -1Ezequiel Garcia
2012-10-25block: Add blk_rq_pos(rq) to sort rq when plushingJianpeng Ma
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-21block: fix request_queue->flags initializationTejun Heo
2012-09-21block: lift the initial queue bypass mode on blk_register_queue() instead of ...Tejun Heo
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen
2012-09-20block: Consolidate command flag and queue limit checks for mergesMartin K. Petersen
2012-09-20block: Clean up special command handling logicMartin K. Petersen
2012-09-09block: remove the duplicated setting for congestion_thresholdJaehoon Chung
2012-09-09block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet
2012-09-09block: Kill bi_destructorKent Overstreet
2012-09-09block: Ues bi_pool for bio_integrity_alloc()Kent Overstreet
2012-08-30block: rate-limit the error message from failing commandsYi Zou
2012-08-21workqueue: deprecate __cancel_delayed_work()Tejun Heo
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo
2012-07-31blk: pass from_schedule to non-request unplug functions.NeilBrown
2012-07-31block: stack unplugShaohua Li
2012-07-31blk: centralize non-request unplug handling.NeilBrown
2012-06-26blkcg: implement per-blkg request allocationTejun Heo
2012-06-25block: prepare for multiple request_listsTejun Heo
2012-06-25block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvprivTejun Heo
2012-06-25block: allocate io_context upfrontTejun Heo