summaryrefslogtreecommitdiff
path: root/e2fsprogs/tune2fs.c
Commit message (Expand)AuthorAgeFilesLines
* move storage helpers to libbb.hDenys Vlasenko2018-09-281-17/+0
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
* chattr,lsattr,tune2fs: make them NOEXECDenys Vlasenko2017-08-051-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Remove outdated commentsDenys Vlasenko2016-11-231-0/+2
* e2fsprogs/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-181-16/+27
* 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
* tune2fs: add support for -C MOUNT_COUNT. +40 bytes. Closes 3901.Denys Vlasenko2011-09-111-4/+11
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* tune2fs: implement -c and -i optionsRichard Braun2010-10-051-5/+35
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* tune2fs: move to e2fsprogsDenys Vlasenko2010-05-091-0/+70
* remove e2fsprogs. Nobody volunteered to clean up that messDenis Vlasenko2006-12-261-729/+0
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-2/+2
* safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko2006-11-271-19/+13
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* build system overhaulDenis Vlasenko2006-10-051-2/+0
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-2/+2
* Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko2006-09-291-1/+1
* removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko2006-09-061-3/+3
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* A few patches from Erik Hovland, turning strncpy() into safe_strncpy() andRob Landley2006-06-251-2/+2
* Ext2fs cleanup from Garrett Kajmowicz.Rob Landley2006-04-011-1/+1
* - rename clean_up in tune2fs and mke2fs to be prefixed with their applet names.Bernhard Reutner-Fischer2006-03-301-2/+2
* just whitespaceTim Riker2006-01-251-10/+10
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-1/+1
* more busyboxes, remove 1 extern function (mainstream also have for one fsck)"Vladimir N. Oleynik"2005-10-121-1/+2
* more busyboxes"Vladimir N. Oleynik"2005-10-121-8/+4
* excellent shrinkage patch by TitoMike Frysinger2005-10-021-115/+68
* err, fix stupid mistake in previous do_findfs() changeMike Frysinger2005-09-241-3/+3
* make e2label and findfs optionalMike Frysinger2005-09-241-3/+13
* initial fat tune2fs/findfs/e2label sourceMike Frysinger2005-06-111-0/+776