summaryrefslogtreecommitdiff
path: root/util-linux/mkfs_ext2.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-291-1/+0
* Fix non-Linux buildsSamuel Thibault2022-11-291-0/+1
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-2/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-3/+3
* config: update size informationDenys Vlasenko2018-12-281-2/+2
* move storage helpers to libbb.hDenys Vlasenko2018-09-281-17/+0
* mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platformsDenys Vlasenko2018-02-151-3/+3
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-2/+2
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-291-1/+2
* Make mke2fs and mkfs.ext2 individually selectableDenys Vlasenko2016-11-161-0/+20
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+1
* Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko2016-03-301-1/+1
* Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko2016-03-301-4/+4
* mount: fix the wrongly stored fs creation timeDenys Vlasenko2012-06-211-7/+4
* Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.hDenys Vlasenko2012-04-171-1/+1
* Create and use our own copy of linux/ext2_fs.hDenys Vlasenko2012-04-131-7/+1
* work around linux/ext2_fs.h breakageDenys Vlasenko2012-04-121-0/+6
* mke2fs: do not zero out first kilobyte. Closes 3247Denys Vlasenko2012-01-111-1/+5
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+39
* *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* libbb: add xfstat functionDenys Vlasenko2010-08-311-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* mkfs_ext2: improve comments a bitDenys Vlasenko2010-06-181-3/+6
* mkfs_ext2: reuse stringBernhard Reutner-Fischer2010-06-181-1/+1
* mkfs_ext2: fix handling of -I argumentBernhard Reutner-Fischer2010-06-181-1/+1
* tune2fs: move to e2fsprogsDenys Vlasenko2010-05-091-4/+3
* mkfs_ext2: fix bad comment. no code changesDenys Vlasenko2010-02-021-3/+3
* mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko2010-02-011-13/+1
* whitespace fixesDenys Vlasenko2010-01-251-7/+7
* mkfs_ext2: fix compile errorDenys Vlasenko2009-10-241-1/+1
* mkfs_ext2: code shrinkDenys Vlasenko2009-10-221-8/+9
* mkfs_ext2: fix a bug where we don't fully respect -n on filesDenys Vlasenko2009-10-221-1/+2
* mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir)Denys Vlasenko2009-10-221-19/+32
* mkfs_ext2: 1.41.9 compatDenys Vlasenko2009-10-221-17/+11
* mkfs_ext2: make sure we extend the image to requested sizeDenys Vlasenko2009-10-211-1/+8
* mkfs_ext2: e2fsck 1.14.4 compatDenys Vlasenko2009-10-211-5/+6
* mkfs_ext2: explain 256-byte inodes. no code changesDenys Vlasenko2009-10-211-19/+39
* mkfs_ext2: explain why 0.5G+ images are a bit differentDenys Vlasenko2009-10-211-4/+11
* mkfs_ext2: another update by VladimirDenys Vlasenko2009-10-201-52/+95
* clarify in commentDenys Vlasenko2009-10-201-3/+4
* mkfs_ext2: further work on small imagesDenys Vlasenko2009-10-201-14/+17
* mkfs_ext2: fixes for small image generation. images up to ~8M are ok nowDenys Vlasenko2009-10-201-3/+4
* mkfs_ext2: fix 60k image creationDenys Vlasenko2009-10-201-3/+4
* mkfs_ext2: further work by VladimirDenys Vlasenko2009-10-201-39/+39
* mkfs_ext2: small tweakDenys Vlasenko2009-10-201-2/+3
* mkfs_ext2: compat fixesDenys Vlasenko2009-10-201-190/+197
* mkfs_ext2: more work. added test scriptDenys Vlasenko2009-10-181-75/+99
* mkfs_ext2: fixes for huge filesystemsDenys Vlasenko2009-10-181-23/+43