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