Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | block: switch bios to blk_status_t | Christoph Hellwig | 2017-06-09 | 1 | -1/+1 |
| | | | | | | | | | | Replace bi_error with a new bi_status to allow for a clear conversion. Note that device mapper overloaded bi_error with a private value, which we'll have to keep arround at least for now and thus propagate to a proper blk_status_t value. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com> | ||||
* | dm bio prison v2: new interface for the bio prison | Joe Thornber | 2017-03-07 | 1 | -0/+138 |
The deferred set is gone and all methods have _v2 appended to the end of their names to allow for continued use of the original bio prison in DM thin-provisioning. Signed-off-by: Joe Thornber <ejt@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com> |