aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/unix.c
Commit message (Expand)AuthorAgeFilesLines
* Switch back to 1.42.9 now that there is a fixJP Abgrall2014-03-191-167/+449
* Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall2014-03-061-449/+167
* Add files that would normally be generated by the e2fsprogs build systemBernhard Rosenkränzer2014-01-051-1/+4
* Clean up sparse warningsTheodore Ts'o2013-12-161-2/+2
* build: quiet LLVM non-literal string format warningAndreas Dilger2013-12-151-48/+55
* e2fsck: fix memory leaks (on error path)Darrick J. Wong2013-12-121-0/+2
* e2fsck: use errcode_t to suppress some -Wconversion warningsTheodore Ts'o2013-12-021-1/+1
* e2fsprogs: fix blk_t <- blk64_t assignment mismatchesDarrick J. Wong2013-10-071-1/+1
* e2fsck: avoid memory corruption on ext2fs_open2 failureNickolai Zeldovich2013-01-081-1/+1
* Fix gcc -Wall nitsTheodore Ts'o2013-01-011-5/+3
* misc: cleanup unused variables on MacOSAndreas Dilger2012-12-291-1/+1
* e2fsck: print the number of blocks and inodes in the verbose statisticsTheodore Ts'o2012-07-291-6/+7
* e2fsck: allow for bigger disks when printing verbose statisticsTheodore Ts'o2012-07-291-23/+24
* e2fsck: add e2fsck.conf options for extra reportingTheodore Ts'o2012-07-291-1/+30
* e2fsck: check a file system mounted read-only if forcedTheodore Ts'o2012-07-291-1/+6
* Revert "e2fsck: Skip journal checks if the fs is mounted and doesn't need rec...Theodore Ts'o2012-07-291-5/+0
* e2fsck: allow checking on mounted root fsAndreas Dilger2012-05-311-2/+6
* e2fsck: fix checks done for mounted vs. read-onlyAndreas Dilger2012-05-281-8/+9
* e2fsck,libquota: Update quota only if its inconsistentAditya Kali2012-04-241-2/+13
* Don't assume that the presence of mntent.h means that setmntent() existsTheodore Ts'o2012-04-051-3/+0
* Fix gcc -Wall nitpicksTheodore Ts'o2012-04-051-2/+2
* e2fsck: report ext2fs_open2() and ext2fs_check_desc() errorsTheodore Ts'o2012-03-211-0/+9
* e2fsck: avoid unnecessary close/reopen for non-MMP filesystemsTheodore Ts'o2012-03-211-5/+3
* e2fsck: abort if ext2fs_check_desc() returns a memory failureTheodore Ts'o2012-03-211-1/+1
* e2fsck: add logging capabilityTheodore Ts'o2012-03-181-114/+152
* e2fsck: do not discard when in read only modeLukas Czerner2012-03-111-0/+5
* e2fsck: check new sysfs interface to determine if we are on batteryTheodore Ts'o2012-02-201-0/+8
* e2fsck: use different bitmap types as appropriateTheodore Ts'o2011-12-181-0/+4
* libquota: cleanup libquota codeAditya Kali2011-11-141-3/+3
* Fix more spelling errors found by translators and add pluralizationTheodore Ts'o2011-10-091-2/+4
* Pass the gettext() function to libcom_errTheodore Ts'o2011-10-051-0/+1
* e2fsck: zero ctx->fs after freeing fs when restarting due to MMPDarrick J. Wong2011-09-301-0/+1
* ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger2011-09-251-1/+100
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* e2fsprogs: Don't try to close an fd which is negativeEric Sandeen2011-09-161-5/+6
* e2fsck: add support for checking the built-in quota filesAditya Kali2011-08-311-0/+17
* e2fsck: catch termination signals and print information about themTheodore Ts'o2011-08-111-0/+1
* e2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with no changesTheodore Ts'o2011-06-161-0/+31
* ext2fs: Handle internal journal over 2^32 bytesAndreas Dilger2011-06-111-1/+2
* Merge branch 'maint' into nextTheodore Ts'o2011-05-071-1/+1
|\
| * e2fsck: make the "fs is mounted; continue?" prompt more paranoidTheodore Ts'o2011-05-071-1/+1
* | Merge branch 'master' into nextTheodore Ts'o2010-12-161-1/+9
|\ \
| * | e2fsck: Discard free data and inode blocks.Lukas Czerner2010-11-221-1/+9
* | | Merge branch 'maint' into nextTheodore Ts'o2010-12-131-1/+19
|\ \ \ | |/ / |/| / | |/
| * e2fsck: add an option which causes it to only do a journal replayBernd Schubert2010-12-061-0/+11
| * e2fsck: Do blkid interpretation on the external journal specifierTheodore Ts'o2010-12-061-1/+8
* | Merge branch 'maint' into nextTheodore Ts'o2010-09-241-0/+2
|\|
| * e2fsck: Improve error message when device name misspelledJan Kara2010-09-191-0/+2
* | Merge branch 'maint' into nextTheodore Ts'o2010-07-191-0/+4
|\|
| * e2fsck: Add missing ext2fs_close() call when going back to original superblockTheodore Ts'o2010-07-051-0/+2