Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Btrfs-progs: Correct path munging in bcp | cwillu | 2011-10-25 | 1 | -4/+2 |
| | | | | | | | | | | Bcp was assuming that a path on the command line would never have a slash after it, which is silly, and would cause the first letter of everything in the root of the source to be truncated. Instead, use os.path.relpath to handle it properly. Signed-off-by: Carey Underwood <cwillu@cwillu.com> Signed-off-by: Hugo Mills <hugo@carfax.org.uk> | ||||
* | bcp updates for single file copies | Chris Mason | 2008-05-02 | 1 | -47/+78 |
| | |||||
* | Add bcp to test the clone file ioctl | Chris Mason | 2008-05-02 | 1 | -0/+130 |