summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2003-03-01Minor bug fixes in the blkid library.Theodore Ts'o4-8/+31
2003-02-27resolve.c (blkid_get_tag_value): Rename function (used to beTheodore Ts'o3-3/+8
2003-02-22Internal changes to the blkid library:Theodore Ts'o11-244/+238
2003-02-22Add dynamic debugging capabilities to the blkid library, Theodore Ts'o12-147/+153
2003-02-16Rename blkid_get_devname() to blkid_get_dev(), and blkid_get_token()Theodore Ts'o8-19/+25
2003-02-14Remove bid_id from the blkid device structure, as it is not used Theodore Ts'o5-13/+7
2003-02-14Add a priority label to the device structure, so we can give Theodore Ts'o9-100/+143
2003-02-12Wholesale changes to blkid library to simplify the implementation Theodore Ts'o15-1312/+669
2003-01-27Roto-till and clean up libblkid API.Theodore Ts'o10-220/+222
2003-01-26Separate public and private interfaces into separate header files.Theodore Ts'o16-378/+629
2003-01-25devname.c: Add support for EVMS to the blkid library.Theodore Ts'o2-1/+35
2003-01-25Fix gcc -Wall nits.Theodore Ts'o14-129/+150
2003-01-24save.c (blkid_save_cache): Use mkstemp() instead mktemp().Theodore Ts'o2-3/+8
2003-01-23Integrate new blkid library.Theodore Ts'o18-0/+4205
2003-01-22unix_io.c (unix_write_blk): Fix up GCC -Wall nits.Theodore Ts'o2-2/+9
2003-01-22Remove 32-bit limitations for debugfs's dump command and to the Theodore Ts'o3-9/+55
2003-01-19initialize.c (ext2fs_initialize): If the user specifies a reallyTheodore Ts'o3-3/+28
2002-11-09Update files for 1.32 release.Theodore Ts'o7-0/+28
2002-11-09unix_io.c (find_cached_block, reuse_cache, unix_read_blk, Theodore Ts'o2-44/+47
2002-11-09unix_io.c (find_cached_block): Fixed bug which caused some cleanTheodore Ts'o2-0/+9
2002-11-08Update files for 1.31 release.Theodore Ts'o7-0/+28
2002-11-08pf.c: Print the indexed directory flag if present. Don't displayTheodore Ts'o2-0/+9
2002-11-08Missed a EVMS 1.2 ABI fixup.Theodore Ts'o1-0/+4
2002-11-08Skip byteswap tests on --disable-swapfsTheodore Ts'o2-2/+7
2002-11-08Update "make depend".Theodore Ts'o1-2/+6
2002-11-08fs_ext2.c (fs_expand, fs_shrink), Theodore Ts'o3-3/+28
2002-11-08fsimext2.c (set_mkfs_options): If the hard sector size is 1024,Theodore Ts'o2-4/+3
2002-11-08Default the EVMS_ABI_CODE if it is not defined to 1.2.0.Theodore Ts'o1-0/+5
2002-11-08Update EVMS plugin to support EVMS ABI 1.2Theodore Ts'o8-167/+231
2002-11-08fsimext2.c (set_mkfs_options): Synchronize with EVMS CVS revTheodore Ts'o2-0/+29
2002-11-08Synchronize with EVMS CVS. Add better error handlingTheodore Ts'o3-1/+17
2002-11-08fs_ext2.c (fs_expand): Synchronize with EVMS CVS rev 1.12Theodore Ts'o2-1/+4
2002-11-08fs_ext2.c (fs_expand, fs_shrink): Synchronize with EVMS CVS revTheodore Ts'o2-0/+7
2002-11-08fsimext2.h: Synchronize with EVMS CVS rev 1.8 (2002/8/29).Theodore Ts'o2-43/+48
2002-11-08closefs.c (write_bgdesc, ext2fs_flush): Fix bug in meta_bgTheodore Ts'o2-10/+18
2002-11-01Update files for 1.30 release.Theodore Ts'o7-0/+28
2002-11-01ext2_fs.h: Add support for a new inode flag, which is to be usedTheodore Ts'o2-0/+10
2002-11-01Add support for a new inode flag, which is to be usedTheodore Ts'o2-1/+3
2002-10-31gen_uuid.c (get_random_bytes): Don't spin forever if read()Theodore Ts'o2-4/+7
2002-10-31ismounted.c (check_mntent, check_mntent_file): Add betterTheodore Ts'o2-13/+33
2002-10-31flushb.c (ext2fs_sync_device): If the BLKFLSBUF ioctl succeeds,Theodore Ts'o2-2/+8
2002-10-31openfs.c (ext2fs_open): Fix bug which caused us to pass theTheodore Ts'o2-3/+26
2002-10-30Add support for the meta_bg feature flag to the resize2fs program.Theodore Ts'o4-33/+42
2002-10-25Add a new superblock field, s_mkfs_time, which indicates whenTheodore Ts'o5-4/+24
2002-10-20Add support for new default mount options for the journal data mode.Theodore Ts'o6-4/+27
2002-10-20Add support for the meta_blockgroup filesystem format.Theodore Ts'o10-39/+148
2002-10-15Add support for new feature in ext2/3 filesystems; a default mount options fieldTheodore Ts'o7-6/+182
2002-10-13Fix gcc -Wall nits.Theodore Ts'o2-0/+8
2002-10-02Fix endian problems in the htree code for e2fsck and debugfs.Theodore Ts'o3-4/+15
2002-09-24Update for 1.29 release.Theodore Ts'o8-0/+32