aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-merge.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator functionsTejun Heo1-0/+37
2011-03-21block: attempt to merge with existing requests on plug flushJens Axboe1-0/+6
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+2
2011-01-07block: add internal hd part table referencesJens Axboe1-1/+1
2011-01-05block: fix accounting bug on cross partition mergesJerome Marchand1-1/+2
2010-12-17block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen1-3/+3
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe1-1/+1
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-10/+15
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu1-1/+1
2010-09-25block: prevent merges of discard and write requestsAdrian Hunter1-0/+12
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen1-9/+14
2010-08-07gcc-4.6: block: fix unused but set variables in blk-mergeAndi Kleen1-2/+1
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-1/+1
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-2/+2
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-6/+2
2009-10-06block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan1-1/+1
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe1-1/+1
2009-09-14Seperate read and write statistics of in_flight requestsNikanth Karthikesan1-1/+1
2009-09-11scsi,block: update SCSI to handle mixed merge failuresTejun Heo1-6/+0
2009-09-11block: implement mixed merge of different failfast requestsTejun Heo1-0/+43
2009-07-03block: don't merge requests of different failfast settingsTejun Heo1-0/+6
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-13/+14
2009-05-11block: hide request sector and data_lenTejun Heo1-1/+1
2009-05-11block: drop request->hard_* and *nr_sectorsTejun Heo1-32/+4
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-5/+5
2009-04-24block: simplify I/O stat accountingJerome Marchand1-1/+4
2009-04-07block: fix inconsistency in I/O stat accounting codeJerome Marchand1-12/+17
2009-03-26block: WARN in __blk_put_request() for potential bio leakBoaz Harrosh1-0/+2
2009-03-06block: fix missing bio back/front segment size setting in blk_recount_segments()Jens Axboe1-16/+9
2009-02-26block: reduce stack footprint of blk_recount_segments()Jens Axboe1-41/+53
2008-11-06block: remove unused ll_new_mergeable()FUJITA Tomonori1-21/+0
2008-10-17block: fix nr_phys_segments miscalculation bugFUJITA Tomonori1-2/+18
2008-10-09block: inherit CPU completion on bio->rq and rq->rq mergesJens Axboe1-0/+2
2008-10-09block: move stats from disk to part0Tejun Heo1-8/+4
2008-10-09block: fix diskstats accessTejun Heo1-5/+6
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo1-2/+7
2008-10-09block: misc updatesTejun Heo1-2/+2
2008-10-09drop vmerge accountingMikulas Patocka1-27/+4
2008-10-09block: drop virtual merging accountingMikulas Patocka1-73/+6
2008-10-09Allow elevators to sort/merge discard requestsDavid Woodhouse1-10/+17
2008-07-03block: Block layer data integrity supportMartin K. Petersen1-0/+3
2008-05-07block: get rid of likely/unlikely predictions in merge logicJens Axboe1-6/+6
2008-04-29block: make queue flags non-atomicNick Piggin1-3/+3
2008-04-21block: move the padding adjustment to blk_rq_map_sgFUJITA Tomonori1-0/+9
2008-03-04block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori1-1/+1
2008-02-19block: clear drain buffer if draining for write commandTejun Heo1-0/+3
2008-02-19block: implement request_queue->dma_drain_neededTejun Heo1-1/+1
2008-02-19block: add request->raw_data_lenTejun Heo1-0/+1
2008-02-08Enhanced partition statistics: update partition statiticsJerome Marchand1-0/+6
2008-02-01block: make core bits checkpatch compliantJens Axboe1-6/+6