Whamcloud - gitweb
split optimization to avoid often attr_get() calling
[fs/lustre-release.git] / lustre /
2006-10-31 tapprosplit optimization to avoid often attr_get() calling
2006-10-31 nikitaiam: 0. add optional calls to schedule() to improve...
2006-10-31 nikitaosd: remove oi lock: it is no longer needed now that...
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-31 yury- added missed rc = 0 in mdt_getattr_name_lock() for...
2006-10-31 yury- protect export's held locks list by spin lock while...
2006-10-31 fanyongSupport flush specific user identity info.
2006-10-31 fanyong(1) drop some comment.
2006-10-31 wangdiBranch:b_new_cmd
2006-10-31 ericmbranch: b_new_cmd
2006-10-30 yury- added assert in mdt_is_subdir(). It only should be...
2006-10-30 nikitaldlm and its users: do not pass struct ldlm_res_id...
2006-10-30 nikitalmv_readpage(): suppress compiler warning for user...
2006-10-30 nikita0. increase OST_MIN_PRECREATE; 1. move fid_res_name_eq...
2006-10-30 yury- use usual MDT name in mdd procfs stuff instead of...
2006-10-30 wangdiBranch:b_new_cmd
2006-10-30 fanyongSmall fix.
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-30 fanyongSince have called mdd_la_get before and held lock yet,
2006-10-30 fanyongLocal client should not use "lfs getfacl / lfs setfacl".
2006-10-29 yury- disable slow test
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 fanyong(1) "lfs getfacl" should return base file mode anyway.
2006-10-29 fanyongFor remote client, return directly when lfs getfacl...
2006-10-29 fanyongDrop unnecessary warning message.
2006-10-29 wangdiBranch:b_new_cmd
2006-10-29 wangdiBranch:b_new_cmd
2006-10-28 huanghuasome code cleanup in split.
2006-10-28 nikitaprocsleep patch: on statistics reset, allocate info...
2006-10-28 yury- fixed ma_valid in cmm_mdsnum_check();
2006-10-28 ericmbranch: b_new_cmd
2006-10-27 nikitakernel_patches: add statistics clearing for /proc/sleep.
2006-10-27 nikitaiam: add -EAGAIN handling for index split.
2006-10-27 tappro- filter MDS_DONE_WRITING during recovery
2006-10-27 yury- removed obsolete debug stuff.
2006-10-27 huanghuamore efficient unlinkmany
2006-10-27 wangdiBranch:b_new_cmd
2006-10-27 huanghuaBe sure not to take PDO lock for non-existing or remote...
2006-10-27 yury- drop not directory dentries in ll_drop_dentry()....
2006-10-27 wangdiBranch: b_new_cmd
2006-10-27 wangdiBranch: b_new_cmd
2006-10-27 nikitaiam: fix possible cause of dynlock-double-unlock.
2006-10-27 nikitadynlocks: a bit of cleanup.
2006-10-26 yury- cleanups in mdt_object_set_mode()
2006-10-26 nikitaosd: remove no longer needed commentary.
2006-10-26 nikitamove LU_OBJECT_HEARD_BANSHEE into mdd_object.mod_flags.
2006-10-26 yury- fixes in split:
2006-10-26 yury- use LCK_XX locks instead of MDT specified macros.
2006-10-26 yury- debug message in split code. Cleanups.
2006-10-26 yury- remove commentted out stuff about ll_iget(), check...
2006-10-26 fanyongDo little-endian and big-endian convert for ACL, make...
2006-10-26 nikitaosd: fix thinko.
2006-10-26 nikitaosd: 0. remove mp longer used functions; 1. add osd...
2006-10-26 nikitamore silencing.
2006-10-25 tappro- fix mds-mds connection. There was missed IBITS, ACL...
2006-10-25 wangdiBranch: b_new_cmd
2006-10-25 nikitaiam/pdirops: remove obsolete comment.
2006-10-25 nikitaiam: little cleanup.
2006-10-25 nikitadynlocks: dynlock_unlock(): print invalid magic before...
2006-10-25 nikitamdt: add const to make compiler happy.
2006-10-25 nikitadisable expensive assert.
2006-10-25 nikitafix comment to match reality.
2006-10-25 nikitamake lustre less noisy during normal operation.
2006-10-25 wangdiBranch: b_new_cmd
2006-10-25 wangdiBranch: b_new_cmd
2006-10-25 yury- fixes in mdt_rename_lock()
2006-10-25 yury- use FL_LOCAL for big rename lock, it is never going...
2006-10-25 tappro- use req_xid_is_last()
2006-10-25 yury- added two asserts to catch test 11 issue.
2006-10-25 fanyongSmall fix.
2006-10-25 fanyongMake the code more compatible.
2006-10-24 vitalyBranch b_new_cmd
2006-10-24 nikitaiam: iam_it_collision(): release path before repeating...
2006-10-24 yury- fixed test 26 in recovery-small
2006-10-24 yury- do not call any obd_fid_init() from llite, do that...
2006-10-24 wangdiBranch: b_new_cmd
2006-10-24 yury- remove pdirops defines. Now it is active all the...
2006-10-24 huanghua(1) more restriction on fid_is_sane();
2006-10-24 nikitalvfs: fsfilt_ext3_read(): return actually read size.
2006-10-24 nikitaosd,mdd: move osd_readpage() and friends into mdd layer...
2006-10-23 ericmbranch: b_new_cmd
2006-10-23 nikitaosd: implement osd_{read,write}() on top of fsfilt_ldis...
2006-10-23 nikitakernel_patches: dynlocks: a bit of cleanups.
2006-10-23 nikitaldlm: ldlm_lock_debug(): fix it so it prints something...
2006-10-23 nikitapdirops: quick fix to enable pdirops unconditionally.
2006-10-23 yury- more cleanups in pdo
2006-10-23 nikitadynlocks: fix assertion that does not take read-locking...
2006-10-23 yury- small cleanups in mdt_object_lock()
2006-10-23 nikitaiam: tentative fix for b=11098.
2006-10-23 wangdiBranch: b_new_cmd
2006-10-23 tappro- fix qos_maxage issue. It was uninitialized.
2006-10-23 yury- small fixes, cleanups, comments in pdirops code in...
next