Whamcloud - gitweb
Branch: b_new_cmd
[fs/lustre-release.git] / lustre / obdclass /
2006-09-28 nikitaintroduce struct lu_buf used instead of (buf, len)...
2006-09-28 nikitaIntroduction of lu_env.
2006-09-28 nikitalu: add LCT_SESSION context tag for per-request data
2006-09-27 lsyremove capability support for split dir.
2006-09-27 lsyland capability.
2006-09-24 fanyong(1) Remote/local user
2006-09-22 yury- commit files missed by Tom's commit.
2006-09-22 wangdiBranch: b_new_cmd
2006-09-21 nikitamove lprocfs_obd_cleanup() to lu_device_fini() to share...
2006-09-20 wangdiBranch: b_new_cmd
2006-09-19 wangdiBranch: b_new_cmd
2006-09-18 yury- rename locking + CMD aware is_subdir() check.
2006-09-16 vitalyBranch 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-13 yury- root_get and conf_get renamed to get_root and get_con...
2006-09-13 tapprofix issues from last commit.
2006-09-13 wangdiBranch: b_new_cmd
2006-09-11 ericmbranch: b_new_cmd
2006-09-07 tappro- change debug level for object init/fini messages
2006-09-07 huanghuaeliminate unused mds obd reference.
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 huanghuasome small fix and debug helper.
2006-08-30 wangdiBranch: b_new_cmd
2006-08-28 huanghuamove transaction commit callback context from dt_device...
2006-08-28 huanghuafix according to nikita's inspection result; mainly:
2006-08-23 huanghuaremove "lu_context *" parameter from dtc_txn_commit()
2006-08-20 yury- merge with 1_5,some fixes.
2006-08-16 nikitalu: add ->loo_object_start() method called late during...
2006-08-15 wangdiBranch: b_new_cmd
2006-08-14 tapprofix defect with list_add_tail() params.
2006-08-09 yury- implemented almost all Nikita's notes in seq mgr...
2006-08-05 nikitalu_object: add ->lct_exit() method to lu_context_key
2006-07-28 nikitareaddir fixes
2006-07-26 wangdiBranch: b_new_cmd
2006-07-24 nikitasimplify global lu_* initializations
2006-07-23 wangdiBranch: b_new_cmd
2006-07-22 nikitafix typo
2006-07-21 nikitaupdates to lu_object printing code:
2006-07-20 nikitaremove pleonastic "_object" from dt_object_operations...
2006-07-19 nikitapass lu_context to ->o_connect() method
2006-07-19 nikitalu_context_key: add tags to contexts and keys to contro...
2006-07-18 nikitarename dt_is_dir() to dt_try_as_dir() to reflect the...
2006-07-02 nikitadt_object: add di_is_dir() helper
2006-06-27 wangdiBranch: b_new_cmd
2006-06-25 yury- sequence width on clients, super-width and meta-width...
2006-06-22 nikitalu_object_put(): fix defect: passing wrong object to...
2006-06-12 yury- added working proto of sequences manager with super...
2006-06-05 nikitafix defects found by Mike during C2_SERVER_MDAPI_CODEINSP:
2006-05-31 nikitalu_object_find(): fix site->ls_busy accouting bug,...
2006-05-29 nikitaiam:
2006-05-28 nikita->ldo_object_alloc(): add lu_object_headers to argument...
2006-05-27 nikitadt_store_open(): new helper function to open perisisten...
2006-05-26 wangdiBranch: b_new_cmd
2006-05-22 nikitafix defect in ->ls_total accounting, found by Mike
2006-05-19 nikitamake ->ldo_object_free() a per-object method ->loo_obje...
2006-05-19 nikitamake lu_context const
2006-05-19 yury- update from b1_4_mountconf
2006-05-17 nikitadt_object_fini(): add a cast to sub-object
2006-05-17 nikitaadd dt_object_{init,fini}()
2006-05-16 nikitalu_object_alloc(): add static
2006-05-11 nikitalibcfs: fixes to CDEBUG(), LASSERT() and friends to...
2006-05-10 nikitaGrr... revert previous commit, as part of it went into...
2006-05-10 nikitalibcfs: fixes to CDEBUG(), LASSERT() and friends to...
2006-05-09 nikitadt: dt_txn_hook_*(): skip NULL call-backs
2006-05-08 nikitadt: 0. add txn callbacks interface; 1. pass lu_attr...
2006-05-04 yury- LMV saves connect data for all tatgets;
2006-05-03 nikitamore comments...
2006-05-02 nikitaadd comments for dld
2006-04-27 huanghuafix a problem caused by renamed struct members (lu_obje...
2006-04-26 nikitamove some method into per-object operation vectors...
2006-04-25 yury- fixed direct access to obd->obd_namespace in llite...
2006-04-23 nikita - add struct lu_object_operations
2006-04-21 nikitause container_of0() and fix few lu_device_is_foo()
2006-04-21 tapprofix issue with md_ops
2006-04-21 yury- adopting LMV to 1_4 APIs;
2006-04-17 tappromove lmi get/put from lu_site_init/fini to the mdt
2006-04-17 nikitalu_site_init(): convert to single return
2006-04-17 tappro- change lu_site_init/fini to handle and store lmi
2006-04-16 nikitalu_site_fini(): break reference from lu_device to lu_site
2006-04-14 nikitaimprove lu_context_key() functions, add lu_context_key_...
2006-04-14 yury- update from parent
2006-04-13 nikitaadd lu_context everywhere. Mountability preserved.
2006-04-12 tapprolu_context changes
2006-04-12 nikitaadd const qualifiers
2006-04-12 nikitafix module initialization
2006-04-11 nikitaadd const here and there
2006-04-11 yury- for proto better use simple seq. allocation without...
2006-04-07 nikitalu_object: 0. add ->ldo_object_delete() method; 1....
2006-04-07 tapprouse new simple MDS
2006-04-07 tapprouse mdt0 - new mdt device
2006-04-07 yury- many changes about fids:
2006-04-06 yury- fixes in lustre_swab_lu_fid()
2006-04-06 yury- changes about fids:
2006-04-04 yury- added fid_lock()/fid_unlock()
2006-04-04 yury- renames of ll_fid (what is expanded to llite_fid...
2006-04-03 nikitamark local declaration "static"
2006-03-31 nikitalu_object updates
2006-03-29 nikitayank lu_device and lu_device_type inside of obd_device...
next