summaryrefslogtreecommitdiff
path: root/sbin/fsck_ext2fs
AgeCommit message (Expand)Author
2019-08-16Pull up following revision(s) (requested by kamil in ticket #73):martin
2019-03-31Ignore EXT4 'kbytes written' field when validating alternate superblock.mlelstv
2019-03-31No longer rely on data in disklabel to deduce alternate superblockmlelstv
2019-03-31remove debug printfs from last commit.mlelstv
2019-03-30Ignore recorded last mount point when validating alternate superblocks.mlelstv
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2018-08-27Remove references to -c flag which was never included.sevan
2017-04-21Fix previous properly (wrong variable was tested) thanks riastradh@christos
2017-04-21e2di_block is an array; can't be NULL, (clang)christos
2016-09-11Document the author and the version fsck_ext2fs first appeared.sevan
2016-08-15more informative debug output for unsupported featuresjdolecek
2016-08-15adjust inode size check to compare against EXT2_REV0_DINODE_SIZE, rather then...jdolecek
2016-08-15divorce list of features supported by fsck_ext2fs from the kernel;jdolecek
2016-08-04rename struct ext2fs_dinode attribute e2di_dacl to correctjdolecek
2014-12-04Instead of zerodivide, give a useful error message.christos
2014-03-04Make pointer NULL check non-fatal for a bogus condition.joerg
2013-06-23Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front ofdholland
2013-06-23fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()dholland
2013-06-19Rename ambiguous macros:dholland
2013-06-09Stick UFS_ in front of these symbols:dholland
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2012-11-25Catch up to the kernel with respect to Ext2 huge_file feature.jakllsch
2012-11-25e2di_nblock is (assuming the huge_file feature is not active) stored injakllsch
2012-08-26stdlib.h, not malloc.hdholland
2011-09-16NULL does not need a cast, hereplunky
2011-08-06Avoid -Wno-pointer-sign.dholland
2011-08-06Add static to a private function.dholland
2011-06-20remove most of the remaining HAVE_GCC tests that are always true inmrg
2011-06-09share more code.christos
2010-02-21Call the file system "ext2" consistently. Suggested by tsutsui.wiz
2010-02-04Centralize time printing and deal with ctime possibly returning NULL.christos
2010-01-07make this compile again.christos
2010-01-06PR/42568: Pedro F. Giffuni: Better signal handling from OpenBSD, but simplified.christos
2009-10-19Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsenbouyer
2009-08-16Ignore the "-P" option as intended to make this work with e.g.tron
2009-04-06fix sign-compare issueslukem
2009-03-15Fix markup.joerg
2009-03-02- add a sanity check for e2fs_inode_size in readsb()tsutsui
2008-11-24Remove unnecessary casts.tsutsui
2008-11-24Handle 32 bit uid field on E2FS_REV1.tsutsui
2008-11-24Add missed byteswap ops against ext2fs_dinode members.tsutsui
2008-11-24Use "size > INT32_MAX" rather than "size >= 0x80000000U" to check 2GB limit.tsutsui
2008-11-24- unsigned -> unsigned inttsutsui
2008-10-12Don't use unicode in usage.wiz
2008-10-09Sync usage with man page.wiz
2008-10-09Standardize.wiz
2008-10-09Disable userid to username lookups by default. Add a -U flag to perform them.christos
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-03-16Remove unused file.lukem