Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_extras
/
f9ed7b5507b4355021acc22adc14451e2e2d63ef
/
ext4_utils
/
make_ext4fs.c
63362e1
ext4_utils: fix crash when filesystem size is too small
by Jin Qian
· 9 years ago
7ba1e20
ext4_utils: allow passing flash block sizes to make_ext4fs_sparse functions
by Connor O'Brien
· 9 years ago
bdd06de
Allow passing flash block sizes to libext4_utils
by Connor O'Brien
· 9 years ago
cd20530
ext4_utils: Remove signed/unsigned comparison warnings
by Dmitry Shmidt
· 9 years ago
018ef1b
ext4_utils: Export headers for libext4_utils* libs.
by Tao Bao
· 9 years ago
1eb2f54
Test for _WIN32 in system/extras instead of USE_MINGW.
by Elliott Hughes
· 9 years ago
afb5297
Revert "ext4_utils: -Werror"
by Colin Cross
· 9 years ago
f55303f
ext4_utils: -Werror
by Mark Salyzyn
· 10 years ago
d2ed02a
Incremental Ext4 Bug: prevent out of bound boundary allocations
by Mohamad Ayyash
· 10 years ago
dedf8f9
make_ext4fs: Modify ext4 filesystem setup to speed up fsck
by Mohamad Ayyash
· 10 years ago
ef24424
Don't define incremental ext4 for windows
by Mohamad Ayyash
· 10 years ago
9579198
Redesign make_ext4fs to incrementally generate ext4 images
by Mohamad Ayyash
· 10 years ago
18785a8
Revert "Redesign make_ext4fs to incrementally generate ext4 images"
by Mohamad Ayyash
· 10 years ago
3d96084
Redesign make_ext4fs to incrementally generate ext4 images
by Mohamad Ayyash
· 10 years ago
ef77d0d
Merge "Fix warnings in system/extras." am: 4eb09a62f2 am: 1b0f797a72
by Dan Albert
· 10 years ago
8797850
Fix warnings in system/extras.
by Dan Albert
· 10 years ago
d7a3fb4
Add _directory function for fd-based ext4 filesystem creation
by Paul Crowley
· 10 years ago
01c43f2
Create convert_fbe breadcrumb file to support conversion to FBE
by Paul Lawrence
· 10 years ago
eee96f6
make_ext4fs: Turn off EXT4_FEATURE_RO_COMPAT_GDT_CSUM flag for now
by Daniel Rosenberg
· 10 years ago
4b481e8
am 830175fa: am b89e81dc: fs_config: align with new explicit fs_config target_out parameter
by Thierry Strudel
· 10 years ago
b89e81d
fs_config: align with new explicit fs_config target_out parameter
by Thierry Strudel
· 10 years ago
c28ca56
Remove selinux/android.h from host tools
by Jeff Vander Stoep
· 11 years ago
6bc4a54
Remove selinux/android.h from host tools
by Jeff Vander Stoep
· 11 years ago
aaf32ea
make_ext4fs: write out super blocks at last for block devices
by Eric Miao
· 11 years ago
f965968
Add real UUID support to ext4_utils.
by Jeff Sharkey
· 11 years ago
7538cc9
Add real UUID support to ext4_utils.
by Jeff Sharkey
· 11 years ago
04f4839
make_ext4fs: workaround for a glibc scandir bug
by Mihai Serban
· 11 years ago
bec598e
add option to make_ext4fs to record blocks for each file
by Doug Zongker
· 11 years ago
f5a6b34
am fb0c6296: am 9c82554e: Merge "Ignore wipe operation on non-block devices."
by David 'Digit' Turner
· 11 years ago
eb5fcc3
Ignore wipe operation on non-block devices.
by David 'Digit' Turner
· 11 years ago
e37d9e3
am 14119df1: am b733b3c7: Merge "The situation len = 0 and absolute = false need to be handled"
by Colin Cross
· 11 years ago
7b4448d
The situation len = 0 and absolute = false need to be handled
by Benoit Fradin
· 12 years ago
d26eb62
am fde5b354: am 79950456: Merge "Label lost+found directories with SELinux security contexts."
by Nick Kralevich
· 12 years ago
7907ac7
Label lost+found directories with SELinux security contexts.
by Stephen Smalley
· 12 years ago
40ce87a
Remove warnings
by Paul Lawrence
· 12 years ago
3843c14
resolved conflicts for merge of 74da0434 to master
by Colin Cross
· 12 years ago
af07234
ext4_utils: fix build for 64 bit
by Colin Cross
· 12 years ago
782879a
ext4_utils: move sparse file pointer out of fs_info
by Colin Cross
· 12 years ago
9526680
allow fixing timestamps when building ext4 filesystem
by Doug Zongker
· 12 years ago
4df62f3
ext4_utils: add filesystem capabilities support.
by Nick Kralevich
· 13 years ago
5446bde
ext4_utils: clean up some warnings.
by Nick Kralevich
· 13 years ago
56497f2
ext4_utils: mark uninitialized inode tables in block groups
by Colin Cross
· 13 years ago
2929313
Fix root inode security labeling issue.
by Robert Craig
· 13 years ago
2057370
Add verbose option to make_ext4 command
by William Roberts
· 13 years ago
9652986
ext4_utils: reduce exported apis
by Colin Cross
· 13 years ago
03ad99c
ext4_utils: export make_ext4fs_sparse_fd
by Colin Cross
· 13 years ago
5b89a4a
ext4_utils: fix windows build by avoiding asprintf
by Colin Cross
· 13 years ago
a446014
ext4_utils: canonicalize slashes in paths
by Colin Cross
· 13 years ago
a532ecf
make_ext4fs: fix sepolicy lookup for lost+found
by Colin Cross
· 13 years ago
c18120d
make_ext4fs: insert lost+found directory into filled filesystems
by Colin Cross
· 13 years ago
723f1c7
Remove HAVE_SELINUX guards
by Kenny Root
· 13 years ago
7eac42d
make_ext4fs: add const qualifier to mountpoint
by Kenny Root
· 13 years ago
f0ee37f
libsparse: make API sane
by Colin Cross
· 14 years ago
dc5abee
Refactor sparse file support into libsparse
by Colin Cross
· 14 years ago
2e5c523
resolved conflicts for merge of 8f9b41d9 to master
by Kenny Root
· 14 years ago
6ece708
Extend make_ext4fs() interface to allow callers to pass selabel_handle.
by Stephen Smalley
· 14 years ago
b4eca4b
Extend make_ext4fs to support setting SELinux security contexts in ext4 images.
by Stephen Smalley
· 14 years ago
68e3dfd
make_ext4fs: Allow custom filesystem configs
by Kenny Root
· 14 years ago
0349bd9
Pass file descriptor instead of file name
by Anatol Pomazau
· 14 years ago
4605b3f
Adapt ext4_utils for windows.
by Raphael Moll
· 14 years ago
354350e
Revert "Pass file descriptor instead of file name"
by Anatol Pomazau
· 14 years ago
89ddaab
Pass file descriptor instead of file name
by Anatol Pomazau
· 14 years ago
ae4f7dc
Revert "Pass file descriptor instead of file name"
by Anatol Pomazau
· 14 years ago
93eb1dc
Pass file descriptor instead of file name
by Anatol Pomazau
· 14 years ago
88833a6
Round down the filesystem size to a multiple of the block size
by Ken Sumrall
· 14 years ago
107a9f1
Bug fixes to make_ext4fs
by Ken Sumrall
· 14 years ago
06c35f9
Merge "Make inodes per group a multiple of inodes per block"
by Colin Cross
· 15 years ago
96cc54a
Make inodes per group a multiple of inodes per block
by Colin Cross
· 15 years ago
2ae7663
Implement poor man's exception handling to prevent errors from killling recovery
by Ken Sumrall
· 15 years ago
c247065
ext4_utils: Add support for wipe option, and wipe by default in recovery
by Colin Cross
· 15 years ago
983fb19
Change the API for make_ext4fs() to better match the user's needs
by Ken Sumrall
· 15 years ago
435a8b6
Add the ability to specify a reserved space size when making filesystems.
by Ken Sumrall
· 15 years ago
2e905e5
ext4_utils: Fix warnings
by Colin Cross
· 15 years ago
757ace5
ext4_utils: Add an optional CRC chunk at the end of sparse files
by Colin Cross
· 15 years ago
b781330
ext4_utils: Get rid of CRC in sparse file header
by Colin Cross
· 15 years ago
33f96c6
ext4_utils: Add support for >2G input files
by Colin Cross
· 15 years ago
22742ce
ext4_utils: Move bg_desc_reserved_blocks from aux_info to info
by Colin Cross
· 15 years ago
75249ed
Add support for sparse ext4 image creation.
by Ken Sumrall
· 15 years ago
de61f98
Set timestamps on files based on source files
by Colin Cross
· 15 years ago
e4b5ae8
Create a journal by default
by Colin Cross
· 15 years ago
263eefd
add make_ext4fs to the libext4_utils
by Doug Zongker
· 15 years ago
881cca2
Split out libext4_utils
by Colin Cross
· 15 years ago
8aef66d
Fix whitespace
by Colin Cross
· 15 years ago
7a8bee7
Add support for writing a gzip compressed image
by Colin Cross
· 15 years ago
4b83b8a
Fix ifdefs for linux
by Colin Cross
· 15 years ago
ec0a2e8
Initial commit of ext4_utils
by Colin Cross
· 15 years ago