Whamcloud - gitweb
Disconnect e4defrag from build on non-Linux hosts.
[tools/e2fsprogs.git] / e2fsck /
2009-10-26 Theodore Ts'oConvert ext2fs_group_{first,last}_block() to *block2()
2009-10-26 Valerie Aurora HensonConvert ext2fs_block_alloc_stats() calls to block_alloc...
2009-10-26 Valerie Aurora HensonConvert to use block group accessor functions
2009-10-26 Theodore Ts'olibext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_f...
2009-10-26 Eric Sandeenlibext2fs: clean up ext2fs_bg_flags_ interfaces
2009-10-24 Theodore Ts'oMerge branch 'maint' into next
2009-10-17 Theodore Ts'oe2fsck: Accept superblock times to be fudged by up...
2009-10-13 Theodore Ts'oe2fsck: Fix handling of non-zero i_blocks_high field
2009-10-05 Theodore Ts'oMerge branch 'maint' into next
2009-10-04 Theodore Ts'oe2fsck: Interpret negative blkcount in file system...
2009-10-04 Theodore Ts'oDon't use in-tree header files if using system uuid...
2009-10-04 Theodore Ts'oe2fsck: Use the correct problem code in the case of...
2009-09-08 Valerie Aurora HensonConvert uses of super->s_*_blocks_count to ext2fs_...
2009-09-08 Valerie Aurora HensonUse ext2fs_file_acl_block() instead of using .i_file_ac...
2009-09-08 Valerie Aurora HensonFix overflow in calculation of total file system blocks
2009-09-02 Theodore Ts'oe2fsck: Avoid scary failure messages on low-memory...
2009-09-08 Theodore Ts'oUse accessor functions fields for bg_flags in the block...
2009-09-08 Valerie Aurora HensonConvert to use io_channel_read_blk64() and io_channel_w...
2009-09-07 Theodore Ts'oMerge branch 'maint' into next
2009-08-23 Valerie Aurora Hensone2fsck: Convert e2fsck to new bitmap interface
2009-08-19 Theodore Ts'oe2fsck: Add a global latch question for bad group descr...
2009-08-19 Theodore Ts'oe2fsck: Only ask to relocate a block group's inode...
2009-08-19 Theodore Ts'oe2fsck: Teach new_table_block() to allocate new itables...
2009-08-08 Theodore Ts'oe2fsck: Fix and enhance superblock dates in future...
2009-08-05 Valerie Aurora Hensone2fsck: Allow cancellation during group descriptor...
2009-08-22 Theodore Ts'oMerge branch 'maint' into next
2009-07-17 Theodore Ts'oe2fsck: Fix superblock times in the future even if...
2009-07-07 Kazuya Mioe2fsck: remove unused variable in check_block_bitmap()
2009-07-07 Kazuya Mioe2fsck: optimize loop counter when fixing bitmap padding
2009-07-07 Kazuya Mioe2fsck: remove unnecessary continue statement
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-22 Theodore Ts'oFix encoding for rec_len in directories for >= 64k...
2009-06-15 Theodore Ts'oe2fsck: fix miscellaneous memory leaks
2009-07-21 Theodore Ts'oMerge branch 'maint' into next
2009-07-12 Jose R. SantosUse new ext2fs_super_and_bgd_loc2 call in libext2fs
2009-07-09 Kazuya Mioe2fsck: Speed up pass 5 processing for ext4 filesystems
2009-05-30 Theodore Ts'oUpdate man pages to include ext4 in the synposis, inste...
2009-05-29 Theodore Ts'oe2fsck: Go back to the original superblock if the backu...
2009-05-28 Theodore Ts'oe2fsck: if i_file_acl_hi is non-zero, fix it and don...
2009-05-28 number9652libext2fs: add ext2fs_extent_open2
2009-05-28 Ken ChenAdd empty function for init_resource_track() and print_...
2009-05-28 Ken Chene2fsck: add resource tracking for passes 1[b-d]
2009-05-28 Andreas Dilgere2fsck: use unsigned values for memory tracking stats
2009-05-28 Andreas Dilgere2fsck: only restart e2fsck once for inodes in uninit...
2009-05-26 Theodore Ts'oe2fsck: Fix journal replay bug which reverts changes...
2009-05-18 Andreas Dilgere2fsck: initialize error handling before journal replay
2009-05-17 Theodore Ts'oe2fsck: Don't crash if an inode with a bad extent heade...
2009-05-03 Andreas Dilgere2fsck: cleanup whitespace in problem.c and problem.h
2009-05-03 Andreas Dilgere2fsck: Add test code in problem.c to verify problem...
2009-04-28 Theodore Ts'oe2fsck: Skip journal checks if the fs is mounted and...
2009-04-24 Theodore Ts'oe2fsck: On a 32-bit filesystem, make sure i_file_acl_hi...
2009-04-23 Theodore Ts'oe2fsck: Reduce unnecessary I/O when checking backup...
2009-04-23 Theodore Ts'oe2fsck: Don't test the resize_inode if the filesystem...
2009-04-22 Theodore Ts'oe2fsck: Fix warn_unused_result warnings from gcc
2009-04-07 Andreas Dilgere2fsck: print unsigned RAM usage statistics
2009-04-07 Eric Sandeene2fsck: ignore differing NEEDS_RECOVERY flag on backup sbs
2009-03-09 Jim Meyeringremove useless if-before-free tests
2009-03-06 Eric Sandeene2fsprogs: fix potential null ptr defef in check_for_mo...
2009-01-26 Theodore Ts'oe2fsck: Add missing newlines when reporting errors...
2009-01-22 Theodore Ts'oe2fsck: Change PR_3_CREATE_LPF_ERROR to be a non-fatal...
2009-01-22 Theodore Ts'oe2fsck: Add superblock check to make sure s_first_ino...
2009-01-02 Theodore Ts'oe2fsck: Fix journal replay for block sizes greater...
2009-01-02 Theodore Ts'oe2fsck: Remove "ext3" from problem descriptions of...
2008-12-26 Theodore Ts'oe2fsck: Fix an unhandled corruption case in scan_extent...
2008-12-25 Theodore Ts'oe2fsck: When repacking directories, leave slack space...
2008-12-22 Theodore Ts'oe2fsck: Fix double-counting of non-contiguous extent...
2008-12-09 Theodore Ts'oe2fsck: Enhance fragcheck report with file/directory...
2008-12-09 Theodore Ts'oe2fsck: In verbose mode, distinguish between fragmented...
2008-11-27 Theodore Ts'oe2fsck: Don't cancel the fsck run after clearing an...
2008-11-16 Theodore Ts'oFix various signed/unsigned gcc warnings
2008-11-15 Theodore Ts'oe2fsck: Fix build of e2fsck.profiled if profiling is...
2008-10-13 Theodore Ts'oe2fsck: Offer to clear the test_fs flag if ext4 is...
2008-10-13 Theodore Ts'oe2fsck: Print the correct inode number for uninit-bg...
2008-10-13 Eric Sandeene2fsck: exit from preenhalt if IO errors were encountered
2008-10-02 Theodore Ts'oFix spelling mistake in e2fsck man page
2008-09-12 Theodore Ts'oFix compiling under diet libc
2008-09-09 Theodore Ts'oe2fsck: Fix e2fsck automatic blocksize detetion
2008-09-07 Theodore Ts'oe2fsck: Don't print the PO header when printing problem...
2008-09-03 Theodore Ts'oImprove ELF shared library handling
2008-09-01 Theodore Ts'oOnly use the test_io manager if the right environment...
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-08-26 Theodore Ts'oAdd support for with empty directory blocks in 64k...
2008-08-25 Andreas Dilgerfix e2fsck error message for bad htree depth
2008-08-25 Andreas Dilgere2fsck: Change comments in problem array to match what...
2008-08-25 Andreas DilgerFix miscellaneous compile warnings
2008-08-24 Andreas Dilgere2fsck_write_bitmaps() optimization
2008-08-22 Theodore Ts'oe2fsck: Portability fix: Use WORDS_BIGENDIAN instead...
2008-08-18 Theodore Ts'oe2fsck: fix spurious complaints about i_size caused...
2008-08-17 Theodore Ts'oe2fsck: Fix max size calculation for extent files
2008-08-14 Theodore Ts'oe2fsck: Fix ind/dind/tind statistics and add extent...
2008-08-13 Theodore Ts'oe2fsck: Fix signed/unsigned error in fragcheck report...
2008-08-11 Theodore Ts'oe2fsck: Fix check to see if an extent-based file is...
2008-07-19 Theodore Ts'oFix cross compilation issues in e2fsck/gen_crc32table
2008-07-13 Theodore Ts'oe2fsck: Set LD_LIBRARY_PATH before running "make check...
2008-07-13 Theodore Ts'oDefine _XOPEN_SOURCE to 600 consistently for Solaris...
2008-07-13 Theodore Ts'oOnly use __builtin_expect if __GNUC__ > 3
2008-07-13 Theodore Ts'oe2fsck: Change kmem_cache_t to lkmem_cache_t for Solaris
2008-07-07 Eric Sandeene2fsck: Fix i_size checking for large extent-based...
2008-06-19 Theodore Ts'oFix "make check" in e2fsck subdirectory to use the...
next