Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
system
/
extras
/
be6d77e48cff44d38e1937f09601edb43b998909
/
ext4_utils
« Previous
920bfb7
Remove libraries from static library module.
by Ying Wang
· 13 years ago
e8d74ff
make ext4 utils callable from C++
by Doug Zongker
· 13 years ago
88833a6
Round down the filesystem size to a multiple of the block size
by Ken Sumrall
· 13 years ago
dba3324
Update simg2img to handle CHUNK_TYPE_FILL.
by Ken Sumrall
· 13 years ago
107a9f1
Bug fixes to make_ext4fs
by Ken Sumrall
· 13 years ago
7e5ff13
Add test/debugging code to ext4fixup
by Ken Sumrall
· 13 years ago
97fc910
Fixes for ext4fixup.
by Ken Sumrall
· 13 years ago
671cd21
ext4fixup tool to fix wonky filesystems made by old version of make_ext4fs
by Ken Sumrall
· 13 years ago
a0b154f
A few small cleanups to setup_fs.c
by Ken Sumrall
· 13 years ago
0a5b2a3
fix fd leaking and deallocation freed resource
by Robert CH Chou
· 13 years ago
337847a
Move the setup_fs program from device/samsung/crespo to ext4_utils.
by Ken Sumrall
· 13 years ago
06c35f9
Merge "Make inodes per group a multiple of inodes per block"
by Colin Cross
· 14 years ago
96cc54a
Make inodes per group a multiple of inodes per block
by Colin Cross
· 14 years ago
7c81ec4
Properly compute the size of a directory
by Ken Sumrall
· 14 years ago
c12588c
am 2ae7663e: Implement poor man\'s exception handling to prevent errors from killling recovery
by Ken Sumrall
· 14 years ago
2ae7663
Implement poor man's exception handling to prevent errors from killling recovery
by Ken Sumrall
· 14 years ago
ef4b5b0
am 8c00dae6: am 427c3a21: Make a failure of the BLKDISCARD ioctl non-fatal.
by Ken Sumrall
· 14 years ago
427c3a2
Make a failure of the BLKDISCARD ioctl non-fatal.
by Ken Sumrall
· 14 years ago
3e62059
Fix to properly wipe filesystems larger than 4 gigabytes.
by Ken Sumrall
· 14 years ago
c72ab98
system/extras: remove LOCAL_PRELINK_MODULE
by Iliyan Malchev
· 14 years ago
61d6591
Fix to properly wipe filesystems larger than 4 gigabytes.
by Ken Sumrall
· 14 years ago
bb079ff
ext4_utils: Fix non-linux builds
by Colin Cross
· 14 years ago
c247065
ext4_utils: Add support for wipe option, and wipe by default in recovery
by Colin Cross
· 14 years ago
442985b
Merge "ext4_utils: Fix off-by-one bug in dentry size calculation" into honeycomb
by Colin Cross
· 14 years ago
2ff1c5b
ext4_utils: Fix off-by-one bug in dentry size calculation
by Colin Cross
· 14 years ago
983fb19
Change the API for make_ext4fs() to better match the user's needs
by Ken Sumrall
· 14 years ago
435a8b6
Add the ability to specify a reserved space size when making filesystems.
by Ken Sumrall
· 14 years ago
39e01fc
Add a mode to the open(2) call when creating the output file.
by Ken Sumrall
· 14 years ago
fe4a031
ext4_utils: Fix OSX build
by Colin Cross
· 14 years ago
2e905e5
ext4_utils: Fix warnings
by Colin Cross
· 14 years ago
f270367
ext4_utils: Allow unknown block types in simg2img
by Colin Cross
· 14 years ago
106235b
ext4_utils: Build simg2img for target
by Colin Cross
· 14 years ago
0b7cb80
ext4_utils: Convert simg2img from stdio to fds
by Colin Cross
· 14 years ago
a7ed433
ext4_utils: Add ext2simg
by Colin Cross
· 14 years ago
757ace5
ext4_utils: Add an optional CRC chunk at the end of sparse files
by Colin Cross
· 14 years ago
b781330
ext4_utils: Get rid of CRC in sparse file header
by Colin Cross
· 14 years ago
33f96c6
ext4_utils: Add support for >2G input files
by Colin Cross
· 14 years ago
22742ce
ext4_utils: Move bg_desc_reserved_blocks from aux_info to info
by Colin Cross
· 14 years ago
dff7e7d
Optional "-s" to enable sparse ext4 image.
by Ying Wang
· 14 years ago
c22117c
Optional "-s" to enable sparse ext4 image.
by Ying Wang
· 14 years ago
5c11d91
resolved conflicts for merge of 8bdbbe2d to master
by Ying Wang
· 14 years ago
8bdbbe2
Rename parameter LABEL to MOUNT_POINT
by Ying Wang
· 14 years ago
8534c95
am 4b8b59a7: zero the entire journal instead of just the first block
by Brian Swetland
· 14 years ago
4b8b59a
zero the entire journal instead of just the first block
by Brian Swetland
· 14 years ago
cd23be0
do not merge - create sparse ext4 images
by Brian Swetland
· 14 years ago
9c842ad
Add support for IEEE 802.c stylc CRC32 computation to the sparse image tools
by Ken Sumrall
· 14 years ago
5a61817
Add support for IEEE 802.c stylc CRC32 computation to the sparse image tools
by Ken Sumrall
· 14 years ago
8642b7f
ext4_utils: brought over from master
by Brian Swetland
· 14 years ago
75249ed
Add support for sparse ext4 image creation.
by Ken Sumrall
· 14 years ago
6bd2b5d
Fix calculation of dentry size
by Colin Cross
· 14 years ago
cf5c39c
Fix zero length files
by Colin Cross
· 14 years ago
de61f98
Set timestamps on files based on source files
by Colin Cross
· 14 years ago
e4b5ae8
Create a journal by default
by Colin Cross
· 14 years ago
3c97782
Add mkuserimg.sh script for the build system
by Colin Cross
· 14 years ago
263eefd
add make_ext4fs to the libext4_utils
by Doug Zongker
· 14 years ago
9b93cf4
Add static libext4_utils
by Colin Cross
· 14 years ago
881cca2
Split out libext4_utils
by Colin Cross
· 14 years ago
8aef66d
Fix whitespace
by Colin Cross
· 14 years ago
7a8bee7
Add support for writing a gzip compressed image
by Colin Cross
· 14 years ago
4b83b8a
Fix ifdefs for linux
by Colin Cross
· 14 years ago
a1a175a
Fix zero-length files
by Colin Cross
· 14 years ago
ec0a2e8
Initial commit of ext4_utils
by Colin Cross
· 14 years ago