summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-16Make mke2fs and mkfs.ext2 individually selectableDenys Vlasenko4-11/+20
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko8-11/+11
2016-03-30Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko6-17/+17
2014-08-01Fix remaining bionic warningsTanguy Pruvot23-35/+52
2012-07-13mount: fix the wrongly stored fs creation timeDenys Vlasenko3-14/+54
2012-06-21mount: fix the wrongly stored fs creation timeDenys Vlasenko3-14/+54
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-04-17Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.hDenys Vlasenko11-562/+15
2012-04-13Create and use our own copy of linux/ext2_fs.hDenys Vlasenko3-14/+549
2012-04-12work around linux/ext2_fs.h breakageDenys Vlasenko2-0/+12
2012-01-11mke2fs: do not zero out first kilobyte. Closes 3247Denys Vlasenko1-1/+5
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-31libbb: add xfstat functionDenys Vlasenko13-21/+29
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-18mkfs_ext2: improve comments a bitDenys Vlasenko1-3/+6
2010-06-18mkfs_ext2: reuse stringBernhard Reutner-Fischer1-1/+1
2010-06-18mkfs_ext2: fix handling of -I argumentBernhard Reutner-Fischer1-1/+1
2010-05-08tune2fs: move to e2fsprogsDenys Vlasenko8-25/+21
2010-02-02mkfs_ext2: fix bad comment. no code changesDenys Vlasenko1-3/+3
2010-02-01mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko8-49/+66
2010-01-25whitespace fixesDenys Vlasenko15-32/+32
2009-10-24mkfs_ext2: fix compile errorDenys Vlasenko1-1/+1
2009-10-22mkfs_ext2: code shrinkDenys Vlasenko1-8/+9
2009-10-22mkfs_ext2: fix a bug where we don't fully respect -n on filesDenys Vlasenko1-1/+2
2009-10-22mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir)Denys Vlasenko5-30/+46
2009-10-21mkfs_ext2: 1.41.9 compatDenys Vlasenko1-17/+11
2009-10-21mkfs_ext2: make sure we extend the image to requested sizeDenys Vlasenko1-1/+8
2009-10-21mkfs_ext2: e2fsck 1.14.4 compatDenys Vlasenko2-5/+81
2009-10-21mkfs_ext2: explain 256-byte inodes. no code changesDenys Vlasenko1-19/+39
2009-10-20mkfs_ext2: explain why 0.5G+ images are a bit differentDenys Vlasenko1-4/+11
2009-10-20mkfs_ext2: another update by VladimirDenys Vlasenko2-89/+126
2009-10-20clarify in commentDenys Vlasenko1-3/+4
2009-10-20mkfs_ext2: further work on small imagesDenys Vlasenko2-35/+37
2009-10-20mkfs_ext2: fixes for small image generation. images up to ~8M are ok nowDenys Vlasenko2-13/+39
2009-10-20mkfs_ext2: fix 60k image creationDenys Vlasenko2-16/+7
2009-10-20mkfs_ext2: further work by VladimirDenys Vlasenko2-45/+69
2009-10-19mkfs_ext2: small tweakDenys Vlasenko1-2/+3
2009-10-19mkfs_ext2: compat fixesDenys Vlasenko2-221/+245
2009-10-18mkfs_ext2: more work. added test scriptDenys Vlasenko2-75/+153
2009-10-18mkfs_ext2: fixes for huge filesystemsDenys Vlasenko2-24/+44
2009-10-18mkfs_ext2: make it able to create images larger than 4GDenys Vlasenko2-57/+98
2009-10-18mkfs_ext2: shrinkDenys Vlasenko1-2/+0
2009-10-17mkfs_ext2: code shrinkDenys Vlasenko1-3/+1
2009-10-17mkfs_ext2: code shrinkDenys Vlasenko1-3/+3
2009-10-17mkfs_ext2: fix a buglet introduced in last commitDenys Vlasenko1-4/+7
2009-10-17mkfs_ext2: shrinkDenys Vlasenko1-8/+11
2009-10-17mkfs_ext2: new applet by VladimirVladimir Dronnikov5-33/+524