Whamcloud - gitweb
mke2fs: Fix compile warning message
[tools/e2fsprogs.git] / lib / ext2fs /
2010-05-17 Theodore Ts'oAlways build namei.o so that building with "configure...
2010-03-11 Theodore Ts'oext2fs: Optimize extending an extent-mapped file using...
2010-02-24 Eric Sandeene2fsck: don't complain about i_size for known blocks...
2009-11-30 Theodore Ts'olibext2fs: Improve flex_bg inode table placement algorithm
2009-11-29 Theodore Ts'olibext2fs: Fix SET_BMAP bugs in ext2fs_bmap() and ext2f...
2009-11-13 Karel Zaklibext2fs: handle <=linux-2.6.19 bug in /proc/swaps
2009-11-13 Eric Sandeenlibext2fs: don't swap extent-based journal backup
2009-10-21 Theodore Ts'olibext2fs: Fix FEATURE_RO_COMPAT_HUGE_FILE && !HUGE_FILE_FL
2009-10-04 Theodore Ts'olibext2fs: Always build file_io.c
2009-09-09 Theodore Ts'olibext2fs: Add error table initialization to test programs
2009-09-07 Theodore Ts'olibext2fs: Round up the bitmap size when allocating...
2009-08-25 Theodore Ts'otune2fs: Fix "tune2fs -j <dev>" for extent-enabled...
2009-08-10 Theodore Ts'olibext2fs: Treat uninitialized parts of bitmaps as...
2009-07-22 Theodore Ts'olibext2fs: Use blk_t instead of int in ext2fs_allocate_...
2009-07-20 Theodore Ts'olibext2fs: Avoid creating unneeded new extents in ext2f...
2009-07-20 Theodore Ts'olibext2fs: Improve debugging printf's in extent.c
2009-07-20 Theodore Ts'olibext2fs: Fix regression in ext2fs_extent_set_bmap()
2009-07-18 Theodore Ts'olibext2fs: fix memory leak in error path in ext2fs_bloc...
2009-07-12 Theodore Ts'olibext2fs: Fix minor gcc -Wall warnings
2009-07-11 Theodore Ts'oRemove tst_csum.c from lib/ext2fs/Makefile.in's SRCS...
2009-07-10 Theodore Ts'olibext2fs: Make ext2fs_extent_set_bmap() more robust...
2009-07-09 Theodore Ts'olibext2fs: Add new function ext2fs_test_inode_bitmap_ra...
2009-07-08 Eric Sandeenlibext2fs: reset handle after inserting new extent
2009-07-02 Theodore Ts'oAdd support for configure --enable-verbose-makecmds
2009-07-02 Theodore Ts'oFix Makefile dependencies for libcom_err
2009-06-29 Nic Caselibext2fs: ensure validate_entry doesn't read beyond...
2009-06-22 Theodore Ts'oFix encoding for rec_len in directories for >= 64k...
2009-06-17 Eric Sandeenlibext2fs: initialize large inodes for journal & resize
2009-06-17 Eric Sandeenlibext2fs: write only core inode in update_path()
2009-06-15 Theodore Ts'olibext2fs: Fix memory leak in the extents handling...
2009-05-30 Theodore Ts'oUpdate lib/xt2fs/Makefile.in using "make depend"
2009-05-29 Theodore Ts'olibext2fs: Move test code for csum.c inline instead...
2009-05-29 Theodore Ts'olibext2fs: Add an explicit error code for missing mtab...
2009-05-28 number9652libext2fs: add ext2fs_extent_open2
2009-05-26 Eric Sandeenresize2fs: fix ENOSPC corruption case
2009-05-04 Theodore Ts'oAdd missing file: lib/ext2fs/fiemap.h
2009-05-03 Theodore Ts'oAvoid unneeded updates of block group descriptors in...
2009-04-24 Theodore Ts'oUpdate lib/ext2fs/Makefile.in using "make depend"
2009-04-23 Theodore Ts'olibext2fs: read the block group descriptors more effici...
2009-04-23 Theodore Ts'olibext2fs: Skip relative pathnames in /etc/mtab in...
2009-04-22 Theodore Ts'olibext2fs: Fix format string type warnings in alloc_stats.c
2009-03-17 Theodore Ts'olibext2fs: external journal devices should not cause...
2009-03-09 Jim Meyeringlibext2fs: don't leak strdup'd dev name in dosio.c...
2009-03-09 Jim Meyeringremove useless if-before-free tests
2009-03-06 Theodore Ts'oAdd support for a new superblock field: s_kbytes_written
2009-01-22 Theodore Ts'olibext2fs: Add sanity checks to ext2fs_{block,inode...
2009-01-22 Theodore Ts'oext2fs_new_inode(): Add sanity check to assure a valid...
2009-01-20 Theodore Ts'oext2fs_get_device_size: Fix error handling
2009-01-20 Jose R. SantosAdd 64-bit getsize interface.
2009-01-20 Thiemo Nagelext2fs_open2: Add more checks for filesystem consistency
2009-01-20 Theodore Ts'oext2fs_read_inode_full: Add safety check to avoid SEGV...
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-13 Eric Sandeenunix_io: check for read-only devices when opening R/W
2008-10-02 Theodore Ts'oUpdate Makefile depend information for crc16.o
2008-09-12 Theodore Ts'oFix compiling under diet libc
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-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-26 Theodore Ts'oAdd support for with empty directory blocks in 64k...
2008-08-25 Theodore Ts'olibext2fs: Fix namespace leakage of crc16 functions
2008-08-25 Andreas Dilgerlibext2fs: grow dblist more aggressively
2008-08-23 Manish Katiyarlibext2fs: Fix memory leak in ext2fs_initialize().
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-14 Theodore Ts'olibext2fs: Initialize unset inode timestamps when writi...
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-13 Theodore Ts'olibext2fs: Don't check the group checksum when !GDT_CSUM
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-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-07 Theodore Ts'olibext2fs: Fix FLEX_BG offset used by ext2fs_allocate_g...
2008-07-06 Eric SandeenClean up some trivial build warnings
2008-06-23 Theodore Ts'olibext2fs: Don't include ss/ss.h except when debugging
next