Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-09 | volume_id: support sub-uuid's and plug in btrfs device uuid | Kay Sievers | |
2008-12-09 | volume_id: btrfs - update format | Kay Sievers | |
2008-12-06 | make: do not delete autotools generated file with distclean | Kay Sievers | |
[...] running the command `make maintainer-clean' should not delete `configure' even if `configure' can be remade using a rule in the Makefile. More generally, `make maintainer-clean' should not delete anything that needs to exist in order to run `configure' and then begin to build the program. This is the only exception; `maintainer-clean' should delete everything else that can be rebuilt. | |||
2008-12-03 | volume_id: HPFS code clean up | Karel Zak | |
* fix typo (hs vs. hbb) * set id->{version,usage,type} when all tests pass * be paranoid and don't use hs->version when "hs" source buffer was possibly modified by next volume_id_get_buffer() call. Signed-off-by: Karel Zak <kzak@redhat.com> | |||
2008-11-22 | update NEWS TODO | Kay Sievers | |
2008-11-21 | volume_id: clear probing result before probing and do not probe a second ↵ | Kay Sievers | |
time, if not needed On Thu, Nov 20, 2008 at 14:17, Karel Zak <kzak@redhat.com> wrote: > I see the patch (volume_id_probe_filesystem()) and a few things come > to mind: > > - shouldn't be the relevant parts (label, uuid, version, ...) of > the "struct volume_id" zeroized when you found a signature and > before you call the next probing function? > > - it seems as overkill to use two for()s and probe two times for all > filesystems. What about to store the first result and re-use it? > > - .. or at least never use the second for() when the fist for() found > nothing ;-) | |||
2008-11-21 | volume_id: update btrfs | Kay Sievers | |
2008-11-21 | vol_id: if regular files are probed, use stat() for the size value | Kay Sievers | |
2008-11-21 | volume_id: remove unused usage types | Kay Sievers | |
2008-11-18 | volume_id: update btrfs magic | Kay Sievers | |
2008-11-14 | vol_id: clarify error message | Kay Sievers | |
2008-11-13 | volume_id: ntfs - mark as no other fs must match | Kay Sievers | |
2008-11-13 | fix spelling in comment | Kay Sievers | |
2008-11-13 | volume_id: fat - accept empty FAT32 fsinfo signature | Kay Sievers | |
2008-11-13 | volume_id: always check for all filesystem types and skip conflicting results | Kay Sievers | |
We probe for all known filesystems to find conflicting signatures. If we find multiple matching signatures and one of the detected filesystem types claims that it can not co-exist with any other filesystem type, we do not return a probing result. We can not afford to mount a volume with the wrong filesystem code and possibly corrupt it. Linux ssytems have the problem of dozens of possible filesystem types, and volumes with left-over signatures from former filesystem types. Invalid signature need to be removed from the volume to make the filesystem detection successful. We do not want to read that many bytes from probed floppies, skip volumes smaller than a usual floppy disk. | |||
2008-11-13 | volume_id: fat - move check for msdos signature (0x55 0xaa) | Karel Zak | |
Make the msdos signature (0x55 0xaa) at 510 and 511 optional when the standard FAT magic string is present. | |||
2008-11-05 | unify string replacement | Kay Sievers | |
2008-11-05 | volume_id: btrfs update | Kay Sievers | |
2008-10-22 | volume_id: swap - larger PAGE_SIZE support | Matthias Koenig | |
2008-10-21 | use more appropriate alternatives to malloc() | Alan Jenkins | |
Use calloc to request cleared memory instead. Kernel and libc conspire to make this more efficient. Also, replace one malloc() + strcpy() with strdup(). Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk> | |||
2008-10-16 | volume_id: btrfs - update magic to latest disk format | Kay Sievers | |
2008-10-16 | libudev: add global property list | Kay Sievers | |
2008-10-13 | vol_id: update README | Kay Sievers | |
2008-10-13 | volume_id: support for GFS2 UUIDs | Steven Whitehouse | |
2008-10-06 | volume_id: more fat debugging | Kay Sievers | |
2008-10-06 | volume_id: add more vfat debugging information | Kay Sievers | |
2008-10-03 | volume_id: use PRIu64i, PRIx64 macros | Kay Sievers | |
2008-10-03 | volume_id: add btrfs | Kay Sievers | |
2008-10-03 | volume_id: better DDF raid detection | Kay Sievers | |
2008-10-03 | vol_id: always use the safe string versions for unencoded label and uuid | Kay Sievers | |
2008-10-03 | vol_id: fix logging glue | Kay Sievers | |
2008-10-03 | volume_id: add dbg() as noop to check for compile errors | Kay Sievers | |
2008-10-03 | vol_id: add size= option | Kay Sievers | |
2008-10-02 | libudev: get rid of selinux | Kay Sievers | |
"Hello world!" linked against libselinux parses /proc/mounts and whatever else on startup, even when the lib is not needed at all. Not funny! Get rid of that thing where it's not absolutely needed. | |||
2008-10-02 | use no_argument, required_argument, optional_argument in longopts | Kay Sievers | |
2008-10-02 | volume_id: hpfs - read label and uuid | Kay Sievers | |
2008-10-01 | build: include Makefile.am.inc in all Makefile.am | Kay Sievers | |
Many thanks to Chris Spiegel for finding the still current vol_id non-large-file-access bug, because of not including config.h. | |||
2008-09-29 | gitignore: move *.8 to subdirs | Kay Sievers | |
2008-09-19 | always include config.h from Makefile | Kay Sievers | |
2008-09-16 | vol_id: fix lib logging glue | Kay Sievers | |
2008-09-10 | extras: use libudev code | Kay Sievers | |
2008-09-10 | libudev: rename libudev-utils.c libudev-util.c | Kay Sievers | |
2008-09-10 | libudev: get rid of udev_utils.c | Kay Sievers | |
2008-09-10 | libudev: get rid of udev_sysfs.c | Kay Sievers | |
2008-09-10 | update file headers | Kay Sievers | |
2008-09-10 | volume_id: merge util.h in libvolume_id-private.h | Kay Sievers | |
2008-09-10 | libudev: add selinux | Kay Sievers | |
2008-09-07 | udevadm: add --version --help options to man page, hide them as commands | Kay Sievers | |
2008-09-06 | vol_id: add --debug option | Kay Sievers | |
2008-09-06 | volume_id: linux_raid - fix logic for volumes with size == 0 | Kay Sievers | |