Whamcloud - gitweb
filefrag: fix frag count in bmap case
[tools/e2fsprogs.git] / e2fsck /
2009-08-08 Theodore Ts'oe2fsck: Fix and enhance superblock dates in future...
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-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...
2008-06-18 Theodore Ts'oAdd a reference to e2fsck.conf(5) to the e2fsck man...
2008-06-07 Theodore Ts'oe2fsck: Add better explanatory message when s_lastcheck...
2008-06-07 Theodore Ts'oFix gcc -Wall warnings in e2fsck
2008-06-07 Theodore Ts'oe2fsck: Add support to check journal checksums
2008-06-07 Theodore Ts'oAdd CRC32 (big-endian) routine for use by journal checksums
2008-06-03 Theodore Ts'oe2fsck: Detect unordered extents in an extent node
2008-06-02 Theodore Ts'oe2fsck: Wire up callback functions for _alloc_block...
2008-05-30 Theodore Ts'oe2fsck: Don't double count an extent after deleting...
2008-05-28 Theodore Ts'oe2fsck: Don't skip an extent after deleting an invalid...
2008-05-21 Theodore Ts'oMerge branch 'maint'
2008-05-20 Theodore Ts'oe2fsck: Fix potential data corruptor bug in journal...
2008-05-14 Theodore Ts'oInstall {mkfs,fsck}.{ext4,ext4dev} binary and man pages
2008-04-21 Theodore Ts'oRemove LAZY_BG feature
2008-04-20 Theodore Ts'oe2fsck: Fix pass5 handling of meta_bg and uninit_bg...
2008-04-18 Theodore Ts'oRename the feature uninit_groups to uninit_bg
2008-04-17 Eric Sandeene2fsck: Only check PR_1_EXTENT_ENDS_BEYOND for leaf...
2008-04-17 Theodore Ts'oAdd support for the HUGE_FILE feature
2008-04-07 Theodore Ts'oMerge branch 'maint'
2008-04-07 Matthias Koenige2fsck: avoid double free of ctx->filesystem_name
2008-04-06 Eric SandeenFix a couple of implicit function declarations
2008-04-01 Eric Sandeene2fsck: Fix extent flag validity tests in pass1 on...
2008-03-31 Theodore Ts'oFix trailing whitespace in e2fsck/problem.[ch]
2008-03-31 Andreas Dilgere2fsck: Add check to enforce a valid block bitmap in...
2008-03-31 Andreas Dilgerext2fs_set_gdt_csum(): Return an error code on errors...
2008-03-30 Theodore Ts'oMerge branch 'maint'
2008-03-29 Theodore Ts'oe2fsck: Avoid core dump when using the -N option
2008-03-26 Theodore Ts'oe2fsck: Include the device name in the progress information
2008-03-26 Theodore Ts'oe2fsck: Support a negative argument to -C to suppress...
next