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
2009-03-06
e2fsprogs: fix potential null ptr defef in check_for_modules()
Eric Sandeen
1
-0
/
+2
2009-03-06
Add support for a new superblock field: s_kbytes_written
Theodore Ts'o
4
-5
/
+38
2009-01-22
libext2fs: Add sanity checks to ext2fs_{block,inode}_alloc_stats
Theodore Ts'o
1
-0
/
+14
2009-01-22
ext2fs_new_inode(): Add sanity check to assure a valid inode number
Theodore Ts'o
1
-0
/
+2
2009-01-20
ext2fs_get_device_size: Fix error handling
Theodore Ts'o
1
-5
/
+6
2009-01-20
Add 64-bit getsize interface.
Jose R. Santos
2
-22
/
+18
2009-01-20
Use format strings directly to prevent -Werror=format-security failures
Theodore Ts'o
1
-2
/
+2
2009-01-20
blkid: Add support for detecting user-level suspend as a swsuspend signature
Theodore Ts'o
1
-0
/
+5
2009-01-20
blkid: recognize btrfs
Eric Sandeen
2
-0
/
+121
2009-01-19
ext2fs_open2: Add more checks for filesystem consistency
Thiemo Nagel
1
-2
/
+13
2009-01-19
ext2fs_read_inode_full: Add safety check to avoid SEGV's on corrupted fs's
Theodore Ts'o
1
-0
/
+2
2009-01-19
ext2fs_block_iterate2: Preserve the uninit flag in extents
Theodore Ts'o
1
-1
/
+6
2009-01-19
ext2fs_block_iterate2: Reflect errors from ext2fs_extent_set_bmap to caller
Theodore Ts'o
1
-1
/
+1
2008-12-25
e2fsck: Fix an unhandled corruption case in scan_extent_node()
Theodore Ts'o
1
-1
/
+3
2008-11-16
Fix various signed/unsigned gcc warnings
Theodore Ts'o
3
-7
/
+7
2008-10-18
blkid: recognize ext3 with test_fs set as ext3
Eric Sandeen
1
-4
/
+0
2008-10-18
libblkid: Refuse to create a device structure for a non-existent device
Theodore Ts'o
1
-0
/
+2
2008-10-12
libblkid: Fix file descriptor leak when checking for a module
Theodore Ts'o
1
-1
/
+3
2008-10-12
unix_io: check for read-only devices when opening R/W
Eric Sandeen
1
-0
/
+25
2008-10-12
e2fsprogs: fix blkid detection of ext4dev as ext4
Eric Sandeen
1
-2
/
+6
2008-10-02
Update Makefile depend information for crc16.o
Theodore Ts'o
1
-2
/
+2
2008-10-02
libcom_err: Add missing type declarations to clean up -Wall warnings
Theodore Ts'o
1
-5
/
+5
2008-10-01
libcom_err: Fix file descriptor leak after an exec
Theodore Ts'o
1
-7
/
+21
2008-09-12
libcom_err: Use sem_post/sem_init to prevent race conditions
Theodore Ts'o
3
-8
/
+77
2008-09-12
Fix compiling under diet libc
Theodore Ts'o
4
-2
/
+13
2008-09-07
Install with relative symlinks if $(root_libdir) == $(libdir)
Theodore Ts'o
1
-2
/
+6
2008-09-02
Fix pkg-config files: use Requires.private and fix the include directory
Theodore Ts'o
6
-9
/
+9
2008-09-02
libext2fs: Compile ext2fs_swab64() for all platforms
Theodore Ts'o
1
-6
/
+6
2008-09-02
libext2fs: Remove unused ext2fs_find_{first,ext}_bit_set()
Theodore Ts'o
1
-103
/
+0
2008-09-01
Enable test_io debugging by default
Theodore Ts'o
1
-2
/
+3
2008-09-01
libe2p: Fix potential core-dumping bug in iterate_on_dir()
Theodore Ts'o
1
-3
/
+3
2008-08-29
Update makefile dependency for lib/e2p/Makefile.in
Theodore Ts'o
1
-1
/
+9
2008-08-28
Further optimize journal placement for flex_bg filesystems
Theodore Ts'o
1
-2
/
+12
2008-08-27
Remove trailing whitespace for the entire source tree
Theodore Ts'o
134
-972
/
+972
2008-08-27
Improve future compatibility for the 64-bit I/O channel functions
Theodore Ts'o
3
-4
/
+43
2008-08-27
libext2fs: Fix ext2fs_bmap() to work with extents and BMAP_ALLOC
Theodore Ts'o
2
-2
/
+10
2008-08-27
ext2fs_block_iterate2: Fix memory leak on error paths
Theodore Ts'o
1
-10
/
+6
2008-08-27
If the filesystem supports extents create an extent-based journal inode
Theodore Ts'o
1
-0
/
+6
2008-08-27
ext2fs_block_iterate2: Add BLOCK_FLAG_APPEND support for extent-based files
Theodore Ts'o
1
-4
/
+24
2008-08-27
Create the journal in the middle of the filesystem
Theodore Ts'o
1
-5
/
+23
2008-08-27
ext2fs_mkjournal(): Don't allocate an extra block to the journal
Theodore Ts'o
1
-1
/
+1
2008-08-27
libblkid: Give a priority bonus to "leaf" devicemapper devices
Theodore Ts'o
1
-3
/
+37
2008-08-27
libblkid: Unexport the private symbol blkid_devdirs
Theodore Ts'o
2
-3
/
+2
2008-08-26
Remove use of devmapper library by the blkid library
Theodore Ts'o
3
-197
/
+2
2008-08-26
libblkid: Optimize devicemapper support
Theodore Ts'o
3
-14
/
+28
2008-08-25
Add support for with empty directory blocks in 64k blocksize filesystems
Theodore Ts'o
4
-30
/
+48
2008-08-24
libblkid: Fix namespace leakage of unicode_16be_to_utf8
Theodore Ts'o
1
-2
/
+2
2008-08-24
libe2p: Fix namespace leakage of os_tab
Theodore Ts'o
1
-1
/
+1
2008-08-24
libext2fs: Fix namespace leakage of crc16 functions
Theodore Ts'o
4
-29
/
+21
2008-08-24
add debugfs command to print known features
Andreas Dilger
3
-2
/
+141
[prev]
[next]