aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-32/+134
2009-09-14Seperate read and write statistics of in_flight requestsNikanth Karthikesan1-3/+3
2009-09-11block: trace bio queueing trial only when it occursMinchan Kim1-2/+2
2009-09-11block: improve queue_should_plug() by looking at IO depthsJens Axboe1-2/+9
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe1-12/+13
2009-09-11block: implement mixed merge of different failfast requestsTejun Heo1-0/+99
2009-09-11block: use the same failfast bits for bio and requestTejun Heo1-12/+7
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-07-28block: make the end_io functions be non-GPL exportsJens Axboe1-6/+6
2009-07-28block: always assign default lock to queuesJens Axboe1-7/+0
2009-07-01blocK: Restore barrier support for md and probably other virtual devices.NeilBrown1-5/+5
2009-07-01block: get rid of queue-private command filterJens Axboe1-2/+0
2009-07-01block: Create bip slabs with embedded integrity vectorsMartin K. Petersen1-1/+1
2009-06-16block: remove some includings of blktrace_api.hLi Zefan1-1/+0
2009-06-16block: don't overwrite bdi->state after bdi_init() has been runJens Axboe1-0/+5
2009-06-11block: fix kernel-doc in recent block/ changesRandy Dunlap1-10/+11
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-302/+546
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-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan1-12/+4
2009-06-09block: needs to set the residual length of a bidi requestFUJITA Tomonori1-0/+3
2009-05-30block: fix an oops on BLKPREP_KILLJames Bottomley1-0/+5
2009-05-27block: fix oops with block tag queueingJames Bottomley1-4/+4
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-8/+8
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe1-2/+2
2009-05-20block: change the tag sync vs async restriction logicJens Axboe1-1/+1
2009-05-19block: add warning to blk_make_request()Jens Axboe1-0/+9
2009-05-19block: Add blk_make_request(), takes bio, returns a requestBoaz Harrosh1-0/+45
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 Heo1-28/+77
2009-05-11block: hide request sector and data_lenTejun Heo1-10/+10
2009-05-11block: drop request->hard_* and *nr_sectorsTejun Heo1-51/+30
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-9/+8
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo1-1/+1
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar1-2/+4
2009-05-06blktrace: from-sector redundant in trace_block_remapAlan D. Brunelle1-3/+2
2009-04-28block: catch trying to use more bits than request->cmd_flags hasNikanth Karthikesan1-0/+3
2009-04-28block: make blk_do_io_stat() do the full "is this rq accountable" checksJens Axboe1-9/+3
2009-04-28block: kill rq->dataTejun Heo1-3/+2
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo1-1/+1
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 Heo1-0/+95
2009-04-28block: reorder request completion functionsTejun Heo1-72/+72
2009-04-28block: cleanup REQ_SOFTBARRIER usagesTejun Heo1-1/+0
2009-04-28block: don't set REQ_NOMERGE unnecessarilyTejun Heo1-4/+1