Whamcloud - gitweb
b=3031
[fs/lustre-release.git] / lustre / lmv /
2005-05-03 jacobb=3031
2005-04-27 alex- needless CWARN() removed
2005-04-22 ericmland b_hd_sec onto HEAD:
2005-04-13 yury- compile fixes for --enable-liblustre
2005-04-04 yury- landed b_hd_cray_merge3
2005-03-31 ericmland lustre part of b_hd_sec on HEAD.
2005-03-29 jacobr=phil
2005-03-29 jacobClean out this change in my tree; don't install the...
2005-03-15 yury- fixed wrongly inverted condition in lmv_create_obj()
2005-03-14 alexb=5765
2005-03-14 yury- memory leak fixes from b_fid.
2005-02-28 yury- returned back OBD_MD_FID. For many reasons its remova...
2005-02-22 alex- commit from zzeng
2005-02-22 yury- changes with names on exports and another fields...
2004-11-25 yury- many fixes and cleanups in cobd. By now it load and...
2004-11-22 yury- mdc_op_data should not be allocated on stack. Fixes...
2004-11-19 yury- fixes and cleanups in error messages and in code.
2004-11-18 yury- OBD_ALLOC() of obdos are replaced by obdo_alloc(...
2004-11-17 yury- fixes about recovery in mds. Added asserts.
2004-11-15 yury- changes about @flags in m_disconnect(). It should...
2004-11-15 yury- fixes about lmv_delete_inode().
2004-11-14 yury- small cleanups, comments.
2004-11-14 yury- destroy lmv_obj cache in error case in lmv module...
2004-11-14 yury- more fixes about lmv_put_inode()
2004-11-14 yury- fixes about removing lmv_obj when coresponding inode...
2004-11-13 yury- cleanups about getattr_name. By now getattr_lock...
2004-11-13 yury- added standard CFS headers in some source files.
2004-11-12 wangdiBranch HEAD
2004-11-12 yury- cleanups about lmv_obd_create().
2004-11-11 yury- cleanups about ENTRY, EXIT, etc. in mds and lmv stuff.
2004-11-11 yury- landing b_fid.
2004-10-28 yury- the same fix as in b_fid about lmv_intent_lookup()
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-10-23 yury- landing of b_hd_cleanup_merge to HEAD.
2004-08-30 ericmland b_groups onto HEAD:
2004-08-11 alex- export leak fixed: we need not 2nd obd_llog_init()
2004-08-08 alex- minor cleanups
2004-08-08 alexb=4182
2004-08-07 adilgerAdd SNMP monitoring variables.
2004-08-07 adilgerAdd flock support.
2004-08-07 adilgerCommit OST AMD support to HEAD so we can being running...
2004-08-02 alexb=4059
2004-07-28 alexb=4019
2004-07-26 alexb=3983
2004-07-19 alex- lmv_disconnect() should drop connected flag upon...
2004-07-18 alex- if MDS aborts recovery it disconnects all the exports...
2004-07-16 rreadb=3843
2004-06-29 alex- testing on mountain showed lmv_sync() works properly
2004-06-25 alexchanges to get test #46 working
2004-06-24 alex- more debug messages for #46 failure
2004-06-24 alex- CERROR's for test #46 debugging
2004-06-22 alex- three lmv obj leaks fixed
2004-06-21 alex- minor fix: lmv object leak in lmv_get_mea_and_update_...
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 yuryFixed possible sleep in invalid context in LMV object...
2004-06-21 yuryCWARN() chnaged to CDEBUG in lmv_delete_object().
2004-06-21 yury- added md_delete_object() and lmv_delete_object()...
2004-06-19 yuryLocking fix in lmv_destroy_obj().
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-17 yury- added error handling in various places of lmv code.
2004-06-16 alex- lmv_set_mdc_active() should skip NULL exports
2004-06-15 alexb=2837
2004-06-13 yuryAdded client disconnect error message.
2004-06-13 yuryAdded the following:
2004-06-11 alex- moved dir entries are deleted from the original dir...
2004-06-11 yuryFixes and cleanups in lmv.
2004-06-08 alex- lmv should accept IT_CHDIR intent
2004-06-07 philadd some cvsignore bits
2004-06-04 wangdiadd -ERESTART handler for mds_getattr_name
2004-06-02 phillanding b_cmobd_merge on HEAD
2004-06-01 alex- mds->lmv->mdc propagate lower timeout down to import
2004-05-24 alex- lmv_getattr_name() recognizes cross-node name and...
2004-05-21 alex- extN-wantedi accepts generation as well as ino to...
2004-05-20 alex- new routine lmv_get_mea_and_update_object() to be...
2004-05-19 alex- lmv_packmd() and lmv_unpackmd() need not be real...
2004-05-19 alex- raw_name2idx declaration to avoid warnings
2004-05-17 philsmash the HEAD with the contents of b_cmd. HEAD_PRE_CM...