d1154eb460efe588eaed3d439c1caaca149fa362 |
|
18-Sep-2011 |
Theodore Ts'o <tytso@mit.edu> |
Shorten compile commands run by the build system The DEFS line in MCONFIG had gotten so long that it exceeded 4k, and this was starting to cause some tools heartburn. It also made "make V=1" almost useless, since trying to following the individual commands run by make was lost in the noise of all of the defines. So fix this by putting the configure-generated defines in lib/config.h and the directory pathnames to lib/dirpaths.h. In addition, clean up some vestigal defines in configure.in and in the Makefiles to further shorten the cc command lines. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debugfs/unused.c
|
048786d7e87a6de698936b0cf25f1ab70d5c15bc |
|
08-Sep-2009 |
Valerie Aurora Henson <vaurora@redhat.com> |
debugfs: Convert to support 64-bit filesystems Signed-off-by: Valerie Aurora Henson <vaurora@redhat.com> Signed-off-by: Nick Dokos <nicholas.dokos@hp.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debugfs/unused.c
|
4efbac6fed75c29d3d5f1b676b932754653a2ac5 |
|
08-Sep-2009 |
Valerie Aurora Henson <vaurora@redhat.com> |
Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count() Signed-off-by: Valerie Aurora Henson <vaurora@redhat.com> Signed-off-by: Nick Dokos <nicholas.dokos@hp.com> Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debugfs/unused.c
|
24a117abd0340d247befbf7687ffb70547fdf218 |
|
08-Sep-2009 |
Valerie Aurora Henson <vaurora@redhat.com> |
Convert to use io_channel_read_blk64() and io_channel_write_blk64() Signed-off-by: Valerie Aurora Henson <vaurora@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debugfs/unused.c
|
6d879a999bad95724304a2a5158d7da4fcd599e7 |
|
23-Aug-2009 |
Valerie Aurora Henson <vaurora@redhat.com> |
debugfs: Move everything to new bitmap interface Signed-off-by: Valerie Aurora Henson <vaurora@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debugfs/unused.c
|
efc6f628e15de95bcd13e4f0ee223cb42115d520 |
|
28-Aug-2008 |
Theodore Ts'o <tytso@mit.edu> |
Remove trailing whitespace for the entire source tree Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debugfs/unused.c
|
97fa31b947b3b55f876c26090eaed982f77f522f |
|
28-Jan-2007 |
Matthias Koenig <mkoenig@suse.de> |
Fix dump_usued segault in debugfs if used without open filesystem The dump_unused command in debugfs segfaults if used without an open filesystem: sor:~ # debugfs debugfs 1.39 (29-May-2006) debugfs: dump_unused Segmentation fault Patch (from IBM) below. Signed-off-by: Matthias Koenig <mkoenig@suse.de>
/external/e2fsprogs/debugfs/unused.c
|
2c83031791778d132747b73e76c892a16f4b2da6 |
|
29-May-2006 |
Theodore Ts'o <tytso@mit.edu> |
Fix debugfs's dump_unsued commands on filesystems with a 64k blocksize Use EXT2_MAX_BLOCK_SIZE instead of a hardcoded blocksize of 32768, since this will fail on a filesystem with a 64k blocksize. (Addresses SourceForge bug #1424311) Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debugfs/unused.c
|
8deb80a5d1078cbe43eaffcdeebf0a1a549d6a54 |
|
19-Mar-2006 |
Takashi Sato <sho@tnes.nec.co.jp> |
Fix format statements to make e2fsprogs programs 32-bit clean Change the format string(%d, %ld) for a block number and inode number to %u or %lu. Signed-off-by: Takashi Sato <sho@tnes.nec.co.jp> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debugfs/unused.c
|
544349270e4c74a6feb971123884a8cf5052a7ee |
|
07-Dec-2003 |
Theodore Ts'o <tytso@mit.edu> |
Fix gcc -Wall nitpicks
/external/e2fsprogs/debugfs/unused.c
|
a5fdcd5946971a2bbbecf26269c667aa6bf73966 |
|
21-May-2003 |
Theodore Ts'o <tytso@mit.edu> |
unused.c (do_dump_unused): Add new command which dumps the unused blocks. (Initial implementation; currently only dumps the output to stdout.)
/external/e2fsprogs/debugfs/unused.c
|