summaryrefslogtreecommitdiff
path: root/src/fsck.c
Commit message (Expand)AuthorAgeFilesLines
* move all tools to subdirsKay Sievers2012-04-121-406/+0
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* fsck: Fix typo in commentGregs Gregs2011-12-151-1/+1
* Add Mageia supportDexter Morgan2011-11-021-1/+1
* virt: add missing header inclusionLennart Poettering2011-09-231-0/+1
* fsck: show progress while fscking at bootLennart Poettering2011-09-011-4/+129
* umask: change default umask to 0022 just to be sure, and set it explicitly in...Lennart Poettering2011-08-011-0/+2
* cmdline: we actually want to parse the kernel cmdline in VMs, just not in con...Lennart Poettering2011-04-061-1/+1
* use /run instead of /dev/.runKay Sievers2011-03-281-1/+1
* container: skip a few things when we are run in a container such as accessing...Lennart Poettering2011-03-141-0/+3
* dev: use /dev/.run/systemd as runtime directory, instead of /dev/.systemdLennart Poettering2011-03-091-1/+1
* build-sys: add Mandriva distribution supportv20Andrey Borzenkov2011-03-081-1/+1
* fsck: do not fail boot if fsck returns with an error code that hasn't 2 or 6 setLennart Poettering2011-02-151-3/+7
* Revert "Revert "fsck: add new -l switch to fsck mount options""Lennart Poettering2010-11-191-1/+2
* Revert "fsck: add new -l switch to fsck mount options"Michael Biebl2010-10-311-2/+1
* fsck: add new -l switch to fsck mount optionsLennart Poettering2010-10-311-2/+3
* fsck: return SUCCESS when we skip the checkKay Sievers2010-10-291-1/+1
* fsck: skip checking / if it is writableKay Sievers2010-10-291-0/+10
* fsck: fix target name to check forLennart Poettering2010-10-291-2/+2
* fsck: suppress error message if we cannot change into single user mode since ...Lennart Poettering2010-10-221-1/+7
* fsck: drop -C from fsck cmdline to avoid EPIPEKay Sievers2010-10-211-2/+1
* fsck: don't be idempotent for root directoriesLennart Poettering2010-10-201-3/+9
* fsck: make fsck idempotentLennart Poettering2010-10-191-1/+2
* fsck: properly hook in fsck everywhere, add special support for fsck'ing root...Lennart Poettering2010-10-191-24/+53
* fsck: atomically replace base.target by rescue.target/reboot.target when fsck...Lennart Poettering2010-10-191-7/+6
* fsck: be verbose when skipping fsck due to missing ACLennart Poettering2010-10-191-1/+3
* fsck: add initial version of fsck and quotacheck wrappersLennart Poettering2010-10-191-0/+218