summaryrefslogtreecommitdiff
path: root/lib/e2p
AgeCommit message (Expand)AuthorFilesLines
2009-07-21libe2p: Add new function parse_num_blocks2()Valerie Aurora Henson2-1/+7
2009-06-01e2p: Print 64-bit block numbers in the superblockTheodore Ts'o1-3/+23
2009-07-02Add support for configure --enable-verbose-makecmdsTheodore Ts'o1-21/+21
2009-05-28chattr: manpage tidyupsEric Sandeen1-1/+1
2009-04-22libe2p: Declare prototypes for the journal feature name functions in e2p.hTheodore Ts'o1-0/+2
2009-03-06Add support for a new superblock field: s_kbytes_writtenTheodore Ts'o1-0/+18
2008-09-02Fix pkg-config files: use Requires.private and fix the include directoryTheodore Ts'o1-1/+1
2008-09-01libe2p: Fix potential core-dumping bug in iterate_on_dir()Theodore Ts'o1-3/+3
2008-08-29Update makefile dependency for lib/e2p/Makefile.inTheodore Ts'o1-1/+9
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o15-45/+45
2008-08-24libe2p: Fix namespace leakage of os_tabTheodore Ts'o1-1/+1
2008-08-24add debugfs command to print known featuresAndreas Dilger3-2/+141
2008-08-15Fix a typo in lib/e2p/Makefile.inLi Zefan1-1/+1
2008-04-22Basic flexible block group supportTheodore Ts'o1-0/+3
2008-04-20libe2p: Print the s_min_extra_isize and s_wanted_extra_isize fieldsTheodore Ts'o1-1/+7
2008-04-17Change the primary name of the extents feature to be 'extent'Theodore Ts'o1-2/+2
2008-04-17Rename the feature uninit_groups to uninit_bgTheodore Ts'o1-0/+2
2008-04-17Add support for the HUGE_FILE featureTheodore Ts'o1-0/+1
2008-03-20Rename feature name from gdt_checksum to uninit_groupsJose R. Santos1-1/+1
2008-02-27Merge branch 'maint'Theodore Ts'o3-10/+46
2008-02-26libe2p: New e2p_edit_feature2 which provides better error handlingTheodore Ts'o2-8/+44
2008-02-22libe2p: Change Raid to RAID in display optionTheodore Ts'o1-2/+2
2008-02-18Merge branch 'maint' into nextTheodore Ts'o1-0/+6
2008-02-18libe2p: Make list_super2() print the RAID stride and stripe-widthTheodore Ts'o1-0/+6
2008-01-27Merge branch 'maint' into nextTheodore Ts'o1-2/+6
2008-01-26Add support for the test_fs flagTheodore Ts'o1-2/+6
2007-11-03Merge basic FLEX_BG supportTheodore Ts'o1-0/+2
2007-11-03Enable FLEX_BG feature supportJose R. Santos1-0/+2
2007-10-22libe2p: Change iterate_on_dir so that it counts non-zero returnsTheodore Ts'o1-3/+4
2007-10-22libe2p: Use lstat() instead of stat() in fsetflags() and fgetflags()Theodore Ts'o2-2/+2
2007-07-08Remove Changelog files since they're not used after the git migrationTheodore Ts'o1-719/+0
2007-06-24Update Release Notes, Changelogs, version.h, etc. for 1.40 releaseTheodore Ts'o1-0/+4
2007-04-02resize2fs (libe2p): Fix resize2fs parsing of size parameter (in sector units)Theodore Ts'o2-1/+8
2007-03-21[COVERITY] Fix memory leak in libe2p (e2p_edit_mntopts)Brian Behlendorf2-6/+13
2007-03-21[COVERITY] Fix memory leak in libe2p (e2p_edit_feature)Brian Behlendorf2-8/+17
2006-11-12Add support for printing new filesystem featuresTheodore Ts'o2-0/+19
2006-11-11Add directory hashed signed/unsigned hint to superblockTheodore Ts'o2-0/+28
2006-09-29Fix e2p_percent() crash if percentage was zero.Theodore Ts'o2-0/+7
2006-08-30Fix potential 2**32-1 overflow by using e2p_percent()Theodore Ts'o4-2/+72
2006-08-05Rename EXT3_EXTENTS_FL to EXT4_EXTENTS_FL and make it visible to the userAndreas Dilger2-0/+5
2006-05-08Add support for EXT2_FEATURE_COMPAT_LAZY_BGTheodore Ts'o2-0/+6
2006-04-22Fix bug which could cause dumpe2fs to rarely fail to print a UUIDTheodore Ts'o2-1/+8
2006-03-23Change mke2fs to use /etc/mke2fs.conf as a configuration fileTheodore Ts'o2-3/+17
2005-12-10Address parallel build problem in the library MakefilesTheodore Ts'o2-0/+8
2005-06-30Update for e2fsprogs 1.38 release.Theodore Ts'o1-0/+4
2005-06-16Makefile.in: Add an include path specifier when buildingTheodore Ts'o2-1/+9
2005-05-06Update "make depend" information. Fixes SMP parallel build problem.Theodore Ts'o1-1/+4
2005-05-06Fix build of tst_ostype when doing a "make check" in lib/e2p; it was missingTheodore Ts'o2-1/+7
2005-04-09ls.c: Add stdlib.h header file since list_super2() uses theTheodore Ts'o2-0/+6
2005-03-31ostype.c (e2p_os2string): Check to make sure malloc() isTheodore Ts'o2-1/+10