chiark / gitweb /
[PATCH] udev_volume_id: volume_id v35
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Wed, 23 Feb 2005 01:58:31 +0000 (02:58 +0100)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 06:36:13 +0000 (23:36 -0700)
commite4d4a557e53c3fbcf14bd1bb29686fd884905b53
tree910afa31bc6e5414cf3f944178e152793f90a49d
parent9f6f8859b0d17b4df2b739b0b0096f62b34de87a
[PATCH] udev_volume_id: volume_id v35
49 files changed:
extras/volume_id/udev_volume_id.c
extras/volume_id/volume_id/Makefile.inc
extras/volume_id/volume_id/cramfs.c [moved from extras/volume_id/volume_id/cramfs/cramfs.c with 96% similarity]
extras/volume_id/volume_id/cramfs.h [moved from extras/volume_id/volume_id/cramfs/cramfs.h with 100% similarity]
extras/volume_id/volume_id/dasd.c [moved from extras/volume_id/volume_id/dasd/dasd.c with 99% similarity]
extras/volume_id/volume_id/dasd.h [moved from extras/volume_id/volume_id/dasd/dasd.h with 100% similarity]
extras/volume_id/volume_id/ext.c [moved from extras/volume_id/volume_id/ext/ext.c with 97% similarity]
extras/volume_id/volume_id/ext.h [moved from extras/volume_id/volume_id/ext/ext.h with 100% similarity]
extras/volume_id/volume_id/fat.c [moved from extras/volume_id/volume_id/fat/fat.c with 99% similarity]
extras/volume_id/volume_id/fat.h [moved from extras/volume_id/volume_id/fat/fat.h with 100% similarity]
extras/volume_id/volume_id/hfs.c [moved from extras/volume_id/volume_id/hfs/hfs.c with 99% similarity]
extras/volume_id/volume_id/hfs.h [moved from extras/volume_id/volume_id/hfs/hfs.h with 100% similarity]
extras/volume_id/volume_id/highpoint.c [moved from extras/volume_id/volume_id/highpoint/highpoint.c with 96% similarity]
extras/volume_id/volume_id/highpoint.h [moved from extras/volume_id/volume_id/highpoint/highpoint.h with 100% similarity]
extras/volume_id/volume_id/hpfs.c [moved from extras/volume_id/volume_id/hpfs/hpfs.c with 96% similarity]
extras/volume_id/volume_id/hpfs.h [moved from extras/volume_id/volume_id/hpfs/hpfs.h with 100% similarity]
extras/volume_id/volume_id/iso9660.c [moved from extras/volume_id/volume_id/iso9660/iso9660.c with 97% similarity]
extras/volume_id/volume_id/iso9660.h [moved from extras/volume_id/volume_id/iso9660/iso9660.h with 100% similarity]
extras/volume_id/volume_id/jfs.c [moved from extras/volume_id/volume_id/jfs/jfs.c with 96% similarity]
extras/volume_id/volume_id/jfs.h [moved from extras/volume_id/volume_id/jfs/jfs.h with 100% similarity]
extras/volume_id/volume_id/linux_raid.c [moved from extras/volume_id/volume_id/linux_raid/linux_raid.c with 97% similarity]
extras/volume_id/volume_id/linux_raid.h [moved from extras/volume_id/volume_id/linux_raid/linux_raid.h with 100% similarity]
extras/volume_id/volume_id/linux_swap.c [moved from extras/volume_id/volume_id/linux_swap/linux_swap.c with 96% similarity]
extras/volume_id/volume_id/linux_swap.h [moved from extras/volume_id/volume_id/linux_swap/linux_swap.h with 100% similarity]
extras/volume_id/volume_id/luks.c [new file with mode: 0644]
extras/volume_id/volume_id/luks.h [new file with mode: 0644]
extras/volume_id/volume_id/lvm.c [moved from extras/volume_id/volume_id/lvm/lvm.c with 97% similarity]
extras/volume_id/volume_id/lvm.h [moved from extras/volume_id/volume_id/lvm/lvm.h with 100% similarity]
extras/volume_id/volume_id/mac.c [moved from extras/volume_id/volume_id/mac/mac.c with 98% similarity]
extras/volume_id/volume_id/mac.h [moved from extras/volume_id/volume_id/mac/mac.h with 100% similarity]
extras/volume_id/volume_id/msdos.c [moved from extras/volume_id/volume_id/msdos/msdos.c with 98% similarity]
extras/volume_id/volume_id/msdos.h [moved from extras/volume_id/volume_id/msdos/msdos.h with 100% similarity]
extras/volume_id/volume_id/ntfs.c [moved from extras/volume_id/volume_id/ntfs/ntfs.c with 98% similarity]
extras/volume_id/volume_id/ntfs.h [moved from extras/volume_id/volume_id/ntfs/ntfs.h with 100% similarity]
extras/volume_id/volume_id/reiserfs.c [moved from extras/volume_id/volume_id/reiserfs/reiserfs.c with 97% similarity]
extras/volume_id/volume_id/reiserfs.h [moved from extras/volume_id/volume_id/reiserfs/reiserfs.h with 100% similarity]
extras/volume_id/volume_id/romfs.c [moved from extras/volume_id/volume_id/romfs/romfs.c with 96% similarity]
extras/volume_id/volume_id/romfs.h [moved from extras/volume_id/volume_id/romfs/romfs.h with 100% similarity]
extras/volume_id/volume_id/sysv.c [moved from extras/volume_id/volume_id/sysv/sysv.c with 97% similarity]
extras/volume_id/volume_id/sysv.h [moved from extras/volume_id/volume_id/sysv/sysv.h with 100% similarity]
extras/volume_id/volume_id/udf.c [moved from extras/volume_id/volume_id/udf/udf.c with 98% similarity]
extras/volume_id/volume_id/udf.h [moved from extras/volume_id/volume_id/udf/udf.h with 100% similarity]
extras/volume_id/volume_id/ufs.c [moved from extras/volume_id/volume_id/ufs/ufs.c with 98% similarity]
extras/volume_id/volume_id/ufs.h [moved from extras/volume_id/volume_id/ufs/ufs.h with 100% similarity]
extras/volume_id/volume_id/util.c
extras/volume_id/volume_id/volume_id.c
extras/volume_id/volume_id/volume_id.h
extras/volume_id/volume_id/xfs.c [moved from extras/volume_id/volume_id/xfs/xfs.c with 96% similarity]
extras/volume_id/volume_id/xfs.h [moved from extras/volume_id/volume_id/xfs/xfs.h with 100% similarity]