Whamcloud - gitweb
- ofd (obdfilter over OSD) is added
authoralex <alex>
Sat, 21 Feb 2009 18:40:05 +0000 (18:40 +0000)
committeralex <alex>
Sat, 21 Feb 2009 18:40:05 +0000 (18:40 +0000)
commitbc37efa6dc48507899e5e7713ac3d4712bb03ea2
treeed207b6692b073aa7e09cea960fa8a48c550bee0
parent5f25d1f8e3a165597697ea90fe2f9689af750ce4
 - ofd (obdfilter over OSD) is added
18 files changed:
lustre/include/linux/obd_class.h
lustre/obdclass/linux/linux-obdo.c
lustre/ofd/Makefile.in [new file with mode: 0644]
lustre/ofd/autoMakefile.am [new file with mode: 0644]
lustre/ofd/lproc_ofd.c [new file with mode: 0644]
lustre/ofd/ofd_capa.c [new file with mode: 0644]
lustre/ofd/ofd_clients.c [new file with mode: 0644]
lustre/ofd/ofd_dev.c [new file with mode: 0644]
lustre/ofd/ofd_fmd.c [new file with mode: 0644]
lustre/ofd/ofd_fs.c [new file with mode: 0644]
lustre/ofd/ofd_grant.c [new file with mode: 0644]
lustre/ofd/ofd_internal.h [new file with mode: 0644]
lustre/ofd/ofd_io.c [new file with mode: 0644]
lustre/ofd/ofd_llog.c [new file with mode: 0644]
lustre/ofd/ofd_lvb.c [new file with mode: 0644]
lustre/ofd/ofd_obd.c [new file with mode: 0644]
lustre/ofd/ofd_objects.c [new file with mode: 0644]
lustre/ofd/ofd_recovery.c [new file with mode: 0644]