Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_e2fsprogs
/
251edc3d3b6fd3b8c2d93dd247e21a03705e4a6b
251edc3
libext2fs: fix build errors on bigendian hosts
by Eryu Guan
· 11 years ago
28b966d
e2fsck: print runs of duplicate blocks instead of all of them
by Darrick J. Wong
· 11 years ago
acbca26
libext2fs: fix parents when modifying extents
by Darrick J. Wong
· 11 years ago
a14f0a6
libext2fs: fix memory leak when drastically shrinking extent tree depth
by Darrick J. Wong
· 11 years ago
8a6cc1a
misc: fix header complaints and resource leaks in e2fsprogs
by Darrick J. Wong
· 11 years ago
b052dc1
libext2fs: fix 64bit overflow in ext2fs_block_alloc_stats_range
by Darrick J. Wong
· 11 years ago
24997f1
misc: cppcheck cleanups
by Darrick J. Wong
· 11 years ago
f160524
all: Introduce cppcheck static checking for make C=1
by Darrick J. Wong
· 11 years ago
d05c9c7
resize2fs: add inline dirs for remapping
by Darrick J. Wong
· 11 years ago
8f22fa0
libext2fs: repair side effects when iterating dirents in inline dirs
by Darrick J. Wong
· 11 years ago
179e3bd
libext2fs: during inlinedata expand, don't corrupt inode
by Darrick J. Wong
· 11 years ago
cc7d12a
e2fsck: zero errcode when checking inline data blocks
by Darrick J. Wong
· 11 years ago
97bd89c
libext2fs: fix iblocks correctly when expanding an inline_data file
by Darrick J. Wong
· 11 years ago
cb803fc
libext2fs: don't fail when doing a strict rewrite of inline data
by Darrick J. Wong
· 11 years ago
81ac00d
e2fsck: don't rehash inline directories
by Darrick J. Wong
· 11 years ago
f9574ad
libext2fs: fix build failure on big endian systems
by Theodore Ts'o
· 11 years ago
227239b
debugfs: create commands to edit extended attributes
by Darrick J. Wong
· 11 years ago
2ddcee1
debugfs, libext2fs: minor fixups to xattr support
by Darrick J. Wong
· 11 years ago
3aec816
create_inode: fix gcc -Wall complaints
by Theodore Ts'o
· 11 years ago
b99888a
create_inode: handle hard link inum mappings per populate_fs invocation
by Darrick J. Wong
· 11 years ago
a3111e8
create_inode: move debugfs internal state back to debugfs
by Darrick J. Wong
· 11 years ago
9c891f7
create_inode: whitespace fixes
by Darrick J. Wong
· 11 years ago
8f8d8a5
create_inode: minor cleanups
by Darrick J. Wong
· 11 years ago
117b54c
create_inode: clean up return mess in do_write_internal
by Darrick J. Wong
· 11 years ago
cecc79a
Update Makefile dependencies
by Theodore Ts'o
· 11 years ago
d23b196
Merge branch 'ry/mke2fs-populate' into next
by Theodore Ts'o
· 11 years ago
5ad810e
mke2fs.8.in: update the manual for the -d option
by Robert Yang
· 11 years ago
9aa3aa8
debugfs: use the functions in misc/create_inode.c
by Robert Yang
· 11 years ago
f84894b
misc/create_inode.c: handle hardlinks
by Robert Yang
· 11 years ago
217c0bd
mke2fs.c: add an option: -d root-directory
by Robert Yang
· 11 years ago
b696065
misc/create_inode.c: set owner/mode/time for the inode
by Robert Yang
· 11 years ago
3068f03
misc/create_inode.c: create directory
by Robert Yang
· 11 years ago
ce600dc
misc/create_inode.c: copy regular file
by Robert Yang
· 11 years ago
b25ddc5
misc/create_inode.c: create symlink
by Robert Yang
· 11 years ago
b234611
misc/create_inode.c: create special file
by Robert Yang
· 11 years ago
052064b
misc/create_inode.c: copy files recursively
by Robert Yang
· 11 years ago
0d4deba
mke2fs: add the ability to copy files from a given directory
by Robert Yang
· 11 years ago
46d2a26
Merge branch 'maint' into next
by Theodore Ts'o
· 11 years ago
9aef4b6
mke2fs: disable resize_inode feature if 64bit feature is enabled
by Eryu Guan
· 12 years ago
93d0db3
e2fsck: don't use e2fsck_global_ctx in e2fsck_set_bitmap_type()
by Theodore Ts'o
· 11 years ago
dde6333
e2fsck: always make sure e2fsck_global_ctx is set
by Theodore Ts'o
· 11 years ago
3125348
libext2fs: add a unit test for inline data
by Zheng Liu
· 11 years ago
be31a8d
libext2fs: export inode cache creation function
by Zheng Liu
· 11 years ago
3c1388d
mke2fs: enable inline_data feature on ext4dev filesystem
by Zheng Liu
· 11 years ago
356b448
tests: change result in f_bad_disconnected_inode
by Zheng Liu
· 11 years ago
9676f3a
e2fsck: check inline_data in pass3
by Zheng Liu
· 11 years ago
6582dbe
e2fsck: check inline_data in pass2
by Zheng Liu
· 11 years ago
042e071
e2fsck: check inline_data in pass1
by Zheng Liu
· 11 years ago
25fed0f
e2fsck: add problem descriptions and check inline data feature
by Zheng Liu
· 11 years ago
b451c8d
mke2fs: add inline_data support in mke2fs
by Zheng Liu
· 11 years ago
448cc0e
libext2fs: add inline_data feature into EXT2_LIB_FEATURE_INCOMPAT_SUPP
by Zheng Liu
· 11 years ago
54e880b
libext2fs: handle inline data in read/write function
by Zheng Liu
· 11 years ago
97581d4
debugfs: handle inline data feature in punch command
by Zheng Liu
· 11 years ago
f5f6c02
debugfs: handle inline_data feature in bmap command
by Zheng Liu
· 12 years ago
8f3428d
debugfs: make lsdel command support inline data
by Zheng Liu
· 11 years ago
82e77d0
debugfs: make mkdir command support inline data
by Zheng Liu
· 11 years ago
46bd6bd
debugfs: make expand command support inline data
by Zheng Liu
· 11 years ago
133e946
debugfs: make stat command support inline data
by Zheng Liu
· 11 years ago
716a3c3
libext2fs: handle inline_data in block iterator function
by Zheng Liu
· 11 years ago
416c1de
libext2fs: handle inline data in dir iterator function
by Zheng Liu
· 12 years ago
11f9374
libext2fs: define new dirent_swab interfaces for inline data
by Zheng Liu
· 11 years ago
b6902b3
debian: fix udeb package support
by Filipe Brandenburger
· 11 years ago
5beff1c
debugfs: dump all extended attributes
by Darrick J. Wong
· 11 years ago
456b93c
libext2fs: free key/value pairs before reading
by Darrick J. Wong
· 11 years ago
9224d81
libext2fs: extend xattr api to query number of attrs
by Darrick J. Wong
· 11 years ago
6851569
libext2fs: various tweaks to the xattr editor APIs
by Darrick J. Wong
· 11 years ago
2077c20
libext2fs: support modifying arbitrary extended attributes
by Darrick J. Wong
· 11 years ago
3ba59bf
Merge branch 'maint' into next
by Theodore Ts'o
· 11 years ago
118d3f0
resize2fs: don't free in-use clusters when moving blocks
by Darrick J. Wong
· 11 years ago
01d6aa9
resize2fs: during shrink, don't free in-use bg data clusters
by Darrick J. Wong
· 11 years ago
c22f328
e2fsck: don't add a UUID on a mounted filesystem with csums
by Michael Marineau
· 12 years ago
fedfb27
Add coverage testing using gcov
by Theodore Ts'o
· 11 years ago
dc084ab
Merge branch 'maint' into next
by Theodore Ts'o
· 11 years ago
585bca6
Set pointer to NULL after ext2fs_free
by Lukas Czerner
· 11 years ago
5fe2bd6
tune2fs: allow removal of dirty journal with two "-f" options
by Eric Sandeen
· 11 years ago
4f3ded2
libext2fs: delete unused "handle" variable
by jon ernst
· 11 years ago
58229aa
e4defrag: remove local sync_file_range and fallocate
by Baruch Siach
· 11 years ago
a4613d1
ext2fs: declare struct_io_manager at end of file
by Andreas Dilger
· 11 years ago
3b97799
tests: skip unsupported tests on MacOS systems
by Andreas Dilger
· 11 years ago
4d46e6c
build: fix LLVM compiler warnings
by Andreas Dilger
· 11 years ago
c7c3775
chattr: improve the description for 'j' option in manpage
by Zheng Liu
· 11 years ago
f3fa568
libe2p: allow libe2p.h to be used in C++ programs
by Theodore Ts'o
· 11 years ago
d5fc19f
Merge branch 'maint' into next
by Theodore Ts'o
· 11 years ago
156a151
libext2fs: try to roll back when splitting an extent fails
by Darrick J. Wong
· 11 years ago
6225a15
libext2fs: don't hang on to unmapped block if extent tree update fails
by Darrick J. Wong
· 11 years ago
3c890ee
libext2fs: during punch, fix parent extents after modifying extent
by Darrick J. Wong
· 11 years ago
80dec4c
libext2fs: iterate past lower extents during punch
by Darrick J. Wong
· 11 years ago
84593c2
mke2fs: clean up kernel version tests
by Darrick J. Wong
· 11 years ago
9e7294d
e2fsprogs: Disallow tune2fs enabling sparse_super with ext4 meta_bg enabled
by Akira Fujita
· 11 years ago
8cfa640
debian: fix spelling typo in debian/control.in
by Theodore Ts'o
· 11 years ago
2b561a6
debian: add make variable to prevent building udeb packages
by Theodore Ts'o
· 11 years ago
71d920e
mke2fs: minor bugfixes for mk_hugefiles
by Theodore Ts'o
· 11 years ago
d7fa410
configure: support biarch builds with --multiarch=lib64
by Theodore Ts'o
· 11 years ago
f70a347
Merge branch 'maint' into next
by Theodore Ts'o
· 11 years ago
95480c6
debian: update debian/changelog and e2fslibs.symbols for 1.42.9-3 release
by Theodore Ts'o
· 11 years ago
d8c4476
debian: fix dpkg-buildpackage for Debian Squeeze
by Theodore Ts'o
· 11 years ago
7efd250
mke2fs: add support for hugefiles_align
by Theodore Ts'o
· 12 years ago
f0996c1
Merge branch 'maint' into next
by Theodore Ts'o
· 12 years ago
c714d02
Fix up the Makefiles dependencies in lib/ext2fs and lib/quota
by Theodore Ts'o
· 12 years ago
e5397d7
blkid: suppress Coverity warning
by Theodore Ts'o
· 12 years ago
Next »