summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2007-04-19Define the l_i_iversion field in ext2_inodeTheodore Ts'o3-4/+10
2007-04-18ext2fs_get_device_size(): Fix potential fd descriptor leak in an error caseTheodore Ts'o2-4/+13
2007-04-14Correct byteswapping for fast symlinks with xattrsBryn M. Reeves2-2/+14
2007-04-10blkid: Report correct UUID from MD superblocksSergey Vlasov1-1/+1
2007-04-10blkid: Fix MD 0.90 superblock detection on little endian systemsSergey Vlasov1-1/+1
2007-04-06Fix memory leaks from using the tdb libraryTheodore Ts'o1-0/+1
2007-04-06Add support for using TDB to libext2fs's icount abstractionTheodore Ts'o3-80/+259
2007-04-06Add new TDB error codesTheodore Ts'o2-0/+32
2007-04-06Add a regression test suite for libext2fs's icount abstractionTheodore Ts'o3-2/+208
2007-04-06Fix memory leak in ext2fs_write_new_inode()Jim Garlick2-1/+8
2007-04-04Add tdb from Samba into libext2fs library.Theodore Ts'o13-2/+5123
2007-04-04Add #include's to avoid compiler warnings in lib/ext2fs/tst_typesTheodore Ts'o2-0/+8
2007-04-02Fix potential infinite loop in e2fsck on really big filesystemsTheodore Ts'o2-1/+13
2007-04-02resize2fs (libe2p): Fix resize2fs parsing of size parameter (in sector units)Theodore Ts'o2-1/+8
2007-03-23[COVERITY] Fix (error case) memory leak in blkid library (parse_dev)Brian Behlendorf2-1/+7
2007-03-21[COVERITY] Fix (error case) memory leak in libext2fs (ext2fs_image_inode_write)Brian Behlendorf2-4/+7
2007-03-21[COVERITY] Fix (error case) memory leak in libext2fs (ext2fs_write_inode_full)Brian Behlendorf2-2/+9
2007-03-21[COVERITY] Fix memory leak in libss (ss_execute_line)Brian Behlendorf2-1/+11
2007-03-21[VALGRIND] Fix memory leak in libblkid (blkid_get_devname)Theodore Ts'o2-5/+11
2007-03-21[COVERITY] Fix memory leak in libe2p (e2p_edit_mntopts)Brian Behlendorf2-6/+13
2007-03-21[COVERITY] Fix memory leak in libe2p (e2p_edit_feature)Brian Behlendorf2-8/+17
2007-03-19[COVERITY] Fix bad error checking for NULL parameter in ss libraryBrian Behlendorf2-1/+6
2007-03-18[COVERITY] Allow blkid_dev_has_tag to check if a tag exists when value==NULLTheodore Ts'o2-2/+8
2007-03-06Fix memory leak in blkid libraryTheodore Ts'o3-3/+10
2006-12-22Add debugging code to the com_err libraryTheodore Ts'o2-0/+84
2006-11-30Fix (as yet unused) struct ext4_group_desc to add a missing bg_pad fieldTheodore Ts'o2-0/+6
2006-11-17Add libreadline.so.5 to the list of readline libraries used by libssTheodore Ts'o2-1/+6
2006-11-14Fix gcc -Wall complaints in libext2fsTheodore Ts'o5-5/+21
2006-11-14Fix type punning bugs in ext2fs_get_mem() and ext2fs_free_mem()Theodore Ts'o3-30/+18
2006-11-12Allow debugfs and dumpe2fs to support fs features under developmentTheodore Ts'o3-4/+32
2006-11-12Check in ext4 extent headers into the source treeTheodore Ts'o4-1/+244
2006-11-12Add support for printing new filesystem featuresTheodore Ts'o2-0/+19
2006-11-12Work around GCC bug on the Arm platformTheodore Ts'o2-0/+21
2006-11-12Set local environment variables to C so mk_cmds and compile_et always workTheodore Ts'o4-0/+36
2006-11-12Allow unix_io offsets greater than 2GTheodore Ts'o2-2/+9
2006-11-11Add directory hashed signed/unsigned hint to superblockTheodore Ts'o7-13/+98
2006-11-11On-disk format for controlling the inode sizeTheodore Ts'o3-3/+25
2006-11-11On-disk format definition for 64-bit supportTheodore Ts'o3-4/+37
2006-11-11On-disk format for large number of subdirectoriesTheodore Ts'o2-1/+8
2006-11-11On-disk format definition for group descriptor checksumsTheodore Ts'o3-4/+17
2006-11-11On-disk format definition for huge filesTheodore Ts'o3-6/+14
2006-10-22Add failsafe against duplicate UUID's generated by threaded programsTheodore Ts'o2-0/+32
2006-10-22Add datarootdir definition for compatibility with autoconf 2.60Theodore Ts'o4-0/+13
2006-10-02Check for potential 64-bit overflow in ext2fs_get_device_size()Eric Sandeen2-0/+11
2006-10-01Fix build problem if byte swapping has been disabled.Theodore Ts'o2-1/+6
2006-09-29Fix e2p_percent() crash if percentage was zero.Theodore Ts'o2-0/+7
2006-09-24blkid_devno_to_devname(): Avoid recursive loops due to symlinks in /devTheodore Ts'o2-3/+9
2006-09-17Fix blkid bug with correctly reporting FAT filesystem labels that are emptyKarel Zak2-2/+6
2006-09-17Add GFS/GFS2 support to the blkid library.Karel Zak3-0/+98
2006-09-12Add checks to make sure inode counts don't overflow a 32-bit valueEric Sandeen2-2/+10