Whamcloud - gitweb
some code cleanup in split.
[fs/lustre-release.git] / lustre / fld /
2006-10-28 yury- fixed ma_valid in cmm_mdsnum_check();
2006-10-25 nikitamake lustre less noisy during normal operation.
2006-10-24 yury- do not call any obd_fid_init() from llite, do that...
2006-10-17 yury- cleanups in seq-mgr, move cache statistics to lu_cache;
2006-10-16 yury- in abort_req_replay_queue() pass correct count of...
2006-10-16 yury- fixed div by zero.
2006-10-16 yury- adjust client FLD cache a bit. It should use hashtabl...
2006-10-16 yury- make FLD less noisy after lookup -2 bug is fixed.
2006-10-15 yury- serialize fld reqs on client and server;
2006-10-15 yury- split fixes
2006-10-15 yury- some cleanups;
2006-10-13 yury - added debug to fld client fucntions to catch wrong...
2006-10-13 yury- set in cmm mdc devices obd flags from mdt_obd in...
2006-10-13 yury- using __mdd_lookup_locked() in mdd_parent_fid();
2006-10-12 yury- zero out used locks in MDT before finishing req handling;
2006-10-10 yury- compile fixes in fld_rrb_scan()
2006-10-10 yury- fixes and cleanup in seq-mgr about setting controller...
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-05 tappro- fix issue with returning result of fs operation as...
2006-10-05 lsyrevised capability code to not break md stack according...
2006-09-28 nikitaIntroduction of lu_env.
2006-09-28 yury- fixes in mdd about lockful and lockless versions...
2006-09-26 yury- pass handling errors down to target_send_reply()...
2006-09-25 yury- fixed really nasty bug with recovery. Sometimes serve...
2006-09-24 yury- changes in error messages of seq and fld.
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 yury- improvements in error messages
2006-09-13 yury- root_get and conf_get renamed to get_root and get_con...
2006-09-11 yury- trivial cleanup in arguments order;
2006-09-10 tapproadd defects inspired by removing local fld connection.
2006-09-10 huanghuafix some small bugs related to recovery.
2006-09-09 yury- fixed ctx using in fld_client (bug found by Tom)...
2006-09-08 yury- MSG_RESENT support in FLD.
2006-09-07 nikitaavoid hard-coded sizes of reply-size arrays
2006-09-07 yury- recovery support in seq-mgr.
2006-09-07 yury- added ref to export in fld_client_add_target();
2006-09-06 tappro- check ft_export exists
2006-09-06 yury- start fld and seq services in MDT, thus, make MDT...
2006-09-06 yury- disable mds local connections, that is on mdt0 there...
2006-09-05 huanghuarename prototype obd name to their official name: mdt0...
2006-09-03 yury- reorganizing fld and seq reqs handling stuff as prepa...
2006-08-30 yury- reduce stack consumption in fld_client_rpc() and...
2006-08-29 yury- fixed names of client flds in lmv and cmm;
2006-08-20 yury- merge with 1_5,some fixes.
2006-08-17 nikitaliblustre: fix user level build
2006-08-17 tappro- fix use-after-free issue. fld_server_proc_fini()...
2006-08-16 tappro- register/degister keys in mod_init/exit to avoid...
2006-08-16 huanghuabraces are forgotton after condition sentence.
2006-08-14 yury- fixed typo in comment.
2006-08-14 yury- update entries counter on entry delete.
2006-08-14 yury- fixed bug in fld_cache_delete(), there should be...
2006-08-11 nikitaconsity mdo_attr_set() argument
2006-08-11 yury- last portion of cleanups and fixes after Nikita's...
2006-08-10 yury- one more portion of fixes and cleanups after Nikita...
2006-08-10 yury- more fixes and cleanups in fld after Nikita's CODEINSP.
2006-08-10 yury- more in fld and seq fixes after Nikita's CODEINSP.
2006-08-09 yury- implemented almost all Nikita's notes in seq mgr...
2006-08-04 yury- place pill and rep_buf_size array from fld_req_handle...
2006-08-04 nikitareq-layout: handle 0-length fields: use (-1) as variabl...
2006-08-02 yury- mostly changes according to Mike's CODEINSP;
2006-08-01 yury- converting {seq|fld}_client_rpc() to new req-layout.
2006-08-01 yury- fixes in seq and fld after Mike's CODEINSP.
2006-07-29 yury- using dt_body_ops in server sequence manager to store...
2006-07-21 nikitafld_client_init(): conditionalize label only used by...
2006-07-21 yury- make liblustre build.
2006-07-20 nikitaremove pleonastic "_object" from dt_object_operations...
2006-07-19 nikitafld_cache_delete(): use safe hlist iteration
2006-07-19 nikitalu_context_key: add tags to contexts and keys to contro...
2006-07-12 nikitafld_index_*(): add error handling
2006-07-04 yury- cleanups and small fixes accordingly to Nikita's...
2006-07-03 yury- some fixes after DLDINSP.
2006-07-02 nikitafld: remove excessive locking: ->dio_*() operations...
2006-07-02 nikitafid_is_local(): move it back into fld module
2006-06-30 yury- changes about FLD cache. By now it is not belong...
2006-06-30 nikitafid_is_local(): make it non-inline and conservative
2006-06-30 yury- commit not finished fid_is_local() related things...
2006-06-30 yury- fixes after FLD CR:
2006-06-29 yury- implemented Mike's idea that seq-controller and seq...
2006-06-27 yury- rename fld_*_export() functions into fld_*_target().
2006-06-27 yury- added fid_store.c which contains methods working...
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 yury- added "hash" proc tunable to client FLD;
2006-06-26 yury- trivial fixes in mdd;
2006-06-25 yury- fixes in seq-mgr procfs stuff;
2006-06-25 yury- fixes in fld procfs;
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 yury- removed cmm_special_fid();
2006-06-23 yury- removed old proto stuff which is not now needed in FLD
2006-06-23 yury- added exporting client side meta-seq to userspace...
2006-06-22 tappromove mdsno_t into lustre_idl.h and use this type in...
2006-06-21 yury- cleanups in seq-mgr;
2006-06-20 nikitafld: enable iam
2006-06-20 nikitasimplification of osd index interface
2006-06-19 yury- a little cleanup about messages in seq and fld init...
2006-06-19 yury- cleanups in seq-mgr, fixes;
next