Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-19 | fsck: add initial version of fsck and quotacheck wrappers | Lennart Poettering | |
2010-10-14 | shutdown: loop only as long as we manage to unmount/detach devices, give up ↵ | Lennart Poettering | |
immediately when we are stuck | |||
2010-10-14 | umount: disable dm devices by devnode, not by path name | Lennart Poettering | |
2010-10-14 | umount: try to get rid of DM devices | Lennart Poettering | |
2010-10-14 | umount: be a bit more verbose when unable to umount/unswap/delete loopbacks | Lennart Poettering | |
2010-10-14 | umount: simplify code for deactivating loop devices | Lennart Poettering | |
2010-10-14 | umount: properly enumerate loopback devices | Lennart Poettering | |
2010-10-14 | umount: unescape path from /proc/self/mountinfo first, then check against ↵ | Lennart Poettering | |
api mount list | |||
2010-10-07 | shutdown: drop last referral to mp->read_only | Lennart Poettering | |
2010-10-07 | shutdown: drop redundant read_only bool var | Lennart Poettering | |
2010-10-07 | umount: Adding unmount functions to be used in shutdown | Fabiano Fidencio | |
This functions will: - umount all mount points that aren't API - remount read-only all mount points that can't be umounted - umount all swap devices. - detach all loopback devices TODO: - umount dms Mountpoints are being read from /proc/self/mountinfo. Swaps are being read from /proc/swaps. Loop devices from /sys/class/block/loop*. |