Whamcloud - gitweb
More connection-level hackery for the DLM
[fs/lustre-release.git] / lustre / ldlm / ldlm_request.c
2002-07-18 pschwanMore connection-level hackery for the DLM
2002-07-17 pschwan- Temporary fix for the problem that the MDS needs...
2002-07-13 shaver- Use refcounting to control lifetime of bulk descriptors.
2002-07-13 pschwan- Added match_or_enqueue helper function
2002-07-12 pschwan- Added some temporary LDLM_LOCK_PUT/LDLM_LOCK_GET...
2002-07-11 pschwan- The server side of the DLM wasn't always handling...
2002-07-05 shaverPrevent C-c and C-z from locking us up, and make most...
2002-07-01 pschwan- more LDLM refcount locking infrastructure
2002-07-01 pschwan- updated LDLM_DEBUG to give more refcount info
2002-06-30 pschwan- Fixes memory and refcount links in the DLM
2002-06-29 braamMinor bug fixes to get export handles used by the DLM...
2002-06-25 pschwan- ldlm fixes to get it to pass intent-test.sh, although...
2002-06-25 braam- Cleanup of the lock callback infrastructure - not...
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 pschwan*** empty log message ***
2002-06-24 braam- compile fix.
2002-06-24 braamcompile fixes.
2002-06-24 pschwancompilation cleanups
2002-06-24 braamLots of reorg in the lock manager, dealing with the...
2002-06-24 pschwanmore DLM lock cleanups
2002-06-24 pschwanmore locking hackery
2002-06-23 pschwanFix a handful of unsafe spin_unlock()s
2002-06-23 pschwan- If the DLM server returns ELDLM_LOCK_ABORTED, pass...
2002-06-23 pschwan- The first unfinished bits of the DLM regression test...
2002-06-21 pschwan- If a completion callback arrives before the reply...
2002-06-20 pschwanFix many (mostly un-serious) build warnings
2002-06-17 pschwanMany dlm and intent lock fixes.
2002-06-14 pschwanLanding the mds_lock_devel branch on the trunk. Notables:
2002-05-24 pschwan- Fixed some 64bit warnings
2002-05-17 pschwan* Split struct niobuf into niobuf_local and niobuf_remote
2002-05-09 pschwanLanding the ldlm_testing branch; now the only differenc...
2002-04-22 pschwan64-bit warning fixes. Someone should take a closer...
2002-04-18 pschwan- fixed some warnings in the DLM
2002-04-17 pschwanThe more controversial changes, although my tree finall...
2002-04-13 pschwan- added connection structure which encompasses some...
2002-04-10 pschwanNo new functionality outside of the DLM. ptlrpc_client...