Whamcloud - gitweb
fix oops while accessing NULL pointer
[fs/lustre-release.git] / lustre / obdclass /
2006-11-21 nikitalu: ultimately hash function that works(tm)... famous...
2006-11-20 nikitalu: now that we have larger hash table, switch to the...
2006-11-20 nikitalu: use vmalloc() to allocate hash table.
2006-11-19 tappro add 'exist' info in lu_object_header_print()
2006-11-19 nikitause nr_free_buffer_pages() to calculate hash table...
2006-11-17 nikitalu: make site hash table dynamically adjustable.
2006-11-16 huanghuachange debug subsystem according to nathan's cleanup
2006-11-15 nikitalu_object: return back old hash: hash_long() proved...
2006-11-13 nikitalu_object: use hash_long() to hash fids.
2006-11-08 lsyadd debug code for capa cleanup failure.
2006-11-08 yury- fixed pssible NULL pointer access in lprocfs_rd_conn_...
2006-11-06 yury- all md_op_data field have prefix op_;
2006-11-06 tapproreturn TEA hash back
2006-11-04 nikita0. iam: pub r5 hash back.
2006-11-03 tapprorevert back changes about MAX_HASH_SIZE usage during...
2006-11-03 tappro- more fixes with hash_segment calculation. make them...
2006-11-02 nikitasync with last changes to iam_lvar.c.
2006-11-01 lsycapa code cleanup.
2006-10-29 yury- fixes in split. Tom! Your changes in cmm_remove_entri...
2006-10-26 nikitamore silencing.
2006-10-25 nikitamake lustre less noisy during normal operation.
2006-10-24 wangdiBranch: b_new_cmd
2006-10-22 yury- added last chunk of ldlm part of pdiros, enabled...
2006-10-18 ericmbranch: b_new_cmd
2006-10-18 ericmbranch: b_new_cmd
2006-10-18 yury- various fixes from b1_5
2006-10-17 nikitalu: proper locking for site.ls_total
2006-10-16 nikitalu: add lu_site_print().
2006-10-14 tappro- don't count self-export as stale export
2006-10-14 nikitalu: adjust hash table size dynamically.
2006-10-14 nikitaiam: 0. make heavily used functions static inline;...
2006-10-13 nikitacleanup to shrinker environment setup and finalization.
2006-10-12 nikitalu_site_init(): remove duplicate initialization
2006-10-12 nikitalu_object: add lu_object cache shrinking.
2006-10-12 nikitalu_object: cpu consumption reduction: increase hash...
2006-10-12 fanyongRoll back for the change of server_put_mount.
2006-10-12 lsygive friendly error message if crypto failed.
2006-10-12 lsy* all capabilities of opened inode should always renew...
2006-10-12 yury- zero out used locks in MDT before finishing req handling;
2006-10-12 fanyong(1) Do not call server_deregister_mount unless ref...
2006-10-12 wangdi Branch: b_new_cmd
2006-10-12 wangdi Branch: b_new_cmd
2006-10-12 wangdi correct bit size for computing hash in client
2006-10-12 huanghuapassing valid argument
2006-10-11 yury- stop recovery thare in obdfilter before freeing names...
2006-10-09 nikita - iam: assure that hash value is always even, even...
2006-10-09 lsyoss capability fully works now.
2006-10-08 huanghuaremove compiler warning.
2006-10-07 tappro- fast fix of mountconf bug when mds is set up before...
2006-10-07 lsyfix capa renewal reply offset.
2006-10-07 lsyadd capability config interface. also modified the...
2006-10-05 lsyrevised capability code to not break md stack according...
2006-10-04 wangdiBranch: b_new_cmd
2006-10-02 yury- comment re-defined macros in obdclass.
2006-10-02 tappro- merge recovery from cmd2
2006-09-29 wangdiBranch: b_new_cmd
2006-09-29 nikitalu_context_key: make ->lct_used atomic to avoid races
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...
next