Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-04 | block: fix blkdev_issue_flush() not detecting and passing EOPNOTSUPP back | Jens Axboe | |
This is important to eg dm, that tries to decide whether to stop using barriers or not. Tested as working by Anders Henke <anders.henke@1und1.de> Signed-off-by: Jens Axboe <jens.axboe@oracle.com> | |||
2008-02-01 | block: make core bits checkpatch compliant | Jens Axboe | |
Signed-off-by: Jens Axboe <jens.axboe@oracle.com> | |||
2008-01-29 | block: continue ll_rw_blk.c splitup | Jens Axboe | |
Adds files for barrier handling, rq execution, io context handling, mapping data to requests, and queue settings. Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |