Whamcloud - gitweb
1. Bug fix for Bug #320, also needs repair of lconf, since it tries
[fs/lustre-release.git] / lustre / ldlm / ldlm_resource.c
2002-11-13 thantry1. Bug fix for Bug #320, also needs repair of lconf...
2002-11-09 pschwanthe first try at lock LRU
2002-11-05 pschwan- Replaces the LDLM lock counters (in /proc/ldlm/)
2002-11-04 adilgerDon't include lprocfs_ll_rd() at all. lprocfs defines...
2002-11-02 adilgerBuild properly with lprocfs disabled.
2002-10-30 pschwanb=201
2002-10-20 pschwan- Back out the ldlm_everything_lock patch, which causes...
2002-10-19 pschwan- Replace per-namespace recursive lock with an ldlm...
2002-10-19 shaver- Rename ldlm_namespace_cleanup's "local" parameter...
2002-10-17 pschwanSplit ldlm_namespace_free into ldlm_namespace_free...
2002-09-16 pschwan- add resource and lock counters to the namespace
2002-09-03 shaverWARNING: we currently crash on unmount after the last...
2002-08-26 shaver* Move recovery state into connection from client,...
2002-08-10 adilgerUse list_heads properly. In a few places we were using...
2002-08-06 pschwan- Fixed an unaligned structure that I introduced yesterday
2002-08-06 adilgerTell us which locks are still outstanding at shutdown...
2002-08-06 pschwan- Grammatical, LDLM updates to network.lyx
2002-07-26 pschwanOne last fix from yesterday, for forced DLM cleanup...
2002-07-26 pschwan- Fix some dangling lock references in error paths
2002-07-26 pschwanDon't LBUG() in resource_cleanup() when cancel fails
2002-07-13 pschwan- Added match_or_enqueue helper function
2002-07-12 pschwan- Added some temporary LDLM_LOCK_PUT/LDLM_LOCK_GET...
2002-06-29 braamMinor bug fixes to get export handles used by the DLM...
2002-06-24 braam- fixes to let a client do correct lock cancellation...
2002-06-24 braamstatus: on ./mcreate I believe the client lock on the...
2002-06-24 braam- first fixes to get things working again: current...
2002-06-24 pschwan*** empty log message ***
2002-06-24 braamcompile fixes.
2002-06-24 pschwancompilation cleanups
2002-06-24 braam- compilation fixes.
2002-06-24 pschwancompilation fixups
2002-06-24 pschwanFirst swing at DLM lock cleanup. Do not update your...
2002-06-21 pschwanFix for cleanup deadlock
2002-06-21 pschwan- If a completion callback arrives before the reply...
2002-06-17 pschwan- Fixed some screwy ldlm resource refcount issues
2002-06-17 pschwanMany dlm and intent lock fixes.
2002-06-15 pschwan- Fixed serious LDLM bugs, including mistaking the...
2002-06-14 pschwanLanding the mds_lock_devel branch on the trunk. Notables:
2002-05-24 pschwan- Fixed some 64bit warnings
2002-05-16 adilgerVmalloc ns_hash instead of kmalloc (it is 128kB). ...
2002-05-09 pschwanLanding the ldlm_testing branch; now the only differenc...
2002-04-24 adilgerFixups to handle error recovery when we are out of...
2002-04-23 adilgerUse debugging macros to aid in tracing.
2002-04-22 pschwan64-bit warning fixes. Someone should take a closer...
2002-04-18 adilgerInitialize ldlm_resources at allocation time instead...
2002-04-17 pschwanThe noncontroversial portion of the last few days of...
2002-04-13 pschwan- added connection structure which encompasses some...
2002-04-10 pschwanNo new functionality outside of the DLM. ptlrpc_client...
2002-03-29 adilgerA bunch of minor cleanups when using sizeof(). This...
2002-03-29 braam- add more infrastructure to handle extents and debug.
2002-03-24 braam- more of the locking infrastructure.