summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Fix kernel-doc parameter name typo in blk-settings.c:Randy Dunlap2009-06-191-1/+1
* block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz2009-06-191-2/+2
* block: Fix bounce_pfn settingMartin K. Petersen2009-06-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-06-162-0/+16
|\
| * Driver Core: bsg: add nodename for bsg driverKay Sievers2009-06-151-0/+6
| * Driver Core: block: add nodename support for block drivers.Kay Sievers2009-06-151-0/+10
* | block: remove some includings of blktrace_api.hLi Zefan2009-06-161-1/+0
* | block: Introduce helper to reset queue limits to default valuesMartin K. Petersen2009-06-161-6/+27
* | cfq: remove extraneous '\n' in blktrace outputJeff Moyer2009-06-161-1/+1
* | block: don't overwrite bdi->state after bdi_init() has been runJens Axboe2009-06-162-4/+5
* | cfq: cleanup for last_end_request in cfq_dataGui Jianfeng2009-06-161-5/+0
|/
* block: fix kernel-doc in recent block/ changesRandy Dunlap2009-06-112-13/+14
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-1122-654/+1061
|\
| * block: add request clone interface (v2)Kiyoshi Ueda2009-06-111-0/+100
| * block: prevent possible io_context->refcount overflowNikanth Karthikesan2009-06-102-7/+7
| * block: Add missing bounce_pfn stacking and fix commentsMartin K. Petersen2009-06-091-2/+3
| * Revert "block: Fix bounce limit setting in DM"Jens Axboe2009-06-091-17/+0
| * block: needs to set the residual length of a bidi requestFUJITA Tomonori2009-06-091-0/+3
| * block: Fix bounce limit setting in DMMartin K. Petersen2009-06-031-0/+17
| * block: fix a possible oops on elv_abort_queue()Kiyoshi Ueda2009-06-021-0/+5
| * block: fix an oops on BLKPREP_KILLJames Bottomley2009-05-301-0/+5
| * block: export blk_stack_limits()Mike Snitzer2009-05-281-0/+1
| * block: fix no diskstat problemKiyoshi Ueda2009-05-271-3/+3
| * block: fix oops with block tag queueingJames Bottomley2009-05-271-4/+4
| * block: Export I/O topology for block devices and partitionsMartin K. Petersen2009-05-223-0/+230
| * block: Expose stacked device queues in sysfsMartin K. Petersen2009-05-222-4/+15
| * block: Move queue limits to an embedded structMartin K. Petersen2009-05-221-21/+34
| * block: Use accessor functions for queue limitsMartin K. Petersen2009-05-229-44/+54
| * block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-225-17/+22
| * Merge branch 'master' into for-2.6.31Jens Axboe2009-05-221-2/+2
| |\
| * | block: change the tag sync vs async restriction logicJens Axboe2009-05-204-12/+15
| * | block: add warning to blk_make_request()Jens Axboe2009-05-191-0/+9
| * | block: Un-export blk_rq_append_bioBoaz Harrosh2009-05-192-1/+2
| * | block: Add blk_make_request(), takes bio, returns a requestBoaz Harrosh2009-05-191-0/+45
| * | block: allow blk_rq_map_kern to append to requestsJames Bottomley2009-05-191-2/+10
| * | block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2009-05-191-2/+3
| * | block: move completion related functions back to blk-core.cFUJITA Tomonori2009-05-111-6/+122
| * | block: implement and enforce request peek/start/fetchTejun Heo2009-05-114-31/+81
| * | block: hide request sector and data_lenTejun Heo2009-05-113-12/+12
| * | block: drop request->hard_* and *nr_sectorsTejun Heo2009-05-114-89/+39
| * | block: convert to pos and nr_sectors accessorsTejun Heo2009-05-117-44/+45
| * | block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo2009-05-113-3/+3
| * | block: add rq->resid_lenTejun Heo2009-05-112-5/+5
| * | block: don't init rq fields unnecessarilyTejun Heo2009-04-281-2/+0
| * | block: catch trying to use more bits than request->cmd_flags hasNikanth Karthikesan2009-04-281-0/+3
| * | block: include discard requests in IO accountingJens Axboe2009-04-281-1/+2
| * | block: make blk_do_io_stat() do the full "is this rq accountable" checksJens Axboe2009-04-282-10/+11
| * | block: kill rq->dataTejun Heo2009-04-283-7/+5
| * | block: implement and use [__]blk_end_request_all()Tejun Heo2009-04-283-9/+4
| * | block: move rq->start_time initialization to blk_rq_init()Tejun Heo2009-04-281-1/+1