summaryrefslogtreecommitdiff
path: root/src/fsck
AgeCommit message (Expand)AuthorFilesLines
2015-04-02fsck: port from libudev to sd-deviceTom Gundersen1-21/+14
2015-03-19fsck: use %zu for size_tThomas Hindoe Paaboel Andersen1-1/+1
2015-03-09fsck: modernize error handlingLennart Poettering1-26/+36
2015-03-09fsck: use _cleanup_close_pair_ where appropriateLennart Poettering1-4/+2
2015-03-03fsck: remove unnecessary checkZbigniew Jędrzejewski-Szmek1-10/+5
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-2/+0
2015-02-18Connect to plymouth and support cancellation of in progress fsckDidier Roche1-9/+24
2015-02-18systemd-fsck: always connect to systemd-fsckdDidier Roche1-8/+4
2015-02-18fsckd daemon for inter-fsckd communicationDidier Roche1-57/+31
2015-02-01Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek1-3/+2
2014-12-10sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering1-1/+1
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-4/+4
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-4/+4
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-4/+4
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering1-1/+4
2014-10-22fsck: re-enable fsck -lKarel Zak1-9/+4
2014-08-04bus: always explicitly close bus from main programsLennart Poettering1-1/+1
2014-06-25fsck: consider a fsck implementation linked to /bin/true non-existantLennart Poettering1-9/+5
2014-06-19stop complaining about unknown kernel cmdline optionsLennart Poettering1-4/+7
2014-06-04fsck: disable "-l" option for nowKay Sievers1-1/+12
2014-05-30fsck: include device name in the message about missing fsckZbigniew Jędrzejewski-Szmek1-2/+4
2014-05-16fsck: Allow to specify the fsck repair option in the cmdlineHolger Hans Peter Freyther1-1/+13
2014-04-12fsck: Search for fsck.type in PATHMike Gilbert1-5/+5
2014-03-24util: replace close_pipe() with new safe_close_pair()Lennart Poettering1-1/+1
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering1-6/+3
2014-03-06util: move more intellegince into parse_proc_cmdline()Lennart Poettering1-13/+18
2014-02-17Extract looping over /proc/cmdline into a shared functionZbigniew Jędrzejewski-Szmek1-31/+17
2014-02-13everywhere: always use O_CLOEXEC where it makes senseLennart Poettering1-1/+1
2013-12-26systemctl: simplify start_unitZbigniew Jędrzejewski-Szmek1-2/+2
2013-11-15fsck,fstab-generator: be lenient about missing fsck.<type>Zbigniew Jędrzejewski-Szmek1-8/+32
2013-11-15fsck: modernizationZbigniew Jędrzejewski-Szmek1-25/+18
2013-11-06util: unify reading of /proc/cmdlineLennart Poettering1-8/+4
2013-10-30general: various cleanupsLennart Poettering1-9/+4
2013-10-30bus: move ssh support into public API of libsystem-busLennart Poettering1-1/+1
2013-10-18fsck: port to sd-busTom Gundersen1-47/+24
2013-10-13Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek1-9/+4
2013-04-01Do no isolate in case of emergency or severe problemsDr. Tilmann Bubeck1-9/+4
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer1-0/+1
2013-01-04fsck: remove distro specific hacks from fsck/quotacheckLennart Poettering1-5/+14
2012-07-26log.h: new log_oom() -> int -ENOMEM, use itShawn Landden1-1/+1
2012-07-25use "Out of memory." consistantly (or with "\n")Shawn Landden1-1/+1
2012-06-22cryptsetup: allow configuration of LUKS disks via the kernel cmdlineLennart Poettering1-3/+4
2012-04-13build-sys: add stub makefiles to all subdirs to ease development with emacsLennart Poettering1-0/+1
2012-04-12move all tools to subdirsKay Sievers1-0/+406