summaryrefslogtreecommitdiff
path: root/src/umount.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-06umount: don't try to umount /usr, if we are running from itLennart Poettering1-1/+5
2011-09-23llvm-analyze: change a few things to make llvm-analyze show fewer false posit...Lennart Poettering1-2/+5
2011-07-04umount: log failed umounts only once at the endHarald Hoyer1-3/+5
2011-07-04umount: umount, until all umounts failedHarald Hoyer1-1/+9
2011-07-04umount: log_info about what we unmountedHarald Hoyer1-0/+1
2011-07-02umount: ignore missing /proc/swapsMichael Olbrich1-1/+1
2011-03-16umount: make sure skip_ro is always correctly initializedLennart Poettering1-3/+1
2011-03-15umount: don't try to remount bind mounts ro during shutdownLennart Poettering1-2/+19
2011-03-14umount: assume that a non-existing /dev/loop device means it is already detachedLennart Poettering1-1/+1
2011-01-06umount: don't try to detach the dm device the root dir is on, to minimize war...Lennart Poettering1-2/+24
2010-11-11split mount_point_is_api() and mount_point_ignore()Kay Sievers1-1/+1
2010-10-25umount: Make sure / is remounted ro on shutdownMichael Biebl1-2/+3
2010-10-19fsck: add initial version of fsck and quotacheck wrappersLennart Poettering1-1/+0
2010-10-14shutdown: loop only as long as we manage to unmount/detach devices, give up i...Lennart Poettering1-79/+131
2010-10-14umount: disable dm devices by devnode, not by path nameLennart Poettering1-51/+40
2010-10-14umount: try to get rid of DM devicesLennart Poettering1-6/+145
2010-10-14umount: be a bit more verbose when unable to umount/unswap/delete loopbacksLennart Poettering1-4/+4
2010-10-14umount: simplify code for deactivating loop devicesLennart Poettering1-13/+4
2010-10-14umount: properly enumerate loopback devicesLennart Poettering1-5/+18
2010-10-14umount: unescape path from /proc/self/mountinfo first, then check against api...Lennart Poettering1-9/+11
2010-10-07shutdown: drop last referral to mp->read_onlyLennart Poettering1-3/+0
2010-10-07shutdown: drop redundant read_only bool varLennart Poettering1-7/+3
2010-10-07umount: Adding unmount functions to be used in shutdownFabiano Fidencio1-0/+410