aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Explicitly handle discard/write same segmentsKent Overstreet2014-02-071-29/+62
* block: Really silence spurious compiler warningsKent Overstreet2013-12-031-9/+3
* block: Silence spurious compiler warningsKent Overstreet2013-11-261-0/+6
* block: Kill bio_iovec_idx(), __bio_iovec()Kent Overstreet2013-11-241-2/+11
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-241-26/+23
* block: Abstract out bvec iteratorKent Overstreet2013-11-241-2/+2
* blk-mq: don't disallow request merges for req->special being setJens Axboe2013-10-291-3/+14
* scatterlist: introduce sg_unmark_endPaolo Bonzini2013-03-201-1/+1
* block: Implement support for WRITE SAMEMartin K. Petersen2012-09-201-0/+9
* block: Consolidate command flag and queue limit checks for mergesMartin K. Petersen2012-09-201-18/+12
* block: Clean up special command handling logicMartin K. Petersen2012-09-201-21/+1
* block: Add blk_bio_map_sg() helperAsias He2012-08-021-0/+37
* block: Introduce __blk_segment_map_sg() helperAsias He2012-08-021-35/+45
* block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo2012-02-081-0/+37
* 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