1. dbf5a6d blkdiscard: new applet by Ari Sundholm · 9 years ago
  2. 911d265 mount: support "nofail" option. Closes 8551 by Denys Vlasenko · 9 years ago
  3. 6c634f7 swaponoff: fix compile-time warning by Denys Vlasenko · 9 years ago
  4. e0942ac blkid: add bcache support by Mike Frysinger · 9 years ago
  5. 5f11ec3 swapon/swapoff: refine the -e (ifexists) option by Mike Frysinger · 9 years ago
  6. f2ccefb setarch: add support for '-R' (disable randomization) by Denys Vlasenko · 9 years ago
  7. 526d858 libbb: get_uidgid() always called with allow_numeric=1 by Denys Vlasenko · 9 years ago
  8. ab3964d libbb: introduce kernel-style BUILD_BUG_ON() by Denys Vlasenko · 9 years ago
  9. bf74fb4 typo fix in comment by Denys Vlasenko · 9 years ago
  10. 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
  11. d60752f build system: -fno-builtin-printf by Denys Vlasenko · 9 years ago
  12. 5711a2a libbb: more compact API for bb_parse_mode() by Denys Vlasenko · 9 years ago
  13. c919d56 umount: always use umount2 syscall with specified flags by Denys Vlasenko · 9 years ago
  14. 864d1b7 dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is enabled by Peter Korsgaard · 9 years ago
  15. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  16. 52f2f37 fbset: fix rgba parsing by Linus Walleij · 9 years ago
  17. d840c5d libbb: add a function to make a copy of a region of memory by Ron Yorston · 9 years ago
  18. 97c6491 typo fixes by Maninder Singh · 10 years ago
  19. ad79551 mdev: if a "future" mdev.seq is seen, do not overwrite it with ours by Denys Vlasenko · 10 years ago
  20. bd77e9d mdev: improve logging by Denys Vlasenko · 10 years ago
  21. 71a5b67 uevent: new applet by Denys Vlasenko · 10 years ago
  22. a90490f volume_id: fix a buglet introduced by is_prefixed_with() conversion by Alfonso Ranieri · 10 years ago
  23. 8ec1ff3 Use chomp to remove newlines by Ron Yorston · 10 years ago
  24. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  25. 7b434a6 mount: -T OTHERTAB support by Isaac Dunham · 10 years ago
  26. 1eafd44 acpid: fix logging by Serj Kalichev · 10 years ago
  27. 54e9585 trivial code shrink by Denys Vlasenko · 10 years ago
  28. 3c5d133 fstrim: fix help text by Denys Vlasenko · 10 years ago
  29. e769577 swaponoff: add support for -e by René Rhéaume · 10 years ago
  30. 26a8b9f mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334 by Denys Vlasenko · 10 years ago
  31. 03e17bf fatattr: use the standard type for 32-bit int by Denys Vlasenko · 10 years ago
  32. d3633b7 fatattr: new applet by Pascal Bellard · 10 years ago
  33. a4476eb rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrink by Denys Vlasenko · 11 years ago
  34. c9a6713 swapon/swapoff: -a returns 0 on ignored errors by Tito Ragusa · 11 years ago
  35. a3f326c swapon/swapoff: size reduction, cleanup, fixes, improvements by Tito Ragusa · 11 years ago
  36. 0a53b20 add discard option -d to swapon by Matt Whitlock · 11 years ago
  37. b9bbd4d fix interaction of -a and -p options in swapon by Matt Whitlock · 11 years ago
  38. c3a27b0 avoid calling bb_strtou twice in MIN macro expansion by Matt Whitlock · 11 years ago
  39. 438b4ac script: make it work even if fd 0 is closed by Denys Vlasenko · 11 years ago
  40. 0ed5f7a use [s]rand(), not [s]random() by Denys Vlasenko · 11 years ago
  41. 589051b hwclock: fix setting of tz_minuteswest. Closes 5414 by Denys Vlasenko · 11 years ago
  42. 327f550 Use unsigned printf/scanf conversion where more appropriate by Denys Vlasenko · 11 years ago
  43. 9b2a9f0 fix assorted unused code and wrong format specs found by cppchekc (bug 6716) by Denys Vlasenko · 11 years ago
  44. cd0936b fstrim: use new-style config/kbuild/applet snippets; trim help text by Denys Vlasenko · 11 years ago
  45. 087843a fix "warning: ISO C90 forbids mixed declarations and code" by Denys Vlasenko · 11 years ago
  46. 5e63776 fstrim: Needs to fire at the mp, not bd by Bernhard Reutner-Fischer · 11 years ago
  47. b1489f9 fstrim: Indicate failure on error by Bernhard Reutner-Fischer · 11 years ago
  48. 140f4e3 fstrim: -17b by Bernhard Reutner-Fischer · 11 years ago
  49. 1d39e33 fstrim: New applet by Malek Degachi · 11 years ago
  50. b541d1f swaponoff: shrink by Bernhard Reutner-Fischer · 11 years ago
  51. a407cf7 Make smart_ulltoa return pointer to end (allows for code shink in callers) by Denys Vlasenko · 11 years ago
  52. deebdf5 fdisk: fix GPT size math errors by Jody Bruchon · 11 years ago
  53. 8c7fcbd swapon: support "pri=NNN" in fstab by Tito Ragusa · 11 years ago
  54. 9369634 volume_id: add f2fs detection by Sven-Göran Bergh · 11 years ago
  55. e418b2e volume_id: nilfs config description. by Sven-Göran Bergh · 11 years ago
  56. 15d0a86 volume_id: Adopt to new config style. by Sven-Göran Bergh · 11 years ago
  57. 3b45801 volume_id: Adopt to new kbuild style. by Sven-Göran Bergh · 11 years ago
  58. c72b43c Commonalize typical [b,]k,m suffix struct by Denys Vlasenko · 11 years ago
  59. 4928e9f losetup: assorted fixes. Closes 6314 by Denys Vlasenko · 11 years ago
  60. aa94130 volume_id_internal.h: drop unoptimized byteswap routines by Denys Vlasenko · 12 years ago
  61. c3cf1e3 mdev: use $DEVNAME in uevent sysfs file for device node name by Nikolaus Voss · 12 years ago
  62. 041baf2 volume_id: fix ntfs attribute search by Oliver Metz · 12 years ago
  63. d35cbad mdev: call index_in_strings on $ACTION only after we checked it for NULL by Denys Vlasenko · 12 years ago
  64. 2c24806 hexdump: need to use xstrtoull for off_t by Denys Vlasenko · 12 years ago
  65. ef6747e hexdump: don't unconditionally limit the usable address range by Denys Vlasenko · 12 years ago
  66. 7c6f2d4 mkfs_minix: use get_volume_size_in_bytes instead of local version by Denys Vlasenko · 12 years ago
  67. 4424dfd mdev: fix build failure by Denys Vlasenko · 12 years ago
  68. 7991d45 losetup: fix util-linux compatibility by Mandeep Singh Baines · 12 years ago
  69. 5bce135 mdev: improve $SEQ handling; improve debug logging by Denys Vlasenko · 12 years ago
  70. 40b97fb mdev: add environment variable match by Denys Vlasenko · 12 years ago
  71. cf5731b fdisk_sun: fix partition alignment by Aaro Koskinen · 12 years ago
  72. 1bd5ca2 fdisk_sun: fix corrupted partition data with blank disk by Aaro Koskinen · 12 years ago
  73. ba76b7a mdev: chdir back to /dev after trying to read firmware by Denys Vlasenko · 12 years ago
  74. 6e29d07 mdev: extend debug logging output by Denys Vlasenko · 12 years ago
  75. ee3bc70 getopt: improve help text; code shrink by Denys Vlasenko · 12 years ago
  76. 9b7ebfe mount: whitespace fix. no code changes by Denys Vlasenko · 12 years ago
  77. 4609f47 mdev: fix mode of dir1 in =dir1/dir2/file rule by Denys Vlasenko · 12 years ago
  78. 20c5e5a mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath= by Bernhard Reutner-Fischer · 12 years ago
  79. 406ea15 mount: add unc option to CIFS mount (needed for Linux 3.4+) by Martin Santesson · 12 years ago
  80. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  81. 90801da Remove redundant 'config FEATURE_VOLUMEID_SQUASHFS' by Denys Vlasenko · 12 years ago
  82. 6928d9f volume_id: add squashfs detection by Sven-Göran Bergh · 12 years ago
  83. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  84. 5218515 volume_id: uuid_format small code shrink by Sven-Göran Bergh · 12 years ago
  85. 07b419d volume_id: display hfs[+] 128-bit UUID properly by Sven-Göran Bergh · 12 years ago
  86. a58f7b7 blkid: add type display for hfsplus by Sven-Göran Bergh · 12 years ago
  87. 3917fa3 dmesg: handle multi-char log levels by Peter Korsgaard · 12 years ago
  88. 12677ac CONFIG_PID_FILE_PATH: new configuration option for pidfile paths by Anthony G. Basile · 12 years ago
  89. e4b9451 volume_id: add exFAT detection by S-G Bergh · 12 years ago
  90. d2d5049 blkid: show filesystem when both label and UUID are missing, but type is known by S-G Bergh · 12 years ago
  91. c5a9fa2 blkid: add support for nilfs2 by Sven-Göran Bergh · 12 years ago
  92. 8019b3a volume_id: code shrink by Denys Vlasenko · 12 years ago
  93. 11f2c0d blkid: add type display for btrfs by Sven-Göran Bergh · 12 years ago
  94. b5c7220 fbset: respect rgba configuration lines in fb.modes by Linus Walleij · 12 years ago
  95. 5345b8d acpid: add missing lid switch definition by Eric Martin · 12 years ago
  96. 9ad8979 mount: support strictatime option. Closes 5240 by Denys Vlasenko · 12 years ago
  97. 6ebb2b6 mount: do not pass "comment=ANYTHING" option to kernel. Closes 5240 by Denys Vlasenko · 12 years ago
  98. a396ade mount: undo recent breakage when mount flags were made unsigned by Denys Vlasenko · 12 years ago
  99. c9a1311 mount: fix the wrongly stored fs creation time by Denys Vlasenko · 12 years ago
  100. 9ee4266 mount: set up RO loop device if mount -o ro. Closes 4784 by Denys Vlasenko · 12 years ago