aboutsummaryrefslogtreecommitdiffstats
path: root/misc/e2undo.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compile error and warnings for old gcc versionsLi Dongyang2018-07-141-0/+4
* Fix gcc and clang warningsTheodore Ts'o2018-06-231-1/+3
* Add missing information to various man pages and usage textsTyson Nottingham2017-12-211-1/+1
* e2undo: fix endian issuesEric Sandeen2016-06-211-2/+1
* e2undo: #include <libgen.h> since we use basename()Theodore Ts'o2016-06-061-0/+1
* misc: fix gcc -Wall complaintsTheodore Ts'o2016-06-021-2/+2
* e2undo: support the undo header's fs_offset featureMarcus Huewe2016-05-121-4/+21
* e2undo: add "-o offset" option to specify the filesystem offsetMarcus Huewe2016-05-121-1/+24
* Move the check_plausibility() function from misc to lib/supportTheodore Ts'o2015-07-121-1/+1
* misc: fix undo file setupDarrick J. Wong2015-05-161-24/+40
* e2undo: ditch tdb file, write everything to a flat fileDarrick J. Wong2015-05-051-101/+459
* e2undo: fix memory leaks and tweak the error messages somewhatDarrick J. Wong2015-05-051-19/+24
* Clean up sparse warningsTheodore Ts'o2013-12-161-4/+4
* build: quiet LLVM non-literal string format warningAndreas Dilger2013-12-151-5/+5
* e2undo: cast dptr to blk64_t to retrieve block numberEric Sandeen2011-11-181-1/+1
* Pass the gettext() function to libcom_errTheodore Ts'o2011-10-051-0/+1
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* misc: clean up compiler warningsAndreas Dilger2011-06-111-5/+4
* e2image: Fix up to be 64-bit block number safeValerie Aurora Henson2010-06-131-2/+2
* Merge branch 'maint' into nextTheodore Ts'o2009-10-041-0/+1
|\
| * e2undo: Initialize com_err error tables for the ext2fs libraryTheodore Ts'o2009-09-081-0/+1
* | Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson2009-09-071-2/+2
|/
* e2undo, tune2fs: Report the correct name for the undo program.Benno Schulenberg2008-07-181-1/+1
* e2undo: Don't use __FUNCTION__ for portability reasonsTheodore Ts'o2008-07-131-7/+9
* Clean up some trivial build warningsEric Sandeen2008-07-061-1/+2
* e2undo: Enable missing pieces to enable I18N for this applicationTheodore Ts'o2008-06-071-0/+7
* Add e2undo commandAneesh Kumar K.V2008-04-271-0/+213