]> git.ipfire.org Git - thirdparty/util-linux.git/history - fsck/fsck.c
fsck: fix coding style
[thirdparty/util-linux.git] / fsck / fsck.c
2012-03-20  Karel Zakfsck: fix coding style
2012-03-20  Karel Zakfsck: remove unnecessary fsck.h
2012-03-20  Karel Zakfsck: use libmount to check for mounted filesystems
2012-03-20  Karel Zakfsck: remove string_copy()
2012-03-20  Karel Zakfsck: replace fsprobe with libmount utils
2012-03-20  Karel Zakfsck: use libmount for filesystem list
2012-03-20  Karel Zakfsck: don't duplicate exit code macros
2012-03-20  Karel Zakfsck: cosmetic changes in coding style
2012-01-17  Karel Zakfsck: make fs->type usage more robust [smatch scan]
2011-11-14  Karel ZakMerge branch 'sys-utils-3rd' of https://github.com...
2011-11-02  Karel Zakfsck: use FS blacklist for non-all mode too
2011-08-31  Karel ZakMerge branch 'chcpu' of git://git.kernel.org/pub/scm...
2011-08-31  Karel ZakMerge branch 'docs-dir' of https://github.com/kerolasa...
2011-08-30  Karel ZakMerge branch 'lscpu' of git://git.kernel.org/pub/scm...
2011-08-16  Karel Zakfsck: use <var> in usage()
2011-08-16  Karel Zakfsck: indent usage()
2011-08-16  Benno Schulenbergfsck: in usage() unmark type as optional for the -t...
2011-08-02  Benno Schulenbergfsck: use same word category in message, and add transl...
2011-07-28  Karel Zakbuild-sys: fix 'make checkincludes' warnings
2011-06-16  Sami KerolaMerge branch 'master', remote-tracking branch 'upstream...
2011-06-14  Sami KerolaMerge branch 'master', remote-tracking branch 'upstream...
2011-06-14  Josiah Worcesterfsck, checktty, flock: Use more portable includes.
2011-03-08  Sami Kerolafsck: fix clang compiler warning
2011-02-17  Karel Zakfsck: fix -C parsing
2011-02-16  Sami Kerolafsck: use xmalloc, warn & err and new usage
2011-02-07  Karel Zakfsck: include c.h, fallback for PATH_MAX
2010-12-27  Karel Zakfsck: returns proper code on exec() error
2010-10-26  Karel Zakfsck: add support for whole-disk locking (-l option)
2010-10-07  Karel Zakfsck: inform about nonexistent devices in verbose mode
2010-08-19  Karel Zakfsck: improve whole-disk check, detect stacked devices
2010-02-12  Karel Zakbuild-sys: remove duplicate #includes
2010-02-02  Mike Frysingerfsck/mkfs/mount: unify default search paths for helpers
2009-12-01  Ludwig Nusselfsck: honor nofail option in fsck
2009-02-24  Karel Zakfsck: remove useless if-before-free tests
2009-02-20  Karel Zakfsck: remove \007 from warning message
2009-02-18  Karel Zakfsck: cosmetic changes (NLS, paths, ...)
2009-02-18  Karel Zakfsck: link with generic fsprobe wrapper
2009-02-18  Karel Zakfsck: move fsck from e2fsprogs to util-linux-ng