summaryrefslogtreecommitdiff
path: root/lib/ext2fs/initialize.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-16Fix superblock field s_blocks_count for bigalloc file systemsTheodore Ts'o1-4/+5
2011-06-10mke2fs: support creating bigalloc file systemsTheodore Ts'o1-11/+47
2011-06-04Merge branch 'maint' into nextTheodore Ts'o1-1/+2
2011-06-04libext2fs: change fs->clustersize to fs->cluster_ratio_bitsTheodore Ts'o1-1/+2
2011-05-14mke2fs: make s_inodes_per_group >= 8 in ext2fs_initializeTao Ma1-0/+2
2011-02-27Merge branch 'maint' into nextTheodore Ts'o1-7/+4
2011-02-25Add basic BIGALLOC support for cluster-based allocationTheodore Ts'o1-7/+4
2011-02-20Merge branch 'maint' into nextTheodore Ts'o1-15/+3
2011-02-20e2fsprogs: enable user namespace xattrs by defaultEric Sandeen1-0/+1
2011-02-20e2fsprogs: turn off enforced fsck intervals by defaultEric Sandeen1-15/+2
2010-06-13libext2fs: Teach *_initialize and *_allocate_group to be 64-bit safeTheodore Ts'o1-1/+14
2010-06-07Merge branch 'maint' into nextTheodore Ts'o1-2/+2
2010-05-17libe2p, libext2fs: Update file copyright permission states to match COPYINGTheodore Ts'o1-2/+2
2009-10-25Convert to use block group accessor functionsValerie Aurora Henson1-5/+4
2009-10-25libext2fs: clean up ext2fs_bg_flags_ interfacesEric Sandeen1-3/+3
2009-09-07Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson1-15/+20
2009-09-07Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o1-3/+3
2009-03-08remove useless if-before-free testsJim Meyering1-2/+1
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-12/+12
2008-08-23libext2fs: Fix memory leak in ext2fs_initialize().Manish Katiyar1-6/+12
2008-08-22libext2fs: Replace use of sprintf with strcpy/strcat to help SILOTheodore Ts'o1-2/+4
2008-07-11libext2fs: fix potential memory leak in ext2fs_initialize()Manish Katiyar1-1/+3
2008-04-22mke2fs: New bitmap and inode table allocation for FLEX_BGTheodore Ts'o1-0/+7
2008-04-22mke2fs/libext2fs: Fix lazy inode table initializationTheodore Ts'o1-0/+7
2008-04-21Transfer responsibility of setting the *_UNINIT flags to libext2fsTheodore Ts'o1-0/+13
2008-04-20libext2fs: Initialize s_min_extra_isize and s_wanted_extra_isizeTheodore Ts'o1-0/+6
2008-03-20Add uninit block group support to various libext2fs functionsJose R. Santos1-0/+1
2008-02-18Merge branch 'maint' into nextTheodore Ts'o1-0/+2
2008-02-18Add support for setting RAID stride and strip-width via mke2fs and tune2fsTheodore Ts'o1-0/+2
2008-01-27Merge branch 'maint' into nextTheodore Ts'o1-0/+1
2008-01-26Add support for the test_fs flagTheodore Ts'o1-0/+1
2007-12-09Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2007-12-05libext2fs: Add checks to prevent integer overflows passed to malloc()Theodore Ts'o1-1/+1
2007-10-14libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macrosValerie Clement1-1/+1
2007-07-22Properly calculate overhead in ext2fs_initialize()Theodore Ts'o1-10/+12
2006-11-11Add directory hashed signed/unsigned hint to superblockTheodore Ts'o1-0/+8
2006-09-12Add checks to make sure inode counts don't overflow a 32-bit valueEric Sandeen1-2/+5
2006-09-12Remove unused variablesEric Sandeen1-4/+0
2006-08-30Fix potential 2**32-1 overflow problems by ext2fs_div_ceil()Theodore Ts'o1-11/+8
2006-03-18Add EXT2_FLAG_EXCLUSIVE to the ext2fs library.Theodore Ts'o1-1/+5
2006-03-17Fix a signed vs unsigned bug in calc_reserved_gdt_blocks()Theodore Ts'o1-4/+4
2005-12-10Fix various gcc -Wall complaints.Theodore Ts'o1-1/+1
2005-09-24Add fs->now to override time(0) in libext2fsTheodore Ts'o1-1/+1
2004-12-23Clean up resize inode routines in ext2fs library. We no longer printTheodore Ts'o1-0/+2
2004-12-15Add support for on-line resizing ala the resize inode. This patchTheodore Ts'o1-12/+61
2004-07-28Add ability for debugfs to use a separate source of data blocks whenTheodore Ts'o1-0/+1
2003-12-07Fix gcc -Wall nitpicksTheodore Ts'o1-7/+7
2003-11-21Centeralize calculation of which blocks are reserved/used forTheodore Ts'o1-47/+2
2003-08-01ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() Theodore Ts'o1-8/+6
2003-07-06Fixx gcc -Wall nitpicks.Theodore Ts'o1-6/+12