- 17 Mar, 2003 1 commit
-
-
Theodore Ts'o authored
of Lintian warnings. Added mk_cmds man page.
-
- 16 Mar, 2003 4 commits
-
-
Theodore Ts'o authored
-
Theodore Ts'o authored
to the readline library if it is present in the system.
-
Theodore Ts'o authored
-
Theodore Ts'o authored
-
- 15 Mar, 2003 7 commits
-
-
Theodore Ts'o authored
skip trying to write out directory. (e2fsck_rehash_directories): Fix the percentage calculation in the progress bar.
-
Theodore Ts'o authored
-
Theodore Ts'o authored
-
Theodore Ts'o authored
-
Theodore Ts'o authored
-
Theodore Ts'o authored
explicitly requested by the user.
-
Theodore Ts'o authored
a single directory block (because this is the easy case; we don't currently check for duplicates that span directory blocks, for now. Eventually for htree directories we can do this by searching for all directory blocks that have a hash overflow, and then searching the adjacent blocks to find all other potential duplicates.)
-
- 14 Mar, 2003 6 commits
-
-
Theodore Ts'o authored
-
Theodore Ts'o authored
-
Theodore Ts'o authored
-
Theodore Ts'o authored
filenames in directories when rebuilding directories using "e2fsck -fD /dev/XXX"
-
Theodore Ts'o authored
which returns the number of entries in the list.
-
Theodore Ts'o authored
symbolic links in the raw image file.
-
- 10 Mar, 2003 1 commit
-
-
Theodore Ts'o authored
support; avoid null dereference when ret_pos is NULL.
-
- 07 Mar, 2003 2 commits
-
-
Theodore Ts'o authored
-
Theodore Ts'o authored
-
- 06 Mar, 2003 5 commits
-
-
Theodore Ts'o authored
the device name to be specified using LABEL=xxx or UUID=xxx, since we're including the blkid library anyway. (Addresses Debian bugs #166048, #179671)
-
Theodore Ts'o authored
pointer and crash.
-
Theodore Ts'o authored
#175113, and #170497)
-
Theodore Ts'o authored
for sparse superblock filesystems. (Address Debian bug #174766)
-
Theodore Ts'o authored
under Solaris.
-
- 02 Mar, 2003 5 commits
-
-
Theodore Ts'o authored
et, ss, uuid, and blkid libraries. The configure script and top-level makefile were changed to support working with a subset distribution.
-
Theodore Ts'o authored
deleting a tag by setting the value to NULL. This caused a failed device verification to loop forever in blkid_verify_devname().
-
Theodore Ts'o authored
Fix tst_resolve to use latest blkid API's.
-
Theodore Ts'o authored
-
Theodore Ts'o authored
Convert mke2fs, fsck, and tune2fs to use the blkid library.
-
- 28 Feb, 2003 1 commit
-
-
Theodore Ts'o authored
blkid_get_tagname_devname)
-
- 22 Feb, 2003 2 commits
-
-
Theodore Ts'o authored
1) Only one tag with a particular name can be attached to a device at a time. This significantly simplifies the library, and was needed to allow the cache file to be re-read and changes integrated into the in-core version of the data structure in a simpler fashion than earlier versions of the library. 2) To accomodate this, the ext2/ext3 filesystems are now always tagged as "ext2" type filesystems. Ext3 filesystems are tagged with a SEC_TYPE tag with the value ext3. 3) The new blkid_read_cache() function checks the mod time of the cache file, and if the file has been changed since the last time the cache file was read into memory, it is re-read. This function is now called before probing all of the devices in the system or searching all devices in the cache for a specific tag value. 4) After probing all devices, blkid_flush_cache() is called to write out the cache file. This assures that all of the hard work involved in doing a blkid_probe_all() is saved to disk.
-
Theodore Ts'o authored
controlled by the environment variable BLKID_DEBUG. The debugging code is enabled by a new configuration option, --enable-blkid-debug.
-
- 16 Feb, 2003 1 commit
-
-
Theodore Ts'o authored
to blkid_get_devname().
-
- 14 Feb, 2003 2 commits
-
-
Theodore Ts'o authored
for anything.
-
Theodore Ts'o authored
preference to EVMS and LVM devices when searching for a device matching a particular LABEL or UUID in the blkid library.
-
- 13 Feb, 2003 1 commit
-
-
Theodore Ts'o authored
and shrink its size. Change library version to be 1.0.
-
- 30 Jan, 2003 1 commit
-
-
Theodore Ts'o authored
message for e2fsck).
-
- 27 Jan, 2003 1 commit
-
-
Theodore Ts'o authored
read.c (parse_tag): Do not return that blkid_tag when parsing the blkid.tag file. resolve.c (blkid_get_token, blkid_get_tagname_devname): Fold in code from removed functions tag.c (blkid_create_tag): Don't return the newly tag strcture any more, as it's not needed. (blkid_find_tag_cache, blkid_get_tag_cache, blkid_token_to_tag, blkid_find_tv_tags): Remove these functions, as they are either only used once or have interfaces that should be deprecated. (blkid_find_tag_dev, blkid_find_head_cache): Replace use of blkid_tag with one or two const char * type/value arguments. (blkid_find_dev_with_tag): Fold in code from removed functions probe.h, probe.c: Use a more sophisticated set of byte-swapping routines which are more compact and efficient. Drop calculation of bid_free, since it's unnecessary. Avoid save.c (blkid_save_cache): Set the permissions on the blkid cache file to 644.
-