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
2008-03-15
ext2_fs.h: Rename EXT4_ORPHAN_FS to be EXT3_ORPHAN_FS
Theodore Ts'o
1
-1
/
+1
2008-03-14
Fix ext2fs_swap_inode_full() for in-inode xattrs on big-endian machines
Eric Sandeen
1
-2
/
+6
2008-03-13
libext2fs: Add ext2fs_dblist_get_last() and ext2fs_dblist_drop_last()
Theodore Ts'o
3
-0
/
+32
2008-03-08
blkid: Fix portability problem caused by using uint instead of unsigned int
Theodore Ts'o
1
-3
/
+3
2008-02-27
Fix gcc -Wall warnings for lib/blkid/probe.c
Theodore Ts'o
1
-14
/
+16
2008-02-26
libblkid: Add error checking to devicemapper code to avoid segfaults
Theodore Ts'o
1
-44
/
+61
2008-02-26
libext2fs: Add EXT2_FLAG_NONFREE_ON_ERROR to ext2fs_open2()
Theodore Ts'o
2
-1
/
+6
2008-02-26
libe2p: New e2p_edit_feature2 which provides better error handling
Theodore Ts'o
2
-8
/
+44
2008-02-22
libe2p: Change Raid to RAID in display option
Theodore Ts'o
1
-2
/
+2
2008-02-19
Fix memory leak in ext2fs_alloc_block()
Theodore Ts'o
1
-1
/
+0
2008-02-19
blkid: detect LVM2 physical volumes
Eric Sandeen
2
-0
/
+84
2008-02-18
libe2p: Make list_super2() print the RAID stride and stripe-width
Theodore Ts'o
1
-0
/
+6
2008-02-18
Add support for setting RAID stride and strip-width via mke2fs and tune2fs
Theodore Ts'o
1
-0
/
+2
2008-02-17
Update to latest samba tdb library before LGPLv3 change
Theodore Ts'o
9
-92
/
+290
2008-02-17
Add portability checks to support DJGPP
Christophe GRENIER
2
-1
/
+5
2008-02-16
libuuid: use fcntl locking instead of lockf
Theodore Ts'o
1
-2
/
+10
2008-02-09
libcom_err: Use thread local storage to fix reentrancy problems
Theodore Ts'o
1
-1
/
+7
2008-02-09
Document the BLKID_FILE environment variable in the libblkid man page
Theodore Ts'o
1
-0
/
+2
2008-02-09
blkid: Add support for returning labels for UDF filesystems
Theodore Ts'o
3
-1
/
+3
2008-02-09
blkid: Flush cached filesystem information on any error other than EPERM
Theodore Ts'o
1
-1
/
+1
2008-02-09
blkid: Automatically chose between ext4 and ext4dev as appropriate
Theodore Ts'o
1
-8
/
+134
2008-01-27
Use lseek() instead of llseek() of sizeof(long) == sizeof(long long)
Theodore Ts'o
2
-4
/
+4
2008-01-27
libuuid: Make sure execl() variadic function is properly terminated
Theodore Ts'o
1
-1
/
+2
2008-01-27
blkid: Add support for HFS+ detection
Theodore Ts'o
2
-0
/
+57
2008-01-27
blkid: Make sure the blocksize in reiserfs is sane
Theodore Ts'o
1
-0
/
+4
2008-01-26
Teach the blkid library about ext4/ext4dev
Theodore Ts'o
2
-25
/
+140
2008-01-26
Add support for the test_fs flag
Theodore Ts'o
3
-2
/
+9
2008-01-21
Define helper functions ext2fs_set_i_{u,g}id_high() for MacOS compatibility
Theodore Ts'o
1
-0
/
+5
2008-01-14
blkid: have ntfs's UUID compatible with vol_id
Pixel
1
-1
/
+1
2008-01-01
Fix profile, checker, and shared-library building on non-Linux platforms
Theodore Ts'o
5
-7
/
+7
2008-01-01
Fix build failure on non-Linux/non-Hurd/non-Masix systems
Theodore Ts'o
1
-2
/
+2
2008-01-01
libss: Remove unnecessary Makefile dependency for test_ss
Theodore Ts'o
1
-1
/
+1
2007-12-31
Update dependencies in lib/uuid/Makefile.in
Theodore Ts'o
1
-1
/
+2
2007-12-31
Fix build error in blkid/tst_types.c when using diet libc
Theodore Ts'o
1
-0
/
+1
2007-12-31
Test for sys/syscall.h in configure to fix dietlibc build problem
Theodore Ts'o
1
-1
/
+1
2007-12-31
Add --disable-uuidd configure option
Theodore Ts'o
1
-0
/
+2
2007-12-31
Fix build failure on non-Linux/non-Hurd/non-Masix systems
Theodore Ts'o
1
-6
/
+8
2007-12-27
Convert use of ext2fs_get_mem to ext2fs_get_array for overflow detection
Theodore Ts'o
1
-0
/
+1
2007-12-21
libuuid: Fix bug which caused uuidd to fail if sizeof(int) != sizeof(int *)
Theodore Ts'o
1
-3
/
+3
2007-12-17
Add #define needed for Hurd ioctl definitions
Theodore Ts'o
1
-0
/
+4
2007-12-17
libuuid: Only try to start the uuidd daemon a limited number of times
Theodore Ts'o
1
-1
/
+2
2007-12-17
libuuid: When starting uuidd, use waitpid() to reap the zombie process
Theodore Ts'o
1
-2
/
+4
2007-12-17
uuidd: Use /var/lib/libuuid instead of /var/run/uuidd
Theodore Ts'o
1
-2
/
+2
2007-12-16
Add uuidd daemon to prevent duplicate time-based UUID's
Theodore Ts'o
2
-16
/
+292
2007-12-15
libcom_err: Fix sign-extension problem on 64-bit systems in error_message()
Theodore Ts'o
1
-2
/
+2
2007-12-15
blkid: Avoid division by zero error when probing an invalid FAT filesystem
Theodore Ts'o
1
-0
/
+2
2007-12-15
libss: Fix "make check" test case to work portably
Theodore Ts'o
1
-1
/
+1
2007-12-15
Fix uuid_unparse man page to give a correct example UUID output string
Theodore Ts'o
1
-2
/
+2
2007-12-15
ext2fs_flushfs: Remove the NEEDS_RECOVERY from the backup superblocks
Theodore Ts'o
1
-0
/
+4
2007-12-05
libext2fs: Add checks to prevent integer overflows passed to malloc()
Theodore Ts'o
17
-24
/
+37
[next]