aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/message.c
Commit message (Expand)AuthorAgeFilesLines
* Fix clang warnings on architectures with a 64-bit longTheodore Ts'o2021-02-111-3/+6
* e2fsck: fix check of directories over 4GBAndreas Dilger2021-02-081-4/+1
* Merge branch 'maint' into nextTheodore Ts'o2017-10-151-1/+1
|\
| * Fix typos in code comments and developer docsSebastian Rasmussen2017-10-151-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2017-08-291-1/+1
|\|
| * e2fsck: fix the message printed for the project quota typeTheodore Ts'o2017-08-221-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2017-07-271-1/+25
|\|
| * e2fsck: add support for printing the quota type in problem reports using %UTheodore Ts'o2017-07-221-1/+25
* | e2fsck: remove #ifdef EXT2_NO_64_TYPE blocksTahsin Erdogan2017-07-051-40/+2
* | e2fsck: track ea_inode referencesTahsin Erdogan2017-07-041-0/+7
* | e2fsprogs: supersede i_dir_acl with i_size_high for all casesArtem Blagodarenko2017-04-131-2/+2
|/
* e2fsck: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-241-2/+1
* Merge branch 'maint' into nextTheodore Ts'o2014-07-061-4/+4
|\
| * e2fsck: sort the abbreviations betterBenno Schulenberg2014-06-031-4/+4
* | Merge branch 'maint' into nextTheodore Ts'o2014-01-091-1/+2
|\|
| * Fix up workarounds for dietlibc breakageTheodore Ts'o2014-01-091-1/+2
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-031-1/+1
|\|
| * e2fsck: use dgrp_t for block group numbersTheodore Ts'o2013-12-021-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2013-10-121-1/+1
|\|
| * e2fsprogs: fix blk_t <- blk64_t assignment mismatchesDarrick J. Wong2013-10-071-1/+1
* | libext2fs: provide functions to safely access name_len and file_typeJan Kara2013-06-081-3/+3
|/
* e2fsck: fix gcc -Wall nitsTheodore Ts'o2013-05-191-2/+1
* build: quiet some "gcc -Wall" compiler warningsAndreas Dilger2012-12-291-1/+1
* e2fsck: add logging capabilityTheodore Ts'o2012-03-181-90/+92
* e2fsck: print the current and expected block group checksumsTheodore Ts'o2012-03-151-2/+8
* e2fsck: add support for field widths in messages using %-expansionTheodore Ts'o2012-03-151-26/+34
* libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o2011-10-161-1/+1
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* e2fsck: handle null fs in print_pathname()Eric Sandeen2011-09-161-2/+3
* e2fsprogs: Remove impossible name_len tests.Eric Sandeen2011-09-161-2/+0
* e2fsck: add support for checking the built-in quota filesAditya Kali2011-08-311-0/+2
* misc: use EXT2_I_SIZE() consistently to get sizeAndreas Dilger2011-07-081-2/+1
* misc: clean up compiler warningsAndreas Dilger2011-06-111-1/+0
* Merge branch 'maint' into nextTheodore Ts'o2011-02-271-2/+2
|\
| * e2fsprogs: reserving code points for new ext4 quota featureAditya Kali2011-02-251-2/+2
* | Merge branch 'maint' into nextTheodore Ts'o2009-10-241-3/+4
|\|
| * e2fsck: Fix handling of non-zero i_blocks_high fieldTheodore Ts'o2009-10-121-3/+4
* | Merge branch 'maint' into nextTheodore Ts'o2009-10-041-4/+29
|\|
| * e2fsck: Interpret negative blkcount in file system problem reportsTheodore Ts'o2009-10-041-4/+29
* | Use ext2fs_file_acl_block() instead of using .i_file_acl directlyValerie Aurora Henson2009-09-071-1/+1
|/
* e2fsck: Fix and enhance superblock dates in future problem reportsTheodore Ts'o2009-08-081-14/+27
* Fix encoding for rec_len in directories for >= 64k blocksize file systemsTheodore Ts'o2009-06-211-5/+8
* Fix compiling under diet libcTheodore Ts'o2008-09-121-3/+5
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-17/+17
* Add support for the HUGE_FILE featureTheodore Ts'o2008-04-171-1/+6
* e2fsck: Add support for extentsTheodore Ts'o2008-02-181-2/+12
* e2fsck: Detect recursive loops in @-expansionsTheodore Ts'o2007-07-021-5/+6
* Fix gcc -Wall warnings, especially on 64-bit systemsAndreas Dilger2007-05-251-5/+5
* Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid'sEric Sandeen2007-05-081-4/+2
* e2fsck: Add support for %It in problem description messagesTheodore Ts'o2007-03-311-0/+20