index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
e2fsck
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-01
e2fsck: Avoid scary failure messages on low-memory systems
Theodore Ts'o
1
-2
/
+7
2009-08-19
e2fsck: Add a global latch question for bad group descriptor checksums
Theodore Ts'o
2
-1
/
+11
2009-08-18
e2fsck: Only ask to relocate a block group's inode table once
Theodore Ts'o
1
-1
/
+2
2009-08-18
e2fsck: Teach new_table_block() to allocate new itables/bitmaps with FLEX_BG
Theodore Ts'o
1
-3
/
+29
2009-08-08
e2fsck: Fix and enhance superblock dates in future problem reports
Theodore Ts'o
3
-17
/
+30
2009-07-16
e2fsck: Fix superblock times in the future even if buggy_init_scripts=1
Theodore Ts'o
3
-6
/
+32
2009-07-06
e2fsck: remove unused variable in check_block_bitmap()
Kazuya Mio
1
-3
/
+1
2009-07-06
e2fsck: optimize loop counter when fixing bitmap padding
Kazuya Mio
1
-2
/
+2
2009-07-06
e2fsck: remove unnecessary continue statement
Kazuya Mio
1
-2
/
+0
2009-07-02
Add support for configure --enable-verbose-makecmds
Theodore Ts'o
1
-57
/
+57
2009-07-01
Fix Makefile dependencies for libcom_err
Theodore Ts'o
1
-9
/
+11
2009-06-21
Fix encoding for rec_len in directories for >= 64k blocksize file systems
Theodore Ts'o
4
-42
/
+60
2009-06-15
e2fsck: fix miscellaneous memory leaks
Theodore Ts'o
5
-2
/
+8
2009-05-30
Update man pages to include ext4 in the synposis, instead of just "ext2/ext3"
Theodore Ts'o
1
-11
/
+7
2009-05-28
e2fsck: Go back to the original superblock if the backup sb is invalid
Theodore Ts'o
1
-21
/
+45
2009-05-28
e2fsck: if i_file_acl_hi is non-zero, fix it and don't abort e2fsck -p
Theodore Ts'o
1
-1
/
+1
2009-05-28
libext2fs: add ext2fs_extent_open2
number9652
1
-2
/
+2
2009-05-28
Add empty function for init_resource_track() and print_resource_track()
Ken Chen
10
-93
/
+24
2009-05-28
e2fsck: add resource tracking for passes 1[b-d]
Ken Chen
1
-0
/
+32
2009-05-28
e2fsck: use unsigned values for memory tracking stats
Andreas Dilger
1
-4
/
+5
2009-05-28
e2fsck: only restart e2fsck once for inodes in uninit range
Andreas Dilger
2
-4
/
+11
2009-05-25
e2fsck: Fix journal replay bug which reverts changes to the bg descriptors
Theodore Ts'o
1
-2
/
+9
2009-05-17
e2fsck: initialize error handling before journal replay
Andreas Dilger
1
-2
/
+2
2009-05-17
e2fsck: Don't crash if an inode with a bad extent header is not cleared
Theodore Ts'o
1
-3
/
+4
2009-05-02
e2fsck: cleanup whitespace in problem.c and problem.h
Andreas Dilger
2
-25
/
+25
2009-05-02
e2fsck: Add test code in problem.c to verify problem codes
Andreas Dilger
3
-28
/
+121
2009-04-28
e2fsck: Skip journal checks if the fs is mounted and doesn't need recovery
Theodore Ts'o
1
-0
/
+5
2009-04-23
e2fsck: On a 32-bit filesystem, make sure i_file_acl_high is zero
Theodore Ts'o
4
-0
/
+23
2009-04-23
e2fsck: Reduce unnecessary I/O when checking backup superblock
Theodore Ts'o
1
-14
/
+21
2009-04-23
e2fsck: Don't test the resize_inode if the filesystem is clean
Theodore Ts'o
3
-3
/
+3
2009-04-22
e2fsck: Fix warn_unused_result warnings from gcc
Theodore Ts'o
3
-1
/
+25
2009-04-07
e2fsck: print unsigned RAM usage statistics
Andreas Dilger
1
-7
/
+7
2009-04-07
e2fsck: ignore differing NEEDS_RECOVERY flag on backup sbs
Eric Sandeen
1
-2
/
+4
2009-03-08
remove useless if-before-free tests
Jim Meyering
4
-19
/
+10
2009-03-06
e2fsprogs: fix potential null ptr defef in check_for_modules()
Eric Sandeen
1
-0
/
+2
2009-01-26
e2fsck: Add missing newlines when reporting errors in pass 3A
Theodore Ts'o
1
-2
/
+2
2009-01-22
e2fsck: Change PR_3_CREATE_LPF_ERROR to be a non-fatal problem
Theodore Ts'o
1
-1
/
+1
2009-01-22
e2fsck: Add superblock check to make sure s_first_ino is valid
Theodore Ts'o
1
-0
/
+4
2009-01-02
e2fsck: Fix journal replay for block sizes greater than 8k
Theodore Ts'o
2
-2
/
+4
2009-01-01
e2fsck: Remove "ext3" from problem descriptions of the journal
Theodore Ts'o
1
-13
/
+13
2008-12-25
e2fsck: Fix an unhandled corruption case in scan_extent_node()
Theodore Ts'o
3
-20
/
+36
2008-12-25
e2fsck: When repacking directories, leave slack space for more efficiency
Theodore Ts'o
4
-8
/
+36
2008-12-22
e2fsck: Fix double-counting of non-contiguous extent-based inodes
Theodore Ts'o
1
-7
/
+0
2008-12-08
e2fsck: Enhance fragcheck report with file/directory information
Theodore Ts'o
1
-6
/
+24
2008-12-08
e2fsck: In verbose mode, distinguish between fragmented directories/files
Theodore Ts'o
4
-11
/
+35
2008-11-26
e2fsck: Don't cancel the fsck run after clearing an errant INODE_UNINIT flag
Theodore Ts'o
1
-10
/
+8
2008-11-16
Fix various signed/unsigned gcc warnings
Theodore Ts'o
2
-4
/
+4
2008-11-15
e2fsck: Fix build of e2fsck.profiled if profiling is enabled
Theodore Ts'o
1
-1
/
+1
2008-10-12
e2fsck: Offer to clear the test_fs flag if ext4 is available
Theodore Ts'o
6
-2
/
+117
2008-10-12
e2fsck: Print the correct inode number for uninit-bg related problem reports
Theodore Ts'o
1
-2
/
+2
[next]