]> git.ipfire.org Git - thirdparty/systemd.git/commit
[PATCH] udev_volume_id: new version of volume_id
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Mon, 31 Jan 2005 04:28:44 +0000 (05:28 +0100)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 06:24:19 +0000 (23:24 -0700)
commitc033fd9f01b3cd5771875069c26d3af06969a300
tree7b5c110c690ef41f0ef30903a9b1ed4f6a843772
parent61b24e5e19fb189cfce7ff323c58e1bb1d7cce4d
[PATCH] udev_volume_id: new version of volume_id

Every filesystem has its own subdirectory.
The IBM dasd label reading is included into volume_id.
42 files changed:
extras/volume_id/Makefile
extras/volume_id/udev_volume_id.c
extras/volume_id/volume_id.c [deleted file]
extras/volume_id/volume_id/dasd/dasd.c [moved from extras/volume_id/dasdlabel.c with 88% similarity]
extras/volume_id/volume_id/dasd/dasd.h [moved from extras/volume_id/dasdlabel.h with 87% similarity]
extras/volume_id/volume_id/ext/ext.c [new file with mode: 0644]
extras/volume_id/volume_id/ext/ext.h [new file with mode: 0644]
extras/volume_id/volume_id/fat/fat.c [new file with mode: 0644]
extras/volume_id/volume_id/fat/fat.h [new file with mode: 0644]
extras/volume_id/volume_id/hfs/hfs.c [new file with mode: 0644]
extras/volume_id/volume_id/hfs/hfs.h [new file with mode: 0644]
extras/volume_id/volume_id/highpoint/highpoint.c [new file with mode: 0644]
extras/volume_id/volume_id/highpoint/highpoint.h [new file with mode: 0644]
extras/volume_id/volume_id/iso9660/iso9660.c [new file with mode: 0644]
extras/volume_id/volume_id/iso9660/iso9660.h [new file with mode: 0644]
extras/volume_id/volume_id/jfs/jfs.c [new file with mode: 0644]
extras/volume_id/volume_id/jfs/jfs.h [new file with mode: 0644]
extras/volume_id/volume_id/linux_raid/linux_raid.c [new file with mode: 0644]
extras/volume_id/volume_id/linux_raid/linux_raid.h [new file with mode: 0644]
extras/volume_id/volume_id/linux_swap/linux_swap.c [new file with mode: 0644]
extras/volume_id/volume_id/linux_swap/linux_swap.h [new file with mode: 0644]
extras/volume_id/volume_id/logging.h [moved from extras/volume_id/volume_id_logging.h with 77% similarity]
extras/volume_id/volume_id/lvm/lvm.c [new file with mode: 0644]
extras/volume_id/volume_id/lvm/lvm.h [new file with mode: 0644]
extras/volume_id/volume_id/mac/mac.c [new file with mode: 0644]
extras/volume_id/volume_id/mac/mac.h [new file with mode: 0644]
extras/volume_id/volume_id/msdos/msdos.c [new file with mode: 0644]
extras/volume_id/volume_id/msdos/msdos.h [new file with mode: 0644]
extras/volume_id/volume_id/ntfs/ntfs.c [new file with mode: 0644]
extras/volume_id/volume_id/ntfs/ntfs.h [new file with mode: 0644]
extras/volume_id/volume_id/reiserfs/reiserfs.c [new file with mode: 0644]
extras/volume_id/volume_id/reiserfs/reiserfs.h [new file with mode: 0644]
extras/volume_id/volume_id/udf/udf.c [new file with mode: 0644]
extras/volume_id/volume_id/udf/udf.h [new file with mode: 0644]
extras/volume_id/volume_id/ufs/ufs.c [new file with mode: 0644]
extras/volume_id/volume_id/ufs/ufs.h [new file with mode: 0644]
extras/volume_id/volume_id/util.c [new file with mode: 0644]
extras/volume_id/volume_id/util.h [new file with mode: 0644]
extras/volume_id/volume_id/volume_id.c [new file with mode: 0644]
extras/volume_id/volume_id/volume_id.h [moved from extras/volume_id/volume_id.h with 70% similarity]
extras/volume_id/volume_id/xfs/xfs.c [new file with mode: 0644]
extras/volume_id/volume_id/xfs/xfs.h [new file with mode: 0644]