Whamcloud - gitweb
- wrong fid is used in mdt_is_subdir()
[fs/lustre-release.git] / lustre / mdt /
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...
2006-09-05 tapprofix small bug with dt_sync and dt_ro calling in mdt_ioc...
2006-09-05 nikitadt: simplify (and fix) ->dt_{ro,sync}()
2006-09-05 huanghuarename prototype obd name to their official name: mdt0...
2006-09-05 nikitasmall cleanups
2006-09-05 nikitalu: add lu_context_refill() to add keys registered...
2006-09-04 tapproadd md_attr parameter to the rename_tgt() method in...
2006-09-04 huanghuasome small fix and debug helper.
2006-09-04 tappro- pass type and time to the remote operation
2006-09-03 yury- reorganizing fld and seq reqs handling stuff as prepa...
2006-09-03 tapprofix bug with mcd allocation
2006-09-03 wangdiBranch: b_new_cmd
2006-09-02 tapprouse own uuid for mdc instead of uuid of mdt itself...
2006-09-02 fanyongFit for the changing of mdo_link interface.
2006-09-01 wangdiBranch: b_new_cmd
2006-09-01 wangdiBranch: b_new_cmd
2006-08-31 tapprosmall fixes: remove '_dev' from dt_sync and dt_ro metho...
2006-08-31 tappro- add mdt_iocontrol()
2006-08-31 tappro- add sync and set readonly methods for dt_device....
2006-08-31 wangdiBranch: b_new_cmd
2006-08-31 huanghuaadded some open recovery prototype code.
next