Whamcloud - gitweb
- added fid_store.c which contains methods working with backing store what is needed...
[fs/lustre-release.git] / lustre /
2006-06-27 yury- added fid_store.c which contains methods working...
2006-06-27 wangdiBranch: b_new_cmd
2006-06-27 huanghuafix syntax error by silly mistake.
2006-06-27 huanghuaadd a skeleton for close.
2006-06-27 huanghuasmall fix in reint create.
2006-06-26 huanghuaadded some partial operation support.
2006-06-26 yury- made fld and seq-mgr a bit less noisy.
2006-06-26 yury- changed prefix in struct fld_cache_info from "fld_...
2006-06-26 yury- fixed bug in fld_cache_insert(). Just allocated struc...
2006-06-26 tapprouse mdt_body
2006-06-26 yury- added "hash" proc tunable to client FLD;
2006-06-26 tappro- rc_swabbed is set after swabbing
2006-06-26 tapprosmall fix
2006-06-26 tappro- add cml_name_insert() to support missed cross-ref...
2006-06-26 huanghuaadded more code for reint (link/unlink/rename).
2006-06-26 yury- return back wrong fix in mdd code. Issue was related...
2006-06-26 yury- trivial fixes in mdd;
2006-06-26 wangdiBranch: b_new_cmd
2006-06-25 yury- fixes in seq-mgr procfs stuff;
2006-06-25 yury- fixes in fld procfs;
2006-06-25 yury- sequence width on clients, super-width and meta-width...
2006-06-25 yury- fixes in seq-mgr proc stuff. By now all seq-mgr proc...
2006-06-25 yury- some fixes after DLDINSP
2006-06-23 tapproroot_get() makes sense only on master MDS
2006-06-23 tappro- change lu_object_exists() so it may return -1 for...
2006-06-23 tapprosmall fix
2006-06-23 tapproremove testing garbage
2006-06-23 tapproset CMM_INITIALIZED when first ADD_MDC arrives
2006-06-23 yury- removed cmm_special_fid();
2006-06-23 yury- removed old proto stuff which is not now needed in FLD
2006-06-23 huanghua(1) more code for MDT in reint.
2006-06-23 yury- added exporting client side meta-seq to userspace...
2006-06-23 tappro- continue with fixing defects after cmm codeinsp
2006-06-22 nikitaosd: 0. add invariants checking, 1. fix inode reference...
2006-06-22 nikitamdt_getattr_name_lock(): cleanup
2006-06-22 nikitamdd: increase transaction credits (arbitrary at this...
2006-06-22 nikitaiam: add iam_htree format
2006-06-22 nikitalu_object_put(): fix defect: passing wrong object to...
2006-06-22 nikitalu_object: debugging, add ->loo_object_invariant()...
2006-06-22 nikitalinlustre: mark second argument of test_bit() const
2006-06-22 tappromove mdsno_t into lustre_idl.h and use this type in...
2006-06-22 tapproget sbi only when it is used and dentry->d_inode is...
2006-06-22 tapprofirst fixes after code inspection.
2006-06-22 tapprorename md_device_get() to md_obj2dev()
2006-06-22 yury- various sequence manager proc related fixes.
2006-06-22 yury- removed not used seq_flags from client and server...
2006-06-22 yury- added few sanity check to seq_proc_write_range()
2006-06-22 yury- added proc interface to seq-mgr, it will be used...
2006-06-21 nikitaiam: fix initialization of htree_operation fields
2006-06-21 nikitaosd_object_create(): check return value
2006-06-21 yury- a race handled out;
2006-06-21 yury- fixed possible deadlock in server side seq-mgr, howev...
2006-06-21 nikitaiam: adding missing chunk to ext3-iam-uapi.patch
2006-06-21 wangdiBranch: b_new_cmd
2006-06-21 yury- cleanups in seq-mgr;
2006-06-21 huanghuaadd RQF_MDS_SYNC into format array.
2006-06-21 huanghua(1) add mdt_sync support. but we also need device_sync...
2006-06-21 huanghuaadd some code for getattr & ldlm_intent_getattr ( ...
2006-06-20 nikitaiam: latest fixes
2006-06-20 nikitaosd: less trivial index probing
2006-06-20 nikitafld: enable iam
2006-06-20 nikitalmv_fld_lookup(): check error code
2006-06-20 nikitasimplification of osd index interface
2006-06-20 nikitall_commit_write(): add a comment (due to Andreas) expla...
2006-06-20 nikitaosd: 0. move definitions of struct osd_{object,device...
2006-06-20 nikita->loo_object_release() method is optional, mark it...
2006-06-20 nikitacmm: add ->cmm_flags to cmm_device to handle object...
2006-06-20 tapprofix some intent formats
2006-06-20 tappromkreg stub in osd for 'open_handling' proto
2006-06-20 tapprosmall fixes due to 'open_handling' proto
2006-06-19 yury- a little cleanup about messages in seq and fld init...
2006-06-19 yury- cleanups in seq-mgr, fixes;
2006-06-19 nikitamdt: 0: kill unused mdt_config(), 1: finalizers return...
2006-06-19 nikitakill obsolete ->mdo_mkdir() method
2006-06-19 nikitafld: 0: use typedefs instead of #defines, 1: kill unuse...
2006-06-19 tapprosmall fix
2006-06-19 tappro- fix time attributes
2006-06-19 tapprofix exit path from mdt_init0 in case of failure.
2006-06-19 tapproupdated set of helpers for md_object methods
2006-06-19 tapproCMM code after CR, COMPILE stages.
2006-06-19 huanghuafixed: (1) return child object lock in a parameter.
2006-06-19 yury- seq-mgr reworked, now it simpler, and cleaner;
2006-06-18 yury- make fld a bit noisy for a while;
2006-06-18 nikitaadd lustre/utils/req-layout: an utility to print out...
2006-06-17 tapproupdate CMM code after code review
2006-06-17 yury- a little reorganization in fid and fld sources, clien...
2006-06-17 yury- in cmm do not call fld lookup for local seqs like...
2006-06-16 yury- more cleanups and fixes in FLD
2006-06-16 yury- many fixes in fld, adding it to LMv and CMM
2006-06-16 nikitaiam fixes for defects found during DLDR
2006-06-16 nikitafix @child_bits type
2006-06-16 nikitaresolve conflicts
2006-06-16 wangdiBranch: b_new_cmd
2006-06-16 huanghuafixed some defects found by wangdi.
2006-06-16 wangdiBranch: b_new_cmd
2006-06-15 yury- fixes in fld:
2006-06-15 huanghuaadded xattr support.
2006-06-15 wangdiBranch: b_new_cmd
2006-06-15 yury- some cleanups
2006-06-15 yury- changes in sec-mgr
next