core-admin/qubes/storage
Rusty Bird 6a303760e9
storage/reflink: strictly increasing revision ID
Don't rely on timestamps to sort revisions - the clock can go backwards
due to time sync. Instead, use a monotonically increasing natural number
as the revision ID.

Old revision example: private.img@2018-01-02-03T04:05:06Z (ignored now)
New revision example: private.img.123@2018-01-02-03T04:05:06Z
2018-03-21 16:00:13 +00:00
..
__init__.py storage: add size and usage properties to pool object 2017-11-07 02:57:58 +01:00
file.py Make pylint happy 2017-12-21 18:19:10 +01:00
kernels.py storage/kernel: skip modules.img block device if kernel dir doesn't have it 2018-02-27 04:35:05 +01:00
lvm.py Merge remote-tracking branch 'qubesos/pr/192' 2018-02-22 19:46:11 +01:00
README.md Merge remote-tracking branch 'marmarek/master' into core3-devel 2016-03-03 01:13:51 +01:00
reflink.py storage/reflink: strictly increasing revision ID 2018-03-21 16:00:13 +00:00

WNI File storage

Before v3.1 there existed a draft wni storage. You can find it in the git history

(it was in /core/storage directory, now gone)