Whamcloud - gitweb
fs/lustre-release.git
21 years ago- Refined the DTD futher: 'id' changed to 'name'; tree structure rearranged
brian [Fri, 28 Jun 2002 19:49:00 +0000 (19:49 +0000)]
- Refined the DTD futher: 'id' changed to 'name'; tree structure rearranged
  and brought more inline with the documentation; other general ongoing
  cleanup.
- DTD changes reflected in net-local.xml.
- obdctl properly uses of UUIDs during config, on going work here.

21 years ago- Refined the DTD futher: 'id' changed to 'name'; tree structure rearranged
behlendo [Fri, 28 Jun 2002 19:48:59 +0000 (19:48 +0000)]
- Refined the DTD futher: 'id' changed to 'name'; tree structure rearranged
  and brought more inline with the documentation; other general ongoing
  cleanup.
- DTD changes reflected in net-local.xml.
- obdctl properly uses of UUIDs during config, on going work here.

21 years agoAdd a new patch for the new LLNL kernel. This contains many serious changes
braam [Fri, 28 Jun 2002 06:54:02 +0000 (06:54 +0000)]
Add a new patch for the new LLNL kernel.  This contains many serious changes
from the previous one.

21 years ago- more fixes to export handling. Probably tomorrow they can be
braam [Fri, 28 Jun 2002 01:53:38 +0000 (01:53 +0000)]
- more fixes to export handling.  Probably tomorrow they can be
  completed.

21 years ago- More changes in the connection handle stuff. We are back to where
braam [Thu, 27 Jun 2002 23:15:06 +0000 (23:15 +0000)]
- More changes in the connection handle stuff.  We are back to where
  obdecho works over the net.

21 years agoDon't update your trees yet..... Brian and I are trying to get our
braam [Thu, 27 Jun 2002 21:09:07 +0000 (21:09 +0000)]
Don't update your trees yet..... Brian and I are trying to get our
work in sync.
- This is a fairly pervasive change to get away from "device
  numbers".
- Introduce connection handles everywhere (treat these as
  lustre_handles).
- On targets map UUID's to handles upon connect and use those handles
  in the future.

21 years agoAnother slightly less rough cut at XML based configuration. There
brian [Wed, 26 Jun 2002 22:09:29 +0000 (22:09 +0000)]
Another slightly less rough cut at XML based configuration.  There
is still a large reliance on the existing scripts for loopback
support, portals config, and module loading.  I'll try and resolve
some of these things after some consultation about what the best
way to do that is.

- Several minor changes were made to the DTD, we're still not
  validating against it but it should be consistent with the example.
- Simple code added for ldlm, mds, obd, ost, osc, and mdc configuration.
- Other misc support and fixes.

A local filesystem should be mountable with the net-local.xml config:

~/tests/llxmlsetup.sh net-local.xml

21 years agoAnother slightly less rough cut at XML based configuration. There
behlendo [Wed, 26 Jun 2002 22:09:28 +0000 (22:09 +0000)]
Another slightly less rough cut at XML based configuration.  There
is still a large reliance on the existing scripts for loopback
support, portals config, and module loading.  I'll try and resolve
some of these things after some consultation about what the best
way to do that is.

- Several minor changes were made to the DTD, we're still not
  validating against it but it should be consistent with the example.
- Simple code added for ldlm, mds, obd, ost, osc, and mdc configuration.
- Other misc support and fixes.

A local filesystem should be mountable with the net-local.xml config:

~/tests/llxmlsetup.sh net-local.xml

21 years agoStart maintaining the release changelog file.
braam [Wed, 26 Jun 2002 00:44:59 +0000 (00:44 +0000)]
Start maintaining the release changelog file.

21 years ago- ldlm fixes to get it to pass intent-test.sh, although it doesn't quite clean
pschwan [Tue, 25 Jun 2002 22:09:20 +0000 (22:09 +0000)]
- ldlm fixes to get it to pass intent-test.sh, although it doesn't quite clean
up correctly afterwards yet.

21 years agoMerge trivial changes from branch to head.
adilger [Tue, 25 Jun 2002 07:06:17 +0000 (07:06 +0000)]
Merge trivial changes from branch to head.
The only real change is the filter multi-page BRW failure cleanup code.

21 years ago- Cleanup of the lock callback infrastructure - not quite functional
braam [Tue, 25 Jun 2002 04:49:57 +0000 (04:49 +0000)]
- Cleanup of the lock callback infrastructure - not quite functional
  yet.

- API improvements.
- Documentation update.

21 years agoRemove obdext2.cfg as we no longer have obdext2
adilger [Mon, 24 Jun 2002 20:11:56 +0000 (20:11 +0000)]
Remove obdext2.cfg as we no longer have obdext2

21 years ago- fixes to let a client do correct lock cancellation during namespace
braam [Mon, 24 Jun 2002 18:08:00 +0000 (18:08 +0000)]
- fixes to let a client do correct lock cancellation during namespace
  free.

21 years agostatus: on ./mcreate I believe the client lock on the file and the mds
braam [Mon, 24 Jun 2002 17:22:36 +0000 (17:22 +0000)]
status: on ./mcreate I believe the client lock on the file and the mds
lock on the directory are both correctly enqueued.

- updated documentation regarding lock / resource refcounting
- removed unnecessary resource_getref before policy (thanks phil)
- local locks to addref, server locks don't
- variety of small fixes
- print lock/type names
- add one reference on lock for creation, put it away once for destroy
  [otherwise 0 ref locks can "live" and that causes the resources grief]
- small fix to change_resource

21 years agoFix o_valid and o_size for truncate through osc/ost/filterobd (on HEAD).
adilger [Mon, 24 Jun 2002 16:57:47 +0000 (16:57 +0000)]
Fix o_valid and o_size for truncate through osc/ost/filterobd (on HEAD).
This should also remove the need to explicitly set mtime/ctime in
ll_truncate(), but that has not yet been tested and causes no real harm.

21 years ago- first fixes to get things working again: current state:
braam [Mon, 24 Jun 2002 07:43:13 +0000 (07:43 +0000)]
- first fixes to get things working again: current state:
  ldlm_cli_enqueue returns a lock, but it misses one refcount.

21 years agolast compile fixes: WARNING nothing works probably.
braam [Mon, 24 Jun 2002 06:32:05 +0000 (06:32 +0000)]
last compile fixes: WARNING nothing works probably.

21 years ago- more fixes
braam [Mon, 24 Jun 2002 06:25:23 +0000 (06:25 +0000)]
- more fixes

21 years ago- mds compile fixes
braam [Mon, 24 Jun 2002 06:24:19 +0000 (06:24 +0000)]
- mds compile fixes

21 years ago*** empty log message ***
pschwan [Mon, 24 Jun 2002 06:22:30 +0000 (06:22 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
pschwan [Mon, 24 Jun 2002 06:20:03 +0000 (06:20 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
pschwan [Mon, 24 Jun 2002 06:13:37 +0000 (06:13 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
braam [Mon, 24 Jun 2002 06:11:21 +0000 (06:11 +0000)]
*** empty log message ***

21 years ago- compile fix.
braam [Mon, 24 Jun 2002 06:05:19 +0000 (06:05 +0000)]
- compile fix.

21 years agocompile fixes.
braam [Mon, 24 Jun 2002 06:04:06 +0000 (06:04 +0000)]
compile fixes.

21 years agoextern/static fix
pschwan [Mon, 24 Jun 2002 06:02:26 +0000 (06:02 +0000)]
extern/static fix

21 years agolock descriptor fixups
pschwan [Mon, 24 Jun 2002 06:01:24 +0000 (06:01 +0000)]
lock descriptor fixups

21 years agocompilation cleanups
pschwan [Mon, 24 Jun 2002 05:52:20 +0000 (05:52 +0000)]
compilation cleanups

21 years ago- compilation fixes.
braam [Mon, 24 Jun 2002 05:46:44 +0000 (05:46 +0000)]
- compilation fixes.

21 years agohandful of conflict-causing DLM changes
pschwan [Mon, 24 Jun 2002 05:37:14 +0000 (05:37 +0000)]
handful of conflict-causing DLM changes

21 years agocompilation fixups
pschwan [Mon, 24 Jun 2002 05:13:52 +0000 (05:13 +0000)]
compilation fixups

21 years agoLots of reorg in the lock manager, dealing with the updated design.
braam [Mon, 24 Jun 2002 05:10:40 +0000 (05:10 +0000)]
Lots of reorg in the lock manager, dealing with the updated design.
See the Lustre documentation for more details.

21 years agostructure changes for LDLM revamp
pschwan [Mon, 24 Jun 2002 04:56:33 +0000 (04:56 +0000)]
structure changes for LDLM revamp

21 years agomore DLM lock cleanups
pschwan [Mon, 24 Jun 2002 03:58:36 +0000 (03:58 +0000)]
more DLM lock cleanups

21 years ago- minor renaming of handling functions
braam [Mon, 24 Jun 2002 03:34:18 +0000 (03:34 +0000)]
- minor renaming of handling functions

21 years agomore locking hackery
pschwan [Mon, 24 Jun 2002 03:32:43 +0000 (03:32 +0000)]
more locking hackery

21 years ago- rework lock handling functions with get/put and refcounts
braam [Mon, 24 Jun 2002 03:32:18 +0000 (03:32 +0000)]
- rework lock handling functions with get/put and refcounts

21 years ago- changes for lock handles and refcounts
braam [Mon, 24 Jun 2002 03:17:18 +0000 (03:17 +0000)]
- changes for lock handles and refcounts

21 years agoFirst swing at DLM lock cleanup. Do not update your tree if you value
pschwan [Mon, 24 Jun 2002 03:17:07 +0000 (03:17 +0000)]
First swing at DLM lock cleanup.  Do not update your tree if you value
compilation.

21 years agoFix a handful of unsafe spin_unlock()s
pschwan [Sun, 23 Jun 2002 21:21:01 +0000 (21:21 +0000)]
Fix a handful of unsafe spin_unlock()s

21 years agoFixed lock_mode thinko
pschwan [Sun, 23 Jun 2002 20:15:26 +0000 (20:15 +0000)]
Fixed lock_mode thinko

21 years ago- improve the explanatory comment
braam [Sun, 23 Jun 2002 19:18:10 +0000 (19:18 +0000)]
- improve the explanatory comment

21 years ago- minor fix
braam [Sun, 23 Jun 2002 19:16:22 +0000 (19:16 +0000)]
- minor fix

21 years ago- If the DLM server returns ELDLM_LOCK_ABORTED, pass that status up to the
pschwan [Sun, 23 Jun 2002 19:13:44 +0000 (19:13 +0000)]
- If the DLM server returns ELDLM_LOCK_ABORTED, pass that status up to the
caller
- If ldlm_cli_enqueue returns ELDLM_LOCK_ABORTED, set it->it_lock_mode to 0 to
avoid doing a decref on a non-existent lock
- Add a couple debugging messages

21 years ago- add reentrant locks
braam [Sun, 23 Jun 2002 19:12:57 +0000 (19:12 +0000)]
- add reentrant locks

21 years ago- The first unfinished bits of the DLM regression test. Move along, nothing to
pschwan [Sun, 23 Jun 2002 18:30:18 +0000 (18:30 +0000)]
- The first unfinished bits of the DLM regression test.  Move along, nothing to
see here.
- Treat the completion ASTs like the blocking ASTs: hold the requests for
later dispatching, after we've finished walking all of the lists.

21 years agoturn off directory indexing pending the resolution of the htree bug.
braam [Sun, 23 Jun 2002 08:16:02 +0000 (08:16 +0000)]
turn off directory indexing pending the resolution of the htree bug.

21 years ago- remainder of rmdir changes
braam [Sun, 23 Jun 2002 04:37:10 +0000 (04:37 +0000)]
- remainder of rmdir changes

21 years agoautomatic detection of OST/MDS
braam [Sun, 23 Jun 2002 04:32:15 +0000 (04:32 +0000)]
automatic detection of OST/MDS
\18\18#

21 years agoAllow specifying > 4GB sizes for truncate via strtoull().
adilger [Sun, 23 Jun 2002 03:16:32 +0000 (03:16 +0000)]
Allow specifying > 4GB sizes for truncate via strtoull().

21 years agollite and MDC statfs operations.
adilger [Sun, 23 Jun 2002 02:48:30 +0000 (02:48 +0000)]
llite and MDC statfs operations.
Includes fix for permission problems.

21 years agoMove cleanup of service struct into ptlrpc_unregister_service().
adilger [Sun, 23 Jun 2002 02:47:20 +0000 (02:47 +0000)]
Move cleanup of service struct into ptlrpc_unregister_service().
Includes MDS statfs method.
Includes fixes for sgid directories on MDS.

21 years agoMerge from posix_stable.
adilger [Sun, 23 Jun 2002 02:39:05 +0000 (02:39 +0000)]
Merge from posix_stable.

21 years agopatches for the previous fixes
braam [Sun, 23 Jun 2002 00:49:33 +0000 (00:49 +0000)]
patches for the previous fixes

21 years ago- fixes for truncating new files with intent locks
braam [Sun, 23 Jun 2002 00:47:37 +0000 (00:47 +0000)]
- fixes for truncating new files with intent locks
- fixes for truncating the data objects ** Andreas: check branch too
  please!
- fixes for mode setting in open_namei path
- remove useless setattr from mds
- change test truncates to bytes, not kilo bytes
- improve the intent-test.sh

21 years agoLBUG() if we get a NULL intent in ll_lookup2
pschwan [Sat, 22 Jun 2002 22:28:10 +0000 (22:28 +0000)]
LBUG() if we get a NULL intent in ll_lookup2

21 years agoBring small ha_assist2.sh change from branch to trunk
pschwan [Sat, 22 Jun 2002 20:28:07 +0000 (20:28 +0000)]
Bring small ha_assist2.sh change from branch to trunk

21 years agodo panic dump logs with the notifier list
braam [Sat, 22 Jun 2002 18:36:42 +0000 (18:36 +0000)]
do panic dump logs with the notifier list

21 years agoPage must be mapped before prepare write, since on ENOSPACE we fall
braam [Sat, 22 Jun 2002 17:13:54 +0000 (17:13 +0000)]
Page must be mapped before prepare write, since on ENOSPACE we fall
into lustre_put_page and do kunmap (this crashes on highmem machines
if the page wasn't mapped).

21 years agonew images and editorial updates to documentation
braam [Sat, 22 Jun 2002 00:27:01 +0000 (00:27 +0000)]
new images and editorial updates to documentation

21 years agokernel patches that dump the Lustre debug log when the kernel panics
braam [Fri, 21 Jun 2002 23:52:41 +0000 (23:52 +0000)]
kernel patches that dump the Lustre debug log when the kernel panics

21 years ago- commit mkdir fix to head as well. Head has slightly better error
braam [Fri, 21 Jun 2002 23:46:08 +0000 (23:46 +0000)]
- commit mkdir fix to head as well.  Head has slightly better error
  handling in make empty dir now.

21 years agogive the intent test some easily-changed variables
pschwan [Fri, 21 Jun 2002 20:37:25 +0000 (20:37 +0000)]
give the intent test some easily-changed variables

21 years agoFix for cleanup deadlock
pschwan [Fri, 21 Jun 2002 20:04:44 +0000 (20:04 +0000)]
Fix for cleanup deadlock

21 years agoSmall typo fix
pschwan [Fri, 21 Jun 2002 19:38:34 +0000 (19:38 +0000)]
Small typo fix

21 years ago- If a completion callback arrives before the reply for the enqueue, AND the
pschwan [Fri, 21 Jun 2002 18:43:43 +0000 (18:43 +0000)]
- If a completion callback arrives before the reply for the enqueue, AND the
completion callback specifies a different resource than the original enqueue,
fixup the resource.
- When the enqueue reply does come back, recognize that we've already fixed up
the resource and avoid doing it again.
- I am ---> <--- this close to replacing all of the DLM locking, which is
almost certainly a cesspool of deadlock opportunities, with lock_kernel() until
lustre lite performance

21 years agotiny changes to accompany the Portals update which follows.
braam [Fri, 21 Jun 2002 07:47:05 +0000 (07:47 +0000)]
tiny changes to accompany the Portals update which follows.

21 years agoMerge from posix_stable.
adilger [Fri, 21 Jun 2002 06:42:42 +0000 (06:42 +0000)]
Merge from posix_stable.

21 years agoMerge from posix_stable
adilger [Fri, 21 Jun 2002 06:35:54 +0000 (06:35 +0000)]
Merge from posix_stable

21 years agoMerge from posix_stable.
adilger [Fri, 21 Jun 2002 06:29:52 +0000 (06:29 +0000)]
Merge from posix_stable.

21 years agoUse OBD_BRW_{READ,WRITE} for BRW calls.
adilger [Fri, 21 Jun 2002 06:24:52 +0000 (06:24 +0000)]
Use OBD_BRW_{READ,WRITE} for BRW calls.

21 years agofix the path problem in common.sh
braam [Fri, 21 Jun 2002 05:15:03 +0000 (05:15 +0000)]
fix the path problem in common.sh

21 years agoFixed an MDS crash bug discovered as a result of earlier warning cleanup
pschwan [Fri, 21 Jun 2002 03:48:11 +0000 (03:48 +0000)]
Fixed an MDS crash bug discovered as a result of earlier warning cleanup

21 years agoFix many (mostly un-serious) build warnings
pschwan [Thu, 20 Jun 2002 23:52:35 +0000 (23:52 +0000)]
Fix many (mostly un-serious) build warnings

21 years agoFix one build error, one build warning, and one extremely scary
pschwan [Thu, 20 Jun 2002 23:46:57 +0000 (23:46 +0000)]
Fix one build error, one build warning, and one extremely scary
never-should-have-worked build warning.

21 years agoAdded some debugging support on the server side of the LDLM`
pschwan [Thu, 20 Jun 2002 23:39:05 +0000 (23:39 +0000)]
Added some debugging support on the server side of the LDLM`

21 years agoadded check for libxml2 development libraries
rread [Thu, 20 Jun 2002 22:35:56 +0000 (22:35 +0000)]
added check for libxml2 development libraries

21 years agofix for older versions of gcc
rread [Thu, 20 Jun 2002 22:30:16 +0000 (22:30 +0000)]
fix for older versions of gcc

21 years agoremove obsolete reference to obdext2
rread [Thu, 20 Jun 2002 22:01:17 +0000 (22:01 +0000)]
remove obsolete reference to obdext2

21 years ago- fix to kernel patches: intents must be free before dentries
braam [Thu, 20 Jun 2002 20:52:26 +0000 (20:52 +0000)]
- fix to kernel patches: intents must be free before dentries

21 years agoadded check_getpage to ia64
rread [Thu, 20 Jun 2002 19:52:22 +0000 (19:52 +0000)]
added check_getpage to ia64

21 years agoMerge from posix_stable.
adilger [Thu, 20 Jun 2002 18:54:06 +0000 (18:54 +0000)]
Merge from posix_stable.

21 years agoMerge from posix_stable.
adilger [Thu, 20 Jun 2002 18:46:01 +0000 (18:46 +0000)]
Merge from posix_stable.

21 years agoMerge from posix_stable.
adilger [Thu, 20 Jun 2002 18:27:12 +0000 (18:27 +0000)]
Merge from posix_stable.

21 years agoMerge new failure test points from posix_stable.
adilger [Thu, 20 Jun 2002 18:10:37 +0000 (18:10 +0000)]
Merge new failure test points from posix_stable.

21 years agoMerge from posix_stable.
adilger [Thu, 20 Jun 2002 18:05:00 +0000 (18:05 +0000)]
Merge from posix_stable.

21 years agoMerge posix_stable to the head.
adilger [Thu, 20 Jun 2002 17:58:46 +0000 (17:58 +0000)]
Merge posix_stable to the head.

21 years agoAdd ll_pack to the head.
adilger [Thu, 20 Jun 2002 17:55:43 +0000 (17:55 +0000)]
Add ll_pack to the head.

21 years agoMerge from posix_stable branch.
adilger [Thu, 20 Jun 2002 17:48:49 +0000 (17:48 +0000)]
Merge from posix_stable branch.

21 years ago- bring the chaos patch forward to where user mode linux one is.
braam [Thu, 20 Jun 2002 17:46:07 +0000 (17:46 +0000)]
- bring the chaos patch forward to where user mode linux one is.

21 years agohtree patch fix for the head.
adilger [Thu, 20 Jun 2002 17:16:52 +0000 (17:16 +0000)]
htree patch fix for the head.

21 years agoBring stock kernel 2.4.18 intent patch up to date.
braam [Thu, 20 Jun 2002 16:46:11 +0000 (16:46 +0000)]
Bring stock kernel 2.4.18 intent patch up to date.
 - with this patch the intent-test passes on user mode linux

21 years agoRemove debugging from htree patch, sync with branch.
adilger [Wed, 19 Jun 2002 18:41:35 +0000 (18:41 +0000)]
Remove debugging from htree patch, sync with branch.

21 years agofile ll_pack.c was initially added on branch posix_stable.
adilger [Tue, 18 Jun 2002 16:48:36 +0000 (16:48 +0000)]
file ll_pack.c was initially added on branch posix_stable.

21 years agoAnother attempted DLM deadlock fixup
pschwan [Tue, 18 Jun 2002 03:38:03 +0000 (03:38 +0000)]
Another attempted DLM deadlock fixup

21 years ago- Fixed a DLM deadlock bug
pschwan [Tue, 18 Jun 2002 03:12:12 +0000 (03:12 +0000)]
- Fixed a DLM deadlock bug
- Added the leak finding script

21 years ago- Add more DLM threads
pschwan [Mon, 17 Jun 2002 23:51:51 +0000 (23:51 +0000)]
- Add more DLM threads
- Fix unlink() of nonexistant file

21 years ago- Fixed some screwy ldlm resource refcount issues
pschwan [Mon, 17 Jun 2002 22:29:04 +0000 (22:29 +0000)]
- Fixed some screwy ldlm resource refcount issues

21 years agoMany dlm and intent lock fixes.
pschwan [Mon, 17 Jun 2002 19:53:26 +0000 (19:53 +0000)]
Many dlm and intent lock fixes.

 - initial unlink support
 - a DLM trace mode for debugging
 - serious DLM concurrency bugfixes
 - removed vestigial ``local callback'' code from ldlm
 - the beginnings of multi-RPC infrastructure