summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-08-24libext2fs: grow dblist more aggressivelyAndreas Dilger1-1/+1
2008-08-24Fix miscellaneous compile warningsAndreas Dilger1-3/+3
2008-08-24libblkid: Strengthen the JFS probe routineTheodore Ts'o2-4/+17
2008-08-24libblkid: Fix false detection of DFSee created filesystems.Theodore Ts'o1-7/+20
2008-08-23libext2fs: Fix memory leak in ext2fs_initialize().Manish Katiyar1-6/+12
2008-08-22libblkid: Enhance support for MacOS's hfs, hfsplus, and hfsx filesystemsTheodore Ts'o2-6/+240
2008-08-22libblkid: Fix potential crash if blkid cache is out of date when probingTheodore Ts'o1-2/+2
2008-08-22libuuid: Windows portability fixesTheodore Ts'o4-8/+66
2008-08-22libext2fs: Replace use of sprintf with strcpy/strcat to help SILOTheodore Ts'o2-4/+8
2008-08-22libext2fs: Add support for uninit_bg feature to allocation functionsTheodore Ts'o1-0/+81
2008-08-22ext2fs_block_iterate2(): Support changing interior nodes of an extent treeTheodore Ts'o1-2/+5
2008-08-22ext2fs_extent_set_bmap(): Avoid creating extra extents for resize2fsTheodore Ts'o1-5/+7
2008-08-22ext2fs_extent_set_bmap(): fix bug when replacing a single block extentTheodore Ts'o1-2/+1
2008-08-22Fix ext2fs_extent_set_bmap() when setting a block before the first extentTheodore Ts'o1-1/+3
2008-08-21libext2fs: Fix reading bitmaps from e2image filesTheodore Ts'o1-4/+4
2008-08-16libext2fs : Fix memory leaks in ext2fs_extent_open()Manish Katiyar1-3/+5
2008-08-15Fix a typo in lib/e2p/Makefile.inLi Zefan1-1/+1
2008-08-14libext2fs: Initialize unset inode timestamps when writing a new inodeTheodore Ts'o2-1/+10
2008-08-14libblkid: On the man page, replace empty references with an existing one.Benno Schulenberg1-15/+9
2008-08-09blkid: Fix probing logic so we find renamed devicesTheodore Ts'o1-2/+4
2008-07-18e2fsprogs: Fix tst_extents output on bigendian machine.Aneesh Kumar K.V1-5/+15
2008-07-17Fix inode table allocation with flexbgFrederic Bohe1-9/+7
2008-07-15ext2fs_read_inode: Check the validity of the inode number earlierManish Katiyar1-3/+3
2008-07-14Don't assume that /bin/true is always in /binTheodore Ts'o1-1/+1
2008-07-13libblkid: Make sure we never reference a null dev->bid_typeTheodore Ts'o3-3/+6
2008-07-13libext2fs: Don't check the group checksum when !GDT_CSUMTheodore Ts'o1-2/+4
2008-07-13Flush stdio buffers before calling setbuf()Theodore Ts'o1-0/+2
2008-07-13Define _XOPEN_SOURCE to 600 consistently for Solaris C99 supportTheodore Ts'o1-1/+1
2008-07-13Remove gcc-specific varargs macro in extent.cTheodore Ts'o1-24/+57
2008-07-13Remove vararg macro which causes portability problems from ext3_extent.hTheodore Ts'o1-141/+0
2008-07-13Use K&R style comments instead of C99 comments for portabilityTheodore Ts'o1-1/+1
2008-07-13Fix Solaris shell script portability issuesTheodore Ts'o1-3/+3
2008-07-11libext2fs: Add stricter/earlier tests for blocksize in ext2fs_open()Manish Katiyar1-2/+3
2008-07-11libext2fs: fix potential memory leak in ext2fs_initialize()Manish Katiyar1-1/+3
2008-07-10Update dependencies in the Makefile for lib/ext2fsTheodore Ts'o1-3/+2
2008-07-10Make ext2fs_check_desc() more stringent to force use of backup superbocksTheodore Ts'o2-18/+52
2008-07-10mke2fs,tune2fs: Enable huge_file, dir_nlink, and extra_isize featuresTheodore Ts'o1-1/+2
2008-07-10blkid: Make regression test tolerate older versions of mkswapAndreas Dilger1-11/+24
2008-07-07libext2fs: Fix FLEX_BG offset used by ext2fs_allocate_group_tableTheodore Ts'o1-1/+4
2008-07-07Add ZFS test image to blkid test suiteRicardo M. Correia2-0/+1
2008-07-06Clean up some trivial build warningsEric Sandeen2-4/+6
2008-06-28blkid: Eliminate stale entries that duplicate a verified deviceTheodore Ts'o1-2/+36
2008-06-28blkid: Make sure a device returned by blkid_find_dev_with_tag existsTheodore Ts'o1-2/+4
2008-06-28blkid: use list_for_each_safe in garbage collectionEric Sandeen1-2/+2
2008-06-23libext2fs: Don't include ss/ss.h except when debuggingTheodore Ts'o1-1/+2
2008-06-21blkid: Fix cc portability problem in probe_lvm2()Theodore Ts'o1-1/+1
2008-06-19blkid: fix swap tests (again)Eric Sandeen1-1/+4
2008-06-17Merge branch 'maint'Theodore Ts'o1-3/+2
2008-06-17libblkid: Fix marginal C code in probe_lvm2()Theodore Ts'o1-3/+2
2008-06-17ext2fs_zero_blocks: Avoid clearing more blocks than requestedTheodore Ts'o1-2/+4