Whamcloud - gitweb
- cleanups in lmv:
[fs/lustre-release.git] / lustre / lmv / lmv_internal.h
2006-11-24 yury- cleanups in lmv:
2006-11-22 huanghuafix oops while accessing NULL pointer
2006-11-20 yury- simplify and optimize lmv_placement_policy(). By...
2006-11-14 yury- fixed race in lmv about fid allocation. It allocated...
2006-11-06 yury- all md_op_data field have prefix op_;
2006-10-28 yury- fixed ma_valid in cmm_mdsnum_check();
2006-10-15 yury- possibly (I'm almost sure) fix for FLD lookup err...
2006-09-27 lsyremove capability support for split dir.
2006-09-27 lsyland capability.
2006-09-15 wangdiBranch: b_new_cmd
2006-09-02 yury- renamed lmv_mgr_*() to lmv_obj_*() to be coherent...
2006-09-02 yury- in lmv forward op_data formed in llite to slaves...
2006-08-22 yury- more cleanups in LMV.
2006-08-21 yury- cleanups on client after Nikita's inspection.
2006-08-11 yury- last portion of cleanups and fixes after Nikita's...
2006-06-16 yury- many fixes in fld, adding it to LMv and CMM
2006-05-19 yury- update from b1_4_mountconf
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-21 yury- adopting LMV to 1_4 APIs;
2006-04-14 yury- more changes in lmv
2006-04-14 yury- basic lmv to new fids adaptation.
2006-04-14 tapproadd lmv code from head. Need to be adapted.
2004-11-14 yury- fixes about removing lmv_obj when coresponding inode...
2004-11-13 yury- added standard CFS headers in some source files.
2004-11-11 yury- landing b_fid.
2004-10-24 yury- unland b_fid to HEAD
2004-10-24 yury- landing of b_fid after merge with b_hd_cleanup_merge.
2004-08-30 ericmland b_groups onto HEAD:
2004-08-07 adilgerAdd SNMP monitoring variables.
2004-07-26 alexb=3983
2004-06-21 yuryFixes with refcounting.
2004-06-21 yuryAdded splitted object handling in lmv_getattr().
2004-06-21 yuryobk->freeing changed to obj->state and O_FREEING flag...
2004-06-21 yury- added md_delete_object() and lmv_delete_object()...
2004-06-19 yury- added mutex to lmv_obj to protect slaves attrs.
2004-06-19 yuryFixes with managing objects in LMV object manager.
2004-06-18 yury- added lmv_destroy_obj() which will be used for destro...
2004-06-18 yury- added proper ref counting in lmv object manager.
2004-06-11 yuryFixes and cleanups in lmv.
2004-05-20 alex- new routine lmv_get_mea_and_update_object() to be...
2004-05-17 philsmash the HEAD with the contents of b_cmd. HEAD_PRE_CM...