2
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Fixed some bugs and typos * Array can have degraded state if any disk is failed or array is in read-only mode More... over 15 years ago
* Added SCSI bus rescanning while adapter restarting. Very useful to find a newly attached drives. * MD-subsystem does not check hotspare's state (are they detached?) and does not report correctly it. We can simply remove their binding for logical drives. More... over 15 years ago
Added physical smart method, that can retrieve SMART info from drives behind the adapter. More... over 15 years ago
Smartctl's output parsing functionality moved to a separate function. More... over 15 years ago
Forgotten full path to block device outputting. More... over 15 years ago
Added SMART info retrieving using latest smartmontools for Areca adapter. More... over 15 years ago
Fixed error when software will fail if no arrays exist in some cases. It shouldn't do that. More... over 15 years ago
* Added ability to find corresponding /dev block entries for logical driver in lsi_megarc adapter. * Code for that ability in lsi_megacli is simplified. * Moved useful physical_read_file function from software adapter to commonly shared baseraid one. More... over 15 years ago
Inquisitor ========== * get_hdds_list function fully relies on Einarc's methods * hdd-passthrough simplified, because of updated get_hdds_list and software adapter using in Einarc More... over 15 years ago
Added manpage for raid-wizard-optimal
GreyCat
as Mikhail Yakshin
More... over 15 years ago
Fixed images/ subdir processing in Makefile
GreyCat
as Mikhail Yakshin
More... over 15 years ago
Added manpages for raid-wizard-clear(8) and raid-wizard-passthrough(8); moved einarc(1) into einarc(8), akin to fdisk(8), mkfs.*(8), etc
GreyCat
as Mikhail Yakshin
More... over 15 years ago
Fixed typo in DEPS_ variables
GreyCat
as Mikhail Yakshin
More... over 15 years ago
One more place to pump version, really
GreyCat
as Mikhail Yakshin
More... over 15 years ago
Added simple script to regenerate asciidoc dependencies
GreyCat
as Mikhail Yakshin
More... over 15 years ago
Added svn:ignores to make sure that built files would never be comitted
GreyCat
as Mikhail Yakshin
More... over 15 years ago
Split manual into many files that ought to be included to compose various documentation formats; added two man-pages: einarc(1) and einarc-install(8), composed mostly from pre-made material; rewrote asciidoc building infrastructure and moved it into doc/.
GreyCat
as Mikhail Yakshin
More... over 15 years ago
Do not mix entities captured by both regular expressions together. With ID one is preferred. More... almost 16 years ago
Fixed unexpected behaviour with pcimap function. More... almost 16 years ago
Added "physical smart" method to documentation. More... almost 16 years ago
There is absolutely no need in "md" before logical ID in task list. More... almost 16 years ago
Fixed regexp, that showed "normal" array status when percent was less than ten. More... almost 16 years ago
Sometimes we need to use "-d ata" option to retrieve SMART information. Added determining of it. More... almost 16 years ago
Usability improvement: humanize is turned on by default if we output on real tty. This way is used by multiple applications, such as 'iconv -l', 'ls --color=auto', etc, to determine if we need to use human-readable or machine-readable output format; mentioned in #16
GreyCat
as Mikhail Yakshin
More... almost 16 years ago
Fixed a typo. More... almost 16 years ago
* Simplified humanization procedure for SMART printing method * Removed generate_smart_info as recommended by Greycat, because it is unneeded for possible future realizations in other adapters. * Added ability to use SMART info generated for SCSI devices (by smartctl). More... almost 16 years ago
Fixed regexp to determine PCI ID. More... almost 16 years ago
Fixed possibility of non-printable characters appearing. More... almost 16 years ago
* SMART information will be retrieved through "physical smart" method, instead of "physical get smart" property. * Future SMART realizations should use generate_smart_info function to post info in one format. More... almost 16 years ago
lsi_megacli module now has ability to get /dev-entries for each logical drive. More... almost 16 years ago