aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "block: do not requeue completed request"Gilad Broner2015-02-021-14/+1
* block: do not requeue completed requestGilad Broner2015-01-041-1/+14
* block/fs: make tracking dirty task debug onlyVenkat Gopalakrishnan2014-10-281-10/+23
* Merge upstream tag 'v3.10.49' into msm-3.10Ian Maund2014-08-201-1/+1
|\
| * blktrace: fix accounting of partially completed requestsRoman Pen2014-05-301-1/+1
* | block/fs: keep track of the task that dirtied the pageVenkat Gopalakrishnan2014-05-061-1/+12
* | Merge upstream linux-stable v3.10.28 into msm-3.10Ian Maund2014-03-241-2/+13
|\|
| * elevator: Fix a race in elevator switching and md device initializationTomoki Sekiyama2013-12-081-1/+9
| * blk-core: Fix memory corruption if blkcg_init_queue failsMikulas Patocka2013-12-041-1/+3
| * block: fix race between request completion and timeout handlingJeff Moyer2013-11-291-0/+1
* | dm: Request based dm-cryptDinesh K Garg2014-01-181-2/+11
* | block: do not notify urgent request, when flush with data in flightKonstantin Dorfman2014-01-051-1/+2
* | Revert "block: prevent access to NULL pointer in req->part"Dolev Raviv2013-10-271-7/+3
* | block: prevent access to NULL pointer in req->partDolev Raviv2013-10-241-3/+7
* | block: allow REQ_PM requests even when the device is suspendedSujit Reddy Thumma2013-10-031-2/+1
* | Revert "block: Add URGENT request notification support to CFQ scheduler"Tatyana Brokhman2013-09-091-1/+3
* | block: Add URGENT request notification support to CFQ schedulerTatyana Brokhman2013-09-041-3/+1
* | block: Remove "requeuing urgent req" error messagesTatyana Brokhman2013-09-041-2/+2
* | block: urgent: Fix dispatching of URGENT mechanismTatyana Brokhman2013-09-041-7/+6
* | block: urgent request: remove unnecessary urgent markingTatyana Brokhman2013-09-041-6/+2
* | block: urgent request: Update dispatch_urgent in case of requeue/reinsertTatyana Brokhman2013-08-221-0/+20
* | block: Add API for urgent request handlingTatyana Brokhman2013-07-081-2/+24
* | block: Add support for reinsert a dispatched reqTatyana Brokhman2013-07-081-0/+44
* | block: Add test-iosched schedulerMaya Erez2013-07-081-2/+1
|/
* blkpm: avoid sleep when holding queue lockAaron Lu2013-05-171-1/+1
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-69/+196
|\
| * Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for...Jens Axboe2013-03-241-69/+13
| |\
| | * block: Add bio_end_sector()Kent Overstreet2013-03-231-1/+1
| | * block: Refactor blk_update_request()Kent Overstreet2013-03-231-68/+12
| * | block: implement runtime pm strategyLin Ming2013-03-221-0/+39
| * | block: add runtime pm helpersLin Ming2013-03-221-0/+144
| |/
* / Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds2013-04-181-0/+1
|/
* Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-281-15/+3
|\
| * block: add @req to bio_{front|back}_merge tracepointsTejun Heo2013-01-141-2/+2
| * block: add missing block_bio_complete() tracepointTejun Heo2013-01-141-1/+0
| * block: Remove should_sort judgement when flush blk_plugJianpeng Ma2013-01-111-12/+1
* | block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong2013-02-211-3/+5
|/
* block: export block_unplug tracepointNeilBrown2012-12-141-0/+1
* block: Make blk_cleanup_queue() wait until request_fn finishedBart Van Assche2012-12-061-0/+10
* block: Avoid scheduling delayed work on a dead queueBart Van Assche2012-12-061-24/+9
* block: Avoid that request_fn is invoked on a dead queueBart Van Assche2012-12-061-4/+27
* block: Let blk_drain_queue() caller obtain the queue lockBart Van Assche2012-12-061-12/+18
* block: Rename queue dead flagBart Van Assche2012-12-061-13/+13
* block: use NUMA_NO_NODE instead of -1Ezequiel Garcia2012-11-101-2/+2
* block: Add blk_rq_pos(rq) to sort rq when plushingJianpeng Ma2012-10-251-1/+2
* Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-10-111-27/+24
|\
| * block: fix request_queue->flags initializationTejun Heo2012-09-211-1/+1
| * block: lift the initial queue bypass mode on blk_register_queue() instead of ...Tejun Heo2012-09-211-5/+2
| * block: Implement support for WRITE SAMEMartin K. Petersen2012-09-201-2/+12
| * block: Consolidate command flag and queue limit checks for mergesMartin K. Petersen2012-09-201-2/+1