Whamcloud - gitweb
More makefile fixes.
[fs/lustre-release.git] / lustre / ldlm /
2002-10-03 pschwan- Add extent information to LDLM_DEBUG
2002-10-03 shaver- Add mount-epoch checking in most (all?) inode-using...
2002-10-02 pschwan- Change an LDLM LBUG into just a warning, now that...
2002-10-01 pschwan- If a non-CONNECT request is made with an invalid...
2002-10-01 shaver- Add RD_TROUBLED state for items that need to start...
2002-09-26 pschwanI don't much like crashing
2002-09-26 pschwanb=614867
2002-09-25 shaver- #include good, implicit-decl warning bad.
2002-09-25 shaver- Use l_wait_event in ldlm_completion_ast to both trigg...
2002-09-25 shaver- Remove cancelled locks from the waiting list. Revoki...
2002-09-25 shaver- Cancel any and all outstanding locks when an export...
2002-09-24 pschwanThe old patch was failing because sometimes the inodes...
2002-09-24 pschwanBack out the piece of the locking fix that caused the...
2002-09-24 pschwan- Adds an int 'local_only' to the cancel_unused functio...
2002-09-22 pschwanb=605627
2002-09-20 eeb Modifications for "circulating" request buffers ...
2002-09-19 braam- add hardlink support
2002-09-19 pschwan- Added preventative locking in two areas, where we...
2002-09-16 pschwan- add resource and lock counters to the namespace
2002-09-14 braam- don't forget to pass data and data_len on to the...
2002-09-09 pschwanb=606116
2002-09-08 pschwan- We don't use pga[i].pg->index, so don't overwrite...
2002-09-07 adilgerClean up compiler warnings for 64-bit systems where...
2002-09-07 adilgerCosmetic.
2002-09-06 thantryCommented proc code
2002-09-05 pschwanBack out some lprocfs changes to common code until...
2002-09-05 thantryRemoved LDLM references to old proc FS
2002-09-05 pschwan- debug.c was only used by obdclass, so I moved it...
2002-09-05 eebFixed service request buffer race
2002-09-03 pschwan- remove the PTL_RPC_TYPE_* in favour of PTL_RPC_MSG_*
2002-09-03 pschwanldlm_handle_convert was putting the lock immediately...
2002-09-03 shaverWARNING: we currently crash on unmount after the last...
2002-09-02 pschwanI'm a moron and spin_unlock was a no-op.
2002-09-02 pschwanFix eric's extremely well-spotted locking bug. It...
2002-09-02 pschwanJames Newsome's last dlm regression patch. I haven...
2002-09-02 pschwan- remove the unused 'id' from mdc_enqueue
2002-08-26 shaver* Move recovery state into connection from client,...
2002-08-22 pschwan- removed lock list from inode info
2002-08-22 shaver* Remove noisy lock-queue debugging spew.
2002-08-22 shaver* Chain granted locks off the export.
2002-08-21 shaver* Add timeouts for blocking-AST callbacks.
2002-08-21 braam- add a name to ptlrpc_svc_init in preparation for...
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-17 rreadSome architectures (like ppc) need linux/init.h to...
2002-08-14 pschwan- comment out the noisy get/put LDLM_DEBUGs; I'll remov...
2002-08-12 pschwan- James Newsome's dlm stress test
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-08 pschwan- Don't shutdown the LDLM if other modules still have...
2002-08-08 pschwanRemove silly LBUG
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 adilgerDon't have spaces in process names.
2002-08-06 pschwan- Grammatical, LDLM updates to network.lyx
2002-07-31 braam- move the peter branch changes to the head
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-24 pschwanfix ldlm_cli_cancel return value
2002-07-22 adilgerAdd beginning of symlink support. Not totally function...
2002-07-18 pschwanMore connection-level hackery for the DLM
2002-07-17 adilgerBig diff, mostly cosmetic.
2002-07-17 pschwan- Attempted fix for the crash-during-unload-after-ldlm...
2002-07-17 pschwan- Temporary fix for the problem that the MDS needs...
2002-07-17 gord-figTweak autogen.sh and Makefiles to be compatible with...
2002-07-14 braamThis commit contains probably 92% of the striping infra...
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 pschwanItems of note:
2002-07-05 shaverPrevent C-c and C-z from locking us up, and make most...
2002-07-05 adilgerChange module data to use "info@clusterfs.com" email...
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 braam- much of the striping configuration managment and...
2002-07-01 pschwan- updated LDLM_DEBUG to give more refcount info
2002-06-30 braam- except for fixing the segfault in the documentation...
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-29 rread- fix make dist
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
next