Whamcloud - gitweb
Add 64-bit byte swapping functions
[tools/e2fsprogs.git] / lib /
2006-08-06 Andreas DilgerAdd 64-bit byte swapping functions
2006-08-05 Andreas DilgerRename EXT3_EXTENTS_FL to EXT4_EXTENTS_FL and make...
2006-08-05 Andreas DilgerCreate the generated files read-only to remind develope...
2006-07-16 Andreas DilgerAllow default inode_size to be specified in mke2fs...
2006-06-28 Andreas DilgerProtect ext2_ext_attr.h from multiple inclusion
2006-06-21 Andreas Dilgerfix comment for blkid_get_dev_size()
2006-05-30 Matthias AndreeAdd parentheses and casts to make GCC happy.
2006-05-30 Matthias AndreeAdd missing #include <ctype.h>.
2006-05-30 Matthias AndreeFix non-Linux compiler warning (missing return statement).
2006-05-30 Matthias AndreeFix SIGBUS through unaligned access to FAT superblocks.
2006-05-30 Matthias AndreeChange more "echo -n" to "printf" to avoid screen clutter.
2006-05-30 Matthias AndreeSwitch endian detection from Linuxism to AC_C_BIGENDIAN.
2006-05-30 Matthias AndreeRevise DIOCGDINFO (sys/disklabel.h) related FreeBSD...
2006-05-30 Matthias AndreeEnable sys/disklabel.h and DIOCGDINFO based getsize...
2006-05-29 Matthias AndreeAdd a bunch of type fixes for debug/"make check" code...
2006-05-29 Matthias AndreeCast time_t variable to long for fprintf to match %ld.
2006-05-29 Matthias AndreeDrop unused vector uuid[].
2006-05-29 Matthias AndreeImplement DIOCGMEDIASIZE for FreeBSD's GEOM.
2006-05-21 Theodore Ts'oFix type warning problem with sizeof() in ext2fs_open2()
2006-05-14 Theodore Ts'oFixed signed vs. unsigned comparison warning in strncmp().
2006-05-13 Theodore Ts'oChange mke2fs's layout of RAID-optimized filesystems...
2006-05-09 Theodore Ts'oAdd support for EXT2_FEATURE_COMPAT_LAZY_BG
2006-04-23 Theodore Ts'oSpeed up mke2fs and e2fsck by writing bitmaps more...
2006-04-22 Theodore Ts'oFix bug which could cause dumpe2fs to rarely fail to...
2006-04-09 Theodore Ts'oFix asm_types.h type conflicts
2006-04-04 Theodore Ts'oFix ext2fs_add_journal_inode() when filesystem is opene...
2006-03-29 Theodore Ts'oFix the x86 asm constraints for ext2fs_set/clear_bit.
2006-03-25 Theodore Ts'oFix the i386 bitmap operations so they are 32-bit clean
2006-03-25 Theodore Ts'oFix typo bug in previous commit (6ae1ed49c8c6)
2006-03-24 Theodore Ts'oFix file descriptor leak in blkid library in error...
2006-03-24 Theodore Ts'oChange mke2fs to use /etc/mke2fs.conf as a configuratio...
2006-03-19 Theodore Ts'oPrevent error messages to stderr caused by libblkid...
2006-03-19 Theodore Ts'oAdd EXT2_FLAG_EXCLUSIVE to the ext2fs library.
2006-03-18 Theodore Ts'oAdd IO_FLAG_EXCLUSIVE flag to io_channel abstraction
2006-03-18 Theodore Ts'oFix documentation: BLOCK_FLAG_TRAVERSE should be BLOCK_...
2006-03-18 Theodore Ts'oFix build when not building any shared libraries.
2006-03-18 Theodore Ts'oFix a signed vs unsigned bug in calc_reserved_gdt_blocks()
2006-03-18 Theodore Ts'oAdd support for on-line resizing to resize2fs
2006-03-13 Theodore Ts'oFix blkid's last verification logic to work when the...
2006-03-11 Theodore Ts'oFix the subdirs logic so it works with GNU make 3.80
2006-03-10 Theodore Ts'oAdd EXT_JOURNAL to the blkid tag of ext3 filesystems.
2006-03-08 Karel ZakAdd device-mapper support to the blkid library
2006-01-06 Theodore Ts'oSet FD_CLOEXEC on the /dev/random file descriptor used...
2005-12-30 Theodore Ts'oAvoid needlessly recompilation of library objection...
2005-12-29 Theodore Ts'oAdd missing parameter to error printf in blkid test...
2005-12-11 Theodore Ts'oUse $(LDFLAGS) when generating shared libraries
2005-12-11 Theodore Ts'oAddress parallel build problem in the library Makefiles
2005-12-11 Theodore Ts'oFix various gcc -Wall complaints.
2005-12-10 Theodore Ts'oAdd ext2fs_read_bb_FILE test to confirm proper detectio...
2005-11-21 Theodore Ts'oFix gcc compilation on sparc architectures in bitops.h
2005-11-14 Theodore Ts'oAdd missing #include for string.h to ext2fs.h to fix...
2005-11-13 Theodore Ts'oFix writing external journals on big-endian machines
2005-09-25 Theodore Ts'oAdd fs->now to override time(0) in libext2fs
2005-09-11 Theodore Ts'oSearch the root directory of FAT filesystems for the...
2005-09-11 Theodore Ts'oGeneric blkid library cleanup
2005-09-10 Theodore Ts'oAdd a regression test suite for the blkid library
2005-09-10 Theodore Ts'oAdd support to extract basic iso9660 label information...
2005-09-10 Theodore Ts'oAdd support for detecting the reiser4 filesystem in...
2005-09-07 Theodore Ts'oImprove blkid's VFAT/FAT filesystem probe code
2005-09-07 Theodore Ts'oRemove unneeded probe.h header file in lib/blkid/resolve.c
2005-09-06 Karel ZakImprove VFAT detection to support filesystems w/o a...
2005-09-06 Karel ZakAdd support for detecting software suspend partitions...
2005-09-06 Karel ZakFix blkid library so that the cache validation notices...
2005-09-06 Matthias AndreeFix compiler warnings about missing memcpy prototypes.
2005-07-25 Theodore Ts'oFix false positives from valgrind: prctl(PR_GET_DUMPABLE)
2005-07-19 Theodore Ts'oCheck for a busy device when creating a journal.
2005-07-19 Theodore Ts'oFix com_err bug in compile_et: # of error messages...
2005-07-10 Andreas DilgerThis patch adds a check to use fstat or fstat64 in...
2005-07-01 Theodore Ts'oUpdate for e2fsprogs 1.38 release.
2005-06-30 Theodore Ts'oChange the function prototypes of ext2fs_set_bit, ext2f...
2005-06-27 Theodore Ts'oFix blkid's debugging/TEST_PROGRAM code so that it...
2005-06-27 Stephen Tweedieext2fs_resize_mem() is suffering from C99 strict type...
2005-06-20 Theodore Ts'oerror_message.c, init_et.c: Segregate error tables...
2005-06-20 Theodore Ts'oet_c.awk: Use a dynamically allocated structure in
2005-06-20 Theodore Ts'ogetsectsize.c (BLKSSZGET): Clean up test for when to...
2005-06-16 Theodore Ts'oMakefile.in: Add an include path specifier when building
2005-06-05 Theodore Ts'oOn Linux 2.6 systems, mke2fs and badblocks will check...
2005-05-08 Theodore Ts'oFix bug in the secure getenv function so that the ss...
2005-05-07 Theodore Ts'oAdd a new option to the blkid program, -l, which will...
2005-05-07 Theodore Ts'oFix gcc -Wall nits in the blkid library.
2005-05-07 Theodore Ts'oClean up the debugging code in the blkid library so...
2005-05-07 Theodore Ts'oAdd new two new functions to the blkid library: blkid_d...
2005-05-06 Theodore Ts'oIf the .c and .h file already exist, and they have...
2005-05-06 Theodore Ts'oUpdate "make depend" information. Fixes SMP parallel...
2005-05-06 Theodore Ts'oFix build of tst_ostype when doing a "make check" in...
2005-05-05 Theodore Ts'oFix libblkid's magic number recognition for the cramfs...
2005-04-16 Theodore Ts'oFix typo so that we actually ignore environment variabl...
2005-04-09 Theodore Ts'ols.c: Add stdlib.h header file since list_super2()...
2005-04-09 Theodore Ts'oAdd missing return values in error return cases in...
2005-04-06 Theodore Ts'oAdd paranoia checks into the blkid, ext2fs, and ss...
2005-03-31 Theodore Ts'oostype.c (e2p_os2string): Check to make sure malloc...
2005-03-22 Theodore Ts'oUpdate for the e2fsprogs 1.37 release.
2005-03-22 Theodore Ts'oIgnore the BLKID_FILE environment variable if blkid_get...
2005-03-21 Theodore Ts'oIntegrate code from Alex Thomas at Clusterfs to check...
2005-03-21 Theodore Ts'oFix mke2fs so that it writes the root directory
2005-03-21 Theodore Ts'oFix e2fsck, debugfs, and the ext2fs_mkdir function...
2005-03-20 Theodore Ts'oEnhance debugfs's stat command so it can dump extended...
2005-03-19 Theodore Ts'oAdd new functions which convert between a string and...
2005-03-19 Theodore Ts'oFix clean target to remove tst_getsectsize.
2005-03-19 Theodore Ts'ogetsize.c (ext2fs_get_device_size): Check to see if...
next