index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
e2fsck
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-3
/
+1
2009-04-07
e2fsck: ignore differing NEEDS_RECOVERY flag on backup sbs
Eric Sandeen
1
-2
/
+4
2009-01-22
e2fsck: Add superblock check to make sure s_first_ino is valid
Theodore Ts'o
1
-0
/
+4
2008-10-12
e2fsck: Offer to clear the test_fs flag if ext4 is available
Theodore Ts'o
1
-1
/
+18
2008-08-27
Remove trailing whitespace for the entire source tree
Theodore Ts'o
1
-23
/
+23
2008-04-20
Remove LAZY_BG feature
Theodore Ts'o
1
-4
/
+2
2008-04-17
Add support for the HUGE_FILE feature
Theodore Ts'o
1
-2
/
+1
2008-03-31
e2fsck: Add check to enforce a valid block bitmap in last block group
Andreas Dilger
1
-2
/
+23
2008-03-20
Make e2fsck uninit block group aware
Jose R. Santos
1
-0
/
+38
2008-03-17
Fix miscellaneous gcc -Wall warnings
Theodore Ts'o
1
-1
/
+0
2008-01-27
Merge branch 'maint' into next
Theodore Ts'o
1
-4
/
+30
2008-01-26
Ignore "safe" flag differences when e2fsck compares superblocks
Theodore Ts'o
1
-4
/
+30
2007-11-03
Relax group descriptor checking for FLEX_BG
Jose R. Santos
1
-3
/
+7
2007-10-14
libext2fs: cleanup usage of unsigned int or __u32 and replace it with blk_t
Valerie Clement
1
-1
/
+2
2007-10-06
e2fsck: backup superblocks if key constants have changed
Theodore Ts'o
1
-0
/
+58
2007-10-06
e2fsck: update the backup superblocks if the feature bitmasks are changed
Theodore Ts'o
1
-1
/
+2
2007-09-22
Work around lame Ubuntu init scripts / installer bugs
Theodore Ts'o
1
-2
/
+24
2007-06-04
Fix e2fsck's get_size logic so it will work with the Linux floppy driver
Theodore Ts'o
1
-26
/
+5
2006-11-14
Fix misc. gcc -Wall complaints in the misc and e2fsck directories
Theodore Ts'o
1
-7
/
+6
2006-11-11
Add directory hashed signed/unsigned hint to superblock
Theodore Ts'o
1
-0
/
+35
2006-09-12
Create new ext2fs library inlines: ext2fs_group_{first,last}_block()
Eric Sandeen
1
-6
/
+3
2006-09-12
Fix loops over group descriptors to prevent 2**32-1 block number overflows
Eric Sandeen
1
-6
/
+7
2006-08-29
Fix silly spelling error in e2fsck
Theodore Ts'o
1
-1
/
+1
2006-03-10
Enhance e2fsck so it can fix external journal hint in the superblock
Theodore Ts'o
1
-0
/
+6
2005-09-24
E2fsck: fix future times in the superblock's last mount or last write fields
Theodore Ts'o
1
-0
/
+19
2005-04-14
Use a centrally stored current time for "now" which
Theodore Ts'o
1
-2
/
+2
2005-03-20
Make e2fsck check the superblock's inode_size to make sure it is
Theodore Ts'o
1
-1
/
+13
2005-01-28
Fix two bugs found by the regression test suites. The bug was created when
Theodore Ts'o
1
-9
/
+21
2005-01-27
Create the resize inode is created even if the s_reserved_gdt_blocks is
Theodore Ts'o
1
-1
/
+2
2005-01-27
Cset exclude: tytso@think.thunk.org|ChangeSet|20050123214956|52665
Theodore Ts'o
1
-3
/
+0
2005-01-25
E2fsck will now check the individual block group inode and block free counts,
Theodore Ts'o
1
-38
/
+54
2005-01-23
Fix e2fsck so that it does not complain if the resize_inode feature is
Theodore Ts'o
1
-0
/
+3
2005-01-06
Make tune2fs and e2fsck consistent about allowing at most 50% of the blocks
Theodore Ts'o
1
-1
/
+1
2005-01-06
Fix resize inode handling on big endian systems, by adding new routines
Theodore Ts'o
1
-2
/
+2
2004-12-24
Add support to detect corrupted resize_inode's to e2fsck.
Theodore Ts'o
1
-33
/
+114
2004-12-16
Fix e2fsck so that it will clean up filesystesm that have the
Theodore Ts'o
1
-2
/
+34
2003-12-07
Fix gcc -Wall nitpicks
Theodore Ts'o
1
-5
/
+7
2003-08-01
ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem()
Theodore Ts'o
1
-2
/
+2
2003-04-05
E2fsck now updates the global free block and
Theodore Ts'o
1
-0
/
+18
2002-11-08
Change e2fsck to force out changes to the backup copies of the
Theodore Ts'o
1
-0
/
+1
2002-08-17
Overhaul extended attribute handling. Should now be correct with
Theodore Ts'o
1
-15
/
+22
2002-08-14
Clear dtime field on truncated orphan inodes.
Stephen Tweedie
1
-0
/
+2
2002-06-10
Do sanity checking of the number of blocks and inodes in a group for
Andreas Dilger
1
-8
/
+14
2002-05-17
Fix up Andreas's 8k blocksize changes to fix a number of bugs,
Theodore Ts'o
1
-1
/
+2
2002-05-16
Add support for creating and checking 8192-byte blocksize filesystems.
Andreas Dilger
1
-4
/
+3
2002-02-22
Cleaned up journal handling code in e2fsck.
Theodore Ts'o
1
-0
/
+1
2001-11-26
super.c (check_super_block): Make sure that if the inode table
Theodore Ts'o
1
-12
/
+15
2001-10-06
e2fsck.h, journal.c (e2fsck_move_ext3_journal): Add new function
Theodore Ts'o
1
-0
/
+4
2001-08-13
super.c (release_orphan_inodes): If the filesystem contains
Theodore Ts'o
1
-0
/
+8
[next]