summaryrefslogtreecommitdiff
path: root/lib/ext2fs
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-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-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
2006-11-30Fix (as yet unused) struct ext4_group_desc to add a missing bg_pad fieldTheodore Ts'o2-0/+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-12Work around GCC bug on the Arm platformTheodore Ts'o2-0/+21
2006-11-12Allow unix_io offsets greater than 2GTheodore Ts'o2-2/+9
2006-11-11Add directory hashed signed/unsigned hint to superblockTheodore Ts'o5-13/+70
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-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-12Add checks to make sure inode counts don't overflow a 32-bit valueEric Sandeen2-2/+10
2006-09-12Create new ext2fs library inlines: ext2fs_group_{first,last}_block()Eric Sandeen4-15/+37
2006-09-12Fix signed vs unsigned printf format strings for block and inode numbersEric Sandeen9-17/+29
2006-09-12Remove unused variablesEric Sandeen3-6/+5
2006-09-12Fix loops over group descriptors to prevent 2**32-1 block number overflowsEric Sandeen2-10/+19
2006-08-30Detect overflows in loop countersEric Sandeen2-1/+7
2006-08-30Fix potential 2**32-1 overflow problems by ext2fs_div_ceil()Theodore Ts'o4-17/+35
2006-08-06Add 64-bit byte swapping functionsAndreas Dilger2-0/+15
2006-08-05Rename EXT3_EXTENTS_FL to EXT4_EXTENTS_FL and make it visible to the userAndreas Dilger2-2/+8
2006-07-15Allow default inode_size to be specified in mke2fs.conf and document mke2fs -IAndreas Dilger2-6/+7
2006-06-28Protect ext2_ext_attr.h from multiple inclusionAndreas Dilger1-1/+3
2006-05-30Add missing #include <ctype.h>.Matthias Andree1-0/+1
2006-05-30Fix non-Linux compiler warning (missing return statement).Matthias Andree1-1/+1
2006-05-21Fix type warning problem with sizeof() in ext2fs_open2()Theodore Ts'o2-1/+5
2006-05-13Change mke2fs's layout of RAID-optimized filesystems to be more optimalTheodore Ts'o2-1/+13
2006-05-08Add support for EXT2_FEATURE_COMPAT_LAZY_BGTheodore Ts'o6-5/+70
2006-04-23Speed up mke2fs and e2fsck by writing bitmaps more efficientlyTheodore Ts'o2-78/+85
2006-04-09Fix asm_types.h type conflictsTheodore Ts'o4-21/+164
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-18Add EXT2_FLAG_EXCLUSIVE to the ext2fs library.Theodore Ts'o4-5/+21