Whamcloud - gitweb
Branch: b_new_cmd
[fs/lustre-release.git] / lustre / fid /
2006-09-28 nikitaintroduce struct lu_buf used instead of (buf, len)...
2006-09-28 nikitaIntroduction of lu_env.
2006-09-26 yury- fixes in mdt_fini();
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-22 yury- fixed resent for intent_open case;
2006-09-21 yury- improvements in error messages
2006-09-21 nikitamove fid_{,un}_lock() functions into fid module
2006-09-19 yury- do not store server ctx to any structs, ctx is only...
2006-09-13 yury- root_get and conf_get renamed to get_root and get_con...
2006-09-11 yury- fixed typo
2006-09-11 yury- trivial cleanup in arguments order;
2006-09-10 huanghuafix some small bugs related to recovery.
2006-09-07 yury- some be_cpu, etc., convetions.
2006-09-07 yury- a little bit more noise about read/write seq-mgr...
2006-09-07 yury- fixes in reading store by seq-mgr;
2006-09-07 nikitaavoid hard-coded sizes of reply-size arrays
2006-09-07 yury- recovery support in seq-mgr.
2006-09-06 yury- removed not used macros;
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-04 yury- fixes in fid store, by now all ranges should be read...
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-30 huanghuareduce stack consumption aggressively according to...
2006-08-29 yury- fixes in seq_store.c. By now controller and regular...
2006-08-20 yury- fixes in convertion functions after Nikita's insp.
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-11 yury- one more piece of changes missed to commit last time.
2006-08-11 yury- last portion of cleanups and fixes after Nikita's...
2006-08-10 yury- more fixes and cleanups in fld after Nikita's CODEINSP.
2006-08-10 yury- start seq mgr for data stack in separate portal;
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-19 nikitalu_context_key: add tags to contexts and keys to contro...
2006-07-12 nikitaadd fid_to_be() function
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-29 yury- implemented Mike's idea that seq-controller and seq...
2006-06-27 yury- init store before using it.
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-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 yury- added exporting client side meta-seq to userspace...
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 yury- a race handled out;
2006-06-21 yury- fixed possible deadlock in server side seq-mgr, howev...
2006-06-21 yury- cleanups in seq-mgr;
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 yury- seq-mgr reworked, now it simpler, and cleaner;
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- many fixes in fld, adding it to LMv and CMM
2006-06-15 yury- some cleanups
2006-06-15 yury- changes in sec-mgr
2006-06-13 yury- converted FLD to use req_capsule API
2006-06-13 yury- do not send lu_range with old seq from client to...
2006-06-12 yury- cleanups in FLD, added client API and server API
2006-06-12 yury- fid_handle.c and fld_handle.c are renamed to fid_hand...
2006-06-12 yury- added working proto of sequences manager with super...
2006-05-31 yury- fixes after FIDs inspection
2006-05-19 nikitamake lu_context const
2006-05-19 yury- update from b1_4_mountconf
2006-05-12 tapproalloc new fid using range of sequences
2006-04-26 nikitaadd .cvsignore's for new directories.
2006-04-15 nikitaadd fid_misc.c file with fid_to_le()
2006-04-13 nikitaadd lu_context everywhere. Mountability preserved.
2006-04-12 yury- added fid.ko module. Simple seq management moved...