summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-09-06volume_id: Add support for UBIFSSerj Kalichev4-1/+135
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2015-12-16blkid: add bcache supportMike Frysinger3-0/+115
2015-04-14volume_id: fix a buglet introduced by is_prefixed_with() conversionAlfonso Ranieri1-1/+1
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2014-05-18bionic: some new type warnings fixesTanguy Pruvot3-4/+9
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko20-39/+25
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-06-30volume_id: fix ntfs attribute searchOliver Metz1-1/+1
2013-05-15volume_id_internal.h: drop unoptimized byteswap routinesDenys Vlasenko1-36/+16
2013-05-09volume_id: fix ntfs attribute searchOliver Metz1-1/+1
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
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 Vlasenko40-262/+261
2013-01-13volume_id: uuid_format small code shrinkSven-Göran Bergh2-20/+9
2013-01-13volume_id: display hfs[+] 128-bit UUID properlySven-Göran Bergh3-9/+23
2013-01-13blkid: add type display for hfsplusSven-Göran Bergh1-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
2012-09-02volume_id: code shrinkDenys Vlasenko1-15/+19
2012-09-02blkid: add type display for btrfsSven-Göran Bergh1-0/+1
2012-07-14volume_id/ext: use common bb_e2fs_defs.h for ext2/3/4 constants and structsDenys Vlasenko2-72/+35
2012-06-12volume_id/ext: use common bb_e2fs_defs.h for ext2/3/4 constants and structsDenys Vlasenko2-72/+35
2012-05-27Update ext volume ID to support ext4 for blkidDees Troy1-4/+48
2012-05-18volume_id/ext: detect ext4 tooDenys Vlasenko1-4/+48
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-03-03blkid: if parameters are given, do not scan /devDenys Vlasenko3-14/+17
2011-12-06volume_id/get_devname: trivial code shrinkDenys Vlasenko1-22/+19
2011-11-20Merge 1.19.3 gingerbread into icsTanguy Pruvot24-2258/+8544
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-02-14reverted LINHIB0001 swap signature additionDenys Vlasenko1-1/+0
2010-12-29blkid: optional support for TYPE="fstype"Denys Vlasenko21-37/+84
2010-12-19volume_id: recognize compressed hibernate swap signatureJames Hunt1-0/+1
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-25*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko53-111/+13
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko49-0/+102
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko53-0/+0
2010-02-08volume_id/linux_swap: detect suspended image signatures tooVladimir Dronnikov1-1/+5
2010-02-04*: eliminate more aliasing warningsDenys Vlasenko6-36/+40
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko23-160/+231
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-11-01btrfs.c: check first two superblocks, for additional robustnessDenys Vlasenko1-8/+15
[next]