Whamcloud - gitweb
- Refined the DTD futher: 'id' changed to 'name'; tree structure rearranged
[fs/lustre-release.git] / lustre / ldlm /
2002-06-27 braamDon't update your trees yet..... Brian and I are trying...
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 pschwanextern/static fix
2002-06-24 pschwanlock descriptor fixups
2002-06-24 pschwancompilation cleanups
2002-06-24 braam- compilation fixes.
2002-06-24 pschwanhandful of conflict-causing DLM changes
2002-06-24 pschwancompilation fixups
2002-06-24 braamLots of reorg in the lock manager, dealing with the...
2002-06-24 pschwanmore DLM lock cleanups
2002-06-24 braam- minor renaming of handling functions
2002-06-24 pschwanmore locking hackery
2002-06-24 braam- rework lock handling functions with get/put and refcounts
2002-06-24 braam- changes for lock handles and refcounts
2002-06-24 pschwanFirst swing at DLM lock cleanup. Do not update your...
2002-06-23 pschwanFix a handful of unsafe spin_unlock()s
2002-06-23 pschwanFixed lock_mode thinko
2002-06-23 pschwan- If the DLM server returns ELDLM_LOCK_ABORTED, pass...
2002-06-23 braam- add reentrant locks
2002-06-23 pschwan- The first unfinished bits of the DLM regression test...
2002-06-23 braam- remainder of rmdir changes
2002-06-23 adilgerMove cleanup of service struct into ptlrpc_unregister_s...
2002-06-21 pschwanFix for cleanup deadlock
2002-06-21 pschwan- If a completion callback arrives before the reply...
2002-06-21 pschwanFixed an MDS crash bug discovered as a result of earlie...
2002-06-20 pschwanFix many (mostly un-serious) build warnings
2002-06-20 pschwanAdded some debugging support on the server side of...
2002-06-20 adilgerMerge from posix_stable.
2002-06-18 pschwanAnother attempted DLM deadlock fixup
2002-06-18 pschwan- Fixed a DLM deadlock bug
2002-06-17 pschwan- Add more DLM threads
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 pschwan- Fix two leaks
2002-06-14 pschwan- Fixed remote dlm lock conversion
2002-06-14 pschwan- We allow the intent policy function to abort lock...
2002-06-14 pschwanLanding the mds_lock_devel branch on the trunk. Notables:
2002-06-12 adilgerRemove typo file.
2002-05-30 adilgerDon't oops if we have a NULL lock.
2002-05-24 pschwan- Fixed some 64bit warnings
2002-05-23 pschwanchanged ioctl 'cmd' type from 'long' to 'int'
2002-05-17 pschwan* Split struct niobuf into niobuf_local and niobuf_remote
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-30 pschwan- added a 'dying' head to fix very bad bug in yesterday...
2002-04-29 braam- documentation update for MDS recovery
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-22 adilgerOnly put the ldlm connection if we are not connected...
2002-04-22 braam- rename ha_mgr to recovd
2002-04-18 adilgerInitialize ldlm_resources at allocation time instead...
2002-04-18 pschwan- fixed some warnings in the DLM
2002-04-17 pschwanThe more controversial changes, although my tree finall...
2002-04-17 pschwanThe noncontroversial portion of the last few days of...
2002-04-15 braamWARNING - if an RPC times out you will crash older...
2002-04-13 pschwan- added connection structure which encompasses some...
2002-04-10 braam- More Peter's additions for the ha manager. This doesn...
2002-04-10 pschwanNo new functionality outside of the DLM. ptlrpc_client...
2002-04-08 braam- name switch: "light" --> "lite"
2002-04-06 pschwanRemoves all traces of mds_req, mds_rep, ost_req, and...
2002-04-04 pschwan- Fixed lock tests--early indicates are that extents...
2002-04-04 pschwan- Don't abort if fig2dev doesn't exist
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-27 braamMore 'rpc_register_service' removal
2002-03-26 adilgerDon't dereference "lock" before it is set.
2002-03-25 braam remove gid/rid's; minor cleanups.
2002-03-24 braam*** empty log message ***
2002-03-24 braam- more of the locking infrastructure.
2002-03-20 braam- updated documentation (introduction)
2002-03-10 pschwanWe touched everything, but it's not as scary as it...
2002-03-08 adilgerAdded cvsignore files to directories which didn't have...
2002-03-07 braam- first parts of lock management: module & resource...