Whamcloud - gitweb
* Chain granted locks off the export.
[fs/lustre-release.git] / lustre / ldlm / ldlm_lock.c
2002-08-22 shaver* Chain granted locks off the export.
2002-08-21 shaver* Add timeouts for blocking-AST callbacks.
2002-08-21 pschwan- Do an additional getattr in ll_lookup2 after we get...
2002-08-19 shaverReplace ldlm_lock's connection handle with an export...
2002-08-19 pschwan- Maintain a list in the ll_inode_data of data (OST...
2002-08-14 pschwan- comment out the noisy get/put LDLM_DEBUGs; I'll remov...
2002-08-12 pschwanb=585183
2002-08-10 adilgerUse list_heads properly. In a few places we were using...
2002-08-08 pschwanMy work goes more smoothly when I think.
2002-08-08 pschwanin ldlm_lock_dump, show the lock holder's nid and the...
2002-08-06 pschwan- Grammatical, LDLM updates to network.lyx
2002-07-31 braam- move the peter branch changes to the head
2002-07-22 adilgerAdd beginning of symlink support. Not totally function...
2002-07-17 adilgerBig diff, mostly cosmetic.
2002-07-14 braamThis commit contains probably 92% of the striping infra...
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 pschwanItems of note:
2002-07-05 shaverPrevent C-c and C-z from locking us up, and make most...
2002-07-04 pschwan- Quiet the FIXMEs from CERRORs to CDEBUGs, because...
2002-07-04 shaverDump the lock before LBUG()ing in ldlm_lock_destroy...
2002-07-03 braam- first additions for rename.
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-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 braam- compilation fixes.
2002-06-24 braamLots of reorg in the lock manager, dealing with the...
2002-06-24 pschwanmore locking hackery
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 pschwan- The first unfinished bits of the DLM regression test...
2002-06-23 braam- remainder of rmdir changes
2002-06-20 pschwanAdded some debugging support on the server side of...
2002-06-18 pschwanAnother attempted DLM deadlock fixup
2002-06-18 pschwan- Fixed a DLM deadlock bug
2002-06-17 pschwan- Fixed some screwy ldlm resource refcount issues
2002-06-17 pschwanMany dlm and intent lock fixes.
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-05-30 adilgerDon't oops if we have a NULL lock.
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-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...
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-26 adilgerDon't dereference "lock" before it is set.
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...