Whamcloud - gitweb
osd/mdd: new (weaker) locking for ->do_attr_{g,e}set(), see message to colibri@ for...
[fs/lustre-release.git] / lustre / include /
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.
2006-09-14 ericmbranch: b_new_cmd
2006-09-13 yury- root_get and conf_get renamed to get_root and get_con...
2006-09-13 tappro- add flag no_lov_create in create_spec
2006-09-13 tapprofix issues from last commit.
2006-09-13 wangdiBranch: b_new_cmd
2006-09-11 ericmbranch: b_new_cmd
2006-09-11 ericmbranch: b_new_cmd
2006-09-11 yury- trivial cleanup in arguments order;
2006-09-10 nikitaremove unused RQF_MDS_WRITEPAGE
2006-09-09 yury- fixed ctx using in fld_client (bug found by Tom)...
2006-09-09 wangdiBranch: b_new_cmd
2006-09-09 wangdiBranch: b_new_cmd
2006-09-08 tapprofix several memleaks and small issues
2006-09-07 yury- some be_cpu, etc., convetions.
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-07 wangdi1)merge filter_group support from HEAD to cmd_new
2006-09-07 fanyongWe repeat lustre_disk.h and miss lustre_mdt.h, fix it.
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 nikitadt: simplify (and fix) ->dt_{ro,sync}()
2006-09-05 huanghuarename prototype obd name to their official name: mdt0...
2006-09-05 nikitalu: add lu_context_refill() to add keys registered...
2006-09-04 tapproadd fsuid, fsgid to the struct md_op_data, set them...
2006-09-04 tapproadd md_attr parameter to the rename_tgt() method in...
2006-09-04 wangdiBranch: b_new_cmd
2006-09-03 nikitadt: add ->del() method to interator, and implemente...
2006-09-02 fanyongFix the interface of mdo_link:
2006-09-01 wangdiBranch: b_new_cmd
2006-08-31 tapprosmall fixes: remove '_dev' from dt_sync and dt_ro metho...
2006-08-31 tappro- add sync and set readonly methods for dt_device....
2006-08-30 huanghua(1) store intent_disposition in mdt_thread_info, for...
2006-08-30 wangdiBranch: b_new_cmd
2006-08-30 wangdiBranch: b_new_cmd
2006-08-29 yury- fixes in seq_store.c. By now controller and regular...
2006-08-28 tappro implement MDT_FAIL_WRITE(), set the missed fail checks...
2006-08-28 tappro- decrease the seq width to prevent i_ino overflow...
2006-08-28 huanghuamove transaction commit callback context from dt_device...
2006-08-28 huanghuafix according to nikita's inspection result; mainly:
2006-08-27 tappro- add fid to the obd_client_handle and use it to select...
2006-08-26 tappro- add isdir parameter to the mdo_name_insert() method...
2006-08-25 nikitadt: simplify ->do{un,}lock() interface: lock type ...
2006-08-24 nikitafix a cut-n-paste error in previous commit
2006-08-24 wangdiBranch: b_new_cmd
2006-08-23 nikitalibiam: exterminate SET_DEFAULT
2006-08-23 nikitafix a typo
2006-08-23 huanghuaremove "lu_context *" parameter from dtc_txn_commit()
2006-08-21 nikitaliblustre: provide dummy set_fs/get_fs implementation
2006-08-21 yury- cleanups on client after Nikita's inspection.
2006-08-20 yury- merge with 1_5,some fixes.
2006-08-18 tapproanother missed files in dist
2006-08-18 wangdiBranch: b_new_cmd
2006-08-17 tapproCode update during for recovery in new MDS:
2006-08-17 tappro- store result code in thandle for last_rcvd update
2006-08-17 tapproanother missed file for dist
2006-08-17 nikitamd: remove outdated comment
2006-08-16 tappro- call ldto_device_fini() in obd_precleanup()
2006-08-16 nikita - store object-existence flags in ->loh_attr
2006-08-16 nikitalu: add ->loo_object_start() method called late during...
2006-08-15 nikitalu_object_attr() is only defined for local objects...
2006-08-15 wangdiBranch: b_new_cmd
2006-08-15 nikitaadd "positioning by hash" to iam
2006-08-15 huanghuarestore xxx_attr_set() interface to have "const md_attr...
2006-08-15 wangdiBranch: b_new_cmd
2006-08-15 huanghua(1) remove const from md_attr in moo_attr_set(), becaus...
2006-08-14 yury- fixed bug in fld_cache_delete(), there should be...
2006-08-14 huanghua(1) remove MD_ATTR_FLAGS. this is set by LA_FLAGS;
2006-08-13 wangdiBranch: b_new_cmd
2006-08-12 tappro- introduce open counter in mdd
2006-08-12 wangdiBranch: b_new_cmd
2006-08-12 wangdiBranch: b_new_cmd
2006-08-11 nikitaconsity mdo_attr_set() argument
2006-08-11 yury- fixed bug in seq_server_init(), there should be separ...
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 tapproupdate lmv_placement_policy(). For directories it uses...
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-10 fanyongFor iam lib.
2006-08-09 yury- implemented almost all Nikita's notes in seq mgr...
2006-08-09 huanghua(1) pass create flag from client to CMM/MDD in struct...
2006-08-09 wangdiBranch: b_new_cmd
2006-08-06 tappro- use md_attr in mo_attr_set() and set lov ea together...
2006-08-05 tappro- introduce the struct md_create_spec. It contains...
2006-08-05 tappro- define lu_object_attr() to get common object attribute
2006-08-05 nikitarename create_data_object to something less ugly
next