Whamcloud - gitweb
capa code cleanup.
[fs/lustre-release.git] / lustre / cmm /
2006-10-31 tapprosplit optimization to avoid often attr_get() calling
2006-10-31 yury- added dir size it was split on to message about split;
2006-10-31 yury- fix in comment;
2006-10-31 yury- cleanups in mdt_lock_pdo_mode(), fix in error message;
2006-10-31 yury- fixed bug with possible concurrent split;
2006-10-30 yury- added assert in mdt_is_subdir(). It only should be...
2006-10-30 wangdiBranch:b_new_cmd
2006-10-30 yury- fixed small typo in cmm_split_remove_page()
2006-10-30 yury- handle empty page in cmm_split_remove_page() at Tom...
2006-10-30 wangdiBranch: b_new_cmd
2006-10-30 yury- cleanups in split - function names are changed to...
2006-10-29 yury- more fixes in split, now 24o works and split is ...
2006-10-29 yury- fixes in split. Tom! Your changes in cmm_remove_entri...
2006-10-29 yury- removed debug stuff.
2006-10-29 wangdiBranch:b_new_cmd
2006-10-28 huanghuasome code cleanup in split.
2006-10-28 yury- fixed ma_valid in cmm_mdsnum_check();
2006-10-26 yury- fixes in split:
2006-10-26 yury- debug message in split code. Cleanups.
2006-10-25 tappro- fix mds-mds connection. There was missed IBITS, ACL...
2006-10-25 nikitamake lustre less noisy during normal operation.
2006-10-23 nikitapdirops: quick fix to enable pdirops unconditionally.
2006-10-23 yury- more cleanups in pdo
2006-10-23 wangdiBranch: b_new_cmd
2006-10-22 yury- added last chunk of ldlm part of pdiros, enabled...
2006-10-21 tappro- wrong variable name
2006-10-21 tappro- init ma_valid before usage
2006-10-21 wangdiBranch: b_new_cmd
2006-10-20 tappro- check that mdsnum is correct in cml_create
2006-10-20 yury- convert mdl locks to ldlm ones in more samtr way;
2006-10-20 tappro- break too long line
2006-10-20 tappro- another one fix to avoid memleak
2006-10-20 tappro- avoid possible memleak
2006-10-20 tappro- fix wrong checking
2006-10-19 fanyongSmall fix for getting ACL.
2006-10-19 yury- more fixes in pdirops. Cmm has not to decide what...
2006-10-19 yury- fixes in pdirops
2006-10-19 yury- cleanups in cmm split a bit;
2006-10-19 fanyongAdd acl initialization for cross-ref create.
2006-10-19 tappro- enable check for correct placement in split dir
2006-10-18 tappro- disable valid placement check in split dir temporary
2006-10-18 tappro- check that lookup is happened on correct mds in case...
2006-10-17 lsyadd full support for remote operations.
2006-10-16 tappro- delete fld targets during device shutdown
2006-10-16 tappro- make compiler happy with initialized value
2006-10-15 yury- possibly (I'm almost sure) fix for FLD lookup err...
2006-10-15 yury- serialize fld reqs on client and server;
2006-10-15 yury- cleanups in split, remove obsoletes and unite fids...
2006-10-15 yury- split fixes
2006-10-15 yury- some cleanups;
2006-10-15 tappro- small fix. skip first mea slot.
2006-10-15 tappro- return back old split code but keep new one under...
2006-10-14 tappro- pass mdt_obd through process_config parameters to...
2006-10-14 yury- fixes in split:
2006-10-14 lsyfixed a logic error in ll_add_capa(), which will make...
2006-10-13 yury- set in cmm mdc devices obd flags from mdt_obd in...
2006-10-13 yury- do not issue RPC inside spin lock;
2006-10-13 fanyongProcess cross-mkdir with SGID mode.
2006-10-12 lsy* all capabilities of opened inode should always renew...
2006-10-12 nikitaiam,cmm,llite: cleanup handling of corner cases in...
2006-10-12 wangdiBranch: b_new_cmd
2006-10-11 wangdiBranch: b_new_cmd
2006-10-09 yury- fixes about using lmv_get_export(), fixes possible...
2006-10-09 lsyoss capability fully works now.
2006-10-08 yury- Mike suggested to rely that all remote objects in...
2006-10-08 yury- fixes and cleanups. Tom notice my comment in cmm_remo...
2006-10-05 wangdiBranch: b_new_cmd
2006-10-05 lsyrevised capability code to not break md stack according...
2006-10-04 wangdiBranch: b_new_cmd
2006-10-03 tappro-fix bug with lost reference on device due to too early...
2006-09-29 wangdiBranch: b_new_cmd
2006-09-29 tappro- add is_dir parameter in mdo_name_remove() to know...
2006-09-29 wangdiBranch: b_new_cmd
2006-09-28 nikitacleanup of md_ucred handling.
2006-09-28 nikitaintroduce struct lu_buf used instead of (buf, len)...
2006-09-28 nikitaIntroduction of lu_env.
2006-09-28 yury- fixes in mdd about lockful and lockless versions...
2006-09-28 wangdiBranch: b_new_cmd
2006-09-27 wangdiBranch: b_new_cmd
2006-09-27 lsyland capability.
2006-09-27 fanyongTransmit group_info between mds.
2006-09-24 fanyong(1) Remote/local user
2006-09-22 wangdiBranch: b_new_cmd
2006-09-20 wangdiBranch: c_new_cmd
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- get also la_flags attr in cmm_mode_get() to track...
2006-09-18 yury- rename locking + CMD aware is_subdir() check.
2006-09-18 tappro- move mode get code to the cmm_mode_get() function...
2006-09-18 tapprosanity test 24 fixes in CMD setup:
2006-09-17 huanghuaput object in mdd_rename and cml_rename.
2006-09-16 wangdiBranch: b_new_cmd
2006-09-16 tappro- remove wrong assert from mdt_cross_open
2006-09-15 tappro- add cmm_thread_info key to the context,
2006-09-15 wangdiBranch: b_new_cmd
2006-09-14 yury- make all "getters" name correspond to naming paradigm...
2006-09-13 yury- root_get and conf_get renamed to get_root and get_con...
2006-09-13 wangdiBranch: b_new_cmd
2006-09-10 tapproadd defects inspired by removing local fld connection.
2006-09-10 nikitastyle: use enum instead of #define
next