index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ext2fs
/
initialize.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-16
Fix superblock field s_blocks_count for bigalloc file systems
Theodore Ts'o
1
-4
/
+5
2011-06-10
mke2fs: support creating bigalloc file systems
Theodore Ts'o
1
-11
/
+47
2011-06-04
Merge branch 'maint' into next
Theodore Ts'o
1
-1
/
+2
2011-06-04
libext2fs: change fs->clustersize to fs->cluster_ratio_bits
Theodore Ts'o
1
-1
/
+2
2011-05-14
mke2fs: make s_inodes_per_group >= 8 in ext2fs_initialize
Tao Ma
1
-0
/
+2
2011-02-27
Merge branch 'maint' into next
Theodore Ts'o
1
-7
/
+4
2011-02-25
Add basic BIGALLOC support for cluster-based allocation
Theodore Ts'o
1
-7
/
+4
2011-02-20
Merge branch 'maint' into next
Theodore Ts'o
1
-15
/
+3
2011-02-20
e2fsprogs: enable user namespace xattrs by default
Eric Sandeen
1
-0
/
+1
2011-02-20
e2fsprogs: turn off enforced fsck intervals by default
Eric Sandeen
1
-15
/
+2
2010-06-13
libext2fs: Teach *_initialize and *_allocate_group to be 64-bit safe
Theodore Ts'o
1
-1
/
+14
2010-06-07
Merge branch 'maint' into next
Theodore Ts'o
1
-2
/
+2
2010-05-17
libe2p, libext2fs: Update file copyright permission states to match COPYING
Theodore Ts'o
1
-2
/
+2
2009-10-25
Convert to use block group accessor functions
Valerie Aurora Henson
1
-5
/
+4
2009-10-25
libext2fs: clean up ext2fs_bg_flags_ interfaces
Eric Sandeen
1
-3
/
+3
2009-09-07
Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()
Valerie Aurora Henson
1
-15
/
+20
2009-09-07
Use accessor functions fields for bg_flags in the block group descriptors
Theodore Ts'o
1
-3
/
+3
2009-03-08
remove useless if-before-free tests
Jim Meyering
1
-2
/
+1
2008-08-27
Remove trailing whitespace for the entire source tree
Theodore Ts'o
1
-12
/
+12
2008-08-23
libext2fs: Fix memory leak in ext2fs_initialize().
Manish Katiyar
1
-6
/
+12
2008-08-22
libext2fs: Replace use of sprintf with strcpy/strcat to help SILO
Theodore Ts'o
1
-2
/
+4
2008-07-11
libext2fs: fix potential memory leak in ext2fs_initialize()
Manish Katiyar
1
-1
/
+3
2008-04-22
mke2fs: New bitmap and inode table allocation for FLEX_BG
Theodore Ts'o
1
-0
/
+7
2008-04-22
mke2fs/libext2fs: Fix lazy inode table initialization
Theodore Ts'o
1
-0
/
+7
2008-04-21
Transfer responsibility of setting the *_UNINIT flags to libext2fs
Theodore Ts'o
1
-0
/
+13
2008-04-20
libext2fs: Initialize s_min_extra_isize and s_wanted_extra_isize
Theodore Ts'o
1
-0
/
+6
2008-03-20
Add uninit block group support to various libext2fs functions
Jose R. Santos
1
-0
/
+1
2008-02-18
Merge branch 'maint' into next
Theodore Ts'o
1
-0
/
+2
2008-02-18
Add support for setting RAID stride and strip-width via mke2fs and tune2fs
Theodore Ts'o
1
-0
/
+2
2008-01-27
Merge branch 'maint' into next
Theodore Ts'o
1
-0
/
+1
2008-01-26
Add support for the test_fs flag
Theodore Ts'o
1
-0
/
+1
2007-12-09
Merge branch 'maint' into next
Theodore Ts'o
1
-1
/
+1
2007-12-05
libext2fs: Add checks to prevent integer overflows passed to malloc()
Theodore Ts'o
1
-1
/
+1
2007-10-14
libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macros
Valerie Clement
1
-1
/
+1
2007-07-22
Properly calculate overhead in ext2fs_initialize()
Theodore Ts'o
1
-10
/
+12
2006-11-11
Add directory hashed signed/unsigned hint to superblock
Theodore Ts'o
1
-0
/
+8
2006-09-12
Add checks to make sure inode counts don't overflow a 32-bit value
Eric Sandeen
1
-2
/
+5
2006-09-12
Remove unused variables
Eric Sandeen
1
-4
/
+0
2006-08-30
Fix potential 2**32-1 overflow problems by ext2fs_div_ceil()
Theodore Ts'o
1
-11
/
+8
2006-03-18
Add EXT2_FLAG_EXCLUSIVE to the ext2fs library.
Theodore Ts'o
1
-1
/
+5
2006-03-17
Fix a signed vs unsigned bug in calc_reserved_gdt_blocks()
Theodore Ts'o
1
-4
/
+4
2005-12-10
Fix various gcc -Wall complaints.
Theodore Ts'o
1
-1
/
+1
2005-09-24
Add fs->now to override time(0) in libext2fs
Theodore Ts'o
1
-1
/
+1
2004-12-23
Clean up resize inode routines in ext2fs library. We no longer print
Theodore Ts'o
1
-0
/
+2
2004-12-15
Add support for on-line resizing ala the resize inode. This patch
Theodore Ts'o
1
-12
/
+61
2004-07-28
Add ability for debugfs to use a separate source of data blocks when
Theodore Ts'o
1
-0
/
+1
2003-12-07
Fix gcc -Wall nitpicks
Theodore Ts'o
1
-7
/
+7
2003-11-21
Centeralize calculation of which blocks are reserved/used for
Theodore Ts'o
1
-47
/
+2
2003-08-01
ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem()
Theodore Ts'o
1
-8
/
+6
2003-07-06
Fixx gcc -Wall nitpicks.
Theodore Ts'o
1
-6
/
+12
[next]