summaryrefslogtreecommitdiff
path: root/lib/ext2fs/initialize.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for new compat feature "sparse_super2"Theodore Ts'o2014-01-301-0/+17
* debugfs, e2fsck: fix s_desc_size handlingAndreas Dilger2013-12-241-2/+3
* libext2fs: avoid 32-bit overflow in ext2fs_initialize with a 512M cluster sizeTheodore Ts'o2013-01-151-3/+12
* mke2fs: fix handling of mmp_update_interval optionGregoire Pichon2012-12-151-0/+2
* mke2fs: recalculate the reserved blocks when the last BG is droppedAkira Fujita2012-09-071-0/+9
* libext2fs: fix uninit block calculation when inodes_per_block < first_inoTheodore Ts'o2012-07-291-2/+11
* mke2fs: add option to use direct I/O (mke2fs -D)Theodore Ts'o2012-03-221-0/+2
* libext2fs: use the rbtree bitmap by default when initializing a file systemTheodore Ts'o2011-12-181-0/+1
* libext2fs: fix bad cast which causes problems for file systems > 512EBTheodore Ts'o2011-10-031-1/+1
* e2fsprogs: Fix thinko in ext2fs_initialize bigalloc caseEric Sandeen2011-10-031-1/+1
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* Merge branch 'maint' into nextTheodore Ts'o2011-09-161-1/+1
|\
| * libext2fs: fix binary and source compatibility with the dump programTheodore Ts'o2011-09-151-1/+1
* | Fix superblock field s_blocks_count for bigalloc file systemsTheodore Ts'o2011-06-161-4/+5
* | mke2fs: support creating bigalloc file systemsTheodore Ts'o2011-06-101-11/+47
* | Merge branch 'maint' into nextTheodore Ts'o2011-06-041-1/+2
|\ \ | |/
| * libext2fs: change fs->clustersize to fs->cluster_ratio_bitsTheodore Ts'o2011-06-041-1/+2
* | mke2fs: make s_inodes_per_group >= 8 in ext2fs_initializeTao Ma2011-05-141-0/+2
* | Merge branch 'maint' into nextTheodore Ts'o2011-02-271-7/+4
|\ \ | |/
| * Add basic BIGALLOC support for cluster-based allocationTheodore Ts'o2011-02-251-7/+4
* | Merge branch 'maint' into nextTheodore Ts'o2011-02-201-15/+3
|\ \ | |/
| * e2fsprogs: enable user namespace xattrs by defaultEric Sandeen2011-02-201-0/+1
| * e2fsprogs: turn off enforced fsck intervals by defaultEric Sandeen2011-02-201-15/+2
* | libext2fs: Teach *_initialize and *_allocate_group to be 64-bit safeTheodore Ts'o2010-06-131-1/+14
* | Merge branch 'maint' into nextTheodore Ts'o2010-06-071-2/+2
|\ \ | |/
| * libe2p, libext2fs: Update file copyright permission states to match COPYINGTheodore Ts'o2010-05-171-2/+2
* | Convert to use block group accessor functionsValerie Aurora Henson2009-10-251-5/+4
* | libext2fs: clean up ext2fs_bg_flags_ interfacesEric Sandeen2009-10-251-3/+3
* | Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson2009-09-071-15/+20
* | Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o2009-09-071-3/+3
|/
* remove useless if-before-free testsJim Meyering2009-03-081-2/+1
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-12/+12
* libext2fs: Fix memory leak in ext2fs_initialize().Manish Katiyar2008-08-231-6/+12
* libext2fs: Replace use of sprintf with strcpy/strcat to help SILOTheodore Ts'o2008-08-221-2/+4
* libext2fs: fix potential memory leak in ext2fs_initialize()Manish Katiyar2008-07-111-1/+3
* mke2fs: New bitmap and inode table allocation for FLEX_BGTheodore Ts'o2008-04-221-0/+7
* mke2fs/libext2fs: Fix lazy inode table initializationTheodore Ts'o2008-04-221-0/+7
* Transfer responsibility of setting the *_UNINIT flags to libext2fsTheodore Ts'o2008-04-211-0/+13
* libext2fs: Initialize s_min_extra_isize and s_wanted_extra_isizeTheodore Ts'o2008-04-201-0/+6
* Add uninit block group support to various libext2fs functionsJose R. Santos2008-03-201-0/+1
* Merge branch 'maint' into nextTheodore Ts'o2008-02-181-0/+2
|\
| * Add support for setting RAID stride and strip-width via mke2fs and tune2fsTheodore Ts'o2008-02-181-0/+2
* | Merge branch 'maint' into nextTheodore Ts'o2008-01-271-0/+1
|\ \ | |/
| * Add support for the test_fs flagTheodore Ts'o2008-01-261-0/+1
* | Merge branch 'maint' into nextTheodore Ts'o2007-12-091-1/+1
|\ \ | |/
| * libext2fs: Add checks to prevent integer overflows passed to malloc()Theodore Ts'o2007-12-051-1/+1
* | libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macrosValerie Clement2007-10-141-1/+1
|/
* Properly calculate overhead in ext2fs_initialize()Theodore Ts'o2007-07-221-10/+12
* Add directory hashed signed/unsigned hint to superblockTheodore Ts'o2006-11-111-0/+8
* Add checks to make sure inode counts don't overflow a 32-bit valueEric Sandeen2006-09-121-2/+5