summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2009-06-11block: fix kernel-doc in recent block/ changesRandy Dunlap-13/+14
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-654/+1061
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds-3/+7
2009-06-11block: add request clone interface (v2)Kiyoshi Ueda-0/+100
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-23/+15
2009-06-10block: prevent possible io_context->refcount overflowNikanth Karthikesan-7/+7
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan-18/+6
2009-06-09bsg: setting rq->bio to NULLFUJITA Tomonori-0/+3
2009-06-09block: Add missing bounce_pfn stacking and fix commentsMartin K. Petersen-2/+3
2009-06-09Revert "block: Fix bounce limit setting in DM"Jens Axboe-17/+0
2009-06-09block: needs to set the residual length of a bidi requestFUJITA Tomonori-0/+3
2009-06-03block: Fix bounce limit setting in DMMartin K. Petersen-0/+17
2009-06-02block: fix a possible oops on elv_abort_queue()Kiyoshi Ueda-0/+5
2009-05-30block: fix an oops on BLKPREP_KILLJames Bottomley-0/+5
2009-05-28block: export blk_stack_limits()Mike Snitzer-0/+1
2009-05-27block: fix no diskstat problemKiyoshi Ueda-3/+3
2009-05-27block: fix oops with block tag queueingJames Bottomley-4/+4
2009-05-22block: Export I/O topology for block devices and partitionsMartin K. Petersen-0/+230
2009-05-22block: Expose stacked device queues in sysfsMartin K. Petersen-4/+15
2009-05-22block: Move queue limits to an embedded structMartin K. Petersen-21/+34
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen-44/+54
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen-17/+22
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe-2/+2
2009-05-20block: change the tag sync vs async restriction logicJens Axboe-12/+15
2009-05-19block: add warning to blk_make_request()Jens Axboe-0/+9
2009-05-19block: Un-export blk_rq_append_bioBoaz Harrosh-1/+2
2009-05-19block: Add blk_make_request(), takes bio, returns a requestBoaz Harrosh-0/+45
2009-05-19block: allow blk_rq_map_kern to append to requestsJames Bottomley-2/+10
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo-2/+3
2009-05-18Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar-2/+2
2009-05-12block: fix the bio_vec array index out-of-bounds testKazuhisa Ichikawa-2/+2
2009-05-11block: move completion related functions back to blk-core.cFUJITA Tomonori-6/+122
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo-31/+81
2009-05-11block: hide request sector and data_lenTejun Heo-12/+12
2009-05-11block: drop request->hard_* and *nr_sectorsTejun Heo-89/+39
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo-44/+45
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo-3/+3
2009-05-11block: add rq->resid_lenTejun Heo-5/+5
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar-149/+370
2009-05-06blktrace: from-sector redundant in trace_block_remapAlan D. Brunelle-3/+2
2009-04-28block: don't init rq fields unnecessarilyTejun Heo-2/+0
2009-04-28block: catch trying to use more bits than request->cmd_flags hasNikanth Karthikesan-0/+3
2009-04-28block: include discard requests in IO accountingJens Axboe-1/+2
2009-04-28block: make blk_do_io_stat() do the full "is this rq accountable" checksJens Axboe-10/+11
2009-04-28block: kill rq->dataTejun Heo-7/+5
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo-9/+4
2009-04-28block: move rq->start_time initialization to blk_rq_init()Tejun Heo-1/+1
2009-04-28block: clean up request completion APITejun Heo-151/+75
2009-04-28block: kill blk_end_request_callback()Tejun Heo-45/+3
2009-04-28block: reorganize request fetching functionsTejun Heo-128/+132