aboutsummaryrefslogtreecommitdiffstats
path: root/debugfs/ls.c
Commit message (Expand)AuthorAgeFilesLines
* debugfs: fix rdump and ls to handle uids and gids > 65536 correctlyTheodore Ts'o2021-02-251-1/+1
* Fix clang warnings on architectures with a 64-bit longTheodore Ts'o2021-02-111-2/+4
* debugfs: clean up gcc -Wall warning from using snprintfTheodore Ts'o2019-07-141-5/+2
* debugfs: avoid ambiguity when printing filenamesEric Biggers2019-04-281-11/+5
* Merge branch 'maint' into nextTheodore Ts'o2019-02-101-3/+0
|\
| * debugfs: output large directory sizeArtem Blagodarenko2019-02-051-3/+0
* | Fix function declarations for ss commands to fix LTO warningsTheodore Ts'o2018-08-081-1/+2
|/
* Add missing information to debugfs man pages and usage textsTyson Nottingham2017-12-151-1/+1
* debugfs: fix "ls -p" to avoid printing garbage after the file nameTheodore Ts'o2017-07-241-1/+1
* debugfs: with ls -l, include space between size and dateEric Biggers2017-02-161-2/+1
* debugfs: pretty print encrypted filenames in the ls commandTheodore Ts'o2015-03-081-22/+90
* libext2fs: provide functions to safely access name_len and file_typeJan Kara2013-06-081-2/+3
* debugfs: teach the htree and ls commands to show directory checksumsTheodore Ts'o2012-10-141-12/+22
* debugfs: initialize inode to 0 in list_dir_proc() if no inode nrEric Sandeen2011-09-251-3/+6
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* e2fsprogs: Remove impossible name_len tests.Eric Sandeen2011-09-161-2/+1
* misc: use EXT2_I_SIZE() consistently to get sizeAndreas Dilger2011-07-081-3/+2
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-4/+4
* debugfs: Add -p option to ls subcommand.Theodore Ts'o2008-01-041-3/+16
* Fix gcc -Wall warnings, especially on 64-bit systemsAndreas Dilger2007-05-251-2/+2
* Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid'sEric Sandeen2007-05-081-1/+1
* [COVERITY] Avoid static buffer overruns in debugfsBrian Behlendorf2007-03-211-1/+1
* Add handling for invalid option characters in debugfs subcommandsTheodore Ts'o2006-04-271-0/+3
* Fix various gcc -Wall complaints.Theodore Ts'o2005-12-101-1/+1
* Fix gcc -Wall nitpicksTheodore Ts'o2003-12-071-4/+4
* util.c, ls.c, logdump.c, htree.c, dump.c, debugfs.h, debugfs.c, ChangeLog:Theodore Ts'o2003-05-131-7/+1
* Fix up lots of portability problems that caused e2fsprogs not to build succes...Theodore Ts'o2003-03-061-1/+1
* dirblock.c (ext2fs_read_dir_block2, ext2fs_write_dir_block): NewTheodore Ts'o2002-03-121-3/+2
* ls.c (list_dir_proc): Fix typo in debugfs which was causing aTheodore Ts'o2002-03-071-1/+1
* In debugfs, make "ls -l" print out the file type information in theTheodore Ts'o2002-02-261-2/+4
* Fix gcc -Wall nits.Theodore Ts'o2002-01-031-2/+1
* Add new debugfs commands and arguments which make it easier to Theodore Ts'o2002-01-031-63/+92
* Many files:Theodore Ts'o2001-01-111-7/+7
* ChangeLog, debug_cmds.ct, debugfs.8.in, debugfs.c, dump.c, ls.c:Theodore Ts'o2000-05-271-2/+2
* Many files:Theodore Ts'o1998-03-241-2/+8
* ChangeLog, ls.c:Theodore Ts'o1998-03-091-2/+2
* ChangeLog, debugfs.c, dump.c, ls.c:Theodore Ts'o1997-10-251-4/+3
* Many files:Theodore Ts'o1997-04-291-0/+137