aboutsummaryrefslogtreecommitdiff
path: root/modules/devices/storage.c
AgeCommit message (Collapse)Author
2024-03-14FIX GCC warnings and 3 potential crash never seenhwspeedy
2024-02-08LICENSE Changed to GPL2+ for project and source code According to approval ↵bigbear
from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707
2021-11-07Update copyright informationL Pereira
2021-11-01devices/storage: Added more SMART Attributes keysOndrej Čerman
2021-10-19devices/storage - added WWN/EUI Identifier and IEEE OUIOndrej Čerman
2021-10-17devices/storage - refactoring - all code that is extending udisks2 ↵Ondrej Čerman
information has been moved to separate file.
2021-09-15ppc64 - fixed smart info and resolved compilation warningsOndrej Čerman
2020-12-12devices/storage: added more S.M.A.R.T. attrib. labelsOndrej Čerman
2020-12-12devices/storage: S.M.A.R.T.: Used monotype font and changed printf format so ↵Ondrej Čerman
the values are aligned to the cols
2020-12-12devices/storage: added intepreted s.m.a.r.t. valueOndrej Čerman
2020-05-17Fix more formatting errorsLeandro Pereira
2020-01-03storage: show PCI address for nvmeBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2020-01-03storage: updated listOndrej Čerman
2020-01-03storage: just don't put vendor in the label for nowBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2020-01-03storage: nvme pci info + udisks2_util vendor fixesBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-28udisks2_util: try pci vendor for nvme without vendor infoBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27storage: use vendor flag for vendor fieldsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-10-24devices/storage: Better SMART attribute labelsOndrej Čerman
2019-10-24Devices/storage: SMART attributes from udisks2Ondrej Čerman
2019-07-12Show links for vendorsLeandro Pereira
2019-07-10devices/storage: small fixesOndrej Čerman
2019-07-10devices/storage: added partitions infoOndrej Čerman
2019-07-05devices/storage: fixed current mediaOndrej Čerman
2019-07-02devices/storage: fix crash on double freeBurt P
`media_comp` doesn't always get set, so needs to be set to null after free to be re-used. Fixes: https://github.com/lpereira/hardinfo/issues/394 Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-30devices/storage: Better storage media labelsOndrej Čerman
2019-06-26Update S.M.A.R.T.TotalCaesar659
Co-Authored-By: Leandro A. F. Pereira <leandro@hardinfo.org>
2019-06-26Update S.M.A.R.T.TotalCaesar659
Co-Authored-By: Leandro A. F. Pereira <leandro@hardinfo.org>
2019-06-26Change "smart" to "S.M.A.R.T."TotalCaesar659
2019-06-19Fix typoTotalCaesar659
2019-05-13devices/storage - udisks2: added pm, apm, aam, part. table type and ↵Ondrej Čerman
partitions list
2019-01-15devices/storage: Use udisks2 as primary source for storage infoOndrej Čerman
2018-11-30devices/storage: added udisks2 supportOndrej Čerman
2018-04-24devices/storage: remove file testBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2018-04-24devices/storage: try `lsscsi -c` if /proc/scsi/scsi is not foundBurt P
This is a hack to address #240. The storage scanner needs work. Signed-off-by: Burt P <pburt0@gmail.com>
2016-07-30Remove trailing whitespace in storage.cLeandro Pereira
2016-07-30Fix multiple problems in IDE disk informationLeandro Pereira
2014-01-03Add initial translation support (patch from rodin.s)Julien Lavergne
2012-01-26Better manage moreinfo hashesLeandro Pereira
Have only one for the whole program and use per-module namespaces/prefixes so that each module can clear its own information easily.
2010-08-15Fix potential problems found by clang static analyzer.Leandro Pereira
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira