index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ext2fs
/
ext2_fs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-07
Use ext2fs_file_acl_block() instead of using .i_file_acl directly
Valerie Aurora Henson
1
-3
/
+3
2009-06-06
libext2fs: Define bg_itable_unused_hi in the ext4_group_desc structure
Valerie Aurora Henson
1
-4
/
+7
2009-03-06
Add support for a new superblock field: s_kbytes_written
Theodore Ts'o
1
-1
/
+2
2008-08-27
Remove trailing whitespace for the entire source tree
Theodore Ts'o
1
-1
/
+1
2008-06-07
resize2fs: Add support to use the ext4 online resize ioctl's
Theodore Ts'o
1
-0
/
+11
2008-05-15
ext2fs.h: Add l_i_file_acl_high and l_version_hi to on-disk inode structure
Theodore Ts'o
1
-2
/
+3
2008-04-22
Basic flexible block group support
Theodore Ts'o
1
-1
/
+4
2008-04-17
Add support for the HUGE_FILE feature
Theodore Ts'o
1
-0
/
+1
2008-03-20
Add initial checksum support for the gdt_checksum/uninit_group feature
Jose R. Santos
1
-0
/
+1
2008-03-15
Add support for the DIR_NLINK feature.
Andreas Dilger
1
-0
/
+1
2008-03-15
Merge branch 'maint'
Theodore Ts'o
1
-1
/
+1
2008-03-15
ext2_fs.h: Rename EXT4_ORPHAN_FS to be EXT3_ORPHAN_FS
Theodore Ts'o
1
-1
/
+1
2008-01-27
Merge branch 'maint' into next
Theodore Ts'o
1
-0
/
+4
2008-01-26
Add support for the test_fs flag
Theodore Ts'o
1
-0
/
+2
2008-01-21
Define helper functions ext2fs_set_i_{u,g}id_high() for MacOS compatibility
Theodore Ts'o
1
-0
/
+5
2008-01-01
Merge branch 'maint' into next
Theodore Ts'o
1
-4
/
+7
2008-01-01
Fix build failure on non-Linux/non-Hurd/non-Masix systems
Theodore Ts'o
1
-2
/
+2
2007-12-31
Fix build failure on non-Linux/non-Hurd/non-Masix systems
Theodore Ts'o
1
-6
/
+8
2007-12-17
Add #define needed for Hurd ioctl definitions
Theodore Ts'o
1
-0
/
+4
2007-11-03
Merge basic FLEX_BG support
Theodore Ts'o
1
-0
/
+1
2007-11-03
Reserve the INCOMPAT feature number for FLEX_BG.
Jose R. Santos
1
-0
/
+1
2007-11-01
libext2fs: remove masix support
Coly Li
1
-30
/
+1
2007-10-14
libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macros
Valerie Clement
1
-1
/
+8
2007-05-31
Reserve superblock field for the raid stripe width.
Theodore Ts'o
1
-1
/
+2
2007-05-31
Reserve superblock fields for multiple mount protection feature
Andreas Dilger
1
-2
/
+29
2007-05-18
Store the RAID stride value in the superblock and take advantage of it
Theodore Ts'o
1
-1
/
+3
2007-05-08
Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid's
Eric Sandeen
1
-1
/
+6
2007-04-19
Define the l_i_iversion field in ext2_inode
Theodore Ts'o
1
-2
/
+2
2006-11-30
Fix (as yet unused) struct ext4_group_desc to add a missing bg_pad field
Theodore Ts'o
1
-0
/
+1
2006-11-11
Add directory hashed signed/unsigned hint to superblock
Theodore Ts'o
1
-4
/
+14
2006-11-11
On-disk format for controlling the inode size
Theodore Ts'o
1
-3
/
+11
2006-11-11
On-disk format definition for 64-bit support
Theodore Ts'o
1
-4
/
+29
2006-11-11
On-disk format for large number of subdirectories
Theodore Ts'o
1
-1
/
+2
2006-11-11
On-disk format definition for group descriptor checksums
Theodore Ts'o
1
-1
/
+4
2006-11-11
On-disk format definition for huge files
Theodore Ts'o
1
-4
/
+3
2006-08-05
Rename EXT3_EXTENTS_FL to EXT4_EXTENTS_FL and make it visible to the user
Andreas Dilger
1
-2
/
+2
2006-05-08
Add support for EXT2_FEATURE_COMPAT_LAZY_BG
Theodore Ts'o
1
-1
/
+5
2006-03-17
Add support for on-line resizing to resize2fs
Theodore Ts'o
1
-0
/
+16
2005-01-25
Add library support for large (EA in inode) inodes. Make sure that garbage
Theodore Ts'o
1
-0
/
+59
2004-11-29
Add definition for the extents filesystem feature and inode flag.
Theodore Ts'o
1
-1
/
+4
2004-01-30
Fix a byte swap bugs, including one which caused e2fsck to
Theodore Ts'o
1
-2
/
+2
2003-08-21
Add support for backing up the journal inode location in the
Theodore Ts'o
1
-2
/
+8
2003-07-06
Fixx gcc -Wall nitpicks.
Theodore Ts'o
1
-2
/
+6
2003-04-11
Remove EXT2_FEATURE_RO_COMPAT_BTREE_DIR mention of since it's not
Theodore Ts'o
1
-1
/
+1
2002-11-01
Add support for a new inode flag, which is to be used
Theodore Ts'o
1
-1
/
+2
2002-10-25
Add a new superblock field, s_mkfs_time, which indicates when
Theodore Ts'o
1
-1
/
+2
2002-10-20
Add support for new default mount options for the journal data mode.
Theodore Ts'o
1
-0
/
+4
2002-10-20
Add support for the meta_blockgroup filesystem format.
Theodore Ts'o
1
-2
/
+4
2002-10-15
Add support for new feature in ext2/3 filesystems; a default mount options field
Theodore Ts'o
1
-1
/
+11
2002-08-17
Modify the half MD4 hash so it is no longer endian dependent. This is
Theodore Ts'o
1
-2
/
+1
[next]