index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
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-15
misc: quiet "unused variable" compiler warnings
Andreas Dilger
1
-1
/
+1
2011-06-15
libext2fs: fix regression in ext2fs_new_block2() for uninit_bg file systems
Theodore Ts'o
1
-0
/
+2
2011-06-11
Merge branch 'maint' into next
Theodore Ts'o
1
-1
/
+1
2011-06-11
ext2fs: fix error handling in ext2fs_add_dir_block
Andreas Dilger
1
-1
/
+1
2011-06-11
mke2fs: skip zeroing journal blocks
Andreas Dilger
2
-6
/
+19
2011-06-11
ext2fs: Handle internal journal over 2^32 bytes
Andreas Dilger
3
-33
/
+42
2011-06-11
ext2fs: don't use O_DIRECT if not available
Andreas Dilger
1
-0
/
+2
2011-06-11
misc: fix compile warnings on OSX
Andreas Dilger
6
-24
/
+23
2011-06-11
ext2fs: fix ext2fs_warn_bitmap32() return warning
Andreas Dilger
2
-2
/
+2
2011-06-11
ext2fs: fix undeclared posix_memalign() warning
Andreas Dilger
1
-1
/
+12
2011-06-11
misc: clean up compiler warnings
Andreas Dilger
8
-11
/
+12
2011-06-10
e2fsck: add basic bigalloc support to check (but not yet repair) file systems
Theodore Ts'o
2
-2
/
+3
2011-06-10
mke2fs: support creating bigalloc file systems
Theodore Ts'o
1
-11
/
+47
2011-06-10
libext2fs: allocate clusters to files in expand_dir.c and mkjournal.c
Theodore Ts'o
2
-10
/
+26
2011-06-10
libext2fs: teach block allocation functions about bigalloc/clusters
Theodore Ts'o
1
-5
/
+12
2011-06-10
libext2fs: teach bitmap functions about bigalloc/cluster
Theodore Ts'o
4
-2
/
+111
2011-06-10
libext2fs: create extent-based directories if the extents feature is enabled
Theodore Ts'o
1
-2
/
+15
2011-06-04
Merge branch 'maint' into next
Theodore Ts'o
7
-13
/
+43
2011-06-04
libext2fs: Teach block bitmap read, write, and allocation funcs about clusters
Theodore Ts'o
2
-9
/
+10
2011-06-04
libext2fs: change fs->clustersize to fs->cluster_ratio_bits
Theodore Ts'o
3
-3
/
+21
2011-06-04
libext2fs: change EXT2_MAX_BLOCKS_PER_GROUP() to be cluster size aware
Theodore Ts'o
1
-1
/
+5
2011-06-04
libext2fs: require cluster size == block_size when opening a !bigalloc fs
Theodore Ts'o
1
-0
/
+6
2011-06-04
libcom_err: Fix install rule if installing with hard links
Theodore Ts'o
1
-1
/
+2
2011-05-18
e2image: Add support for qcow2 format
Lukas Czerner
5
-14
/
+377
2011-05-18
e2fsprogs: Add memory allocation and zero-out helpers
Lukas Czerner
1
-1
/
+27
2011-05-14
mke2fs: make s_inodes_per_group >= 8 in ext2fs_initialize
Tao Ma
1
-0
/
+2
2011-05-08
e2fsprogs: fix memory leak in ext2fs_free_generic_bmap()
Lukas Czerner
1
-0
/
+1
2011-05-08
e2fsprogs: fix freeing bitmap in allocation error path
Lukas Czerner
1
-1
/
+1
2011-03-18
Merge branch 'maint' into next
Theodore Ts'o
3
-2
/
+7
2011-03-18
add new superblock field: s_overhead_blocks
Theodore Ts'o
3
-2
/
+7
2011-02-27
mke2fs: If the device supports discard, don't print an error message
Theodore Ts'o
1
-0
/
+3
2011-02-27
Merge branch 'maint' into next
Theodore Ts'o
9
-33
/
+55
2011-02-25
Add basic BIGALLOC support for cluster-based allocation
Theodore Ts'o
8
-30
/
+36
2011-02-25
e2fsprogs: reserving code points for new ext4 quota feature
Aditya Kali
6
-3
/
+19
2011-02-20
Merge branch 'maint' into next
Theodore Ts'o
2
-15
/
+4
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
2011-02-20
e2fsprogs: create com_err.h link in includedir
Eric Sandeen
1
-0
/
+1
2010-12-22
Merge branch 'maint' into next
Theodore Ts'o
1
-1
/
+3
2010-12-22
libext2fs: Don't use the extended rec_len encoding for standard file systems
Theodore Ts'o
1
-1
/
+3
2010-12-22
libext2fs: fix possible memory leak in write_journal_inode()
Namhyung Kim
1
-0
/
+1
2010-12-21
ext2fs: fix memory leak in an error case in inode_open()
Theodore Ts'o
1
-2
/
+3
2010-12-20
libext2fs: fix potential free() of garbage in ext2fs_update_bb_inode()
Theodore Ts'o
1
-2
/
+1
2010-12-20
libext2fs: fix dubious code in ext2fs_unmark_generic_bitmap()
Namhyung Kim
1
-1
/
+1
2010-12-20
libext2fs: remove unnecessary casts to ext2fs_generic_bitmap
Namhyung Kim
1
-49
/
+30
2010-12-20
libext2fs: fix dubious code in ext2fs_numeric_progress_init()
Namhyung Kim
1
-1
/
+1
2010-12-20
libext2fs: fix potential build failure with OMIT_COM_ERR
Namhyung Kim
1
-6
/
+6
2010-12-20
Merge branch 'maint' into next
Theodore Ts'o
3
-6
/
+10
2010-12-16
libext2fs: Fix compile bug on big-endian architectures
Theodore Ts'o
1
-1
/
+1
[prev]
[next]