Whamcloud - gitweb
add ls_node_id into struct lu_site
[fs/lustre-release.git] / lustre /
2006-05-12 tapproadd ls_node_id into struct lu_site
2006-05-11 nikitalibcfs: fixes to CDEBUG(), LASSERT() and friends to...
2006-05-10 nikitaGrr... revert previous commit, as part of it went into...
2006-05-10 nikitalibcfs: fixes to CDEBUG(), LASSERT() and friends to...
2006-05-10 nikitaosd: remove accidentially committed bit of testing
2006-05-10 nikitaosd: remove explisit iam operations
2006-05-10 nikitado ldiskfs renames in linux/lustre_iam.h
2006-05-10 nikitaiam: fixes
2006-05-10 nikitadt: remove explicit iam operations from dt_device_opera...
2006-05-10 nikitafld: fix iam usage.
2006-05-10 huanghua(1) Fix a memory leak bug in mdt_device_alloc: by calli...
2006-05-10 wangdiBranch: b_new_cmd
2006-05-10 yusysplit task of IAM proto and FLD proto for wangdi
2006-05-09 nikitaosd_mount(): use simple_mkdir()
2006-05-09 nikitaadd lu_attr to the ->moo_object_create() method
2006-05-09 nikitadt: dt_txn_hook_*(): skip NULL call-backs
2006-05-09 yury- last colibri WB added to b_new_cmd/lustre/doc
2006-05-08 nikitaosd-oi: pass transaction handle to object index functions
2006-05-08 nikitaosd: 0. remove duplicate helper functions; 1. implement...
2006-05-08 nikitamdd: pass lu_attr down to osd
2006-05-08 nikitadt: 0. add txn callbacks interface; 1. pass lu_attr...
2006-05-08 tappromake cmm_fld_lookup compatible with 1 MDS only
2006-05-07 nikitaosd: fix osd_trans_stop() to release reference to device
2006-05-07 nikitaadd some rough transaction support to osd
2006-05-07 tapproconnect mdc_device to the target MDT,
2006-05-07 tappromake lu_fid const value in mdo_name_insert()
2006-05-07 tappro__mdd_index_insert uses lu_fid a parameter instead...
2006-05-07 tapproabsence of name is not error due to 'object_create...
2006-05-07 tapprosetup local index
2006-05-07 tapproinclude index of MDS in setup config
2006-05-06 tapproadd methods in osd to support mkdir, remove unused...
2006-05-06 nikitaforgotten bits of yesterday object index fix
2006-05-05 nikitahot fix o2iblnd damage. At least it compiles.
2006-05-05 tapprofix function declaration and calls due to lockh remove
2006-05-05 tapproremove unused mdt_lock_handle from several methods...
2006-05-05 tapprofill fid2 only if cid is exists
2006-05-05 nikitareturn back object index implementation based on a...
2006-05-05 nikitaconstify a bit
2006-05-05 nikitafix grammar
2006-05-04 nikitafix pre/post conditions
2006-05-04 tapprorename fid,replayfid in mdt_rec_create to the fid1...
2006-05-04 tapproupdate cmm/mdc
2006-05-04 tapproupdate mdd
2006-05-04 tappromove object_create/destroy from device_ops to the objec...
2006-05-04 yury- fixed few typos
2006-05-04 yury- added delete_inode() which calls obd_fid_delete()
2006-05-04 yury- small improvements in llite_fid.c
2006-05-04 yury- moving start fid init from client_connect_obd() to...
2006-05-04 yury- LMV only implements plecement policy and MDC allocate...
2006-05-04 yury- LMV saves connect data for all tatgets;
2006-05-03 nikitamore comments...
2006-05-03 nikitalu_object_fid(): return const as fid is immutable after...
2006-05-02 nikitamdt: use lu_object_exists()
2006-05-02 nikitaadd comments for dld
2006-05-02 nikitaadd lu_object_exists() and use it
2006-05-02 tapprofix wrong parameter in mdd_object_create
2006-05-02 tapprofix wrong parameter type in mdc_object_create
2006-05-02 tapproadd mdo_object_create skeleton
2006-05-02 tapprorename cmm_mdc into mdc_device
2006-05-02 tapproadd cross-ref operations in mdd
2006-05-02 tapproadd partial operation for cross-ref mkdir
2006-05-01 tapproupdate 'steal_log' to properly form mdc adding log...
2006-05-01 tapproadd mdc_device name
2006-05-01 tapproadd mdc_device code, insert mdc targets in cmm, update...
2006-04-29 huanghuaremoved uesless and/or not used code by now in mdt_inte...
2006-04-29 huanghua(1)correct the cleanup for mdt_intent_ploicy.
2006-04-29 huanghua(1) use mdt_lock_hancle instead of lustre_handle.
2006-04-28 nikitasplit part of md_operations into md_dir_operations...
2006-04-28 tapproexport symbols needed for fld_iam.c
2006-04-28 tapproadd missed iam.c to the list of new sources
2006-04-28 wangdiBranch: b_new_cmd
2006-04-28 huanghua(1) roll back some silly changes in lu_attr.
2006-04-28 huanghua (1) put REINT requests' argument into lu_attr.
2006-04-28 huanghua (1) put REINT requests' argument into lu_attr.
2006-04-28 huanghua(1) put REINT requests' argument into lu_attr.
2006-04-28 huanghuafix a little in mdt_intent_policy.
2006-04-27 huanghua1. modified the code to #colibri coding guideline.
2006-04-27 nikitarollback my misguided fld fixes
2006-04-27 huanghuaadd intent support intially, and much work are still...
2006-04-27 huanghuafix a problem caused by renamed struct members (lu_obje...
2006-04-27 huanghuaadd reint handlers: The first step is adding mkdir.
2006-04-26 nikitamove some method into per-object operation vectors...
2006-04-26 nikitaexterminate struct md_params: it is not used anyway
2006-04-26 nikitaadd .cvsignore's for new directories.
2006-04-26 nikitamore fld fixes. It mounts now.
2006-04-26 nikitaadd more comments for MDAPI DLD
2006-04-26 nikitamove lu_attr from lu_context to mdt_thread_info
2006-04-26 nikitafix fld/iam compilation breakage
2006-04-25 tapprofix issue with process_config checks
2006-04-25 yury- fixed direct access to obd->obd_namespace in llite...
2006-04-25 yury- ->lo_objs renamed to ->lo_inodes in struct lmv_obj;
2006-04-25 yury- few renames in LMV module to make it more understanda...
2006-04-25 wangdiBranch: b_new_cmd
2006-04-25 yury- fix in lmv_intent_lock()
2006-04-24 tapproremove unused stuff
2006-04-24 tapproadd lmv config while mdt initialization
2006-04-24 tapprocmm update
2006-04-24 tapproremove assignment for unused vars.
2006-04-24 tappro- lmv_fld_lookup returns 0 instead of error.
2006-04-24 yury- remove ll_have_md_lock(). It accessed md namespace...
next