Whamcloud - gitweb
- merge with 1_5,some fixes.
[fs/lustre-release.git] / lustre / mdt / mdt_lib.c
2006-08-20 yury- merge with 1_5,some fixes.
2006-08-18 tappro- save cookie size for mdt_shrink_reply()
2006-08-16 nikita - store object-existence flags in ->loh_attr
2006-08-16 wangdiBranch: b_new_cmd
2006-08-16 huanghua(1) mdt shrink reply;
2006-08-15 nikitalu_object_attr() is only defined for local objects...
2006-08-15 wangdiBranch: b_new_cmd
2006-08-15 huanghuafixing integer comparism bug
2006-08-15 huanghua(1) fixing typo in mdd;
2006-08-14 huanghua(1) remove MD_ATTR_FLAGS. this is set by LA_FLAGS;
2006-08-13 wangdiBranch: b_new_cmd
2006-08-12 tapproadd debug
2006-08-12 tappro- introduce open counter in mdd
2006-08-12 wangdiBranch: b_new_cmd
2006-08-12 nikitamdt: translate ATTR_FROM_OPEN
2006-08-11 nikitafix ->la_valid usage
2006-08-10 huanghua(1) small file count in sanity to avoid large directory...
2006-08-09 yury- implemented almost all Nikita's notes in seq mgr...
2006-08-09 huanghua(1) pass create flag from client to CMM/MDD in struct...
2006-08-07 huanghua(1) remove compile error in mdd
2006-08-07 huanghuaunpack some necessary field for open request
2006-08-06 tappro- use md_attr in mo_attr_set() and set lov ea together...
2006-08-05 tappro- introduce the struct md_create_spec. It contains...
2006-08-04 nikitacleanup: do not access ->loh_fid directly
2006-08-04 nikitamdt: do not use mdt_thread_info for implicit parameter...
2006-08-02 wangdiBranch: b_new_cmd
2006-07-31 huanghuafixed a bug introduced by altering xxx_attr_get() inter...
2006-07-29 wangdiBranch: b_new_cmd
2006-07-27 huanghuaprevent noisy message from printing
2006-07-27 huanghua(1)reworked last_link handling, using lustre_shrink_rep...
2006-07-27 huanghuarework on mdt_handle_last_unlink():
2006-07-25 nikitaxattr support in md/dt stack
2006-07-25 huanghuabeautify the code.
2006-07-19 tapproMDT updates due to md_attr changes.
2006-07-16 tapproupdate handle_last_unlink()
2006-07-13 tappro- add new layouts for readpage, unlink_last, rename_las...
2006-07-12 huanghuare-organized mdt_thread_info_init(): put mdt_thread_inf...
2006-07-12 huanghuaclear memory before unpacking reint request.
2006-07-09 huanghuafixed some defects according to inspection result....
2006-07-07 huanghua(1)fix some defects found in inspection.
2006-06-29 huanghuaafter first round review of MDT.
2006-06-23 huanghua(1) more code for MDT in reint.
2006-05-25 nikitamore req-layout cleanups (for intents and reints)
2006-05-24 tapproadd initial support for open()
2006-05-07 tapproabsence of name is not error due to 'object_create...
2006-05-04 tapprorename fid,replayfid in mdt_rec_create to the fid1...
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 huanghua(1) roll back some silly changes in lu_attr.
2006-04-28 huanghua(1) put REINT requests' argument into lu_attr.
2006-04-27 huanghua1. modified the code to #colibri coding guideline.
2006-04-27 huanghuaadd reint handlers: The first step is adding mkdir.