| Commit message (Expand) | Author | Age | Files | Lines |
* | block: fixup rq_init() a bit | Jens Axboe | 2008-02-08 | 1 | -1/+3 |
* | block: kill swap_io_context() | Jens Axboe | 2008-02-01 | 1 | -1/+0 |
* | block: new end request handling interface should take unsigned byte counts | Jens Axboe | 2008-02-01 | 1 | -6/+9 |
* | block: fix warning on compile with CONFIG_BLOCK | Jens Axboe | 2008-01-29 | 1 | -0/+1 |
* | Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-01-29 | 1 | -6/+5 |
|\ |
|
| * | block: implement drain buffers | James Bottomley | 2008-01-28 | 1 | -0/+4 |
| * | block: allow queue dma_alignment of zero | Pete Wyckoff | 2008-01-28 | 1 | -6/+1 |
* | | Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-01-29 | 1 | -13/+18 |
|\ \ |
|
| * | | blk_end_request: cleanup 'uptodate' related code (take 4) | Kiyoshi Ueda | 2008-01-28 | 1 | -8/+0 |
| * | | blk_end_request: remove/unexport end_that_request_* (take 4) | Kiyoshi Ueda | 2008-01-28 | 1 | -8/+5 |
| * | | blk_end_request: add bidi completion interface (take 4) | Kiyoshi Ueda | 2008-01-28 | 1 | -0/+2 |
| * | | blk_end_request: add callback feature (take 4) | Kiyoshi Ueda | 2008-01-28 | 1 | -0/+2 |
| * | | blk_end_request: add/export functions to get request size (take 4) | Kiyoshi Ueda | 2008-01-28 | 1 | -0/+8 |
| * | | blk_end_request: add new request completion interface (take 4) | Kiyoshi Ueda | 2008-01-28 | 1 | -0/+4 |
| |/ |
|
* | | io context sharing: preliminary support | Jens Axboe | 2008-01-28 | 1 | -1/+1 |
* | | ioprio: move io priority from task_struct to io_context | Jens Axboe | 2008-01-28 | 1 | -74/+7 |
|/ |
|
* | ide: remove REQ_TYPE_ATA_CMD | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2008-01-25 | 1 | -0/+1 |
|\ |
|
| * | [SCSI] block: Introduce new blk_queue_update_dma_alignment interface | James Bottomley | 2008-01-11 | 1 | -0/+1 |
* | | ide: remove REQ_TYPE_ATA_TASK | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -1/+0 |
|/ |
|
* | Add UNPLUG traces to all appropriate places | Alan D. Brunelle | 2007-11-09 | 1 | -0/+1 |
* | [BLOCK] Fix bad sharing of tag busy list on queues with shared tag maps | Jens Axboe | 2007-10-29 | 1 | -1/+1 |
* | block: convert blkdev_issue_flush() to use empty barriers | Jens Axboe | 2007-10-16 | 1 | -3/+0 |
* | block: Initial support for data-less (or empty) barrier support | Jens Axboe | 2007-10-16 | 1 | -0/+1 |
* | block: add end_queued_request() and end_dequeued_request() helpers | Jens Axboe | 2007-10-16 | 1 | -1/+3 |
* | [BLOCK] Move sector_div() from blkdev.h to kernel.h | Jens Axboe | 2007-10-12 | 1 | -14/+0 |
* | Remove flush_dry_bio_endio | NeilBrown | 2007-10-10 | 1 | -1/+0 |
* | Fix warnings with !CONFIG_BLOCK | Jens Axboe | 2007-10-10 | 1 | -2/+2 |
* | Stop exporting blk_rq_bio_prep | NeilBrown | 2007-10-10 | 1 | -1/+0 |
* | New function blk_req_append_bio | NeilBrown | 2007-10-10 | 1 | -2/+2 |
* | Introduce rq_for_each_segment replacing rq_for_each_bio | NeilBrown | 2007-10-10 | 1 | -1/+14 |
* | [patch] QUEUE_FLAG_READFULL QUEUE_FLAG_WRITEFULL comment fix | Qi Yong | 2007-07-27 | 1 | -2/+2 |
* | [BLOCK] Add request_queue_t and mark it deprecated | Jens Axboe | 2007-07-24 | 1 | -0/+1 |
* | [BLOCK] Get rid of request_queue_t typedef | Jens Axboe | 2007-07-24 | 1 | -70/+70 |
* | [SCSI] bsg: unexport sg v3 helper functions | FUJITA Tomonori | 2007-07-22 | 1 | -5/+0 |
* | CONFIG_BOUNCE to avoid useless inclusion of bounce buffer logic | Christoph Lameter | 2007-07-17 | 1 | -1/+1 |
* | add a struct request pointer to the request structure | FUJITA Tomonori | 2007-07-16 | 1 | -0/+5 |
* | bsg: bind bsg to request_queue instead of gendisk | FUJITA Tomonori | 2007-07-16 | 1 | -0/+5 |
* | bsg: add a request_queue argument to scsi_cmd_ioctl() | FUJITA Tomonori | 2007-07-16 | 1 | -1/+2 |
* | block: export blk_verify_command for SG v4 | FUJITA Tomonori | 2007-07-16 | 1 | -0/+1 |
* | bsg: support for full generic block layer SG v3 | Jens Axboe | 2007-07-16 | 1 | -0/+12 |
* | [TRIVIAL PATCH] Kill blk_congestion_wait() stub for !CONFIG_BLOCK | Benjamin Gilbert | 2007-07-10 | 1 | -5/+0 |
* | kblockd: use flush_work | Andrew Morton | 2007-05-09 | 1 | -1/+1 |
* | ll_rw_blk: add io_context private pointer | Jens Axboe | 2007-04-30 | 1 | -0/+1 |
* | cfq-iosched: remove cfq_io_context last_queue | Jens Axboe | 2007-02-11 | 1 | -1/+0 |
* | [PATCH] Fixup blk_rq_unmap_user() API | Jens Axboe | 2006-12-19 | 1 | -1/+1 |
* | [PATCH] Remove queue merging hooks | Jens Axboe | 2006-12-19 | 1 | -7/+5 |
* | [PATCH] remove blk_queue_activity_fn | Boaz Harrosh | 2006-12-12 | 1 | -5/+0 |
* | [PATCH] block: support larger block pc requests | Mike Christie | 2006-12-01 | 1 | -3/+4 |
* | [PATCH] separate bdi congestion functions from queue congestion functions | Andrew Morton | 2006-10-20 | 1 | -4/+20 |