Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
15f7d618ea7f8c3a0277c98309268b709e20d77c
/
util-linux
/
mkfs_ext2.c
965b795
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
by Denys Vlasenko
· 4 years ago
5c69ad0
build system: drop PLATFORM_LINUX
by Ron Yorston
· 4 years, 4 months ago
6937487
libbb: reduce the overhead of single parameter bb_error_msg() calls
by James Byrne
· 5 years ago
b097a84
config: update size information
by Denys Vlasenko
· 6 years ago
abfa3ec
move storage helpers to libbb.h
by Denys Vlasenko
· 6 years ago
7398892
mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platforms
by Denys Vlasenko
· 7 years ago
72089cf
config: deindent all help texts
by Denys Vlasenko
· 7 years ago
4eed2c6
Update menuconfig items with approximate applet sizes
by Denys Vlasenko
· 7 years ago
205d48e
*: add comment about APPLET_ODDNAME format
by Denys Vlasenko
· 8 years ago
0581a2f
Make mke2fs and mkfs.ext2 individually selectable
by Denys Vlasenko
· 8 years ago
237bedd
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
by Denys Vlasenko
· 8 years ago
066e76b
Replace a few more bb_info_msg's by bb_error_msg or printf
by Denys Vlasenko
· 9 years ago
76b680c
Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts
by Denys Vlasenko
· 9 years ago
c9a1311
mount: fix the wrongly stored fs creation time
by Denys Vlasenko
· 12 years ago
176bc34
Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.h
by Denys Vlasenko
· 13 years ago
0b2b0f3
Create and use our own copy of linux/ext2_fs.h
by Denys Vlasenko
· 13 years ago
caf5768
work around linux/ext2_fs.h breakage
by Denys Vlasenko
· 13 years ago
7550201
mke2fs: do not zero out first kilobyte. Closes 3247
by Denys Vlasenko
· 13 years ago
5bc8c00
move remaining help text from include/usage.src.h
by Pere Orga
· 14 years ago
e4dcba1
*: whitespace fixes
by Denys Vlasenko
· 14 years ago
8d3e225
libbb: add xfstat function
by Denys Vlasenko
· 14 years ago
0ef64bd
*: make GNU licensing statement forms more regular
by Denys Vlasenko
· 14 years ago
8f599f9
mkfs_ext2: improve comments a bit
by Denys Vlasenko
· 14 years ago
5070124
mkfs_ext2: reuse string
by Bernhard Reutner-Fischer
· 14 years ago
cd5aa5c
mkfs_ext2: fix handling of -I argument
by Bernhard Reutner-Fischer
· 14 years ago
6774386
tune2fs: move to e2fsprogs
by Denys Vlasenko
· 15 years ago
baad6d8
mkfs_ext2: fix bad comment. no code changes
by Denys Vlasenko
· 15 years ago
40e7d25
mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)
by Denys Vlasenko
· 15 years ago
3581c62
whitespace fixes
by Denys Vlasenko
· 15 years ago
4b8b37f
mkfs_ext2: fix compile error
by Denys Vlasenko
· 15 years ago
46e364d
mkfs_ext2: code shrink
by Denys Vlasenko
· 15 years ago
09bbb28
mkfs_ext2: fix a bug where we don't fully respect -n on files
by Denys Vlasenko
· 15 years ago
149a32a
mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir)
by Denys Vlasenko
· 15 years ago
481ca96
mkfs_ext2: 1.41.9 compat
by Denys Vlasenko
· 15 years ago
010fb00
mkfs_ext2: make sure we extend the image to requested size
by Denys Vlasenko
· 15 years ago
ece01ee
mkfs_ext2: e2fsck 1.14.4 compat
by Denys Vlasenko
· 15 years ago
2ee2724
mkfs_ext2: explain 256-byte inodes. no code changes
by Denys Vlasenko
· 15 years ago
2288d86
mkfs_ext2: explain why 0.5G+ images are a bit different
by Denys Vlasenko
· 15 years ago
5e1dbd5
mkfs_ext2: another update by Vladimir
by Denys Vlasenko
· 15 years ago
a4e4a65
clarify in comment
by Denys Vlasenko
· 15 years ago
c708a6d
mkfs_ext2: further work on small images
by Denys Vlasenko
· 15 years ago
82d6433
mkfs_ext2: fixes for small image generation. images up to ~8M are ok now
by Denys Vlasenko
· 15 years ago
cbeb452
mkfs_ext2: fix 60k image creation
by Denys Vlasenko
· 15 years ago
95484c8
mkfs_ext2: further work by Vladimir
by Denys Vlasenko
· 15 years ago
69f2e2c
mkfs_ext2: small tweak
by Denys Vlasenko
· 15 years ago
05647b5
mkfs_ext2: compat fixes
by Denys Vlasenko
· 15 years ago
e840561
mkfs_ext2: more work. added test script
by Denys Vlasenko
· 15 years ago
f9d3a91
mkfs_ext2: fixes for huge filesystems
by Denys Vlasenko
· 15 years ago
77da1ca
mkfs_ext2: make it able to create images larger than 4G
by Denys Vlasenko
· 15 years ago
7673e7f
mkfs_ext2: shrink
by Denys Vlasenko
· 15 years ago
69d9edc
mkfs_ext2: code shrink
by Denys Vlasenko
· 15 years ago
9c2708e
mkfs_ext2: code shrink
by Denys Vlasenko
· 15 years ago
7d8ab84
mkfs_ext2: fix a buglet introduced in last commit
by Denys Vlasenko
· 15 years ago
4588775
mkfs_ext2: shrink
by Denys Vlasenko
· 15 years ago
823b4e6
mkfs_ext2: new applet by Vladimir
by Vladimir Dronnikov
· 15 years ago