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