1
linux/drivers/staging
H.J. Thomassen dbda83255c Staging: add cowloop driver
Cowloop is a "copy-on-write" pseudo block driver. It can
be stacked on top of a "real" block driver, and catches
all write operations on their way from the file systems
layer above to the real driver below, effectively shielding
the lower driver from those write accesses. The requests are
then diverted to an ordinary file, located somewhere else
(configurable). Later read requests are checked to see whether
they can be serviced by the "real" block driver below, or
must be pulled in from the diverted location. More information
is on the project's website http://www.ATComputing.nl/cowloop/

From: "H.J. Thomassen" <hjt@ATComputing.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15 12:02:33 -07:00
..
agnx Staging: agnx: remove flush_workqueue() 2009-09-15 12:02:29 -07:00
altpciechdma Staging: altpciechdma: 64bit type warning fix 2009-09-15 12:02:26 -07:00
android staging: Make some structures static 2009-09-15 12:02:24 -07:00
asus_oled
at76_usb
b3dfg Staging: b3dfg: Drop NULL test on list_entry result 2009-09-15 12:01:40 -07:00
comedi Staging: comedi: apci3200: fix test of ui_DelayTime range in i_APCI3200_CommandTestAnalogInput() 2009-09-15 12:02:29 -07:00
cowloop Staging: add cowloop driver 2009-09-15 12:02:33 -07:00
cpc-usb Staging: cpc-usb: add one todo entry 2009-09-15 12:02:05 -07:00
dream staging: Make some structures static 2009-09-15 12:02:24 -07:00
dst Staging: dst: correct error-handling code 2009-09-15 12:02:06 -07:00
echo Staging: echo: coding style cleanups 2009-09-15 12:02:16 -07:00
et131x Staging: et131x: kill off the TXDMA CSR type 2009-09-15 12:02:29 -07:00
frontier
go7007
heci
hv Staging: hv: update the TODO file 2009-09-15 12:02:04 -07:00
iio Staging: iio: fix duplicate dev_attr_name 2009-09-15 12:02:26 -07:00
line6 Staging: ARRAY_SIZE changes 2009-09-15 12:02:06 -07:00
me4000
meilhaus Staging: ARRAY_SIZE changes 2009-09-15 12:02:06 -07:00
mimio
octeon
otus staging: Make some structures static 2009-09-15 12:02:24 -07:00
p9auth
panel Staging: panel: Add support for TI CLCD interface 2009-09-15 12:02:29 -07:00
phison
poch
pohmelfs Staging: pohmelfs: sync with the development tree 2009-09-15 12:02:30 -07:00
quatech_usb2
rar Staging: rar/sep: Don't use random VENDOR_ID macros but the proper names 2009-09-15 12:02:12 -07:00
rspiusb Staging: rspiusb: Check usb_buffer_map_sg() retval 2009-09-15 12:02:29 -07:00
rt2860 Staging: rt{2860,2870,3070}sta: Remove unused CRC code 2009-09-15 12:02:24 -07:00
rt2870 Staging: rt2870: remove old firmware 2009-09-15 12:02:23 -07:00
rt3070 Staging: remove no longer needed rt3070 driver 2009-09-15 12:02:23 -07:00
rt3090 Staging: Correct use of ! and & 2009-09-15 12:02:06 -07:00
rtl8187se Staging: rtl8187se: Fix comment-out-typo 2009-09-15 12:02:17 -07:00
rtl8192e Staging: rtl8192e: fix timeouts on firmware download 2009-09-15 12:02:32 -07:00
rtl8192su Staging: rtl8192su: add linux/vmalloc.h 2009-09-15 12:02:17 -07:00
sep Staging: sep: SEP driver build breaks with CONFIG_PCI=n 2009-09-15 12:02:15 -07:00
serqt_usb2 Staging: serqt_usb2: fix qt_open parameters 2009-09-15 12:02:06 -07:00
slicoss Staging: ARRAY_SIZE changes 2009-09-15 12:02:06 -07:00
stlc45xx
sxg Staging: ARRAY_SIZE changes 2009-09-15 12:02:06 -07:00
udlfb Staging: udlfb: fix printk format warning 2009-09-15 12:02:06 -07:00
usbip Staging: usb-ip: vhci_hdc:Fix the returned error value 2009-09-15 12:02:05 -07:00
vme Staging: vme: change to VME_BUS 2009-09-15 12:02:11 -07:00
vt6655 Staging: vt6655: fix possible Read buffer overflow 2009-09-15 12:02:09 -07:00
vt6656 Staging: vt665x: remove tbit.h 2009-09-15 12:02:08 -07:00
winbond Staging: w35und: Remove some write-only struct members 2009-09-15 12:02:17 -07:00
wlan-ng
Kconfig Staging: add Realtek 8192 PCI wireless driver 2009-09-15 12:02:30 -07:00
Makefile Staging: add Realtek 8192 PCI wireless driver 2009-09-15 12:02:30 -07:00
staging.c