open-cas-linux/modules
Robert Baldyga 94e8ca09e0 Initial commit
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-03-29 08:45:50 +01:00
..
cas_cache Initial commit 2019-03-29 08:45:50 +01:00
cas_disk Initial commit 2019-03-29 08:45:50 +01:00
include Initial commit 2019-03-29 08:45:50 +01:00
CAS_VERSION_GEN Initial commit 2019-03-29 08:45:50 +01:00
config.mk Initial commit 2019-03-29 08:45:50 +01:00
extra.mk Initial commit 2019-03-29 08:45:50 +01:00
Makefile Initial commit 2019-03-29 08:45:50 +01:00
README Initial commit 2019-03-29 08:45:50 +01:00
tags Initial commit 2019-03-29 08:45:50 +01:00

Open CAS  accelerates Linux applications by caching active (hot) data to
a local flash device inside servers. Open CAS implements caching at the
server level, utilizing local high-performance flash media as the cache drive
media inside the application server as close as possible to the CPU, thus
reducing storage latency as much as possible.
The Open Cache Acceleration Software installs into the GNU/Linux operating
system itself, as a kernel module. The nature of the integration provides a
cache solution that is transparent to users and  applications, and your
existing storage infrastructure. No storage migration effort or application
changes are required.

Open CAS is distributed on Dual BSD-2-Clause-Patent/GPLv2 license (see
https://opensource.org/licenses/BSDplusPatent and
https://opensource.org/licenses/GPL-2.0 for for full license texts).

Open CAS uses Safe string library (safeclib) that is MIT licensed.