Whamcloud - gitweb
land capability.
[fs/lustre-release.git] / lustre / mdt /
2006-09-27 lsyland capability.
2006-09-27 fanyongTransmit group_info between mds.
2006-09-27 fanyong(1) adjust init order of mdt_init0.
2006-09-26 yury- pass handling errors down to target_send_reply()...
2006-09-26 yury- fixes in mdt_fini();
2006-09-26 wangdiBranch: b_new_cmd
2006-09-26 huanghua(1) check child existance, and find mfd in reconstruct...
2006-09-25 fanyongUse NULL parameter when no need permission check.
2006-09-25 tappro- remove pointer med_mcd on the freed mcd to avoid...
2006-09-25 yury- fixed really nasty bug with recovery. Sometimes serve...
2006-09-25 fanyongsmall fix for group_info.
2006-09-25 tappro- set warn level for 'second transaction message'....
2006-09-25 tappro fill obd_namespace with mdt_namespace value
2006-09-25 fanyongReplace lustre_msg_XXX with RPC layout functions.
2006-09-24 fanyong(1) Remote/local user
2006-09-24 yury- in mdc_replay_open() do not assert on body == NULL...
2006-09-24 yury- re-arrange seq and fld lprocfs stuff, put their lproc...
2006-09-23 tappro- wrong parameter fix
2006-09-23 tappro- fix unlock without lock issue
2006-09-23 tappro- fixing locks in mdt_reint_rename() for cross-ref...
2006-09-23 tappro- wrong fid is used in mdt_is_subdir()
2006-09-22 yury- fixed bug with handling replaying and resending FLD...
2006-09-22 tapprosmall fixes
2006-09-22 yury- removed crow test from replay-single;
2006-09-22 wangdiBranch: b_new_cmd
2006-09-22 tapproadd mdt_object_cr_lock()
2006-09-22 tappro- create special lock with bits fix for cross-ref objects
2006-09-22 yury- fixed resent for intent_open case;
2006-09-21 vitalyBranch b_new_cmd
2006-09-21 tappro- update the cross-ref locking fix
2006-09-21 yury- improvements in error messages
2006-09-21 nikitamove fid_{,un}_lock() functions into fid module
2006-09-21 nikitacosmetic fixes
2006-09-21 nikitamove lprocfs_obd_cleanup() to lu_device_fini() to share...
2006-09-21 yury- fix typo in comment.
2006-09-21 yury- fixes about obd_fail_loc handling;
2006-09-21 wangdiBranch: b_new_cmd
2006-09-20 tappro- fix bug with missed object_put() in error case
2006-09-20 vitalyBranch b_new_cmd
2006-09-20 yury- disable not working yet stuff.
2006-09-20 yury- liblustre build fixes
2006-09-20 wangdiBranch: c_new_cmd
2006-09-20 yury- added limited lprocfs stuff in mdt to pass some tests;
2006-09-20 huanghuasome more checks, and some small fix
2006-09-20 tapprocancel export locks during disconnect
2006-09-20 yury- fixes about lock fixup, replace and some resent issues.
2006-09-19 vitalyBranch b_new_cmd
2006-09-19 yury- added resent support for getatr_name.
2006-09-19 yury- do not store server ctx to any structs, ctx is only...
2006-09-19 yury- "more sophisticated" fix for recovery-small.sh test_3...
2006-09-19 tapprolast_commit transno is needed in any request
2006-09-19 huanghua(1) fix open re-construct: re-construct if create error...
2006-09-19 wangdiBranch: b_new_cmd
2006-09-18 tappro- add mode field in mdt_rec_rename. used for cross...
2006-09-18 tappro- assign ma_lmm and ma_cookie before the calling cross...
2006-09-18 yury- rename locking + CMD aware is_subdir() check.
2006-09-18 huanghuaremove duplicate shrink in mdt_rename_tgt()
2006-09-18 huanghua(1) shrink rename reply;
2006-09-17 tapprofix cross-ref rename issues
2006-09-17 huanghuasmall fix about RQF_MDT_EPOCH: check buffer len first.
2006-09-16 tappro- remove wrong assert from mdt_cross_open
2006-09-16 yury- removed not used variable.
2006-09-16 vitalyBranch b_new_cmd
2006-09-15 tappro- take a lock for cross-ref object while open as lmv...
2006-09-15 huanghua(1) don't create object as required;
2006-09-15 wangdiBranch: b_new_cmd
2006-09-14 yury- make all "getters" name correspond to naming paradigm...
2006-09-14 huanghua(1) call mdt_shrink_reply() whenever possaible;
2006-09-14 ericmbranch: b_new_cmd
2006-09-13 yury- root_get and conf_get renamed to get_root and get_con...
2006-09-13 tappro- add flag no_lov_create in create_spec
2006-09-13 wangdiBranch: b_new_cmd
2006-09-12 tapproUpdate after codeinsp
2006-09-12 huanghua(1) fix a bug about transaction credit;
2006-09-12 huanghua(1) fix error handling in mdd_create_data();
2006-09-12 huanghua(1) fix a bug in write mcd: about memcpy argument;
2006-09-11 tapproupdate after codeinsp
2006-09-11 ericmbranch: b_new_cmd
2006-09-11 huanghuahandle NULL parent in open replay.
2006-09-11 yury- trivial cleanup in arguments order;
2006-09-10 huanghuaset ma->ma_lmm_size and ma->ma_cookie_size.
2006-09-10 huanghua(1) add some debug code for last_rcvd;
2006-09-10 tappro- fix defect in mdt_postrecov() with calling wrong...
2006-09-10 huanghuasome code cleapup about read & write last_rcvd record.
2006-09-10 huanghuafix some small bugs related to recovery.
2006-09-10 tappro- don't try to get mdt if self_export is destroyed
2006-09-10 tapproadd o_postrecov method to the mdt
2006-09-09 yury- fixed ctx using in fld_client (bug found by Tom)...
2006-09-09 wangdiBranch: b_new_cmd
2006-09-08 huanghuathe offset should not be modified; so use a temporay...
2006-09-08 tapprofix several memleaks and small issues
2006-09-07 tappro- change debug level for object init/fini messages
2006-09-07 huanghua(1) support mdt reconnection from client;
2006-09-07 nikitaavoid hard-coded sizes of reply-size arrays
2006-09-07 yury- allow seq and fld recovery.
2006-09-06 tappro- check ft_export exists
2006-09-06 yury- start fld and seq services in MDT, thus, make MDT...
2006-09-06 yury- disable mds local connections, that is on mdt0 there...
2006-09-06 huanghuaset lu_device to obd, the error handling need it.
2006-09-06 huanghuafix mistakes about context_tags in my last commit point...
next