aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)Author
2009-06-16block: remove some includings of blktrace_api.hLi Zefan
2009-06-16block: don't overwrite bdi->state after bdi_init() has been runJens Axboe
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-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan
2009-06-09block: needs to set the residual length of a bidi requestFUJITA Tomonori
2009-05-30block: fix an oops on BLKPREP_KILLJames Bottomley
2009-05-27block: fix oops with block tag queueingJames Bottomley
2009-05-22block: Use accessor functions for queue limitsMartin 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: Add blk_make_request(), takes bio, returns a requestBoaz Harrosh
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-07Merge branch 'linus' into tracing/coreIngo Molnar
2009-05-06blktrace: from-sector redundant in trace_block_remapAlan D. Brunelle
2009-04-28block: catch trying to use more bits than request->cmd_flags hasNikanth Karthikesan
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
2009-04-28block: reorder request completion functionsTejun Heo
2009-04-28block: cleanup REQ_SOFTBARRIER usagesTejun Heo
2009-04-28block: don't set REQ_NOMERGE unnecessarilyTejun Heo
2009-04-28block: kill blk_start_queueing()Tejun Heo
2009-04-28block: merge blk_invoke_request_fn() into __blk_run_queue()Tejun Heo
2009-04-28block: clear req->errors on bio completion only for fs requestsTejun Heo
2009-04-24block: simplify I/O stat accountingJerome Marchand
2009-04-19block: clear req->errors on bio completion only for fs requestsTejun Heo
2009-04-07Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-04-07block: remove unused REQ_UNPLUGJens Axboe
2009-04-07block: fix inconsistency in I/O stat accounting codeJerome Marchand
2009-04-06block: Add flag for telling the IO schedulers NOT to anticipate more IOJens Axboe
2009-04-06block: enabling plugging on SSD devices that don't do queuingJens Axboe
2009-04-06block: change the request allocation/congestion logic to be sync/async basedJens Axboe
2009-04-03blktrace: fix pdu_len when tracing packet command requestsLi Zefan
2009-03-26block: WARN in __blk_put_request() for potential bio leakBoaz Harrosh