aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mkfs_ext2.c
AgeCommit message (Expand)Author
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-09-28move storage helpers to libbb.hDenys Vlasenko
2018-02-15mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platformsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2016-11-16Make mke2fs and mkfs.ext2 individually selectableDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko
2016-03-30Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko
2012-06-21mount: fix the wrongly stored fs creation timeDenys Vlasenko
2012-04-17Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.hDenys Vlasenko
2012-04-13Create and use our own copy of linux/ext2_fs.hDenys Vlasenko
2012-04-12work around linux/ext2_fs.h breakageDenys Vlasenko
2012-01-11mke2fs: do not zero out first kilobyte. Closes 3247Denys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-31libbb: add xfstat functionDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-18mkfs_ext2: improve comments a bitDenys Vlasenko
2010-06-18mkfs_ext2: reuse stringBernhard Reutner-Fischer
2010-06-18mkfs_ext2: fix handling of -I argumentBernhard Reutner-Fischer
2010-05-09tune2fs: move to e2fsprogsDenys Vlasenko
2010-02-02mkfs_ext2: fix bad comment. no code changesDenys Vlasenko
2010-02-01mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko
2010-01-25whitespace fixesDenys Vlasenko
2009-10-24mkfs_ext2: fix compile errorDenys Vlasenko
2009-10-22mkfs_ext2: code shrinkDenys Vlasenko
2009-10-22mkfs_ext2: fix a bug where we don't fully respect -n on filesDenys Vlasenko
2009-10-22mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir)Denys Vlasenko
2009-10-22mkfs_ext2: 1.41.9 compatDenys Vlasenko
2009-10-21mkfs_ext2: make sure we extend the image to requested sizeDenys Vlasenko
2009-10-21mkfs_ext2: e2fsck 1.14.4 compatDenys Vlasenko
2009-10-21mkfs_ext2: explain 256-byte inodes. no code changesDenys Vlasenko
2009-10-21mkfs_ext2: explain why 0.5G+ images are a bit differentDenys Vlasenko
2009-10-20mkfs_ext2: another update by VladimirDenys Vlasenko
2009-10-20clarify in commentDenys Vlasenko
2009-10-20mkfs_ext2: further work on small imagesDenys Vlasenko
2009-10-20mkfs_ext2: fixes for small image generation. images up to ~8M are ok nowDenys Vlasenko
2009-10-20mkfs_ext2: fix 60k image creationDenys Vlasenko
2009-10-20mkfs_ext2: further work by VladimirDenys Vlasenko
2009-10-20mkfs_ext2: small tweakDenys Vlasenko
2009-10-20mkfs_ext2: compat fixesDenys Vlasenko
2009-10-18mkfs_ext2: more work. added test scriptDenys Vlasenko
2009-10-18mkfs_ext2: fixes for huge filesystemsDenys Vlasenko
2009-10-18mkfs_ext2: make it able to create images larger than 4GDenys Vlasenko
2009-10-18mkfs_ext2: shrinkDenys Vlasenko