summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* build-sys: bump release version and sonamev0.16Lennart Poettering2009-09-291-2/+2
|
* blacklist: disable jmicron access mode for some more jmicron bridgesLennart Poettering2009-09-291-7/+16
| | | | | | This is a followup on: https://bugzilla.redhat.com/show_bug.cgi?id=515881
* bump releasev0.15Lennart Poettering2009-09-181-2/+2
|
* vala: install .vapi fileLennart Poettering2009-09-182-2/+7
|
* vala: update vala API to newest C APILennart Poettering2009-09-181-28/+44
|
* blacklist 152d:2329 jmicron usb bridgesLennart Poettering2009-09-171-3/+9
|
* include more blobs in tarballLennart Poettering2009-08-201-0/+4
|
* add an interesting SSD blobLennart Poettering2009-08-201-0/+0
|
* activate automake silent rulesLennart Poettering2009-08-201-0/+2
|
* support some ssd smart attrsLennart Poettering2009-08-201-1/+10
|
* bump req'd versionsv0.14Lennart Poettering2009-08-061-3/+3
|
* update configure.ac a bitLennart Poettering2009-08-061-2/+2
|
* highlight if smart status is badLennart Poettering2009-08-061-3/+4
|
* fix parsing of power-on-minutesLennart Poettering2009-08-061-2/+2
|
* replace space by underscoreLennart Poettering2009-08-061-0/+0
|
* replace space by underscoreLennart Poettering2009-08-061-0/+0
|
* another entry for our dbLennart Poettering2009-08-061-0/+0
|
* add another entry to our little databaseLennart Poettering2009-08-061-0/+0
|
* add another entry to our little databaseLennart Poettering2009-08-061-0/+0
|
* bump soname due to ABI changeLennart Poettering2009-08-061-2/+2
|
* rework lgoic that determines verdict of driveLennart Poettering2009-08-062-36/+100
| | | | | | | | | | | Distuingish attributes that are failing now vs. failed in the past. Add 'warn' field that is used to signal UIs to highlight certain attributes. Beef up the "overall status" logic a bit. This breaks ABI. Depending on your client this might break API too.
* rename failed to badLennart Poettering2009-08-061-6/+6
|
* add MHY2250B/0085000B to quirk dbLennart Poettering2009-08-061-1/+4
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=499265
* verify parsing of all attributesLennart Poettering2009-08-061-64/+128
|
* use AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCELennart Poettering2009-08-051-1/+1
|
* fix url in configure.acLennart Poettering2009-08-051-1/+1
|
* blacklist attribute 5 of an hitachi driveLennart Poettering2009-08-051-13/+24
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=506254
* build-system: add missing blob to tarballLennart Poettering2009-05-101-0/+1
|
* Add ACLOCAL_AMFLAGS = -I m4Michael Biebl2009-05-101-0/+2
| | | | | As we already use AC_CONFIG_MACRO_DIR(m4), make sure to actually include the m4 macros in the dist tarball.
* if the ID_ATA_SMART_ACCESS udev env var is set for a device read the access ↵Lennart Poettering2009-05-071-0/+22
| | | | method from it
* show full device string when dumping statusLennart Poettering2009-05-071-1/+3
|
* allow prefixing device strings with access methodsLennart Poettering2009-05-071-17/+77
|
* rename SK_DISK_TYPE_ATA to SK_DISK_TYPE_LINUX_IDELennart Poettering2009-05-071-6/+6
|
* black list a few attributes on FUJITSU MHY2120BH/0085000BLennart Poettering2009-05-061-2/+27
|
* add a weird furjitsu drive to our dbLennart Poettering2009-05-061-0/+0
|
* look at lower 32 bit of current-pending-sector raw data only, similar to ↵Lennart Poettering2009-05-061-1/+2
| | | | reallocated-sector-count
* add another sunplus bridge to the list of supported sunplus bridgesLennart Poettering2009-04-241-1/+2
|
* add missing 'else'Lennart Poettering2009-04-241-1/+1
|
* Get rid of qurik 9_UNKNOWN againLennart Poettering2009-04-241-12/+3
| | | | | | | | | Apparently Seagate seems to use the MSB's of the raw data of the power-on-time field for something else on some disks, so let's just look at the lower 32bits of that field and we get a value that works on all disks including those from Seagate. 32bit should be more than enough to encode the power-on-time for almost all disks so this should not be much of a limitation.
* bump version and sonamev0.13Lennart Poettering2009-04-231-2/+2
|
* add more smart blobsLennart Poettering2009-04-235-0/+4
|
* document that we are not just interested in bad but also in weird drive's ↵Lennart Poettering2009-04-231-4/+4
| | | | smart data
* Seagate's ST9160821AS drive encodes something strange in attribute 9Lennart Poettering2009-04-231-1/+10
| | | | | | | | Attribute 9 of ST9160821AS apparently is not the power on time in hours. Since we have no idea what it is and how it is encoded this adds a quirk to mark the attribute as 'unknown' for this drive. See rhbz #497107.
* don't claim we would know what reallocated-event-count actually isLennart Poettering2009-04-231-3/+2
| | | | | | | | We don't reliably know what this actually is on many drives and since it is redundant to reallocated-sectors-count it's no loss to admit that we have no clue. See rhbz #497107.
* use only uppermost 32 bits for reallocated-sectors-count attribute pretty valueLennart Poettering2009-04-231-0/+2
| | | | | | | | | This seems to fix the attribute for Fujitsu drives. And those 32 bit should be enough to still encode bad sectors up to 2TB which should be more than enough. Hence it is probably safe to ignore the remaing 16 bit even on non-Fujitsu drives. See rhbz #496087.
* Support for JMicron ATA/USB bridgesLennart Poettering2009-04-221-13/+144
|
* update comments a bitv0.12Lennart Poettering2009-04-151-1/+1
|
* bump version and sonameLennart Poettering2009-04-151-2/+2
|
* don't look for reallocated-sector-count since some vendors seem to encode ↵Lennart Poettering2009-04-151-2/+1
| | | | this differently than others
* only use 'prefail' attributes for overall statusLennart Poettering2009-04-151-1/+1
|