Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-19 | dm bio prison: use rb_entry() rather than container_of() | Geliang Tang | |
To make the code clearer, use rb_entry() instead of container_of() to deal with rbtree. Signed-off-by: Geliang Tang <geliangtang@gmail.com> Acked-by: Coly Li <colyli@suse.de> Signed-off-by: Mike Snitzer <snitzer@redhat.com> | |||
2017-03-07 | dm bio prison v2: new interface for the bio prison | Joe Thornber | |
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> |