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
2010-12-22
libext2fs: Don't use the extended rec_len encoding for standard file systems
Theodore Ts'o
1
-1
/
+3
2010-12-16
libext2fs: Fix compile bug on big-endian architectures
Theodore Ts'o
1
-1
/
+1
2010-12-16
libext2fs: fix ref_offset callback with sparse files in ext2fs_block_iterate2()
Theodore Ts'o
1
-1
/
+2
2010-12-16
e2fsprogs: fix type-punning warnings
Eric Sandeen
2
-5
/
+8
2010-09-24
libext2fs: Change EXT2_FLAG_DIRECT_IO to avoid conflict with devel branch
Theodore Ts'o
1
-1
/
+1
2010-09-24
ext2fs: Optimize for Direct I/O
Theodore Ts'o
3
-8
/
+14
2010-09-24
ext2fs: Add Direct I/O support to the ext2fs library
Theodore Ts'o
5
-83
/
+144
2010-09-23
libext2fs: Fix memory leak in the Unix I/O layer when changing block size
Theodore Ts'o
1
-0
/
+2
2010-09-23
ext2fs: add ext2fs_get_memalign() function
Theodore Ts'o
1
-1
/
+18
2010-09-18
tune2fs, debugfs, libext2fs: Add support for ext4 default mount options
Theodore Ts'o
4
-2
/
+14
2010-07-05
Enhance tst_super_size so that it checks the superblock fields as well
Theodore Ts'o
1
-3
/
+116
2010-07-05
Add superblock fields which track first and most recent fs errors
Theodore Ts'o
2
-1
/
+53
2010-06-24
Fix Makefile dependencies for test programs in lib/ext2fs
Theodore Ts'o
1
-1
/
+5
2010-06-24
Add support for Next3 snapshot superblock fields to dumpe2fs and debugfs
Theodore Ts'o
2
-0
/
+17
2010-06-02
Reserve feature flags and fields needed for the Next3 snapshot feature
Theodore Ts'o
1
-1
/
+15
2010-06-02
Reserve the EXT4_FEATURE_INCOMPAT_DIRDATA feature flag
Andreas Dilger
1
-0
/
+1
2010-06-02
Reserve the EXT4_INCOMPAT_EA_INODE feature flag
Andreas Dilger
1
-0
/
+2
2010-05-31
libext2fs: Remove #include of <linux/types.h> from fiemap.h
Theodore Ts'o
1
-2
/
+0
2010-05-17
mke2fs: account for physical as well as logical sector size
Theodore Ts'o
3
-6
/
+44
2010-05-17
libe2p, libext2fs: Update file copyright permission states to match COPYING
Theodore Ts'o
105
-226
/
+272
2010-05-17
Always build namei.o so that building with "configure --disable-debugfs" works
Theodore Ts'o
1
-1
/
+2
2010-05-17
Add configure options --enable-symlink-build and --enable-symlink-install
Theodore Ts'o
8
-14
/
+23
2010-05-15
libcom_err: Only output ^M when tty is in raw mode
Theodore Ts'o
2
-4
/
+24
2010-03-15
libcom_err: Add support for Heimdal com_right_r function()
Theodore Ts'o
2
-0
/
+17
2010-03-11
ext2fs: Optimize extending an extent-mapped file using ext2fs_block_iterate2()
Theodore Ts'o
1
-1
/
+3
2010-02-24
e2fsck: don't complain about i_size for known blocks past EOF
Eric Sandeen
1
-2
/
+3
2010-02-05
libss: add newer libreadline to dlopen path
Eric Sandeen
1
-1
/
+1
2009-11-30
libext2fs: Improve flex_bg inode table placement algorithm
Theodore Ts'o
1
-0
/
+2
2009-11-29
debian: Fix FTBFS problem caused by texi2html changing its output location
Theodore Ts'o
2
-1
/
+9
2009-11-29
libext2fs: Fix SET_BMAP bugs in ext2fs_bmap() and ext2fs_bmap2()
Theodore Ts'o
1
-4
/
+1
2009-11-13
libext2fs: handle <=linux-2.6.19 bug in /proc/swaps
Karel Zak
1
-1
/
+11
2009-11-12
libext2fs: don't swap extent-based journal backup
Eric Sandeen
1
-1
/
+11
2009-11-12
libss: initialize function pointer for readline_shutdown()
Theodore Ts'o
1
-0
/
+1
2009-10-21
libext2fs: Fix FEATURE_RO_COMPAT_HUGE_FILE && !HUGE_FILE_FL
Theodore Ts'o
1
-27
/
+40
2009-10-04
libext2fs: Always build file_io.c
Theodore Ts'o
1
-2
/
+2
2009-10-04
Don't use in-tree header files if using system uuid or blkid libraries
Theodore Ts'o
7
-52
/
+40
2009-10-03
blkid: Avoid a potentially error message when running "make clean"
Theodore Ts'o
1
-1
/
+2
2009-09-08
libext2fs: Add error table initialization to test programs
Theodore Ts'o
4
-1
/
+6
2009-09-07
libext2fs: Round up the bitmap size when allocating a new bitmap
Theodore Ts'o
1
-0
/
+2
2009-08-27
blkid: support .ko.gz in modules.dep parser
Karel Zak
1
-9
/
+8
2009-08-25
tune2fs: Fix "tune2fs -j <dev>" for extent-enabled filesystems
Theodore Ts'o
1
-4
/
+16
2009-08-09
libext2fs: Treat uninitialized parts of bitmaps as unallocated
Theodore Ts'o
1
-2
/
+2
2009-07-22
libext2fs: Use blk_t instead of int in ext2fs_allocate_group_table
Theodore Ts'o
1
-1
/
+1
2009-07-19
libext2fs: Avoid creating unneeded new extents in ext2fs_extent_set_bmap()
Theodore Ts'o
1
-25
/
+93
2009-07-19
libext2fs: Improve debugging printf's in extent.c
Theodore Ts'o
1
-8
/
+51
2009-07-19
libext2fs: Fix regression in ext2fs_extent_set_bmap()
Theodore Ts'o
1
-4
/
+5
2009-07-18
libext2fs: fix memory leak in error path in ext2fs_block_iterate2()
Theodore Ts'o
1
-2
/
+4
2009-07-12
libext2fs: Fix minor gcc -Wall warnings
Theodore Ts'o
3
-10
/
+5
2009-07-11
Remove tst_csum.c from lib/ext2fs/Makefile.in's SRCS list
Theodore Ts'o
1
-1
/
+0
2009-07-10
libext2fs: Make ext2fs_extent_set_bmap() more robust against ENOSPC
Theodore Ts'o
1
-13
/
+33
[next]