Whamcloud - gitweb
(1) Remove fs privilege (CAP_FS_MASK) for non-root user, it can result in
[fs/lustre-release.git] / lustre /
2006-11-03 yury- cleanups in mdd about update CTIME etc., for all...
2006-11-03 tappro- more fixes with hash_segment calculation. make them...
2006-11-03 nikitacmm: replace some dynamic allocations with context...
2006-11-03 tapproavoid loosing last hashes
2006-11-03 fanyongFix ASSERTION for local client when identity_upcall...
2006-11-03 fanyongsanity check for user authenticate.
2006-11-02 nikitamdd: initialize mdd->mdd_txn_cb.dtc_linkage to avoid...
2006-11-02 ericmbranch: b_new_cmd
2006-11-02 tappro- fix split issue with create file on wrong mds. Check...
2006-11-02 nikitasync with last changes to iam_lvar.c.
2006-11-02 nikitaprocsleep: simplify stack-walker, making it more robust.
2006-11-02 wangdiBranch: b_new_cmd
2006-11-02 fanyongSmall fix, user authentication first.
2006-11-02 yury- fixes in split about le/cpu byte order, cleanups;
2006-11-02 fanyong(1) For setattr / setxattr, change ctime.
2006-11-02 huanghuafix a typo which makes cross link() fail.
2006-11-02 huanghua(1) add some test case for link();
2006-11-02 tappro- simplify handling of same fids issue during link...
2006-11-01 tappro- make clo_split enum type
2006-11-01 nikitaosd: remove unused fields.
2006-11-01 nikitaincrease mdt thread pool size limit.
2006-11-01 yury- fixes in split about using correct byte order;
2006-11-01 wangdiBranch b_new_cmd
2006-11-01 fanyongDo not call mdt_handle_idmap here, it will be called...
2006-11-01 fanyongDo not permit remote reaml node to claim to be local.
2006-11-01 lsycapa code cleanup.
2006-11-01 wangdiBranch: b_new_cmd
2006-11-01 fanyongAdd proc interface for distinguishing clinet type ...
2006-10-31 tappro- assert on wrong transno during replay
2006-10-31 tapproremove extra debug messages
2006-10-31 tappro take into account initial_conn value during reconnect
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.
next