index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
e2fsck
/
pass1.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-16
libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag
Theodore Ts'o
1
-10
/
+15
2011-09-28
e2fsck: check for invalid bad block inode
Theodore Ts'o
1
-0
/
+11
2011-09-25
ext2fs: add multi-mount protection (INCOMPAT_MMP)
Andreas Dilger
1
-0
/
+10
2011-09-18
Shorten compile commands run by the build system
Theodore Ts'o
1
-0
/
+1
2011-09-16
e2fsck: Don't store old_op from ehandler_operation if we don't restore it.
Eric Sandeen
1
-2
/
+1
2011-09-16
libext2fs: add metadata checksum and snapshot feature flags
Theodore Ts'o
1
-2
/
+2
2011-08-31
e2fsck: add support for checking the built-in quota files
Aditya Kali
1
-0
/
+34
2011-07-10
e2fsck: teach e2fsck how to deal with bigalloc in non-extent-mapped inodes
Theodore Ts'o
1
-3
/
+10
2011-07-08
misc: use EXT2_I_SIZE() consistently to get size
Andreas Dilger
1
-3
/
+2
2011-06-16
mke2fs, e2fsck: fix i_blocks handling for bigalloc file systems
Theodore Ts'o
1
-3
/
+5
2011-06-11
misc: clean up compiler warnings
Andreas Dilger
1
-2
/
+3
2011-06-10
e2fsck: add basic bigalloc support to check (but not yet repair) file systems
Theodore Ts'o
1
-3
/
+20
2010-09-24
e2fsck: Set i_blocks_hi when correcting the i_blocks field in pass #1
Theodore Ts'o
1
-1
/
+1
2010-06-13
e2fsck: Fix up to be 64-bit block number safe
Valerie Aurora Henson
1
-45
/
+44
2010-06-07
Merge branch 'maint' into next
Theodore Ts'o
1
-16
/
+33
2010-05-19
e2fsck: correct test for EOFBLOCKS
Eric Sandeen
1
-1
/
+1
2010-05-14
e2fsck: Explicitly reject extents that begin at physical block 0 as illegal
Theodore Ts'o
1
-1
/
+2
2010-05-13
e2fsck: Fix segmentation fault when checking a file system
Theodore Ts'o
1
-0
/
+1
2010-05-13
e2fsck: make block counting variable in pass1 64 bits
Eric Sandeen
1
-1
/
+1
2010-05-12
e2fsck: Fix a number of problems that were inappropriately using PROMPT_ABORT
Theodore Ts'o
1
-11
/
+16
2010-05-10
e2fsck: Check for cases where EOFBLOCKS_FL is unnecessarily set
Theodore Ts'o
1
-0
/
+13
2010-04-08
Revert "e2fsck: fix spurious complaints about i_size caused by preallocated b...
Theodore Ts'o
1
-3
/
+1
2010-03-17
e2fsck: Fix segmentation fault when checking a file system
Theodore Ts'o
1
-0
/
+1
2010-03-15
Merge branch 'maint' into next
Theodore Ts'o
1
-1
/
+2
2010-02-24
e2fsck: don't complain about i_size for known blocks past EOF
Eric Sandeen
1
-1
/
+2
2010-02-10
Merge branch 'maint' into next
Theodore Ts'o
1
-11
/
+55
2010-02-05
e2fsck: Fix the check if a file is really a directory to understand extents
Nick Dokos
1
-11
/
+55
2010-01-31
Merge branch 'maint' into next
Theodore Ts'o
1
-48
/
+38
2010-01-30
e2fsck: Remove some erroneously leftover blk_t casts
Theodore Ts'o
1
-7
/
+5
2009-11-29
e2fsck: Try to update on-disk bitmap in e2fsck_get_alloc_block() callback
Theodore Ts'o
1
-0
/
+4
2009-11-29
e2fsck: detect holes in extent-mapped directories
Theodore Ts'o
1
-0
/
+13
2009-11-29
e2fsck: Move check to add an index to a directory after fixing i_size
Theodore Ts'o
1
-4
/
+6
2009-11-29
e2fsck: Fix directory with holes even when i_size is wrong
Theodore Ts'o
1
-44
/
+15
2009-10-25
Convert ext2fs_group_{first,last}_block() to *block2()
Theodore Ts'o
1
-5
/
+5
2009-10-25
Convert to use block group accessor functions
Valerie Aurora Henson
1
-18
/
+18
2009-10-24
Merge branch 'maint' into next
Theodore Ts'o
1
-1
/
+1
2009-10-12
e2fsck: Fix handling of non-zero i_blocks_high field
Theodore Ts'o
1
-1
/
+10
2009-09-07
Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()
Valerie Aurora Henson
1
-12
/
+12
2009-09-07
Use ext2fs_file_acl_block() instead of using .i_file_acl directly
Valerie Aurora Henson
1
-6
/
+8
2009-09-07
Convert to use io_channel_read_blk64() and io_channel_write_blk64()
Valerie Aurora Henson
1
-4
/
+4
2009-08-22
e2fsck: Convert e2fsck to new bitmap interface
Valerie Aurora Henson
1
-48
/
+55
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-06-21
Fix encoding for rec_len in directories for >= 64k blocksize file systems
Theodore Ts'o
1
-4
/
+6
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
1
-8
/
+1
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-04-23
e2fsck: On a 32-bit filesystem, make sure i_file_acl_high is zero
Theodore Ts'o
1
-0
/
+4
2008-12-25
e2fsck: Fix an unhandled corruption case in scan_extent_node()
Theodore Ts'o
1
-14
/
+22
2008-12-22
e2fsck: Fix double-counting of non-contiguous extent-based inodes
Theodore Ts'o
1
-7
/
+0
[next]