Whamcloud - gitweb
debian: Add mkfs.ext4 symlink to the e2fsprogs-udeb package
[tools/e2fsprogs.git] / lib /
2009-01-20 Theodore Ts'oext2fs_block_iterate2: Preserve the uninit flag in...
2009-01-19 Theodore Ts'oext2fs_block_iterate2: Reflect errors from ext2fs_exten...
2008-12-26 Theodore Ts'oe2fsck: Fix an unhandled corruption case in scan_extent...
2008-11-16 Theodore Ts'oFix various signed/unsigned gcc warnings
2008-10-18 Eric Sandeenblkid: recognize ext3 with test_fs set as ext3
2008-10-18 Theodore Ts'olibblkid: Refuse to create a device structure for a...
2008-10-13 Theodore Ts'olibblkid: Fix file descriptor leak when checking for...
2008-10-13 Eric Sandeenunix_io: check for read-only devices when opening R/W
2008-10-13 Eric Sandeene2fsprogs: fix blkid detection of ext4dev as ext4
2008-10-02 Theodore Ts'oUpdate Makefile depend information for crc16.o
2008-10-02 Theodore Ts'olibcom_err: Add missing type declarations to clean...
2008-10-02 Theodore Ts'olibcom_err: Fix file descriptor leak after an exec
2008-09-12 Theodore Ts'olibcom_err: Use sem_post/sem_init to prevent race condi...
2008-09-12 Theodore Ts'oFix compiling under diet libc
2008-09-07 Theodore Ts'oInstall with relative symlinks if $(root_libdir) =...
2008-09-03 Theodore Ts'oFix pkg-config files: use Requires.private and fix...
2008-09-02 Theodore Ts'olibext2fs: Compile ext2fs_swab64() for all platforms
2008-09-02 Theodore Ts'olibext2fs: Remove unused ext2fs_find_{first,ext}_bit_set()
2008-09-01 Theodore Ts'oEnable test_io debugging by default
2008-09-01 Theodore Ts'olibe2p: Fix potential core-dumping bug in iterate_on_dir()
2008-08-30 Theodore Ts'oUpdate makefile dependency for lib/e2p/Makefile.in
2008-08-28 Theodore Ts'oFurther optimize journal placement for flex_bg filesystems
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-08-28 Theodore Ts'oImprove future compatibility for the 64-bit I/O channel...
2008-08-27 Theodore Ts'olibext2fs: Fix ext2fs_bmap() to work with extents and...
2008-08-27 Theodore Ts'oext2fs_block_iterate2: Fix memory leak on error paths
2008-08-27 Theodore Ts'oIf the filesystem supports extents create an extent...
2008-08-27 Theodore Ts'oext2fs_block_iterate2: Add BLOCK_FLAG_APPEND support...
2008-08-27 Theodore Ts'oCreate the journal in the middle of the filesystem
2008-08-27 Theodore Ts'oext2fs_mkjournal(): Don't allocate an extra block to...
2008-08-27 Theodore Ts'olibblkid: Give a priority bonus to "leaf" devicemapper...
2008-08-27 Theodore Ts'olibblkid: Unexport the private symbol blkid_devdirs
2008-08-27 Theodore Ts'oRemove use of devmapper library by the blkid library
2008-08-27 Theodore Ts'olibblkid: Optimize devicemapper support
2008-08-26 Theodore Ts'oAdd support for with empty directory blocks in 64k...
2008-08-25 Theodore Ts'olibblkid: Fix namespace leakage of unicode_16be_to_utf8
2008-08-25 Theodore Ts'olibe2p: Fix namespace leakage of os_tab
2008-08-25 Theodore Ts'olibext2fs: Fix namespace leakage of crc16 functions
2008-08-25 Andreas Dilgeradd debugfs command to print known features
2008-08-25 Andreas Dilgerlibext2fs: grow dblist more aggressively
2008-08-25 Andreas DilgerFix miscellaneous compile warnings
2008-08-24 Theodore Ts'olibblkid: Strengthen the JFS probe routine
2008-08-24 Theodore Ts'olibblkid: Fix false detection of DFSee created filesystems.
2008-08-23 Manish Katiyarlibext2fs: Fix memory leak in ext2fs_initialize().
2008-08-22 Theodore Ts'olibblkid: Enhance support for MacOS's hfs, hfsplus...
2008-08-22 Theodore Ts'olibblkid: Fix potential crash if blkid cache is out...
2008-08-22 Theodore Ts'olibuuid: Windows portability fixes
2008-08-22 Theodore Ts'olibext2fs: Replace use of sprintf with strcpy/strcat...
2008-08-22 Theodore Ts'olibext2fs: Add support for uninit_bg feature to allocat...
2008-08-22 Theodore Ts'oext2fs_block_iterate2(): Support changing interior...
2008-08-22 Theodore Ts'oext2fs_extent_set_bmap(): Avoid creating extra extents...
2008-08-22 Theodore Ts'oext2fs_extent_set_bmap(): fix bug when replacing a...
2008-08-22 Theodore Ts'oFix ext2fs_extent_set_bmap() when setting a block befor...
2008-08-21 Theodore Ts'olibext2fs: Fix reading bitmaps from e2image files
2008-08-16 Manish Katiyarlibext2fs : Fix memory leaks in ext2fs_extent_open()
2008-08-15 Li ZefanFix a typo in lib/e2p/Makefile.in
2008-08-14 Theodore Ts'olibext2fs: Initialize unset inode timestamps when writi...
2008-08-14 Benno Schulenberglibblkid: On the man page, replace empty references...
2008-08-10 Theodore Ts'oblkid: Fix probing logic so we find renamed devices
2008-07-19 Aneesh Kumar K.Ve2fsprogs: Fix tst_extents output on bigendian machine.
2008-07-17 Frederic BoheFix inode table allocation with flexbg
2008-07-15 Manish Katiyarext2fs_read_inode: Check the validity of the inode...
2008-07-14 Theodore Ts'oDon't assume that /bin/true is always in /bin
2008-07-13 Theodore Ts'olibblkid: Make sure we never reference a null dev-...
2008-07-13 Theodore Ts'olibext2fs: Don't check the group checksum when !GDT_CSUM
2008-07-13 Theodore Ts'oFlush stdio buffers before calling setbuf()
2008-07-13 Theodore Ts'oDefine _XOPEN_SOURCE to 600 consistently for Solaris...
2008-07-13 Theodore Ts'oRemove gcc-specific varargs macro in extent.c
2008-07-13 Theodore Ts'oRemove vararg macro which causes portability problems...
2008-07-13 Theodore Ts'oUse K&R style comments instead of C99 comments for...
2008-07-13 Theodore Ts'oFix Solaris shell script portability issues
2008-07-11 Manish Katiyarlibext2fs: Add stricter/earlier tests for blocksize...
2008-07-11 Manish Katiyarlibext2fs: fix potential memory leak in ext2fs_initialize()
2008-07-10 Theodore Ts'oUpdate dependencies in the Makefile for lib/ext2fs
2008-07-10 Theodore Ts'oMake ext2fs_check_desc() more stringent to force use...
2008-07-10 Theodore Ts'omke2fs,tune2fs: Enable huge_file, dir_nlink, and extra_...
2008-07-10 Andreas Dilgerblkid: Make regression test tolerate older versions...
2008-07-07 Theodore Ts'olibext2fs: Fix FLEX_BG offset used by ext2fs_allocate_g...
2008-07-07 Ricardo M. CorreiaAdd ZFS test image to blkid test suite
2008-07-06 Eric SandeenClean up some trivial build warnings
2008-06-29 Theodore Ts'oblkid: Eliminate stale entries that duplicate a verifie...
2008-06-29 Theodore Ts'oblkid: Make sure a device returned by blkid_find_dev_wi...
2008-06-29 Eric Sandeenblkid: use list_for_each_safe in garbage collection
2008-06-23 Theodore Ts'olibext2fs: Don't include ss/ss.h except when debugging
2008-06-21 Theodore Ts'oblkid: Fix cc portability problem in probe_lvm2()
2008-06-19 Eric Sandeenblkid: fix swap tests (again)
2008-06-18 Theodore Ts'oMerge branch 'maint'
2008-06-17 Theodore Ts'olibblkid: Fix marginal C code in probe_lvm2()
2008-06-17 Theodore Ts'oext2fs_zero_blocks: Avoid clearing more blocks than...
2008-06-08 Theodore Ts'oFix LIBSS dependency problem for tests/test_icount...
2008-06-08 Theodore Ts'oFix dependency for $(LIBSS) when an explicit dlopen...
2008-06-07 Theodore Ts'oresize2fs: Add support to use the ext4 online resize...
2008-06-07 Theodore Ts'oUpdate Makefile dependencies for lib/ext2fs
2008-06-07 Theodore Ts'oFix gcc -Wall warnings in libext2fs
2008-06-07 Theodore Ts'oFix gcc -Wall warnings in libuuid
2008-06-07 Theodore Ts'oMerge branch 'maint'
2008-06-07 Theodore Ts'oFix ext2fs_swap{16,32,64} for external applications...
2008-06-07 Theodore Ts'oe2fsck: Add support to check journal checksums
2008-06-07 Theodore Ts'oRe-enable byte-swapping functions for use by journal...
2008-06-07 Aneesh Kumar K.Vlibext2fs: Fix build failure on powerpc in ext2fs_swap_...
next