| Commit message (Expand) | Author | Age |
... | |
| * | | block: change the tag sync vs async restriction logic | Jens Axboe | 2009-05-20 |
| * | | block: add warning to blk_make_request() | Jens Axboe | 2009-05-19 |
| * | | block: Un-export blk_rq_append_bio | Boaz Harrosh | 2009-05-19 |
| * | | block: Add blk_make_request(), takes bio, returns a request | Boaz Harrosh | 2009-05-19 |
| * | | block: allow blk_rq_map_kern to append to requests | James Bottomley | 2009-05-19 |
| * | | block: set rq->resid_len to blk_rq_bytes() on issue | Tejun Heo | 2009-05-19 |
| * | | block: move completion related functions back to blk-core.c | FUJITA Tomonori | 2009-05-11 |
| * | | block: implement and enforce request peek/start/fetch | Tejun Heo | 2009-05-11 |
| * | | block: hide request sector and data_len | Tejun Heo | 2009-05-11 |
| * | | block: drop request->hard_* and *nr_sectors | Tejun Heo | 2009-05-11 |
| * | | block: convert to pos and nr_sectors accessors | Tejun Heo | 2009-05-11 |
| * | | block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones | Tejun Heo | 2009-05-11 |
| * | | block: add rq->resid_len | Tejun Heo | 2009-05-11 |
| * | | block: don't init rq fields unnecessarily | Tejun Heo | 2009-04-28 |
| * | | block: catch trying to use more bits than request->cmd_flags has | Nikanth Karthikesan | 2009-04-28 |
| * | | block: include discard requests in IO accounting | Jens Axboe | 2009-04-28 |
| * | | block: make blk_do_io_stat() do the full "is this rq accountable" checks | Jens Axboe | 2009-04-28 |
| * | | block: kill rq->data | Tejun Heo | 2009-04-28 |
| * | | block: implement and use [__]blk_end_request_all() | Tejun Heo | 2009-04-28 |
| * | | block: move rq->start_time initialization to blk_rq_init() | Tejun Heo | 2009-04-28 |
| * | | block: clean up request completion API | Tejun Heo | 2009-04-28 |
| * | | block: kill blk_end_request_callback() | Tejun Heo | 2009-04-28 |
| * | | block: reorganize request fetching functions | Tejun Heo | 2009-04-28 |
| * | | block: reorder request completion functions | Tejun Heo | 2009-04-28 |
| * | | block: clean up misc stuff after block layer timeout conversion | Tejun Heo | 2009-04-28 |
| * | | block: cleanup REQ_SOFTBARRIER usages | Tejun Heo | 2009-04-28 |
| * | | block: don't set REQ_NOMERGE unnecessarily | Tejun Heo | 2009-04-28 |
| * | | block: kill blk_start_queueing() | Tejun Heo | 2009-04-28 |
| * | | block: merge blk_invoke_request_fn() into __blk_run_queue() | Tejun Heo | 2009-04-28 |
| * | | block: enable by default support for large devices and files on 32-bit archs | Bartlomiej Zolnierkiewicz | 2009-04-28 |
| * | | block: clear req->errors on bio completion only for fs requests | Tejun Heo | 2009-04-28 |
* | | | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Linus Torvalds | 2009-06-11 |
|\ \ \ |
|
| * | | | block: clear req->errors on bio completion only for fs requests | Tejun Heo | 2009-04-18 |
* | | | | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-10 |
|\ \ \ \ |
|
| * | | | | tracing/events: convert block trace points to TRACE_EVENT() | Li Zefan | 2009-06-09 |
| * | | | | Merge commit 'v2.6.30-rc6' into tracing/core | Ingo Molnar | 2009-05-18 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Merge branch 'linus' into tracing/core | Ingo Molnar | 2009-05-07 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | blktrace: from-sector redundant in trace_block_remap | Alan D. Brunelle | 2009-05-06 |
| * | | | | blktrace: add trace/ to /sys/block/sda | Li Zefan | 2009-04-16 |
| * | | | | blktrace: support per-partition tracing | Shawn Du | 2009-04-16 |
* | | | | | bsg: setting rq->bio to NULL | FUJITA Tomonori | 2009-06-09 |
| |_|/ /
|/| | | |
|
* | | | | block: fix the bio_vec array index out-of-bounds test | Kazuhisa Ichikawa | 2009-05-12 |
| |/ /
|/| | |
|
* | | | cfq-iosched: cache prio_tree root in cfqq->p_root | Jens Axboe | 2009-04-24 |
* | | | cfq-iosched: fix bug with aliased request and cooperation detection | Jens Axboe | 2009-04-24 |
* | | | cfq-iosched: clear ->prio_trees[] on cfqd alloc | Jens Axboe | 2009-04-24 |
* | | | block: fix intermittent dm timeout based oops | Hannes Reinecke | 2009-04-24 |
* | | | block: simplify I/O stat accounting | Jerome Marchand | 2009-04-24 |
* | | | cfq-iosched: use the default seek distance when there aren't enough seek samples | Jeff Moyer | 2009-04-22 |
* | | | cfq-iosched: make seek_mean converge more quickly | Jeff Moyer | 2009-04-22 |
* | | | block: make blk_abort_queue() ignore non-request based devices | Jens Axboe | 2009-04-22 |