Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_e2fsprogs
/
d9eab8e2f080bd21d6fbea4c924a6388a4811f5c
d9eab8e
tests/d_inline_dump: remove version dependency in the expected output
by Theodore Ts'o
· 11 years ago
4348709
e2fsck: on BE, re-swap everything after a damaged dirent so salvage works correctly
by Darrick J. Wong
· 11 years ago
2432a41
libext2fs: fix problems with LE<->BE conversions on BE platforms
by Darrick J. Wong
· 11 years ago
18b234b
libext2fs: byteswap inode when performing the sanity scan
by Darrick J. Wong
· 11 years ago
7248e26
e2fuzz: fix pwrite64/pwrite usage
by Darrick J. Wong
· 11 years ago
c4c9bc5
misc: fix gcc warnings
by Darrick J. Wong
· 11 years ago
8a17df7
libext2fs: create inlinedata symlinks
by Darrick J. Wong
· 11 years ago
aef9771
Merge branch 'maint' into next
by Theodore Ts'o
· 11 years ago
c47cd4f
filefrag: fix extent count calculation when using FIBMAP
by Theodore Ts'o
· 11 years ago
6197c10
tests: convert use of md5sum to crcsum
by Theodore Ts'o
· 11 years ago
ab2cd4a
e2fsck: don't flush the FS unless it's actually dirty
by Darrick J. Wong
· 11 years ago
6808328
Merge branch 'maint' into next
by Theodore Ts'o
· 11 years ago
19c5d41
tests: add regression tests for inlinedata fixes
by Darrick J. Wong
· 11 years ago
6698374
e2fsck: don't set prev after processing '..' on an inline dir
by Darrick J. Wong
· 11 years ago
4339c6d
e2fsck: be more careful in assuming inline_data inodes are directories
by Darrick J. Wong
· 11 years ago
52b0c6e
e2fsck: check inline dir size is a multiple of 4
by Darrick J. Wong
· 11 years ago
3a748df
e2fsck: use the correct block size when salvaging directories
by Darrick J. Wong
· 11 years ago
ef9c58d
e2fsck: do a better job of fixing i_size of inline directories
by Darrick J. Wong
· 11 years ago
fa441f9
e2fsck: fix conflicting extents|inlinedata inode flags
by Darrick J. Wong
· 11 years ago
8dae07f
e2fsck: clear extents and inline_data flags from fifo/socket/device inodes
by Darrick J. Wong
· 11 years ago
2ece839
e2fsck: don't try to iterate blocks of an inline_data inode when deallocating it
by Darrick J. Wong
· 11 years ago
6807342
e2fsck: check inline directory data "block" first
by Darrick J. Wong
· 11 years ago
04af897
e2fsck: handle inline data symlinks
by Darrick J. Wong
· 11 years ago
49a3749
e2fsck: clear inline_data inode flag if EA missing
by Darrick J. Wong
· 11 years ago
78c666b
e2fsck: check ea-in-inode regions for overlap
by Darrick J. Wong
· 11 years ago
657f508
libext2fs: fix memory leak when failing to iterate inline_data directory
by Darrick J. Wong
· 11 years ago
996999a
libext2fs: don't fail inline data operations if there's no EA
by Darrick J. Wong
· 11 years ago
cffe022
libext2fs: strict inline data overwrite should not return ENOSPC
by Darrick J. Wong
· 11 years ago
cd97186
misc: fix various endianness problems with inline_data
by Darrick J. Wong
· 11 years ago
88334ce
libext2fs/e2fsck: don't run off the end of the EA block
by Darrick J. Wong
· 11 years ago
71e177a
libext2fs: check EA value offset
by Darrick J. Wong
· 11 years ago
d5da89e
e2fsck: convert 'delete files' warning to a proper fix_problem error
by Darrick J. Wong
· 11 years ago
0165cfa
e2fuzz: fix build problems on macosx and i386 linux
by Darrick J. Wong
· 11 years ago
115d4b4
e2fsck: flush out the superblock and bitmaps before printing final messages
by Theodore Ts'o
· 11 years ago
84d6dd7
tests: add the r_meta_bg_shrink test
by Theodore Ts'o
· 11 years ago
755e077
tests: add f_first_meta_bg_too_big test
by Theodore Ts'o
· 11 years ago
9974f8c
tests: make sure MKE2FS_FIRST_META_BG is unset while running tests
by Theodore Ts'o
· 11 years ago
c82815e
resize2fs: disable the meta_bg feature if necessary
by Theodore Ts'o
· 11 years ago
7a4352d
e2fsck: fix file systems with an overly large s_first_meta_bg
by Theodore Ts'o
· 11 years ago
f66e6ce
libext2fs: avoid buffer overflow if s_first_meta_bg is too big
by Theodore Ts'o
· 11 years ago
489ff4a
Merge branch 'maint' into next
by Theodore Ts'o
· 11 years ago
f00948a
libext2fs: have UNIX IO manager use pread64/pwrite64
by Theodore Ts'o
· 11 years ago
b6edbf6
debugfs: teach rdump to take multiple source arguments
by Aaron Crane
· 11 years ago
850fe1a
debugfs: refactor do_rdump()
by Aaron Crane
· 11 years ago
3b0662f
debugfs: fix double-close bug in "rdump" and "dump -p"
by Aaron Crane
· 11 years ago
09727a0
debugfs: be more specific in error messages
by Aaron Crane
· 11 years ago
b198805
libext2fs: place metadata blocks in the last flex_bg so they are contiguous
by Theodore Ts'o
· 11 years ago
457e499
Revert "mke2fs: prevent creation of unmountable ext4 with large flex_bg count"
by Theodore Ts'o
· 11 years ago
c83b20e
.gitignore: Add misc/e2fuzz file
by Artemiy Volkov
· 11 years ago
1a27630
tests: add regression tests for inodes with bad checksums
by Darrick J. Wong
· 11 years ago
f093caf
tests: add regression tests for group descriptors with bad checksums
by Darrick J. Wong
· 11 years ago
f882feb
tests: add regression tests for superblocks with bad checksums
by Darrick J. Wong
· 11 years ago
a8a1ee1
tests: add regression tests for MMP blocks with bad checksums
by Darrick J. Wong
· 11 years ago
8e20350
tests: add tests for directory entry blocks with checksum errors
by Darrick J. Wong
· 11 years ago
f6204f9
tests: add tests for handling of corrupt extents
by Darrick J. Wong
· 11 years ago
b46e247
tests: add regression tests for EA blocks with bad checksums
by Darrick J. Wong
· 11 years ago
6e3c3b7
e2fsck: always ask to fix an inode that fails checksum verification
by Darrick J. Wong
· 11 years ago
d4864e0
e2fsck: disable checksum verification in a few select places
by Darrick J. Wong
· 11 years ago
b9f9591
libext2fs: don't cache inodes that fail checksum verification
by Darrick J. Wong
· 11 years ago
2e9d839
e2fsck: correctly preserve fs flags when modifying ignore-csum-error flag
by Darrick J. Wong
· 11 years ago
68d7062
e2fsck: offer to clear inode table blocks that are insane
by Darrick J. Wong
· 11 years ago
7f43a46
e2fsck: try to salvage corrupt directory entry blocks
by Darrick J. Wong
· 11 years ago
49fed79
e2fsck: try to salvage extent blocks with bad checksums
by Darrick J. Wong
· 11 years ago
5b9cbd7
libext2fs: check EA block headers when reading in the block
by Darrick J. Wong
· 11 years ago
3466e95
dumpe2fs: complain when checksum verification fails
by Darrick J. Wong
· 11 years ago
0991896
e2fsck: use root dir for lost+found when really desperate
by Darrick J. Wong
· 11 years ago
409f388
e2fsck: never free critical metadata blocks in the block found map
by Darrick J. Wong
· 11 years ago
8375a88
e2fuzz: fix fs handle cleanup when closing fails
by Darrick J. Wong
· 11 years ago
14207cf
Merge branch 'maint' into next
by Theodore Ts'o
· 11 years ago
bf140bf
debugfs: fix argument parsing in do_freefrag()
by Artemiy Volkov
· 11 years ago
3b99049
misc: fix Makefile for profiled build
by Theodore Ts'o
· 11 years ago
07c479d
libext2fs: when appending to a file, don't split an index block in equal halves
by Darrick J. Wong
· 11 years ago
baa3544
libext2fs: have UNIX IO manager use pread/pwrite
by Darrick J. Wong
· 11 years ago
af7dbe3
filefrag: minor code fixes and cleanups
by Andreas Dilger
· 11 years ago
a1363e6
tests: fix f_badcluster output formatting
by Andreas Dilger
· 11 years ago
0befec4
misc: quiet signed/unsigned charactr compiler warnings
by Andreas Dilger
· 11 years ago
7d0109c
tune2fs: fix uninitialized variable in remove_journal_device
by Theodore Ts'o
· 11 years ago
5543f45
Merge branch 'next'
by Theodore Ts'o
· 11 years ago
643fd7e
Merge branch 'maint' into next
by Theodore Ts'o
· 11 years ago
9c2c1e9
tune2fs: update journal users while updating fs UUID (with external journal)
by Azat Khuzhin
· 11 years ago
7dfefaf
tune2fs: update journal super block when changing UUID for fs.
by Azat Khuzhin
· 11 years ago
3e077c3
tune2fs: remove_journal_device(): use the correct block to find jsb
by Azat Khuzhin
· 11 years ago
7f33024
journal: use consts instead of 1024 and add helper for journal with 1k blocksize
by Azat Khuzhin
· 11 years ago
8f5e2b6
Merge branch 'maint' into next
by Theodore Ts'o
· 11 years ago
d230dc4
tests: add the f_badcluster test
by Darrick J. Wong
· 11 years ago
c84da2e
misc: copy extended attributes in populate_fs
by Ross Burton
· 11 years ago
01824c9
filefrag: fix block size value
by Rakesh Pandit
· 11 years ago
abc4697
filefrag: fix -B option and extents calculation for FIBMAP
by Rakesh Pandit
· 11 years ago
ae23dd1
e2fsck: don't offer to fix the checksum of fixed extents
by Darrick J. Wong
· 11 years ago
d3eb150
e2fsck: make insert_dirent_tail more robust
by Darrick J. Wong
· 11 years ago
82ad476
e2fsck: leave room for checksum structure when salvaging a directory
by Darrick J. Wong
· 11 years ago
492f901
e2fsck: clear badblocks inode when checksum fails
by Darrick J. Wong
· 11 years ago
eb89a62
e2fsck: write dir blocks after new inode when reconstructing root/lost+found
by Darrick J. Wong
· 11 years ago
17641bf
e2fsck: insert a missing dirent tail for checksums if possible
by Darrick J. Wong
· 11 years ago
5e8fd16
e2fsck: fix the various checksum error messages
by Darrick J. Wong
· 11 years ago
87b9f5e
Merge branch 'maint' into next
by Theodore Ts'o
· 11 years ago
8dd650a
e2fsck: during pass1b delete_file, only free a cluster once
by Darrick J. Wong
· 11 years ago
9a1d614
e2fsck: fix rule-violating lblk->pblk mappings on bigalloc filesystems
by Darrick J. Wong
· 11 years ago
ff11309
e2fsck: perform implied cluster allocations when filling a directory hole
by Darrick J. Wong
· 11 years ago
5eeb885
e2fsck: fix merge error in "clear uninit flag on directory extents"
by Darrick J. Wong
· 11 years ago
Next »