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
2006-05-08
Add support for EXT2_FEATURE_COMPAT_LAZY_BG
Theodore Ts'o
8
-5
/
+76
2006-04-23
Speed up mke2fs and e2fsck by writing bitmaps more efficiently
Theodore Ts'o
2
-78
/
+85
2006-04-22
Fix bug which could cause dumpe2fs to rarely fail to print a UUID
Theodore Ts'o
2
-1
/
+8
2006-04-09
Fix asm_types.h type conflicts
Theodore Ts'o
8
-42
/
+328
2006-04-04
Fix ext2fs_add_journal_inode() when filesystem is opened in exclusive mode
Theodore Ts'o
2
-1
/
+10
2006-03-29
Fix the x86 asm constraints for ext2fs_set/clear_bit.
Theodore Ts'o
2
-2
/
+8
2006-03-25
Fix the i386 bitmap operations so they are 32-bit clean
Theodore Ts'o
4
-17
/
+190
2006-03-25
Fix typo bug in previous commit (6ae1ed49c8c6)
Theodore Ts'o
1
-2
/
+2
2006-03-23
Fix file descriptor leak in blkid library in error paths
Theodore Ts'o
2
-0
/
+6
2006-03-23
Change mke2fs to use /etc/mke2fs.conf as a configuration file
Theodore Ts'o
2
-3
/
+17
2006-03-19
Prevent error messages to stderr caused by libblkid calling libdevmapper
Theodore Ts'o
2
-0
/
+18
2006-03-18
Add EXT2_FLAG_EXCLUSIVE to the ext2fs library.
Theodore Ts'o
4
-5
/
+21
2006-03-18
Add IO_FLAG_EXCLUSIVE flag to io_channel abstraction
Theodore Ts'o
3
-1
/
+8
2006-03-18
Fix documentation: BLOCK_FLAG_TRAVERSE should be BLOCK_FLAG_DEPTH_TRAVERSE
Theodore Ts'o
2
-3
/
+8
2006-03-17
Fix build when not building any shared libraries.
Theodore Ts'o
2
-0
/
+8
2006-03-17
Fix a signed vs unsigned bug in calc_reserved_gdt_blocks()
Theodore Ts'o
2
-4
/
+9
2006-03-17
Add support for on-line resizing to resize2fs
Theodore Ts'o
2
-0
/
+22
2006-03-12
Fix blkid's last verification logic to work when the system clock is insane
Theodore Ts'o
6
-7
/
+25
2006-03-10
Fix the subdirs logic so it works with GNU make 3.80
Theodore Ts'o
8
-6
/
+14
2006-03-10
Add EXT_JOURNAL to the blkid tag of ext3 filesystems.
Theodore Ts'o
4
-26
/
+63
2006-03-08
Add device-mapper support to the blkid library
Karel Zak
4
-3
/
+170
2006-01-06
Set FD_CLOEXEC on the /dev/random file descriptor used by libuuid
Theodore Ts'o
2
-0
/
+11
2005-12-29
Avoid needlessly recompilation of library objection files
Theodore Ts'o
8
-26
/
+28
2005-12-29
Add missing parameter to error printf in blkid test program.
Theodore Ts'o
2
-1
/
+7
2005-12-10
Use $(LDFLAGS) when generating shared libraries
Theodore Ts'o
3
-3
/
+11
2005-12-10
Address parallel build problem in the library Makefiles
Theodore Ts'o
12
-1
/
+49
2005-12-10
Fix various gcc -Wall complaints.
Theodore Ts'o
7
-12
/
+40
2005-12-10
Add ext2fs_read_bb_FILE test to confirm proper detection of invalid block #'s
Theodore Ts'o
2
-0
/
+70
2005-11-21
Fix gcc compilation on sparc architectures in bitops.h
Theodore Ts'o
2
-2
/
+8
2005-11-14
Add missing #include for string.h to ext2fs.h to fix GCC 4.01 complaints
Theodore Ts'o
2
-0
/
+6
2005-11-12
Fix writing external journals on big-endian machines
Theodore Ts'o
2
-16
/
+25
2005-09-24
Add fs->now to override time(0) in libext2fs
Theodore Ts'o
8
-9
/
+18
2005-09-10
Search the root directory of FAT filesystems for the label information
Theodore Ts'o
3
-13
/
+95
2005-09-10
Generic blkid library cleanup
Theodore Ts'o
3
-137
/
+151
2005-09-10
Add a regression test suite for the blkid library
Theodore Ts'o
37
-7
/
+97
2005-09-10
Add support to extract basic iso9660 label information to the blkid library
Theodore Ts'o
3
-18
/
+48
2005-09-10
Add support for detecting the reiser4 filesystem in the blkid library.
Theodore Ts'o
3
-0
/
+30
2005-09-07
Improve blkid's VFAT/FAT filesystem probe code
Theodore Ts'o
2
-95
/
+69
2005-09-07
Remove unneeded probe.h header file in lib/blkid/resolve.c
Theodore Ts'o
2
-1
/
+4
2005-09-06
Improve VFAT detection to support filesystems w/o a magic string in the super...
Karel Zak
3
-0
/
+103
2005-09-06
Add support for detecting software suspend partitions to blkid
Karel Zak
2
-0
/
+12
2005-09-06
Fix blkid library so that the cache validation notices ext2 to ext3 conversion
Karel Zak
2
-0
/
+11
2005-09-06
Fix compiler warnings about missing memcpy prototypes.
Matthias Andree
2
-0
/
+5
2005-07-25
Fix false positives from valgrind: prctl(PR_GET_DUMPABLE)
Theodore Ts'o
6
-10
/
+29
2005-07-19
Check for a busy device when creating a journal.
Theodore Ts'o
2
-0
/
+13
2005-07-19
Fix com_err bug in compile_et: # of error messages can be wrong
Theodore Ts'o
2
-0
/
+6
2005-07-09
This patch adds a check to use fstat or fstat64 in getsize.c if the
Andreas Dilger
4
-18
/
+59
2005-06-30
Update for e2fsprogs 1.38 release.
Theodore Ts'o
7
-0
/
+28
2005-06-30
Change the function prototypes of ext2fs_set_bit, ext2fs_clear_bit, and
Theodore Ts'o
3
-12
/
+21
2005-06-27
Fix blkid's debugging/TEST_PROGRAM code so that it is sufficiently
Theodore Ts'o
3
-1
/
+43
[next]