add missing 'else'
[platform/upstream/libatasmart.git] / atasmart.c
2009-04-24 Lennart Poetteringadd missing 'else'
2009-04-23 Lennart PoetteringGet rid of qurik 9_UNKNOWN again
2009-04-22 Lennart PoetteringSeagate's ST9160821AS drive encodes something strange...
2009-04-22 Lennart Poetteringdon't claim we would know what reallocated-event-count...
2009-04-22 Lennart Poetteringuse only uppermost 32 bits for reallocated-sectors...
2009-04-22 Lennart PoetteringSupport for JMicron ATA/USB bridges
2009-04-15 Lennart Poetteringdon't look for reallocated-sector-count since some...
2009-04-15 Lennart Poetteringonly use 'prefail' attributes for overall status
2009-04-14 Lennart Poetteringwhen dumping status print message when SMART is not...
2009-04-14 Lennart Poetteringwhen dealing with unknown block device type don't confu...
2009-04-14 Lennart Poetteringdon't depend on udev's ID_BUS variable when figuring...
2009-04-14 Lennart Poetteringinitialize cmd data before passing it to the scsi ioctls
2009-04-14 Lennart Poetteringadd new API sk_disk_smart_get_power_cycle()
2009-04-12 Lennart Poetteringdo a basic all-NUL check for the identify data before...
2009-04-10 Lennart Poetteringrevamp blob serialization and include smart status...
2009-04-09 Lennart Poetteringminor cleanup
2009-04-09 Lennart Poetteringdeal with ATA/USB truncation
2009-04-09 Lennart Poetteringadd support for sunplus usb/ata bridges
2009-04-07 Lennart Poetteringuse O_NONBLOCK mode when opening device
2009-04-07 Lennart Poetteringfix parsing of awake status
2009-04-05 Lennart Poetteringmake sure we don't choke on attribute id 255
2009-04-05 Lennart Poetteringdefine type string for 'unknown'
2009-04-03 Lennart Poetteringremove | chars that are too much from regexp
2009-04-03 Lennart Poetteringfix parsing of power-on-minutes
2009-04-03 Lennart Poetteringopen the disk device in O_RDONLY, let's see how compati...
2009-04-03 Lennart Poetteringmake sure the blob data is packed. it's certainly packe...
2009-04-02 Lennart Poetteringadd functions to save/load smart data blobs directly
2009-03-24 Lennart Poetteringcopy in new quirk table from smartmontools
2009-03-19 Lennart Poetteringhandle the good status of bad sector attributes especially
2009-03-19 Lennart Poetteringdrop -1 suffix from attribute names to make things...
2009-03-19 Lennart Poetteringadd new API sk_disk_smart_get_overall()
2009-03-18 Lennart Poetteringadd high-level sk_disk_smart_get_{power_on, temperature...
2009-03-18 Lennart Poetteringfix a few typos
2009-03-18 Lennart Poetteringdump access mode
2009-03-18 Matthew Garrett12-byte SAT support for libatasmart
2008-07-25 Lennart Poetteringfix space dropping algorithm
2008-07-25 Lennart Poetteringadd missing strpool lookup
2008-07-25 Lennart Poetteringadd more complete quirk framework
2008-07-19 Lennart Poetteringstrinpoolize even more tables
2008-07-19 Lennart Poetteringinitialize sense data to make valgrind shut up
2008-07-19 Lennart Poetteringactually use strpool for the atasmart sources
2008-07-03 Lennart Poetteringadd a simple string pool generator
2008-07-03 Lennart Poetteringmake a few attribute names actually unique
2008-07-02 Lennart Poetteringinclude raw attribute data
2008-07-02 Lennart Poetteringhighlight lines only when good_valid is set
2008-07-02 Lennart Poetteringcheck for threshold/value validity
2008-07-01 Lennart Poetteringautoconfization
2008-07-01 Lennart Poetteringfix copyright blurb
2008-07-01 Lennart Poetteringfixup #includes
2008-07-01 Lennart Poetteringrename smart.[ch] to atasmart.[ch]