Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | resize-fs: add helper that checks if the specified fs can do online grow/shrink | Lennart Poettering | 2021-11-16 | 1 | -0/+5 |
| | | | | | There's only one that can do this (btrfs), but let's abstract that fact, a bit in case the other file systems learn this too one day. | ||||
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | resize-fs: Use xsprintf instead of snprintf | Benjamin Robin | 2020-05-06 | 1 | -3/+1 |
| | |||||
* | tree-wide: Mark as _unused_ variables that are only used in assert() | Benjamin Robin | 2020-05-06 | 1 | -1/+1 |
| | | | | Allow to build without any warning with NDEBUG defined | ||||
* | growfs: port over to resize_fs() | Zbigniew Jędrzejewski-Szmek | 2019-12-05 | 1 | -1/+12 |
| | |||||
* | shared: add new wrapper for online fs resizing ioctls | Lennart Poettering | 2019-12-04 | 1 | -0/+112 |