Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-22 | db, uvol: commit regular files before uvol volumes | Timo Teräs | 1 | -0/+1 | |
add priority to order fsdir commit sequence | |||||
2022-02-14 | fs_uvol: take down volume before removal | Daniel Golle | 1 | -0/+4 | |
Make sure volume is in 'down' state before attempting to remove it. Signed-off-by: Daniel Golle <daniel@makrotopia.org> | |||||
2021-12-14 | uvol: cast size data to intmax_t | Ariadne Conill | 1 | -1/+1 | |
this ensures the %ju format parameter is always passed an integer that is appropriately sized, e.g. on mac where off_t is normally 32-bit. ref #10794 | |||||
2021-11-09 | database: implement uvol support | Timo Teräs | 1 | -0/+162 | |
by adding an abstraction layer to the file system |