index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
e2p
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-21
libe2p: Add new function parse_num_blocks2()
Valerie Aurora Henson
2
-1
/
+7
2009-06-01
e2p: Print 64-bit block numbers in the superblock
Theodore Ts'o
1
-3
/
+23
2009-07-02
Add support for configure --enable-verbose-makecmds
Theodore Ts'o
1
-21
/
+21
2009-05-28
chattr: manpage tidyups
Eric Sandeen
1
-1
/
+1
2009-04-22
libe2p: Declare prototypes for the journal feature name functions in e2p.h
Theodore Ts'o
1
-0
/
+2
2009-03-06
Add support for a new superblock field: s_kbytes_written
Theodore Ts'o
1
-0
/
+18
2008-09-02
Fix pkg-config files: use Requires.private and fix the include directory
Theodore Ts'o
1
-1
/
+1
2008-09-01
libe2p: Fix potential core-dumping bug in iterate_on_dir()
Theodore Ts'o
1
-3
/
+3
2008-08-29
Update makefile dependency for lib/e2p/Makefile.in
Theodore Ts'o
1
-1
/
+9
2008-08-27
Remove trailing whitespace for the entire source tree
Theodore Ts'o
15
-45
/
+45
2008-08-24
libe2p: Fix namespace leakage of os_tab
Theodore Ts'o
1
-1
/
+1
2008-08-24
add debugfs command to print known features
Andreas Dilger
3
-2
/
+141
2008-08-15
Fix a typo in lib/e2p/Makefile.in
Li Zefan
1
-1
/
+1
2008-04-22
Basic flexible block group support
Theodore Ts'o
1
-0
/
+3
2008-04-20
libe2p: Print the s_min_extra_isize and s_wanted_extra_isize fields
Theodore Ts'o
1
-1
/
+7
2008-04-17
Change the primary name of the extents feature to be 'extent'
Theodore Ts'o
1
-2
/
+2
2008-04-17
Rename the feature uninit_groups to uninit_bg
Theodore Ts'o
1
-0
/
+2
2008-04-17
Add support for the HUGE_FILE feature
Theodore Ts'o
1
-0
/
+1
2008-03-20
Rename feature name from gdt_checksum to uninit_groups
Jose R. Santos
1
-1
/
+1
2008-02-27
Merge branch 'maint'
Theodore Ts'o
3
-10
/
+46
2008-02-26
libe2p: New e2p_edit_feature2 which provides better error handling
Theodore Ts'o
2
-8
/
+44
2008-02-22
libe2p: Change Raid to RAID in display option
Theodore Ts'o
1
-2
/
+2
2008-02-18
Merge branch 'maint' into next
Theodore Ts'o
1
-0
/
+6
2008-02-18
libe2p: Make list_super2() print the RAID stride and stripe-width
Theodore Ts'o
1
-0
/
+6
2008-01-27
Merge branch 'maint' into next
Theodore Ts'o
1
-2
/
+6
2008-01-26
Add support for the test_fs flag
Theodore Ts'o
1
-2
/
+6
2007-11-03
Merge basic FLEX_BG support
Theodore Ts'o
1
-0
/
+2
2007-11-03
Enable FLEX_BG feature support
Jose R. Santos
1
-0
/
+2
2007-10-22
libe2p: Change iterate_on_dir so that it counts non-zero returns
Theodore Ts'o
1
-3
/
+4
2007-10-22
libe2p: Use lstat() instead of stat() in fsetflags() and fgetflags()
Theodore Ts'o
2
-2
/
+2
2007-07-08
Remove Changelog files since they're not used after the git migration
Theodore Ts'o
1
-719
/
+0
2007-06-24
Update Release Notes, Changelogs, version.h, etc. for 1.40 release
Theodore Ts'o
1
-0
/
+4
2007-04-02
resize2fs (libe2p): Fix resize2fs parsing of size parameter (in sector units)
Theodore Ts'o
2
-1
/
+8
2007-03-21
[COVERITY] Fix memory leak in libe2p (e2p_edit_mntopts)
Brian Behlendorf
2
-6
/
+13
2007-03-21
[COVERITY] Fix memory leak in libe2p (e2p_edit_feature)
Brian Behlendorf
2
-8
/
+17
2006-11-12
Add support for printing new filesystem features
Theodore Ts'o
2
-0
/
+19
2006-11-11
Add directory hashed signed/unsigned hint to superblock
Theodore Ts'o
2
-0
/
+28
2006-09-29
Fix e2p_percent() crash if percentage was zero.
Theodore Ts'o
2
-0
/
+7
2006-08-30
Fix potential 2**32-1 overflow by using e2p_percent()
Theodore Ts'o
4
-2
/
+72
2006-08-05
Rename EXT3_EXTENTS_FL to EXT4_EXTENTS_FL and make it visible to the user
Andreas Dilger
2
-0
/
+5
2006-05-08
Add support for EXT2_FEATURE_COMPAT_LAZY_BG
Theodore Ts'o
2
-0
/
+6
2006-04-22
Fix bug which could cause dumpe2fs to rarely fail to print a UUID
Theodore Ts'o
2
-1
/
+8
2006-03-23
Change mke2fs to use /etc/mke2fs.conf as a configuration file
Theodore Ts'o
2
-3
/
+17
2005-12-10
Address parallel build problem in the library Makefiles
Theodore Ts'o
2
-0
/
+8
2005-06-30
Update for e2fsprogs 1.38 release.
Theodore Ts'o
1
-0
/
+4
2005-06-16
Makefile.in: Add an include path specifier when building
Theodore Ts'o
2
-1
/
+9
2005-05-06
Update "make depend" information. Fixes SMP parallel build problem.
Theodore Ts'o
1
-1
/
+4
2005-05-06
Fix build of tst_ostype when doing a "make check" in lib/e2p; it was missing
Theodore Ts'o
2
-1
/
+7
2005-04-09
ls.c: Add stdlib.h header file since list_super2() uses the
Theodore Ts'o
2
-0
/
+6
2005-03-31
ostype.c (e2p_os2string): Check to make sure malloc() is
Theodore Ts'o
2
-1
/
+10
[next]