summaryrefslogtreecommitdiff
path: root/src/umount.c
AgeCommit message (Expand)Author
2012-04-12shutdown: move shutdown to core since it replaces PID 1Lennart Poettering
2012-04-12umount: fix buildLennart Poettering
2012-04-12umount: don't try to umount /dev/console, since we are using itLennart Poettering
2012-04-12build-sys: move a few things into more appropriate placesLennart Poettering
2012-04-12move more common files to shared/ and add them to shared.laKay Sievers
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-03-06umount: don't try to umount /usr, if we are running from itLennart Poettering
2011-09-23llvm-analyze: change a few things to make llvm-analyze show fewer false posit...Lennart Poettering
2011-07-04umount: log failed umounts only once at the endHarald Hoyer
2011-07-04umount: umount, until all umounts failedHarald Hoyer
2011-07-04umount: log_info about what we unmountedHarald Hoyer
2011-07-02umount: ignore missing /proc/swapsMichael Olbrich
2011-03-16umount: make sure skip_ro is always correctly initializedLennart Poettering
2011-03-15umount: don't try to remount bind mounts ro during shutdownLennart Poettering
2011-03-14umount: assume that a non-existing /dev/loop device means it is already detachedLennart Poettering
2011-01-06umount: don't try to detach the dm device the root dir is on, to minimize war...Lennart Poettering
2010-11-11split mount_point_is_api() and mount_point_ignore()Kay Sievers
2010-10-25umount: Make sure / is remounted ro on shutdownMichael Biebl
2010-10-19fsck: add initial version of fsck and quotacheck wrappersLennart Poettering
2010-10-14shutdown: loop only as long as we manage to unmount/detach devices, give up i...Lennart Poettering
2010-10-14umount: disable dm devices by devnode, not by path nameLennart Poettering
2010-10-14umount: try to get rid of DM devicesLennart Poettering
2010-10-14umount: be a bit more verbose when unable to umount/unswap/delete loopbacksLennart Poettering
2010-10-14umount: simplify code for deactivating loop devicesLennart Poettering
2010-10-14umount: properly enumerate loopback devicesLennart Poettering
2010-10-14umount: unescape path from /proc/self/mountinfo first, then check against api...Lennart Poettering
2010-10-07shutdown: drop last referral to mp->read_onlyLennart Poettering
2010-10-07shutdown: drop redundant read_only bool varLennart Poettering
2010-10-07umount: Adding unmount functions to be used in shutdownFabiano Fidencio