summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2006-05-08Add support for EXT2_FEATURE_COMPAT_LAZY_BGTheodore Ts'o8-5/+76
2006-04-23Speed up mke2fs and e2fsck by writing bitmaps more efficientlyTheodore Ts'o2-78/+85
2006-04-22Fix bug which could cause dumpe2fs to rarely fail to print a UUIDTheodore Ts'o2-1/+8
2006-04-09Fix asm_types.h type conflictsTheodore Ts'o8-42/+328
2006-04-04Fix ext2fs_add_journal_inode() when filesystem is opened in exclusive modeTheodore Ts'o2-1/+10
2006-03-29Fix the x86 asm constraints for ext2fs_set/clear_bit.Theodore Ts'o2-2/+8
2006-03-25Fix the i386 bitmap operations so they are 32-bit cleanTheodore Ts'o4-17/+190
2006-03-25Fix typo bug in previous commit (6ae1ed49c8c6)Theodore Ts'o1-2/+2
2006-03-23Fix file descriptor leak in blkid library in error pathsTheodore Ts'o2-0/+6
2006-03-23Change mke2fs to use /etc/mke2fs.conf as a configuration fileTheodore Ts'o2-3/+17
2006-03-19Prevent error messages to stderr caused by libblkid calling libdevmapperTheodore Ts'o2-0/+18
2006-03-18Add EXT2_FLAG_EXCLUSIVE to the ext2fs library.Theodore Ts'o4-5/+21
2006-03-18Add IO_FLAG_EXCLUSIVE flag to io_channel abstractionTheodore Ts'o3-1/+8
2006-03-18Fix documentation: BLOCK_FLAG_TRAVERSE should be BLOCK_FLAG_DEPTH_TRAVERSETheodore Ts'o2-3/+8
2006-03-17Fix build when not building any shared libraries.Theodore Ts'o2-0/+8
2006-03-17Fix a signed vs unsigned bug in calc_reserved_gdt_blocks()Theodore Ts'o2-4/+9
2006-03-17Add support for on-line resizing to resize2fsTheodore Ts'o2-0/+22
2006-03-12Fix blkid's last verification logic to work when the system clock is insaneTheodore Ts'o6-7/+25
2006-03-10Fix the subdirs logic so it works with GNU make 3.80Theodore Ts'o8-6/+14
2006-03-10Add EXT_JOURNAL to the blkid tag of ext3 filesystems.Theodore Ts'o4-26/+63
2006-03-08Add device-mapper support to the blkid libraryKarel Zak4-3/+170
2006-01-06Set FD_CLOEXEC on the /dev/random file descriptor used by libuuidTheodore Ts'o2-0/+11
2005-12-29Avoid needlessly recompilation of library objection filesTheodore Ts'o8-26/+28
2005-12-29Add missing parameter to error printf in blkid test program.Theodore Ts'o2-1/+7
2005-12-10Use $(LDFLAGS) when generating shared librariesTheodore Ts'o3-3/+11
2005-12-10Address parallel build problem in the library MakefilesTheodore Ts'o12-1/+49
2005-12-10Fix various gcc -Wall complaints.Theodore Ts'o7-12/+40
2005-12-10Add ext2fs_read_bb_FILE test to confirm proper detection of invalid block #'sTheodore Ts'o2-0/+70
2005-11-21Fix gcc compilation on sparc architectures in bitops.hTheodore Ts'o2-2/+8
2005-11-14Add missing #include for string.h to ext2fs.h to fix GCC 4.01 complaintsTheodore Ts'o2-0/+6
2005-11-12Fix writing external journals on big-endian machinesTheodore Ts'o2-16/+25
2005-09-24Add fs->now to override time(0) in libext2fsTheodore Ts'o8-9/+18
2005-09-10Search the root directory of FAT filesystems for the label informationTheodore Ts'o3-13/+95
2005-09-10Generic blkid library cleanupTheodore Ts'o3-137/+151
2005-09-10Add a regression test suite for the blkid libraryTheodore Ts'o37-7/+97
2005-09-10Add support to extract basic iso9660 label information to the blkid libraryTheodore Ts'o3-18/+48
2005-09-10Add support for detecting the reiser4 filesystem in the blkid library.Theodore Ts'o3-0/+30
2005-09-07Improve blkid's VFAT/FAT filesystem probe codeTheodore Ts'o2-95/+69
2005-09-07Remove unneeded probe.h header file in lib/blkid/resolve.cTheodore Ts'o2-1/+4
2005-09-06Improve VFAT detection to support filesystems w/o a magic string in the super...Karel Zak3-0/+103
2005-09-06Add support for detecting software suspend partitions to blkidKarel Zak2-0/+12
2005-09-06Fix blkid library so that the cache validation notices ext2 to ext3 conversionKarel Zak2-0/+11
2005-09-06Fix compiler warnings about missing memcpy prototypes.Matthias Andree2-0/+5
2005-07-25Fix false positives from valgrind: prctl(PR_GET_DUMPABLE)Theodore Ts'o6-10/+29
2005-07-19Check for a busy device when creating a journal.Theodore Ts'o2-0/+13
2005-07-19Fix com_err bug in compile_et: # of error messages can be wrongTheodore Ts'o2-0/+6
2005-07-09This patch adds a check to use fstat or fstat64 in getsize.c if theAndreas Dilger4-18/+59
2005-06-30Update for e2fsprogs 1.38 release.Theodore Ts'o7-0/+28
2005-06-30Change the function prototypes of ext2fs_set_bit, ext2fs_clear_bit, andTheodore Ts'o3-12/+21
2005-06-27Fix blkid's debugging/TEST_PROGRAM code so that it is sufficientlyTheodore Ts'o3-1/+43