summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* block: make the end_io functions be non-GPL exportsJens Axboe2009-07-281-6/+6
* block: always assign default lock to queuesJens Axboe2009-07-281-7/+0
* blocK: Restore barrier support for md and probably other virtual devices.NeilBrown2009-07-011-5/+5
* block: get rid of queue-private command filterJens Axboe2009-07-011-2/+0
* block: Create bip slabs with embedded integrity vectorsMartin K. Petersen2009-07-011-1/+1
* block: remove some includings of blktrace_api.hLi Zefan2009-06-161-1/+0
* block: don't overwrite bdi->state after bdi_init() has been runJens Axboe2009-06-161-0/+5
* block: fix kernel-doc in recent block/ changesRandy Dunlap2009-06-111-10/+11
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-111-302/+546
|\
| * block: add request clone interface (v2)Kiyoshi Ueda2009-06-111-0/+100
| * block: needs to set the residual length of a bidi requestFUJITA Tomonori2009-06-091-0/+3
| * block: fix an oops on BLKPREP_KILLJames Bottomley2009-05-301-0/+5
| * block: fix oops with block tag queueingJames Bottomley2009-05-271-4/+4
| * block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-8/+8
| * Merge branch 'master' into for-2.6.31Jens Axboe2009-05-221-2/+2
| |\
| * | block: change the tag sync vs async restriction logicJens Axboe2009-05-201-1/+1
| * | block: add warning to blk_make_request()Jens Axboe2009-05-191-0/+9
| * | block: Add blk_make_request(), takes bio, returns a requestBoaz Harrosh2009-05-191-0/+45
| * | 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-111-28/+77
| * | block: hide request sector and data_lenTejun Heo2009-05-111-10/+10
| * | block: drop request->hard_* and *nr_sectorsTejun Heo2009-05-111-51/+30
| * | block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-9/+8
| * | block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo2009-05-111-1/+1
| * | block: catch trying to use more bits than request->cmd_flags hasNikanth Karthikesan2009-04-281-0/+3
| * | block: make blk_do_io_stat() do the full "is this rq accountable" checksJens Axboe2009-04-281-9/+3
| * | block: kill rq->dataTejun Heo2009-04-281-3/+2
| * | block: implement and use [__]blk_end_request_all()Tejun Heo2009-04-281-1/+1
| * | block: move rq->start_time initialization to blk_rq_init()Tejun Heo2009-04-281-1/+1
| * | block: clean up request completion APITejun Heo2009-04-281-151/+75
| * | block: kill blk_end_request_callback()Tejun Heo2009-04-281-45/+3
| * | block: reorganize request fetching functionsTejun Heo2009-04-281-0/+95
| * | block: reorder request completion functionsTejun Heo2009-04-281-72/+72
| * | block: cleanup REQ_SOFTBARRIER usagesTejun Heo2009-04-281-1/+0
| * | block: don't set REQ_NOMERGE unnecessarilyTejun Heo2009-04-281-4/+1
| * | block: kill blk_start_queueing()Tejun Heo2009-04-281-26/+2
| * | block: merge blk_invoke_request_fn() into __blk_run_queue()Tejun Heo2009-04-281-21/+14
| * | block: clear req->errors on bio completion only for fs requestsTejun Heo2009-04-281-3/+7
* | | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds2009-06-111-3/+7
|\ \ \
| * | | block: clear req->errors on bio completion only for fs requestsTejun Heo2009-04-191-3/+7
* | | | tracing/events: convert block trace points to TRACE_EVENT()Li Zefan2009-06-091-12/+4
* | | | Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar2009-05-181-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | block: fix the bio_vec array index out-of-bounds testKazuhisa Ichikawa2009-05-121-2/+2
| | |/ | |/|
* | | Merge branch 'linus' into tracing/coreIngo Molnar2009-05-071-2/+4
|\| |
| * | block: simplify I/O stat accountingJerome Marchand2009-04-241-2/+4
| |/
* / blktrace: from-sector redundant in trace_block_remapAlan D. Brunelle2009-05-061-3/+2
|/
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-04-071-0/+1
|\
| * blktrace: fix pdu_len when tracing packet command requestsLi Zefan2009-04-031-0/+1
* | block: remove unused REQ_UNPLUGJens Axboe2009-04-071-2/+0