summaryrefslogtreecommitdiff
path: root/lib/ext2fs/ext2_fs.h
AgeCommit message (Expand)AuthorFilesLines
2009-09-07Use ext2fs_file_acl_block() instead of using .i_file_acl directlyValerie Aurora Henson1-3/+3
2009-06-06libext2fs: Define bg_itable_unused_hi in the ext4_group_desc structureValerie Aurora Henson1-4/+7
2009-03-06Add support for a new superblock field: s_kbytes_writtenTheodore Ts'o1-1/+2
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-1/+1
2008-06-07resize2fs: Add support to use the ext4 online resize ioctl'sTheodore Ts'o1-0/+11
2008-05-15ext2fs.h: Add l_i_file_acl_high and l_version_hi to on-disk inode structureTheodore Ts'o1-2/+3
2008-04-22Basic flexible block group supportTheodore Ts'o1-1/+4
2008-04-17Add support for the HUGE_FILE featureTheodore Ts'o1-0/+1
2008-03-20Add initial checksum support for the gdt_checksum/uninit_group featureJose R. Santos1-0/+1
2008-03-15Add support for the DIR_NLINK feature.Andreas Dilger1-0/+1
2008-03-15Merge branch 'maint'Theodore Ts'o1-1/+1
2008-03-15ext2_fs.h: Rename EXT4_ORPHAN_FS to be EXT3_ORPHAN_FSTheodore Ts'o1-1/+1
2008-01-27Merge branch 'maint' into nextTheodore Ts'o1-0/+4
2008-01-26Add support for the test_fs flagTheodore Ts'o1-0/+2
2008-01-21Define helper functions ext2fs_set_i_{u,g}id_high() for MacOS compatibilityTheodore Ts'o1-0/+5
2008-01-01Merge branch 'maint' into nextTheodore Ts'o1-4/+7
2008-01-01Fix build failure on non-Linux/non-Hurd/non-Masix systemsTheodore Ts'o1-2/+2
2007-12-31Fix build failure on non-Linux/non-Hurd/non-Masix systemsTheodore Ts'o1-6/+8
2007-12-17Add #define needed for Hurd ioctl definitionsTheodore Ts'o1-0/+4
2007-11-03Merge basic FLEX_BG supportTheodore Ts'o1-0/+1
2007-11-03Reserve the INCOMPAT feature number for FLEX_BG.Jose R. Santos1-0/+1
2007-11-01libext2fs: remove masix supportColy Li1-30/+1
2007-10-14libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macrosValerie Clement1-1/+8
2007-05-31Reserve superblock field for the raid stripe width.Theodore Ts'o1-1/+2
2007-05-31Reserve superblock fields for multiple mount protection featureAndreas Dilger1-2/+29
2007-05-18Store the RAID stride value in the superblock and take advantage of itTheodore Ts'o1-1/+3
2007-05-08Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid'sEric Sandeen1-1/+6
2007-04-19Define the l_i_iversion field in ext2_inodeTheodore Ts'o1-2/+2
2006-11-30Fix (as yet unused) struct ext4_group_desc to add a missing bg_pad fieldTheodore Ts'o1-0/+1
2006-11-11Add directory hashed signed/unsigned hint to superblockTheodore Ts'o1-4/+14
2006-11-11On-disk format for controlling the inode sizeTheodore Ts'o1-3/+11
2006-11-11On-disk format definition for 64-bit supportTheodore Ts'o1-4/+29
2006-11-11On-disk format for large number of subdirectoriesTheodore Ts'o1-1/+2
2006-11-11On-disk format definition for group descriptor checksumsTheodore Ts'o1-1/+4
2006-11-11On-disk format definition for huge filesTheodore Ts'o1-4/+3
2006-08-05Rename EXT3_EXTENTS_FL to EXT4_EXTENTS_FL and make it visible to the userAndreas Dilger1-2/+2
2006-05-08Add support for EXT2_FEATURE_COMPAT_LAZY_BGTheodore Ts'o1-1/+5
2006-03-17Add support for on-line resizing to resize2fsTheodore Ts'o1-0/+16
2005-01-25Add library support for large (EA in inode) inodes. Make sure that garbageTheodore Ts'o1-0/+59
2004-11-29Add definition for the extents filesystem feature and inode flag.Theodore Ts'o1-1/+4
2004-01-30Fix a byte swap bugs, including one which caused e2fsck to Theodore Ts'o1-2/+2
2003-08-21Add support for backing up the journal inode location in the Theodore Ts'o1-2/+8
2003-07-06Fixx gcc -Wall nitpicks.Theodore Ts'o1-2/+6
2003-04-11Remove EXT2_FEATURE_RO_COMPAT_BTREE_DIR mention of since it's notTheodore Ts'o1-1/+1
2002-11-01Add support for a new inode flag, which is to be usedTheodore Ts'o1-1/+2
2002-10-25Add a new superblock field, s_mkfs_time, which indicates whenTheodore Ts'o1-1/+2
2002-10-20Add support for new default mount options for the journal data mode.Theodore Ts'o1-0/+4
2002-10-20Add support for the meta_blockgroup filesystem format.Theodore Ts'o1-2/+4
2002-10-15Add support for new feature in ext2/3 filesystems; a default mount options fieldTheodore Ts'o1-1/+11
2002-08-17Modify the half MD4 hash so it is no longer endian dependent. This isTheodore Ts'o1-2/+1