Whamcloud - gitweb
some code cleanup in split.
[fs/lustre-release.git] / lustre / include /
2006-10-28 ericmbranch: b_new_cmd
2006-10-26 nikitamove LU_OBJECT_HEARD_BANSHEE into mdd_object.mod_flags.
2006-10-26 yury- fixes in split:
2006-10-24 yury- do not call any obd_fid_init() from llite, do that...
2006-10-24 huanghua(1) more restriction on fid_is_sane();
2006-10-24 nikitaosd,mdd: move osd_readpage() and friends into mdd layer...
2006-10-23 yury- small fixes, cleanups, comments in pdirops code in...
2006-10-22 yury- added last chunk of ldlm part of pdiros, enabled...
2006-10-20 yury- convert mdl locks to ldlm ones in more samtr way;
2006-10-19 nikitaDRANGE: use %#x format specifier
2006-10-19 fanyongSmall fix for getting ACL.
2006-10-19 yury- cleanups in cmm split a bit;
2006-10-19 fanyongAdd acl initialization for cross-ref create.
2006-10-18 ericmbranch: b_new_cmd
2006-10-18 tappro- addition to previous commit.
2006-10-18 tappro- remove unused semaphore
2006-10-18 yury- save fid in och instead of pointer to it which may...
2006-10-18 fanyongAdd mdd_init_acl for new obj (create, mkdir and so...
2006-10-17 yury- cleanups in seq-mgr, move cache statistics to lu_cache;
2006-10-17 lsyadd full support for remote operations.
2006-10-16 nikitalu: add lu_site_print().
2006-10-16 yury- adjust client FLD cache a bit. It should use hashtabl...
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- some cleanups;
2006-10-15 nikitadt/osd: cleanup of txn credit constants handling.
2006-10-14 lsyfixed a logic error in ll_add_capa(), which will make...
2006-10-14 yury- fixed replay of meta-seq alloc whereas super-seq...
2006-10-13 nikitacleanup to shrinker environment setup and finalization.
2006-10-13 nikitamdt: move ESERIOUS deifnition to lustre_mdt.h
2006-10-13 ericmbranch: b_new_cmd
2006-10-12 nikitalu_object: add lu_object cache shrinking.
2006-10-12 ericmbranch: b_new_cmd
2006-10-12 fanyongRoll back for the change of server_put_mount.
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 yury- zero out used locks in MDT before finishing req handling;
2006-10-11 ericmbranch: b_new_cmd
2006-10-11 fanyongDrop security ctxt when umount, for avoiding ldlm_revok...
2006-10-09 nikitasmall cleanups
2006-10-09 lsyoss capability fully works now.
2006-10-09 huanghua(1) correctly unlink a dir: we have to set i_nlink...
2006-10-08 fanyong(1) Adding squash flag in md_ucred will increase perfor...
2006-10-08 yury- revised seq-mgr, a lot of simplifications.
2006-10-07 tappro- fast fix of mountconf bug when mds is set up before...
2006-10-07 tapprouse mdc RPC lock to queue the seq/fld requests, except...
2006-10-07 lsyadd capability config interface. also modified the...
2006-10-06 ericmbranch: b_new_cmd
2006-10-06 yury- changed format of ranges output.
2006-10-05 tappro- fix issue with returning result of fs operation as...
2006-10-05 yury- show for seq-srv only super range, space is not used...
2006-10-05 lsyrevised capability code to not break md stack according...
2006-10-05 vitalyBranch b_new_cmd
2006-10-04 wangdiBranch: b_new_cmd
2006-10-03 nikitaiam: fix defect in ext3_htree_next_block()
2006-10-03 vitalyBranch b_new_cmd
2006-10-02 tappro- merge recovery from cmd2
2006-09-29 fanyong(1) add lproc for root_squash, identity upcall and...
2006-09-29 wangdiBranch: b_new_cmd
2006-09-29 tappro- add is_dir parameter in mdo_name_remove() to know...
2006-09-29 nikitalu_context_key: make ->lct_used atomic to avoid races
2006-09-29 wangdiBranch: b_new_cmd
2006-09-29 fanyongreplace alloc memory dynamicly with static buffer for...
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 lsyadd ll_finish_md_op_data, rename ll_prepare_md_op_data...
2006-09-28 nikitalu: add LCT_SESSION context tag for per-request data
2006-09-28 ericmbranch: b_new_cmd
2006-09-27 tappro- fix issues with wire structures and swabbing
2006-09-27 lsyland capability.
2006-09-27 fanyongTransmit group_info between mds.
2006-09-27 wangdiBranch: b_new_cmd
2006-09-26 tappro- orphan handling code update
2006-09-26 fanyongdrop redefinition of group_info.
2006-09-25 yury- fixes about memory debug patch.
2006-09-25 yury- added online memory debug patch. It shows all abnorma...
2006-09-24 yury- changes in error messages of seq and fld.
2006-09-24 fanyong(1) Remote/local user
2006-09-24 yury- re-arrange seq and fld lprocfs stuff, put their lproc...
2006-09-22 yury- removed crow test from replay-single;
2006-09-21 vitalyBranch b_new_cmd
2006-09-21 nikitamove fid_{,un}_lock() functions into fid module
2006-09-20 wangdiBranch: b_new_cmd
2006-09-20 wangdiBranch: c_new_cmd
2006-09-19 wangdiBranch: b_new_cmd
2006-09-19 yury- do not store server ctx to any structs, ctx is only...
2006-09-19 yury- "more sophisticated" fix for recovery-small.sh test_3...
2006-09-18 tappro- use 'last_received' name for last_rcvd file
2006-09-18 tappro- add mode field in mdt_rec_rename. used for cross...
2006-09-18 ericmbranch: b_new_cmd
2006-09-18 yury- rename locking + CMD aware is_subdir() check.
2006-09-18 nikitafix typo
2006-09-16 vitalyBranch b_new_cmd
2006-09-15 huanghua(1) don't create object as required;
2006-09-15 wangdiBranch: b_new_cmd
2006-09-14 yury- update from 1_5
2006-09-14 yury- make all "getters" name correspond to naming paradigm...
2006-09-14 huanghuacall mds_postrecv() by pointer, not directly.
next