aboutsummaryrefslogtreecommitdiff
path: root/util-linux/volume_id (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* *: more portability fixes by Dan FandrichDenys Vlasenko2009-09-231-1/+1
* swaponoff: add uuid/label support. By Natanael CopaNatanael Copa2009-09-201-0/+17
* use PACKED macro insted of open-coding GCC-ismDenys Vlasenko2009-09-1628-64/+64
* move libc related stuff out of platform.hDenys Vlasenko2009-07-081-3/+4
* Update a comment, no code changesDenys Vlasenko2009-06-271-1/+3
* device matching against UUIDs: do not try floppiesDenys Vlasenko2009-06-271-0/+7
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-052-4/+2
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-091-7/+2
* volumeid: fix bug 249 "findfs finds the wrong partition"Denis Vlasenko2009-03-311-3/+1
* volume_id: abort early on read failures.Denis Vlasenko2009-02-1520-70/+99
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-081-1/+1
* volume_id/fat: careful with sector#, it may not fit in 32 bits. +91 bytesDenis Vlasenko2008-11-303-66/+68
* add comment explaining previous changeDenis Vlasenko2008-10-191-0/+11
* volume identification: abolish /proc/partitions and /proc/cdromsDenis Vlasenko2008-10-193-225/+33
* blkid: new applet. We almost had everything needed for it alreadyDenis Vlasenko2008-10-122-8/+10
* findfs: fix LUKS and FAT detection routines; do not exit if corruptedDenis Vlasenko2008-10-123-82/+111
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-2/+2
* style fixes, no code changesDenis Vlasenko2008-06-261-2/+2
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-152-2/+2
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-132-3/+3
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-091-0/+7
* whitespace fixesDenis Vlasenko2008-03-281-1/+1
* *: whitespace fixes, no code changesDenis Vlasenko2008-03-242-6/+6
* lpr: add more accurate commentsDenis Vlasenko2008-03-241-1/+1
* volume_id: disable detection routines which are not setting label and uuid an...Denis Vlasenko2008-03-1718-104/+121
* volude_id: remove unused fields and functions which were setting themDenis Vlasenko2008-03-1732-279/+321
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-0/+8
* support for mount by label (not yet tested)Denis Vlasenko2008-02-1834-0/+4302