Whamcloud - gitweb
Lproc-snmp code drop
[fs/lustre-release.git] / lustre / ldlm /
2002-11-01 thantryLproc-snmp code drop
2002-10-30 shaver- Bug 296: remove LDLM_MDSINTENT to fix mismatches...
2002-10-30 pschwanb=201
2002-10-28 pschwan- Pass flags into lock policy function
2002-10-27 pschwanmost of the work for lock replay:
2002-10-25 pschwan- Update ChangeLog
2002-10-24 pschwanb=625069
2002-10-21 braam- compile fixes for 2.5.44
2002-10-20 pschwan- Back out the ldlm_everything_lock patch, which causes...
2002-10-19 braamONLY UPDATE IF YOU NEED THIS (i.e. Andreas probably...
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-19 pschwanFix the connection refcount leaks. There were actually...
2002-10-18 pschwanI really broke the tree last night. I guess nobody...
2002-10-18 adilgerHeader changes needed to compile under 2.5 (compiled...
2002-10-18 pschwan- Modify ldlm_completion_ast to wake up when locks...
2002-10-17 pschwanSplit ldlm_namespace_free into ldlm_namespace_free...
2002-10-15 shaver- Move recovery setup into the (network-using) connect...
2002-10-15 shaver- Rename the ptlrpc-general reconnection and replay...
2002-10-14 pschwanb=617851
2002-10-13 pschwanb=599178
2002-10-11 adilgerPoisoning of all cookies at free time (to work around...
2002-10-10 pschwanb=602707
2002-10-09 adilgerRemove verbose debugging added recently.
2002-10-09 pschwanb=619803
2002-10-08 adilgerComment out unused lock.
2002-10-08 rread* set l_resource to NULL when it is freed
2002-10-08 pschwanb=619803
2002-10-07 pschwanb=619803
2002-10-07 adilgerMore debugging.
2002-10-07 adilgerAdd some debugging to try and catch OST locking.
2002-10-07 pschwanb=614459
2002-10-04 pschwanMake ldlm_cli_cancel_unused not return an error for...
2002-10-03 pschwan- rewrap lustre_lib, so it's readable in an 80-column...
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.
next