Age | Commit message (Expand) | Author | Files | Lines |
2004-12-14 | Use MKINSTALLDIRS macro so that the Makefiles can find the script | Theodore Ts'o | 15 | -104/+132 |
2004-11-30 | Avoid using uint and uchar types when probing for ocfs2 filesystems | Theodore Ts'o | 3 | -22/+25 |
2004-11-30 | Add support for passing options to the io layer using the URL syntax. For | Theodore Ts'o | 9 | -24/+202 |
2004-11-30 | Use Linux-kernel-style makefile output to make it easier to | Theodore Ts'o | 19 | -106/+198 |
2004-11-29 | Add definition for the extents filesystem feature and inode flag. | Theodore Ts'o | 4 | -1/+17 |
2004-11-19 | Remove support for EVMS 1.x plugin library. | Theodore Ts'o | 11 | -7491/+0 |
2004-11-19 | Remove the a.out DLL support, since it's been obsolete and unmaintained | Theodore Ts'o | 37 | -1280/+0 |
2004-11-19 | probe.c (probe_ocfs): Fix bug where the wrong size for "ocfs1" | Theodore Ts'o | 2 | -1/+7 |
2004-10-08 | getsize.c (ext2fs_get_device_size): Add support for Windows | Theodore Ts'o | 2 | -0/+24 |
2004-09-17 | Add support for ocfs2 detection to the blkid library, | Theodore Ts'o | 3 | -4/+39 |
2004-09-17 | gen_uuid.c (get_node_id): glibc always defines AF_LINK, so only | Theodore Ts'o | 2 | -3/+9 |
2004-09-17 | Remove XSI:isms for greater portability. (Addresses | Theodore Ts'o | 6 | -5/+20 |
2004-09-17 | Clean up the header file #include's for lib/blkid/getsize.c | Theodore Ts'o | 4 | -14/+26 |
2004-09-17 | On non-linux systems, use lseek64() if it is present in | Theodore Ts'o | 4 | -0/+18 |
2004-07-28 | Add ability for debugfs to use a separate source of data blocks when | Theodore Ts'o | 9 | -7/+81 |
2004-06-25 | setflags.c, fsetflags.c: On linux systems, undefine HAVE_CHFLAGS | Theodore Ts'o | 3 | -0/+26 |
2004-05-27 | uuid.h (UUID_DEFINE): Make the UUID defined as a static | Theodore Ts'o | 2 | -1/+11 |
2004-05-26 | closefs.c (ext2fs_flush): Make sure the master superblock is | Theodore Ts'o | 2 | -22/+31 |
2004-05-26 | Implement the ability for the test_io mechanism to abort after n reads | Theodore Ts'o | 2 | -10/+52 |
2004-05-15 | read.c (blkid_read_cache): Add missing fclose() which was | Theodore Ts'o | 2 | -0/+8 |
2004-05-05 | Remove .cvsignore files; they were out of date, and causes lintian | Theodore Ts'o | 5 | -24/+0 |
2004-05-04 | Update and clean up uuid man pages, including renaming libuuid.3 to | Theodore Ts'o | 12 | -85/+77 |
2004-05-04 | gen_uuid.c (uuid_generate_time): Mask off the timestamp to avoid | Theodore Ts'o | 2 | -1/+6 |
2004-04-19 | probe.c (blkid_verify_devname): If the time is earlier than the | Theodore Ts'o | 2 | -4/+13 |
2004-04-12 | Clarified that the lib/uuid directory is under a BSD-style and | Theodore Ts'o | 1 | -0/+25 |
2004-04-12 | In the blkid library, if the BLKID_FILE environment | Theodore Ts'o | 2 | -1/+11 |
2004-04-03 | Refine the build process to avoid re-running subst all the time on | Theodore Ts'o | 4 | -10/+24 |
2004-04-03 | Change licensing of libuuid man pages from GPL to 3-clause BSD-style, | Theodore Ts'o | 10 | -18/+239 |
2004-04-03 | Change the use of the term "internal format" to "binary representation" | Theodore Ts'o | 3 | -6/+7 |
2004-04-03 | Use C99 stdint.h types instead of custom types in the uuid library. | Theodore Ts'o | 12 | -40/+57 |
2004-03-30 | gen_uuid.c (get_node_id): Clean up AF_LINK #ifdef's for Darwin. | Theodore Ts'o | 2 | -4/+8 |
2004-03-30 | unix_io.c, pass1.c: | Matthias Andree | 1 | -2/+2 |
2004-03-30 | GNU/KFreeBSD portability fixes. (Addresses Debian Bug #239934) | Matthias Andree | 2 | -13/+15 |
2004-03-22 | Add the uuid_unparse_upper and uuid_unparse_lower functions to the | Theodore Ts'o | 4 | -6/+49 |
2004-03-21 | Don't close the file descriptor when determining the size. | Theodore Ts'o | 2 | -2/+7 |
2004-03-20 | Change the license on the UUID library to be 3-clause BSD-style | Theodore Ts'o | 16 | -51/+330 |
2004-03-19 | Add UUID type #define's, and add an CPP macro to define | Theodore Ts'o | 2 | -0/+11 |
2004-03-19 | Use 14 bits for the clock sequence, instead of just 13 bits when | Theodore Ts'o | 1 | -0/+8 |
2004-03-19 | Fix Darwin/Mac OS X support to fetch the ethernet address in the uuid library. | Theodore Ts'o | 1 | -2/+15 |
2004-03-08 | Only use the BLKGETSIZE64 ioctl on Linux 2.6 since it is | Theodore Ts'o | 4 | -4/+46 |
2004-03-04 | probe.c (probe_ocfs), probe.h: Add support for the Oracle | Theodore Ts'o | 3 | -0/+59 |
2004-03-02 | Update getsize functions to use the Apple Darwin and Linux 64-bit | Theodore Ts'o | 4 | -5/+65 |
2004-02-29 | Patch from Brian Bergstrand to use the correct -fPIC flag for | Theodore Ts'o | 15 | -6/+44 |
2004-02-28 | Update version number for e2fsprogs 1.35 release. | Theodore Ts'o | 8 | -0/+32 |
2004-02-21 | ext2fs.h (ext2fs_resize_mem): Fix C++ problem. (Addresses Red | Theodore Ts'o | 2 | -1/+6 |
2004-02-21 | Fix libext2fs and debugfs to correctly deal with symlinks that have | Theodore Ts'o | 2 | -1/+7 |
2004-01-31 | Update for WIP release 1.35-WIP release dated 31-Jan-2004. | Theodore Ts'o | 1 | -0/+4 |
2004-01-31 | fgetflags.c, fgetversion.c, fsetflags.c, fsetversion.c: Apply | Theodore Ts'o | 5 | -2/+32 |
2004-01-30 | gen_uuid.c (uuid_generate_time): Fix bug pointed out by Ralf | Theodore Ts'o | 2 | -1/+10 |
2004-01-30 | Fix a byte swap bugs, including one which caused e2fsck to | Theodore Ts'o | 3 | -5/+22 |