Whamcloud - gitweb
Introduction of lu_env.
[fs/lustre-release.git] / lustre / obdclass / dt_object.c
2006-09-28 nikitaIntroduction of lu_env.
2006-09-27 lsyland capability.
2006-09-14 yury- make all "getters" name correspond to naming paradigm...
2006-09-13 yury- root_get and conf_get renamed to get_root and get_con...
2006-08-28 huanghuamove transaction commit callback context from dt_device...
2006-08-28 huanghuafix according to nikita's inspection result; mainly:
2006-08-23 huanghuaremove "lu_context *" parameter from dtc_txn_commit()
2006-07-20 nikitaremove pleonastic "_object" from dt_object_operations...
2006-07-18 nikitarename dt_is_dir() to dt_try_as_dir() to reflect the...
2006-07-02 nikitadt_object: add di_is_dir() helper
2006-06-27 wangdiBranch: b_new_cmd
2006-05-29 nikitaiam:
2006-05-27 nikitadt_store_open(): new helper function to open perisisten...
2006-05-19 nikitamake lu_context const
2006-05-19 yury- update from b1_4_mountconf
2006-05-17 nikitadt_object_fini(): add a cast to sub-object
2006-05-17 nikitaadd dt_object_{init,fini}()
2006-05-09 nikitadt: dt_txn_hook_*(): skip NULL call-backs
2006-05-08 nikitadt: 0. add txn callbacks interface; 1. pass lu_attr...