Whamcloud - gitweb
fix oops while accessing NULL pointer
[fs/lustre-release.git] / lustre / mdc /
2006-11-14 yury- fixed race in lmv about fid allocation. It allocated...
2006-11-10 yury- detect cross-ref cases in MDT using special flag...
2006-11-09 lsyupdate comment according to code change.
2006-11-07 yury- do not check dir for split if cleint already knows...
2006-11-07 lsyrename op_mod_capa? to op_capa?. (original mod already...
2006-11-06 yury- all md_op_data field have prefix op_;
2006-11-01 tappro- make clo_split enum type
2006-11-01 lsycapa code cleanup.
2006-10-30 nikitaldlm and its users: do not pass struct ldlm_res_id...
2006-10-30 yury- use usual MDT name in mdd procfs stuff instead of...
2006-10-24 yury- remove pdirops defines. Now it is active all the...
2006-10-23 nikitapdirops: quick fix to enable pdirops unconditionally.
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 lsyminor cleanup.
2006-10-18 ericmbranch: b_new_cmd
2006-10-17 fanyongSmall fix.
2006-10-17 yury- liblustre build fix.
2006-10-17 fanyongProcess "-ENODATA" correctly for ACL, update lli_posix_...
2006-10-17 lsyadd full support for remote operations.
2006-10-15 yury- some cleanups;
2006-10-13 lsydon't hijack any field in mdt_body as return value.
2006-10-13 lsyrevert last commit, transfer a positive value should...
2006-10-13 lsyuse mdt_body->size instead of mdt_body->flags to store...
2006-10-13 huanghuaadded debug code
2006-10-13 wangdiBranch: b_new_cmd
2006-10-12 ericmbranch: b_new_cmd
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 tappro- serialize done_writting with close requests
2006-10-11 ericmbranch: b_new_cmd
2006-10-11 yury- stop recovery thare in obdfilter before freeing names...
2006-10-11 ericmbranch: b_new_cmd
2006-10-10 yury- reverse wrong commit about open_req.
2006-10-10 yury- fixed missed braces in mdc_clear_open_replay_data()
2006-10-10 yury- fixes and cleanup in seq-mgr about setting controller...
2006-10-09 yury- fixes about using lmv_get_export(), fixes possible...
2006-10-09 lsyoss capability fully works now.
2006-10-08 yury- fixes and cleanups. Tom notice my comment in cmm_remo...
2006-10-07 tapprouse mdc RPC lock to queue the seq/fld requests, except...
2006-10-07 lsyfix capa renewal reply offset.
2006-10-07 lsyadd capability config interface. also modified the...
2006-10-07 fanyongSmall fix for remote_perm.
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-03 vitalyBranch b_new_cmd
2006-10-02 lsyget remote permisson request should follow the request...
2006-10-02 yury- added assert in qos_calc_rr();
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-27 wangdiBranch: b_new_cmd
2006-09-27 lsyland capability.
2006-09-26 fanyongShip cap_effective inter-mds.
2006-09-24 fanyong(1) Remote/local user
2006-09-24 yury- in mdc_replay_open() do not assert on body == NULL...
2006-09-22 yury- fixed resent for intent_open case;
2006-09-22 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-19 huanghuareserve some memory for MDS_GETATTR_NAME. This is ugly...
2006-09-18 tappro- add mode field in mdt_rec_rename. used for cross...
2006-09-18 yury- rename locking + CMD aware is_subdir() check.
2006-09-18 huanghuanew MDS_CLOSE request format: now, we have mdt_epoch...
2006-09-17 huanghuasmall fix about RQF_MDT_EPOCH: check buffer len first.
2006-09-16 vitalyBranch b_new_cmd
2006-09-15 wangdiBranch: b_new_cmd
2006-09-14 yury- update from 1_5
2006-09-14 huanghua(1) call mdt_shrink_reply() whenever possaible;
2006-09-13 yury- root_get and conf_get renamed to get_root and get_con...
2006-09-13 wangdiBranch: b_new_cmd
2006-09-11 ericmbranch: b_new_cmd
2006-09-09 wangdiBranch: b_new_cmd
2006-09-06 yury- disable mds local connections, that is on mdt0 there...
2006-09-04 tapproadd fsuid, fsgid to the struct md_op_data, set them...
2006-09-04 wangdiBranch: b_new_cmd
2006-09-01 wangdiBranch: b_new_cmd
2006-09-01 yury- make seq clients name coherent with server's.
2006-08-31 wangdiBranch: b_new_cmd
2006-08-24 yury- add libiam.a (if exists) to rpm, this is neededfor...
2006-08-24 wangdiBranch: b_new_cmd
2006-08-21 yury- cleanups on client after Nikita's inspection.
2006-08-21 wangdiBranch: b_new_cmd
2006-08-21 wangdiBranch: b_new_cmd
2006-08-20 yury- merge with 1_5,some fixes.
2006-08-11 yury- fixed bug in seq_server_init(), there should be separ...
2006-08-10 huanghua(1) in mdd_lov_create(), allocate lmm before using...
2006-08-10 huanghua(1) small file count in sanity to avoid large directory...
2006-08-10 wangdi1)for Non Create revalidate, we still should pack the...
2006-08-09 yury- implemented almost all Nikita's notes in seq mgr...
2006-08-09 wangdiBranch: b_new_cmd
2006-08-08 huanghua(1) set attributes for newly created object and its...
2006-08-06 tappro- if fid2 exists and this was create operation, then...
2006-08-05 wangdiBranch: b_new_cmd
2006-08-04 wangdiBranch: b_new_cmd
2006-08-04 wangdiBranch: b_new_cmd
2006-08-03 wangdiBranch: b_new_cmd
2006-08-03 wangdiBranch: b_new_cmd
2006-08-02 huanghuareworked for mdt_getattr():
next