flashcache 3.1.1+git20131019-1 source package in Ubuntu

Changelog

flashcache (3.1.1+git20131019-1) unstable; urgency=low


  * New upstream release
  * Refresh usable-makefile.patch
  * Build-Depends on pandoc-data, since some pandoc 
    template data split to it. (Closes: #724092)

 -- Liang Guo <email address hidden>  Sat, 19 Oct 2013 20:51:14 +0800

Upload details

Uploaded by:
Liang Guo
Uploaded to:
Sid
Original maintainer:
Liang Guo
Architectures:
linux-any all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
flashcache_3.1.1+git20131019-1.dsc 2.0 KiB 253052f7bb5f669d9562f128c2767d362277f95f7e7f5454e2e938c9f02594ba
flashcache_3.1.1+git20131019.orig.tar.gz 136.4 KiB 3b68e12c556c63fe92000cd29b2a808ff4c76f61c13d9ad833fa83b958bce366
flashcache_3.1.1+git20131019-1.debian.tar.gz 10.5 KiB a5c3359b5430ed9c6b30e034c39ba01b07921e8d258a3843f0958aa1c014fb19

No changes file available.

Binary packages built by this source

flashcache-dkms: write-back block device cache for Linux (DKMS version)

 Flashcache is a write-back block device cache for Linux. Using the Linux
 device mapper (DM) it provides an overlay mapper, to cache chunks of
 data on a high speed caching device like a solid-state drive for fast
 read access.
 .
 Flashcache supports FIFO and LRU cache sets, is configurable and error
 resistant. It comes with a DKMS kernel module and a corresponding user
 land for command and control. Alternatively it can be configured as
 write-through and write-around flash cache, which does not store any
 persitent data in the flash volume, hence purging the cache upon reboot.
 .
 This package provides the DKMS kernel module.
 .
 Warning: Flashcache is known not to work on the i686 (x86_32) architecture and
 possibly others.

flashcache-utils: write-back block device cache for Linux (user space utilities)

 Flashcache is a write-back block device cache for Linux. Using the Linux
 device mapper (DM) it provides an overlay mapper, to cache chunks of
 data on a high speed caching device like a solid-state drive for fast
 read access.
 .
 Flashcache supports FIFO and LRU cache sets, is configurable and error
 resistant. It comes with a DKMS kernel module and a corresponding user
 land for command and control.
 .
 This package provides user space utilities, required to control the kernel
 module.