summaryrefslogtreecommitdiff
path: root/debugfs/util.c
Commit message (Expand)AuthorAge
* Fix typos in code comments and developer docsSebastian Rasmussen2017-10-15
* debugfs: add sanity checking to the string_to_inode() utility functionTheodore Ts'o2017-07-23
* debugfs: fix a bug in string_to_time() which misparsed @NNNNNNN inputsTheodore Ts'o2016-03-14
* debugfs: add support to properly set and display extended timestampsTheodore Ts'o2015-11-30
* Eliminate unused parameter warnings from Android buildTheodore Ts'o2015-07-13
* misc: fix Coverity bugsDarrick J. Wong2015-05-16
* misc: fix Coverity complaintsDarrick J. Wong2014-09-18
* debugfs: add the ability to write transactions to the journalDarrick J. Wong2014-09-11
* Merge branch 'maint' into nextTheodore Ts'o2014-05-27
|\
| * debugfs: fix string_to_time for MacOS strptime()Andreas Dilger2014-05-22
* | misc: fix header complaints and resource leaks in e2fsprogsDarrick J. Wong2014-03-14
|/
* debugfs: fix typo in commit 5a1d25a7bTheodore Ts'o2014-01-09
* Fix up workarounds for dietlibc breakageTheodore Ts'o2014-01-09
* debugfs: restore and tweak original error messagingEric Whitney2013-12-30
* Clean up sparse warningsTheodore Ts'o2013-12-16
* debugfs: handle 64bit block numbersDarrick J. Wong2013-12-12
* debugfs: interpret date strings of the form @ddddTheodore Ts'o2012-06-11
* debugfs: fix strtoblk for 64bit block numbersEric Sandeen2012-05-27
* debugfs: use ss_safe_getenv() instead of getenv()Theodore Ts'o2012-02-15
* debugfs: add ncheck -c optionTheodore Ts'o2012-01-17
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-18
* debugfs: add 64-bit support to the set_field commandsTheodore Ts'o2011-09-16
* debugfs: Convert to support 64-bit filesystemsValerie Aurora Henson2009-09-07
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-27
* Define _XOPEN_SOURCE to 600 consistently for Solaris C99 supportTheodore Ts'o2008-07-13
* Merge branch 'maint'Theodore Ts'o2008-03-30
|\
| * debugfs, tune2fs: Handle daylight savings time when parsing a time stringTheodore Ts'o2008-03-21
* | Merge branch 'maint' into nextTheodore Ts'o2008-03-20
|\|
| * debugfs: Don't use a pager if stdout is not a ttyTheodore Ts'o2008-03-20
* | Fix miscellaneous gcc -Wall warningsTheodore Ts'o2008-03-17
* | debugfs: Fix error handling in strtoblk() and common_block_args_process()Theodore Ts'o2008-02-18
* | Fix gcc -Wall warningsTheodore Ts'o2007-08-03
|/
* Fix gcc -Wall warnings, especially on 64-bit systemsAndreas Dilger2007-05-25
* Fix debugfs's date parser so that it accepts integer valuesTheodore Ts'o2007-04-10
* Handle large setb/testb/freeb commands in debugfsEric Sandeen2007-04-10
* Add missing backwards compatibility for ancient Linux systemsTheodore Ts'o2006-05-29
* New debugfs command: set_current_timeTheodore Ts'o2005-09-24
* Fix e2fsck, debugfs, and the ext2fs_mkdir function so that when we createTheodore Ts'o2005-03-20
* Enhance debugfs's stat command so it can dump extended attributesTheodore Ts'o2005-03-20
* Fix stupid core dumping bug if the TZ environment variable isn't set.Theodore Ts'o2004-12-15
* If the TZ environment variable is set to GMT, use gmtime() Theodore Ts'o2004-11-30
* util.c (open_pager): Use DEBUGFS_PAGER in preference to PAGERTheodore Ts'o2004-04-11
* For debugfs, use the "more" pager in preference to "less", Theodore Ts'o2004-01-24
* Try to use the DEBUGFS_PAGER environmentTheodore Ts'o2003-12-25
* util.c (open_pager): Search for the pager to use, starting withTheodore Ts'o2003-12-07
* util.c, ls.c, logdump.c, htree.c, dump.c, debugfs.h, debugfs.c, ChangeLog:Theodore Ts'o2003-05-13
* Add a new command "bmap" to debugfs which calculates the logical->physical bl...Theodore Ts'o2002-05-11
* util.c (parse_ulong): Fix typo which cases parse_ulong toTheodore Ts'o2002-04-01
* Add initial support in debugfs for examining directory indexingTheodore Ts'o2002-02-25
* Add new debugfs commands and arguments which make it easier to Theodore Ts'o2002-01-03