Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_e2fsprogs
/
8f358e58fe106d0e1cff51573e9fe97f4d9e7cee
8f358e5
libext2: minor sparse endian checker fixup
by Eric Sandeen
· 11 years ago
77b493e
debugfs: don't swap htree nodes in-place
by Eric Sandeen
· 11 years ago
1224c0d
endian-annotate most on-disk structures
by Eric Sandeen
· 11 years ago
387e031
libext2fs: fix endian handling of ext3_extent_header in inline_data
by Eric Sandeen
· 11 years ago
3e683ee
define bitwise types and annotate conversion routines
by Eric Sandeen
· 11 years ago
8b77948
Merge branch 'maint' into next
by Theodore Ts'o
· 11 years ago
160f131
libext2fs: fix endian handling of ext3_extent_header
by Eric Sandeen
· 11 years ago
441eb33
util: allow subst to build on systems that do not have utimes()
by Theodore Ts'o
· 11 years ago
8467b3b
contrib: add support for COLLAPSE_RANGE and ZERO_RANGE to falocate program
by Darrick J. Wong
· 11 years ago
831aa86
debugfs: fix build on systems that don't have gettext built-in
by Theodore Ts'o
· 11 years ago
9ed2c12
debugfs: add allocate and set functionality to the bmap command
by Theodore Ts'o
· 11 years ago
08c8e31
libext2fs/e2fsck: refactor everyone who writes zero blocks to disk
by Darrick J. Wong
· 11 years ago
0745e78
mke2fs: fix man page discussion of usage type defaults
by Eric Whitney
· 11 years ago
6a0f113
Merge branch 'maint' into next
by Theodore Ts'o
· 11 years ago
deae5e8
resize2fs: fix fs->blocksize dereference after fs has been freed
by Theodore Ts'o
· 11 years ago
ebdf895
e2fsck: fix free pointer dereferences
by Theodore Ts'o
· 11 years ago
d50fd63
misc: fix build on absence of magic.h
by Artemiy Volkov
· 11 years ago
5ae83d6
mke2fs: clarify inline data inode size error message
by Eric Whitney
· 11 years ago
3d78d03
Merge branch 'maint' into next
by Theodore Ts'o
· 11 years ago
c6889a6
e2fsprogs: add large_file to base mkfs features
by Eric Sandeen
· 11 years ago
074931a
libext2fs: use ~0UL instead of -1UL to avoid static checker warnings
by Theodore Ts'o
· 11 years ago
ed9881b
MCONFIG: allow developers to override CFLAGS
by Theodore Ts'o
· 11 years ago
d2e3c0d
misc: if dlopen() is available, use it to load the libmagic library
by Theodore Ts'o
· 11 years ago
b291c11
misc: use libmagic when libblkid can't identify something
by Darrick J. Wong
· 11 years ago
c8b20b4
misc: add plausibility checks to debugfs/tune2fs/dumpe2fs/e2fsck
by Darrick J. Wong
· 11 years ago
b598c51
misc: move check_plausibility into a separate file
by Darrick J. Wong
· 11 years ago
0858268
dumpe2fs: provide a machine-readable group-only mode
by Darrick J. Wong
· 11 years ago
ca209dc
ext2fs: add readahead method to improve scanning
by Andreas Dilger
· 11 years ago
53c5d60
debugfs: manage needs_recover feature when messing with the journal
by Darrick J. Wong
· 11 years ago
755a608
e2fsck: use ext2fs_get_mem() instad of ext2fs_get_memalign()
by Theodore Ts'o
· 11 years ago
cc0d983
Fix build failures due to missing $(SYSLIBS)
by Theodore Ts'o
· 11 years ago
cbe867f
e2fsck: fix build under dietlibc
by Theodore Ts'o
· 11 years ago
0c49965
create_inode: don't indiscriminately #include "nls-enable.h"
by Theodore Ts'o
· 11 years ago
a133c81
Merge branch 'maint' into next
by Theodore Ts'o
· 11 years ago
17c1fa6
misc: fix build breakage with configure --disable-uuidd --enable-profile
by Theodore Ts'o
· 11 years ago
e3d1015
configure: disable uuidd by default if libuuid is disabled
by Theodore Ts'o
· 11 years ago
ceec170
mke2fs: don't depend on <linux/version.h>
by Theodore Ts'o
· 11 years ago
d4daf0d
misc: fix Coverity complaints
by Darrick J. Wong
· 11 years ago
c10700f
e2fsck: free bh when descriptor block checksum fails
by Darrick J. Wong
· 11 years ago
7ef1b8b
e2fsck: fix sliding the directory block down on bigalloc
by Darrick J. Wong
· 11 years ago
7936236
e2fsck: offer to clear overlapping extents
by Darrick J. Wong
· 11 years ago
1bbea9c
Merge branch 'maint' into next
by Theodore Ts'o
· 11 years ago
d911240
misc: zero s_jnl_blocks when adding journal online or removing external journal
by Darrick J. Wong
· 11 years ago
5afdf37
fix build with configure --disable-uuid --disable-blkid --enable-profile
by Theodore Ts'o
· 11 years ago
1419b5a
Don't clear BUILD_CFLAGS and BUILD_LDFLAGS when cross-compiling
by Michael Forney
· 11 years ago
a2c664a
lib/ext2fs: fix Makefile to avoid a build splat when building without VPATH
by Theodore Ts'o
· 11 years ago
551ab6d
libext2fs: check ea value offset when loading
by Darrick J. Wong
· 11 years ago
f0770b1
e2fsck: expand root dir if linking l+f fails
by Darrick J. Wong
· 11 years ago
c6c6816
e2fsck: ignore badblocks if it says badblocks inode is bad
by Darrick J. Wong
· 11 years ago
3f4c407
tune2fs: always check disable_uninit_bg() return code
by Darrick J. Wong
· 11 years ago
2646b48
tests: test e2fsck recovery of corrupt descriptor blocks
by Darrick J. Wong
· 11 years ago
b029523
tests: test recovery from an external journal
by Darrick J. Wong
· 11 years ago
cdac96a
tests: test e2fsck recovery with broken commit blocks
by Darrick J. Wong
· 11 years ago
eb266fc
tests: test e2fsck recovery of corrupt revoke blocks
by Darrick J. Wong
· 11 years ago
ddde6a0
tests: test how e2fsck recovers from corrupt journal superblocks
by Darrick J. Wong
· 11 years ago
821fc8c
tests: test recovery of 32 and 64-bit journals with the v2 checksum
by Darrick J. Wong
· 11 years ago
490e1f5
tests: write and replay blocks with the old journal checksum
by Darrick J. Wong
· 11 years ago
c452914
tests: test writing and recovering 32bit csum_v3 journals
by Darrick J. Wong
· 11 years ago
20466c8
tests: test writing and recovering 64bit csum_v3 journals
by Darrick J. Wong
· 11 years ago
9ce517d
tests: test writing and recovering checksum-free 32/64bit journals
by Darrick J. Wong
· 11 years ago
463eb92
debugfs: add the ability to write transactions to the journal
by Darrick J. Wong
· 11 years ago
dad8fc5
e2fsck: fix minor errors in journal handling
by Darrick J. Wong
· 11 years ago
759c46c
debugfs: create journal handling routines
by Darrick J. Wong
· 11 years ago
e690eae
misc: zero s_jnl_blocks when removing internal journal
by Darrick J. Wong
· 11 years ago
3727a0e
dumpe2fs: display external journal feature flags
by Darrick J. Wong
· 11 years ago
811bcce
tune2fs: explicitly disallow tuning of journal devices
by Darrick J. Wong
· 11 years ago
6aabb75
e2fsck: detect and repair external journal superblock checksum errors
by Darrick J. Wong
· 11 years ago
7a8f497
mke2fs: allow creation of journal device with superblock checksum
by Darrick J. Wong
· 11 years ago
fc06f25
libext2fs: write_journal_inode should check iterate return value
by Darrick J. Wong
· 11 years ago
4f769f4
misc: don't return ENOMEM if we run out of disk space
by Darrick J. Wong
· 11 years ago
f92c600
libext2fs: report bad magic over bad sb checksum
by Darrick J. Wong
· 11 years ago
38d5adf
e2fsck/debugfs: fix descriptor block size handling errors with journal_csum
by Darrick J. Wong
· 11 years ago
330cebc
Merge branch 'maint' into next
by Theodore Ts'o
· 11 years ago
e426e06
Merge remote-tracking branch 'origin/maint' into maint
by Theodore Ts'o
· 11 years ago
e9a5c6e
e2fsck: notice when the realloc of dir_info fails
by Theodore Ts'o
· 11 years ago
943e21c
compile_et: Allow user to override ET_DIR
by Michael Forney
· 11 years ago
53904ae
Apply LDFLAGS when building tests
by Michael Forney
· 11 years ago
60abcd7
tests: Add to LD_LIBRARY_PATH instead of overriding
by Michael Forney
· 11 years ago
8a54677
debugfs: add better error checking when printing extended attributes
by Theodore Ts'o
· 11 years ago
b874d24
Merge tag 'v1.42.12' into next
by Theodore Ts'o
· 11 years ago
6a3741a
Update release notes, etc. for final 1.42.12 release
by Theodore Ts'o
· 11 years ago
6de37be
po: update vi.po (from translationproject.org)
by Trần Ngọc Quân
· 11 years ago
8178440
po: update uk.po (from translationproject.org)
by Yuri Chornoivan
· 11 years ago
90c5f7c
po: update sv.po (from translationproject.org)
by Göran Uddeborg
· 11 years ago
5b5fc7f
po: update pl.po (from translationproject.org)
by Jakub Bogusz
· 11 years ago
8e3bfde
po: update nl.po (from translationproject.org)
by Benno Schulenberg
· 11 years ago
482a0ea
po: update fr.po (from translationproject.org)
by Samuel Thibault
· 11 years ago
a204574
po: update cs.po (from translationproject.org)
by Petr Pisar
· 11 years ago
725502d
mke2fs: complain if bigalloc and hugefiles_align_disk is incompatible
by Theodore Ts'o
· 11 years ago
bf93a96
e2fsck: fix infinite loop when recovering corrupt journal blocks
by Darrick J. Wong
· 11 years ago
97f168b
e2fsck: resync jbd2 revoke code from Linux 3.16
by Darrick J. Wong
· 11 years ago
13af4b9
e2fsck: resync jbd2 recovery code from Linux 3.16
by Darrick J. Wong
· 11 years ago
389931c
contrib: add script to help resync journal code with kernel
by Darrick J. Wong
· 11 years ago
3ff5755
e2fsprogs.pot: update POT-Creation-Date
by Theodore Ts'o
· 11 years ago
a4af7ef
e2fsck: fix spelling error (strage vs storage)
by Theodore Ts'o
· 11 years ago
e92beaa
e2fsprogs: add supported file attributes to ext4.5 manpage
by Eric Sandeen
· 11 years ago
c1c8800
Merge branch 'maint' into next
by Theodore Ts'o
· 11 years ago
d9eab8e
tests/d_inline_dump: remove version dependency in the expected output
by Theodore Ts'o
· 11 years ago
6b31948
Interim updates of release notes, etc. in preparation for 1.42.12 release
by Theodore Ts'o
· 11 years ago
a8193af
po: update sv.po (from translationproject.org)
by Göran Uddeborg
· 11 years ago
Next »