Whamcloud - gitweb
- initial implementation of the 'portals block device', a linux block device
authorzab <zab>
Tue, 24 Dec 2002 00:57:33 +0000 (00:57 +0000)
committerzab <zab>
Tue, 24 Dec 2002 00:57:33 +0000 (00:57 +0000)
commit3c9aec8e3f7b5883ad3c5f3d821d743271796de9
tree5fd874516533a5d5093f668f4d2a268c51a46db1
parent067f52e5ac1037ef7b640405b4afbf442fd4257e
- initial implementation of the 'portals block device', a linux block device
  that that is backed by a ptlrpc service.  there is still much work remaining
  on this: communicating luns between the client and server; mapping client
  devices, target luns, and target luns and real backing store; setup and
  teardown, resource leaking in the code paths..
lustre/include/linux/obd_ptlbd.h [new file with mode: 0644]
lustre/ptlbd/Makefile.am [new file with mode: 0644]
lustre/ptlbd/blk.c [new file with mode: 0644]
lustre/ptlbd/client.c [new file with mode: 0644]
lustre/ptlbd/main.c [new file with mode: 0644]
lustre/ptlbd/rpc.c [new file with mode: 0644]
lustre/ptlbd/server.c [new file with mode: 0644]