aboutsummaryrefslogtreecommitdiff
path: root/util-linux/volume_id (follow)
Commit message (Expand)AuthorAgeFilesLines
* restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* volume_id: add LittleFS detectionSven-Göran Bergh2018-01-193-0/+67
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-1835-105/+70
* swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABELDenys Vlasenko2017-07-271-0/+1
* volume_id: enable minix detectionDenys Vlasenko2017-07-253-27/+35
* config: deindent all help textsDenys Vlasenko2017-07-215-22/+22
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-1036-134/+0
* volume_id: Add support for UBIFSSerj Kalichev2016-09-064-1/+135
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-222-2/+2
* blkid: add bcache supportMike Frysinger2015-12-163-0/+115
* volume_id: fix a buglet introduced by is_prefixed_with() conversionAlfonso Ranieri2015-04-141-1/+1
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-2/+2
* fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-291-1/+1
* volume_id: add f2fs detectionSven-Göran Bergh2013-08-013-0/+100
* volume_id: nilfs config description.Sven-Göran Bergh2013-07-311-1/+10
* volume_id: Adopt to new config style.Sven-Göran Bergh2013-07-3134-0/+317
* volume_id: Adopt to new kbuild style.Sven-Göran Bergh2013-07-3135-38/+71
* volume_id_internal.h: drop unoptimized byteswap routinesDenys Vlasenko2013-05-151-36/+16
* volume_id: fix ntfs attribute searchOliver Metz2013-05-091-1/+1
* whitespace cleanup. no code changesDenys Vlasenko2013-01-145-6/+6
* Remove redundant 'config FEATURE_VOLUMEID_SQUASHFS'Denys Vlasenko2013-01-141-10/+0
* volume_id: add squashfs detectionSven-Göran Bergh2013-01-143-0/+64
* whitespace fixes. no code changesDenys Vlasenko2013-01-142-4/+4
* volume_id: uuid_format small code shrinkSven-Göran Bergh2013-01-142-20/+9
* volume_id: display hfs[+] 128-bit UUID properlySven-Göran Bergh2013-01-143-9/+23
* blkid: add type display for hfsplusSven-Göran Bergh2013-01-141-1/+1
* volume_id: add exFAT detectionS-G Bergh2012-11-134-0/+136
* blkid: show filesystem when both label and UUID are missing, but type is knownS-G Bergh2012-11-051-1/+5
* blkid: add support for nilfs2Sven-Göran Bergh2012-09-024-0/+102
* volume_id: code shrinkDenys Vlasenko2012-09-021-15/+19
* blkid: add type display for btrfsSven-Göran Bergh2012-09-021-0/+1
* volume_id/ext: use common bb_e2fs_defs.h for ext2/3/4 constants and structsDenys Vlasenko2012-06-121-67/+7
* volume_id/ext: detect ext4 tooDenys Vlasenko2012-05-181-4/+48
* blkid: if parameters are given, do not scan /devDenys Vlasenko2012-03-031-12/+12
* volume_id/get_devname: trivial code shrinkDenys Vlasenko2011-12-061-22/+19
* reverted LINHIB0001 swap signature additionDenys Vlasenko2011-02-141-1/+0
* blkid: optional support for TYPE="fstype"Denys Vlasenko2010-12-3018-36/+70
* volume_id: recognize compressed hibernate swap signatureJames Hunt2010-12-191-0/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-162-2/+2
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-261-1/+0
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-081-0/+2
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-041-0/+0
* volume_id/linux_swap: detect suspended image signatures tooVladimir Dronnikov2010-02-081-1/+5
* *: eliminate more aliasing warningsDenys Vlasenko2010-02-041-1/+2
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-282-8/+16
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* btrfs.c: check first two superblocks, for additional robustnessDenys Vlasenko2009-11-021-8/+15
* volume_id: add FAST_FUNC where appropriateDenys Vlasenko2009-11-0132-73/+73
* volume_id: add support for btrfsVladimir Dronnikov2009-11-015-1/+107