summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-03-15ext2_fs.h: Rename EXT4_ORPHAN_FS to be EXT3_ORPHAN_FSTheodore Ts'o1-1/+1
2008-03-14Fix ext2fs_swap_inode_full() for in-inode xattrs on big-endian machinesEric Sandeen1-2/+6
2008-03-13libext2fs: Add ext2fs_dblist_get_last() and ext2fs_dblist_drop_last()Theodore Ts'o3-0/+32
2008-03-08blkid: Fix portability problem caused by using uint instead of unsigned intTheodore Ts'o1-3/+3
2008-02-27Fix gcc -Wall warnings for lib/blkid/probe.cTheodore Ts'o1-14/+16
2008-02-26libblkid: Add error checking to devicemapper code to avoid segfaultsTheodore Ts'o1-44/+61
2008-02-26libext2fs: Add EXT2_FLAG_NONFREE_ON_ERROR to ext2fs_open2()Theodore Ts'o2-1/+6
2008-02-26libe2p: New e2p_edit_feature2 which provides better error handlingTheodore Ts'o2-8/+44
2008-02-22libe2p: Change Raid to RAID in display optionTheodore Ts'o1-2/+2
2008-02-19Fix memory leak in ext2fs_alloc_block()Theodore Ts'o1-1/+0
2008-02-19blkid: detect LVM2 physical volumesEric Sandeen2-0/+84
2008-02-18libe2p: Make list_super2() print the RAID stride and stripe-widthTheodore Ts'o1-0/+6
2008-02-18Add support for setting RAID stride and strip-width via mke2fs and tune2fsTheodore Ts'o1-0/+2
2008-02-17Update to latest samba tdb library before LGPLv3 changeTheodore Ts'o9-92/+290
2008-02-17Add portability checks to support DJGPPChristophe GRENIER2-1/+5
2008-02-16libuuid: use fcntl locking instead of lockfTheodore Ts'o1-2/+10
2008-02-09libcom_err: Use thread local storage to fix reentrancy problemsTheodore Ts'o1-1/+7
2008-02-09Document the BLKID_FILE environment variable in the libblkid man pageTheodore Ts'o1-0/+2
2008-02-09blkid: Add support for returning labels for UDF filesystemsTheodore Ts'o3-1/+3
2008-02-09blkid: Flush cached filesystem information on any error other than EPERMTheodore Ts'o1-1/+1
2008-02-09blkid: Automatically chose between ext4 and ext4dev as appropriateTheodore Ts'o1-8/+134
2008-01-27Use lseek() instead of llseek() of sizeof(long) == sizeof(long long)Theodore Ts'o2-4/+4
2008-01-27libuuid: Make sure execl() variadic function is properly terminatedTheodore Ts'o1-1/+2
2008-01-27blkid: Add support for HFS+ detectionTheodore Ts'o2-0/+57
2008-01-27blkid: Make sure the blocksize in reiserfs is saneTheodore Ts'o1-0/+4
2008-01-26Teach the blkid library about ext4/ext4devTheodore Ts'o2-25/+140
2008-01-26Add support for the test_fs flagTheodore Ts'o3-2/+9
2008-01-21Define helper functions ext2fs_set_i_{u,g}id_high() for MacOS compatibilityTheodore Ts'o1-0/+5
2008-01-14blkid: have ntfs's UUID compatible with vol_idPixel1-1/+1
2008-01-01Fix profile, checker, and shared-library building on non-Linux platformsTheodore Ts'o5-7/+7
2008-01-01Fix build failure on non-Linux/non-Hurd/non-Masix systemsTheodore Ts'o1-2/+2
2008-01-01libss: Remove unnecessary Makefile dependency for test_ssTheodore Ts'o1-1/+1
2007-12-31Update dependencies in lib/uuid/Makefile.inTheodore Ts'o1-1/+2
2007-12-31Fix build error in blkid/tst_types.c when using diet libcTheodore Ts'o1-0/+1
2007-12-31Test for sys/syscall.h in configure to fix dietlibc build problemTheodore Ts'o1-1/+1
2007-12-31Add --disable-uuidd configure optionTheodore Ts'o1-0/+2
2007-12-31Fix build failure on non-Linux/non-Hurd/non-Masix systemsTheodore Ts'o1-6/+8
2007-12-27Convert use of ext2fs_get_mem to ext2fs_get_array for overflow detectionTheodore Ts'o1-0/+1
2007-12-21libuuid: Fix bug which caused uuidd to fail if sizeof(int) != sizeof(int *)Theodore Ts'o1-3/+3
2007-12-17Add #define needed for Hurd ioctl definitionsTheodore Ts'o1-0/+4
2007-12-17libuuid: Only try to start the uuidd daemon a limited number of timesTheodore Ts'o1-1/+2
2007-12-17libuuid: When starting uuidd, use waitpid() to reap the zombie processTheodore Ts'o1-2/+4
2007-12-17uuidd: Use /var/lib/libuuid instead of /var/run/uuiddTheodore Ts'o1-2/+2
2007-12-16Add uuidd daemon to prevent duplicate time-based UUID'sTheodore Ts'o2-16/+292
2007-12-15libcom_err: Fix sign-extension problem on 64-bit systems in error_message()Theodore Ts'o1-2/+2
2007-12-15blkid: Avoid division by zero error when probing an invalid FAT filesystemTheodore Ts'o1-0/+2
2007-12-15libss: Fix "make check" test case to work portablyTheodore Ts'o1-1/+1
2007-12-15Fix uuid_unparse man page to give a correct example UUID output stringTheodore Ts'o1-2/+2
2007-12-15ext2fs_flushfs: Remove the NEEDS_RECOVERY from the backup superblocksTheodore Ts'o1-0/+4
2007-12-05libext2fs: Add checks to prevent integer overflows passed to malloc()Theodore Ts'o17-24/+37