Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-06 | Btrfs: fix the new inspection ioctls for 32 bit compat | Chris Mason | 1 | -4/+4 | |
The new ioctls to follow backrefs are not clean for 32/64 bit compat. This reworks them for u64s everywhere. They are brand new, so there are no problems with changing the interface now. Signed-off-by: Chris Mason <[email protected]> | |||||
2011-09-29 | btrfs: added helper functions to iterate backrefs | Jan Schmidt | 1 | -0/+776 | |
These helper functions iterate back references and call a function for each backref. There is also a function to resolve an inode to a path in the file system. Signed-off-by: Jan Schmidt <[email protected]> |