aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-merge.c
Commit message (Expand)AuthorAgeFilesLines
* block: attempt to merge with existing requests on plug flushJens Axboe2011-03-211-0/+6
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-1/+2
|\
| * block: add internal hd part table referencesJens Axboe2011-01-071-1/+1
| * block: fix accounting bug on cross partition mergesJerome Marchand2011-01-051-1/+2
* | block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen2010-12-171-3/+3
|/
* Revert "block: fix accounting bug on cross partition merges"Jens Axboe2010-10-241-1/+1
* Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-10/+15
|\
| * block: fix accounting bug on cross partition mergesYasuaki Ishimatsu2010-10-191-1/+1
| * block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen2010-09-101-9/+14
* | block: prevent merges of discard and write requestsAdrian Hunter2010-09-251-0/+12
|/
* gcc-4.6: block: fix unused but set variables in blk-mergeAndi Kleen2010-08-071-2/+1
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-1/+1
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-2/+2
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-6/+2
* block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan2009-10-061-1/+1
* Revert "Seperate read and write statistics of in_flight requests"Jens Axboe2009-10-041-1/+1
* Seperate read and write statistics of in_flight requestsNikanth Karthikesan2009-09-141-1/+1
* scsi,block: update SCSI to handle mixed merge failuresTejun Heo2009-09-111-6/+0
* block: implement mixed merge of different failfast requestsTejun Heo2009-09-111-0/+43
* block: don't merge requests of different failfast settingsTejun Heo2009-07-031-0/+6
* block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-13/+14
* block: hide request sector and data_lenTejun Heo2009-05-111-1/+1
* block: drop request->hard_* and *nr_sectorsTejun Heo2009-05-111-32/+4
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-5/+5
* block: simplify I/O stat accountingJerome Marchand2009-04-241-1/+4
* block: fix inconsistency in I/O stat accounting codeJerome Marchand2009-04-071-12/+17
* block: WARN in __blk_put_request() for potential bio leakBoaz Harrosh2009-03-261-0/+2
* block: fix missing bio back/front segment size setting in blk_recount_segments()Jens Axboe2009-03-061-16/+9
* block: reduce stack footprint of blk_recount_segments()Jens Axboe2009-02-261-41/+53
* block: remove unused ll_new_mergeable()FUJITA Tomonori2008-11-061-21/+0
* block: fix nr_phys_segments miscalculation bugFUJITA Tomonori2008-10-171-2/+18
* block: inherit CPU completion on bio->rq and rq->rq mergesJens Axboe2008-10-091-0/+2
* block: move stats from disk to part0Tejun Heo2008-10-091-8/+4
* block: fix diskstats accessTejun Heo2008-10-091-5/+6
* block: fix disk->part[] dereferencing raceTejun Heo2008-10-091-2/+7
* block: misc updatesTejun Heo2008-10-091-2/+2
* drop vmerge accountingMikulas Patocka2008-10-091-27/+4
* block: drop virtual merging accountingMikulas Patocka2008-10-091-73/+6
* Allow elevators to sort/merge discard requestsDavid Woodhouse2008-10-091-10/+17
* block: Block layer data integrity supportMartin K. Petersen2008-07-031-0/+3
* block: get rid of likely/unlikely predictions in merge logicJens Axboe2008-05-071-6/+6
* block: make queue flags non-atomicNick Piggin2008-04-291-3/+3
* block: move the padding adjustment to blk_rq_map_sgFUJITA Tomonori2008-04-211-0/+9
* block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori2008-03-041-1/+1
* block: clear drain buffer if draining for write commandTejun Heo2008-02-191-0/+3
* block: implement request_queue->dma_drain_neededTejun Heo2008-02-191-1/+1
* block: add request->raw_data_lenTejun Heo2008-02-191-0/+1
* Enhanced partition statistics: update partition statiticsJerome Marchand2008-02-081-0/+6
* block: make core bits checkpatch compliantJens Axboe2008-02-011-6/+6
* block: ll_rw_blk.c split, add blk-merge.cJens Axboe2008-01-291-0/+485