Whamcloud - gitweb
iam:
authornikita <nikita>
Mon, 29 May 2006 21:10:37 +0000 (21:10 +0000)
committernikita <nikita>
Mon, 29 May 2006 21:10:37 +0000 (21:10 +0000)
commit42c3ba6b970b99ca4264c2917d8608af0ed54f44
tree2ab08885aaaf878ecb6c555f89a57c9159ca1882
parentd1d4cd211032e88cc75787a8ea77a5e6e1f5f681
iam:

  - separate code better,

  - finish iam_lfix format,

  - add format guessing: self-contained iam file that keeps (in the o-th page)
    its own meta-information: key and record size, etc.

  - user level tool ./lustre/utils/iam_create.c to create lfix iam files.

osd:

  - interface to iam isolating upper layers from knowledge of iam details.

fld:

  - adjust to changed indexing interface.
15 files changed:
lustre/fld/fld_handle.c
lustre/fld/fld_iam.c
lustre/fld/fld_internal.h
lustre/include/dt_object.h
lustre/include/lu_object.h
lustre/include/lustre_fid.h
lustre/kernel_patches/patches/ext3-iam-separate.patch
lustre/mdd/mdd_handler.c
lustre/mdt/mdt_handler.c
lustre/obdclass/dt_object.c
lustre/obdclass/lu_object.c
lustre/osd/osd_handler.c
lustre/osd/osd_internal.h
lustre/utils/Makefile.am
lustre/utils/create_iam.c