summaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)AuthorFilesLines
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko5-14/+14
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko1-1/+1
2013-11-12fstrim: use new-style config/kbuild/applet snippets; trim help textDenys Vlasenko3-20/+22
2013-11-12fix "warning: ISO C90 forbids mixed declarations and code"Denys Vlasenko1-1/+2
2013-11-10fstrim: Needs to fire at the mp, not bdBernhard Reutner-Fischer1-5/+5
2013-11-10fstrim: Indicate failure on errorBernhard Reutner-Fischer1-1/+2
2013-11-09fstrim: -17bBernhard Reutner-Fischer1-8/+5
2013-11-09fstrim: New appletMalek Degachi3-0/+119
2013-11-08swaponoff: shrinkBernhard Reutner-Fischer1-3/+2
2013-09-06Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko1-4/+2
2013-08-20fdisk: fix GPT size math errorsJody Bruchon1-2/+2
2013-08-08swapon: support "pri=NNN" in fstabTito Ragusa1-0/+14
2013-08-01volume_id: add f2fs detectionSven-Göran Bergh3-0/+100
2013-07-31volume_id: nilfs config description.Sven-Göran Bergh1-1/+10
2013-07-31volume_id: Adopt to new config style.Sven-Göran Bergh35-245/+318
2013-07-31volume_id: Adopt to new kbuild style.Sven-Göran Bergh35-38/+71
2013-07-13Commonalize typical [b,]k,m suffix structDenys Vlasenko1-8/+1
2013-06-27losetup: assorted fixes. Closes 6314Denys Vlasenko1-16/+21
2013-05-15volume_id_internal.h: drop unoptimized byteswap routinesDenys Vlasenko1-36/+16
2013-05-13mdev: use $DEVNAME in uevent sysfs file for device node nameNikolaus Voss1-12/+35
2013-05-09volume_id: fix ntfs attribute searchOliver Metz1-1/+1
2013-04-02mdev: call index_in_strings on $ACTION only after we checked it for NULLDenys Vlasenko1-3/+3
2013-03-27hexdump: need to use xstrtoull for off_tDenys Vlasenko1-1/+1
2013-03-27hexdump: don't unconditionally limit the usable address rangeDenys Vlasenko1-1/+6
2013-03-18mkfs_minix: use get_volume_size_in_bytes instead of local versionDenys Vlasenko1-63/+14
2013-03-17mdev: fix build failureDenys Vlasenko1-2/+1
2013-03-12losetup: fix util-linux compatibilityMandeep Singh Baines1-51/+65
2013-02-27mdev: improve $SEQ handling; improve debug loggingDenys Vlasenko1-88/+177
2013-02-26mdev: add environment variable matchDenys Vlasenko1-6/+71
2013-02-11fdisk_sun: fix partition alignmentAaro Koskinen1-3/+6
2013-02-11fdisk_sun: fix corrupted partition data with blank diskAaro Koskinen1-0/+1
2013-02-04mdev: chdir back to /dev after trying to read firmwareDenys Vlasenko1-1/+2
2013-01-30mdev: extend debug logging outputDenys Vlasenko1-1/+5
2013-01-24getopt: improve help text; code shrinkDenys Vlasenko1-27/+32
2013-01-22mount: whitespace fix. no code changesDenys Vlasenko1-2/+2
2013-01-21mdev: fix mode of dir1 in =dir1/dir2/file ruleDenys Vlasenko1-2/+14
2013-01-17mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath=Bernhard Reutner-Fischer1-17/+35
2013-01-16mount: add unc option to CIFS mount (needed for Linux 3.4+)Martin Santesson1-1/+15
2013-01-14whitespace cleanup. no code changesDenys Vlasenko9-45/+43
2013-01-14Remove redundant 'config FEATURE_VOLUMEID_SQUASHFS'Denys Vlasenko1-10/+0
2013-01-14volume_id: add squashfs detectionSven-Göran Bergh4-0/+74
2013-01-14whitespace fixes. no code changesDenys Vlasenko10-172/+172
2013-01-14volume_id: uuid_format small code shrinkSven-Göran Bergh2-20/+9
2013-01-14volume_id: display hfs[+] 128-bit UUID properlySven-Göran Bergh3-9/+23
2013-01-14blkid: add type display for hfsplusSven-Göran Bergh1-1/+1
2013-01-05dmesg: handle multi-char log levelsPeter Korsgaard1-7/+6
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile1-1/+1
2012-11-13volume_id: add exFAT detectionS-G Bergh5-0/+145
2012-11-05blkid: show filesystem when both label and UUID are missing, but type is knownS-G Bergh1-1/+5
2012-09-02blkid: add support for nilfs2Sven-Göran Bergh5-0/+109