summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix name of a blob in Makefile.amv0.17Lennart Poettering2009-10-271-1/+1
|
* bump version and releaseLennart Poettering2009-10-271-2/+2
|
* add blob for laptop drive with failing Old-Age attributeDavid Zeuthen2009-10-272-0/+1
| | | | 4 start-stop-count 1 1 20 252391 0xe7d903000000 old-age online no no
* add missing blob to tarballLennart Poettering2009-10-241-0/+1
|
* add another SSD blobLennart Poettering2009-10-243-0/+1
|
* Ignore attributes 5 and 190 on some Apple SSDLennart Poettering2009-10-241-0/+15
| | | | http://bugs.freedesktop.org/show_bug.cgi?id=24700
* add link to bzLennart Poettering2009-10-241-0/+3
|
* check the right boolean when calculating blob sizeLennart Poettering2009-10-231-1/+1
|
* delay smart initialization until the first SMART call is doneLennart Poettering2009-10-231-20/+48
|
* add another blobLennart Poettering2009-10-191-0/+0
|
* blobs: add an interesting SAMSUNG SSD blobLennart Poettering2009-09-292-0/+1
| | | | Contributed by Tobias Wolf.
* 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.