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