summaryrefslogtreecommitdiff
path: root/lib/ext2fs/ext2_fs.h
AgeCommit message (Expand)AuthorFilesLines
2011-09-25ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger1-17/+42
2011-09-16libext2s: fix swapfs.c so it builds on big endian systemsTheodore Ts'o1-3/+2
2011-09-16debugfs: add 64-bit support to the set_field commandsTheodore Ts'o1-1/+1
2011-09-16libext2fs: add metadata checksum and snapshot feature flagsTheodore Ts'o1-9/+22
2011-09-16Merge branch 'maint' into nextTheodore Ts'o1-0/+12
2011-09-15libext2fs: fix binary and source compatibility with the dump programTheodore Ts'o1-0/+12
2011-09-14resize2fs: add support for new in-kernel online resize ioctlYongqiang Yang1-0/+1
2011-07-07libext2fs: Fix gcc -Wall warningsTheodore Ts'o1-3/+4
2011-06-04Merge branch 'maint' into nextTheodore Ts'o1-1/+5
2011-06-04libext2fs: change EXT2_MAX_BLOCKS_PER_GROUP() to be cluster size awareTheodore Ts'o1-1/+5
2011-03-18Merge branch 'maint' into nextTheodore Ts'o1-2/+3
2011-03-18add new superblock field: s_overhead_blocksTheodore Ts'o1-2/+3
2011-02-27Merge branch 'maint' into nextTheodore Ts'o1-17/+17
2011-02-25Add basic BIGALLOC support for cluster-based allocationTheodore Ts'o1-14/+11
2011-02-25e2fsprogs: reserving code points for new ext4 quota featureAditya Kali1-3/+6
2010-09-24Merge branch 'maint' into nextTheodore Ts'o1-2/+7
2010-09-18tune2fs, debugfs, libext2fs: Add support for ext4 default mount optionsTheodore Ts'o1-2/+7
2010-07-19Merge branch 'maint' into nextTheodore Ts'o1-1/+22
2010-07-05Add superblock fields which track first and most recent fs errorsTheodore Ts'o1-1/+22
2010-06-07Merge branch 'maint' into nextTheodore Ts'o1-1/+18
2010-06-02Reserve feature flags and fields needed for the Next3 snapshot featureTheodore Ts'o1-1/+15
2010-06-02Reserve the EXT4_FEATURE_INCOMPAT_DIRDATA feature flagAndreas Dilger1-0/+1
2010-06-02Reserve the EXT4_INCOMPAT_EA_INODE feature flagAndreas Dilger1-0/+2
2010-03-15Merge branch 'maint' into nextTheodore Ts'o1-2/+3
2010-02-24e2fsck: don't complain about i_size for known blocks past EOFEric Sandeen1-2/+3
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