Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-06 | [PATCH] Only the first two bits in bio->bi_rw and rq->flags match | Jens Axboe | 1 | -1/+1 | |
Not three, as assumed. This causes the barrier bit to be needlessly set for some IO. Signed-off-by: Jens Axboe <[email protected]> | |||||
2006-07-06 | [PATCH] blktrace: readahead support | Nathan Scott | 1 | -0/+1 | |
Provide the needed kernel support for distinguishing readahead from regular read requests when tracing block devices. Signed-off-by: Nathan Scott <[email protected]> Signed-off-by: Jens Axboe <[email protected]> | |||||
2006-07-06 | [PATCH] blktrace: fix barrier vs sync typo | Nathan Scott | 1 | -1/+1 | |
Signed-off-by: Nathan Scott <[email protected]> Signed-off-by: Jens Axboe <[email protected]> | |||||
2006-06-23 | [PATCH] blktrace_api.h: endian annotations | Alexey Dobriyan | 1 | -3/+3 | |
Signed-off-by: Alexey Dobriyan <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Jens Axboe <[email protected]> | |||||
2006-04-26 | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 1 | -1/+0 | |
Signed-off-by: David Woodhouse <[email protected]> | |||||
2006-03-23 | [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23 | Jens Axboe | 1 | -0/+277 | |
Signed-off-by: Jens Axboe <[email protected]> |