Whamcloud - gitweb
(1) Drop unnecessary permission check for name_{insert,remove}.
[fs/lustre-release.git] / lustre / mdd /
2006-11-22 fanyong(1) Drop unnecessary permission check for name_{insert...
2006-11-22 fanyongAdd symlink target length check.
2006-11-21 nikitaadd per-thread debugging flags. Use then to control...
2006-11-21 fanyong(1) For remote create, only continue when lookup return...
2006-11-21 fanyongMiss to set spec->u.sp_ea.fid for remote object_create...
2006-11-21 huanghua(1) do not return any entry to client for a dead directory;
2006-11-20 yury- in cmm_split_check() passed to OBD_FREE correct size...
2006-11-20 huanghua(1) use hash value 0xfffffffeUL to mark end of a direct...
2006-11-17 fanyongFor change file time operation (utime),
2006-11-15 nikitamdd: put md_ucred() back.
2006-11-15 yury- small cleanups.
2006-11-15 yury- fixes in lov to make it a bit more parallel creates...
2006-11-15 wangdiBranch:b_new_cmd
2006-11-15 huanghua(1) mdd_name_insert(), the return value is lost;
2006-11-14 nikitaadd more debugging for unlink -ENOENT bug on buffalo.
2006-11-13 nikitamdd_unlink(): fix format.
2006-11-13 huanghuafix memleak in error case.
2006-11-11 tapprodisable lookup() in sanity checks for create temporary
2006-11-11 tapproadd debug info
2006-11-10 tappro- avoid assert case in mdd_unlink() while building...
2006-11-10 yury- detect cross-ref cases in MDT using special flag...
2006-11-10 tappro- add more stats in mdd
2006-11-09 wangdiBranch: b_new_cmd
2006-11-07 yury- do not check dir for split if cleint already knows...
2006-11-07 yury- added stats to cmm split;
2006-11-07 fanyong(1) provide locked and unlocked version for mdd_permission.
2006-11-07 huanghuafix error handling; kill possible memleak.
2006-11-07 fanyong(1) drop unnecessary mdd_read_lock.
2006-11-07 fanyongPass lu_attr as arg for __mdd_permission_internal expli...
2006-11-06 nikitacmm,osd: add debugging to catch bug11150.
2006-11-06 yury- all md_op_data field have prefix op_;
2006-11-06 fanyongCheck WRITE permission of parent when create.
2006-11-05 yury- optimization for open. In case mdt_reint_open() sees...
2006-11-04 nikitaosd/mdd: new (weaker) locking for ->do_attr_{g,e}set...
2006-11-04 nikitamdd: little cleanup.
2006-11-04 yury- remove debug stuff for b11150
2006-11-04 yury- cleanups and fixes in fid/lproc* stuff;
2006-11-03 yury- cleanups in mdd about update CTIME etc., for all...
2006-11-02 nikitamdd: initialize mdd->mdd_txn_cb.dtc_linkage to avoid...
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 tappro- simplify handling of same fids issue during link...
2006-11-01 tappro- make clo_split enum type
2006-11-01 yury- fixes in split about using correct byte order;
2006-10-31 fanyong(1) drop some comment.
2006-10-30 yury- use usual MDT name in mdd procfs stuff instead of...
2006-10-30 fanyongSmall fix.
2006-10-30 fanyongSince have called mdd_la_get before and held lock yet,
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 nikitamove LU_OBJECT_HEARD_BANSHEE into mdd_object.mod_flags.
2006-10-26 fanyongDo little-endian and big-endian convert for ACL, make...
2006-10-25 nikitamake lustre less noisy during normal operation.
2006-10-25 wangdiBranch: b_new_cmd
2006-10-25 fanyongMake the code more compatible.
2006-10-24 vitalyBranch b_new_cmd
2006-10-24 yury- do not call any obd_fid_init() from llite, do that...
2006-10-24 nikitaosd,mdd: move osd_readpage() and friends into mdd layer...
2006-10-23 wangdiBranch: b_new_cmd
2006-10-23 yury- small fixes, cleanups, comments in pdirops code in...
2006-10-23 nikitamdd: cleanup naming: fid is record rather than key.
2006-10-23 huanghuafid need convertion.
2006-10-23 huanghuausing big endian format for fid in (name->fid) index.
2006-10-22 vitalyBranch b_new_cmd
2006-10-22 yury- added last chunk of ldlm part of pdiros, enabled...
2006-10-22 wangdiBranch:b_new_cmd
2006-10-22 tappro- use full_name_hash()
2006-10-22 wangdiBranch: b_new_cmd
2006-10-22 wangdiBranch: b_new_cmd
2006-10-21 tappro - fix issues with create recovery
2006-10-21 tappro- error handling for dynlocks
2006-10-21 nikitamdd: fix typoes.
2006-10-21 tappro- changes due to pdirops
2006-10-21 tappro- implement pdirops in mdd. It uses dynlocks for direct...
2006-10-21 wangdiBranch: b_new_cmd
2006-10-20 nikitamdd: mdd_lov_create(): avoid dynamic allocation of...
2006-10-20 wangdiBranch: b_new_cmd
2006-10-20 wangdiBranch: b_new_cmd
2006-10-20 wangdiBranch: b_new_cmd
2006-10-20 wangdiBranch: b_new_cmd
2006-10-20 wangdiBranch: b_new_cmd
2006-10-20 fanyongMake the code more clean.
2006-10-19 wangdiBranch: b_new_cmd
2006-10-19 fanyongSmall fix for getting ACL.
2006-10-19 wangdiBranch: b_new_cmd
2006-10-19 wangdiBranch: b_new_cmd
2006-10-19 wangdiBranch: b_new_cmd
2006-10-19 wangdiBranch: b_new_cmd
2006-10-19 fanyongAdd acl initialization for cross-ref create.
2006-10-18 fanyongAdd mdd_init_acl for new obj (create, mkdir and so...
2006-10-18 huanghuaadd lock on son while doing error handling
2006-10-18 fanyongShould check ACL when directory search.
2006-10-17 nikitamdd: mdd_create(): update outdated comment.
2006-10-17 yury- cleanups in seq-mgr, move cache statistics to lu_cache;
2006-10-17 fanyongAdd mdd_acl_chmod for acl changing when chmod.
2006-10-15 yury- serialize fld reqs on client and server;
2006-10-15 nikitamdd: simplify mdd_txn_param_build(): 0. @op can me...
2006-10-15 yury- some cleanups;
next