summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: fix distcheckv0.18Lennart Poettering2011-10-121-1/+1
|
* build-sys: prepare release 18Lennart Poettering2011-10-121-2/+2
|
* build-sys: rename bootstrap.sh to autogen.shLennart Poettering2011-10-121-0/+0
|
* build-sys: updates to bootstrap.shLennart Poettering2011-10-121-19/+35
|
* atasmart: multiply by sector threshold by 1024 to avoid false positivesLennart Poettering2011-10-111-3/+4
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=25772
* Speed up get_overall() and get_bad()Martin Pitt2011-10-111-53/+44
| | | | | | | | | Instead of iterating through all attributes four times for an sk_disk_smart_get_overall() call, just do it once and store the results in SkDisk. This considerably speeds up libatasmart for common operations like smart_get_overall() and smart_get_bad(). https://bugs.freedesktop.org/show_bug.cgi?id=26834
* atasmart: sector field can never be larger then 48 bits, so no point in ↵Lennart Poettering2011-10-111-1/+1
| | | | comparing with (uint64_t) -1
* atasmart: ignore sector count if it is -1Lennart Poettering2011-10-111-1/+3
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=25021
* Add quirk namesWojciech Piekutowski2011-04-131-0/+7
|
* Treat 'Media Wearout Indicator' as a percentageWojciech Piekutowski2011-04-121-1/+1
|
* Disable short time verification for Spin Up TimeWojciech Piekutowski2011-04-121-0/+14
|
* Comment on difference between SMALL_PERCENT and PERCENT attribute unitsWojciech Piekutowski2011-04-121-1/+1
|
* Support Timed Workload Media Wear, Timed Workload Host Reads, Workload TimerWojciech Piekutowski2011-04-122-20/+73
|
* Support Program Fail Count and Erase Fail Count attributesWojciech Piekutowski2011-04-121-0/+2
|
* Show MB, GB or TB depending on the valueWojciech Piekutowski2011-04-122-8/+13
|
* Start/Stop Count always shows 0 for Intel SSD G3Wojciech Piekutowski2011-04-121-1/+14
|
* Handle duplicated Available Reserved SpaceWojciech Piekutowski2011-04-121-0/+1
|
* Handle duplicated Total LBAs WrittenWojciech Piekutowski2011-04-121-16/+30
|
* Handle Total LBAs Written and Total LBSa ReadWojciech Piekutowski2011-04-122-1/+12
|
* Handle Media Wearout IndicatorWojciech Piekutowski2011-04-121-2/+16
|
* Handle Available Reserved SpaceWojciech Piekutowski2011-04-111-2/+22
|
* Add INTEL SSD 320 120GB blobWojciech Piekutowski2011-04-111-0/+0
|
* Display endurance-remaining as percentage decreasing from 100 to 0Wojciech Piekutowski2011-04-112-2/+10
|
* strpool: initialize i->suffix_of to NULLGianluigi Tiesi2011-04-051-0/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=28772
* buld-sys: simplify configure script; drop unused checks.Diego Elio Pettenò2011-02-081-64/+26
| | | | | | | With this change, configure is updated to a more modern syntax, a number of tests possibly introduced by autoscan are dropped (as the code never makes use of those), and comments are changed with dnl's so that they are not copied in the final output.
* build-sys: use the same flags checking as PulseAudio.Diego Elio Pettenò2011-02-082-28/+298
| | | | | This introduces the same attributes.m4 file used there and replaces the custom checking code.
* build-sys: make libatasmart easily cross-compilableDiego Elio Pettenò2011-02-086-12/+146
| | | | | | | | | | | | | Pick up the AX_CC_FOR_BUILD macro from autoconf-archive (improved, going to be sent there soon), then use that one to find the host's compiler. Build the strpool in a different directory, since you cannot override CC and other variables on a per-target basis yet. While this adds recursivity to the build system is the best hope you have to properly solve the cross-compilation. Update .gitignore accordingly to the above changes, and make sure bootstrap.sh search macro files in the m4 directory.
* build-sys: allow libatasmart headers to be installed somewhere elseChristoph Thompson2010-11-101-1/+1
| | | | | | | | | Please find attached a small patch which allows installing the headers of libatasmart in a subfolder (or anywhere else for that matter) for keeping things tidy in there. This might be also useful if libatasmart gets ported to a non-UNIX platform one of these days. Have a nice day.
* libatasmart patchGuy Taylor2010-02-171-0/+2
| | | | | | | | | | | | | | | hi I have made a patch for libatasmart to add support for attribute 184 and 188. just adds the name to them. Anyway I thought you might want to take a look at it. Iv attached the patch against the git master and here is the link to the Ubuntu's bug/patch https://bugs.launchpad.net/libatasmart/+bug/521864 Thanks Guy Taylor
* blacklist another bridgeLennart Poettering2009-12-181-4/+11
| | | | http://bugs.freedesktop.org/show_bug.cgi?id=24951
* fix return of uninitialized variableDavid Zeuthen2009-12-181-0/+1
| | | | | | | | | | | | | | | | | | atasmart.c: In function ‘init_smart’: atasmart.c:2556: warning: ‘ret’ may be used uninitialized in this function We apparently don't initialize the ret variable in init_smart() - unfortunately o this warning is never reported with using -O0 (thanks gcc - see http://gcc.gnu.org/wiki/Better_Uninitialized_Warnings though) o we never run into this bug with just skdump(1) The bug does show up in the udisks (aka DeviceKit-disks) use of libatasmart and this patch fixes it. http://bugs.freedesktop.org/show_bug.cgi?id=25543
* make init_smart() staticLennart Poettering2009-10-271-2/+2
|
* Drop LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE check that is not part of ↵Michael Biebl2009-10-271-2/+1
| | | | modern libudev anymore
* Restrict the list of exported symbols to sk_.*Michael Biebl2009-10-271-1/+2
| | | | | Use libtools' -export-symbols-regex to restrict the list of exported symbols so we not accidentally export symbols like init_smart
* more Apple SSD firmware versions are evil then originally thoughtLennart Poettering2009-10-271-2/+3
|
* 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
|