Whamcloud - gitweb
fs/lustre-release.git
22 years ago* cp /etc/termcap /mnt/lustre runs OK
eeb [Wed, 11 Jun 2003 22:28:16 +0000 (22:28 +0000)]
*   cp /etc/termcap /mnt/lustre runs OK

22 years ago* Merged latest b_devel
eeb [Wed, 11 Jun 2003 18:05:38 +0000 (18:05 +0000)]
*  Merged latest b_devel

*  **** NOT TESTED ****

22 years agob_devel -> b_orphan merge for 20030610
pschwan [Tue, 10 Jun 2003 10:48:23 +0000 (10:48 +0000)]
b_devel -> b_orphan merge for 20030610

22 years agoMerge from b_devel -> b_orphan
adilger [Wed, 4 Jun 2003 21:34:50 +0000 (21:34 +0000)]
Merge from b_devel -> b_orphan
  DEVEL_ORPHAN_UPDATE_PARENT_20030528 -> DEVEL_ORPHAN_UPDATE_PARENT_20030604

This is a non-functional commit, with osc/osc_request.c not compiling because
it is missing the "llog_commit_master" data struct, and does not have any
commit threads started yet.  I'm beginning to think the right thing to do
here is to create a single global llog_commit_master struct for the OSC, and
start a single thread at module setup time, and clean it all up at module
unload time, but I could be convinced otherwise.

22 years agoAdd THREAD_NAME compat macro, to remove duplication of UML thread-name stuff.
adilger [Tue, 3 Jun 2003 07:38:10 +0000 (07:38 +0000)]
Add THREAD_NAME compat macro, to remove duplication of UML thread-name stuff.
Make list_move() available if not defined (based on presence of
list_for_each_entry(), which is also defined in 2.5).

22 years agoMerge b_devel->b_orphan:
adilger [Wed, 28 May 2003 08:50:46 +0000 (08:50 +0000)]
Merge b_devel->b_orphan:
  DEVEL_ORPHAN_UPDATE_PARENT_20030522->DEVEL_ORPHAN_UPDATE_PARENT_20030528

22 years ago- bring recent b_devel changes into b_ad, only minor corrections needed. the
zab [Mon, 26 May 2003 22:50:12 +0000 (22:50 +0000)]
- bring recent b_devel changes into b_ad, only minor corrections needed.  the
  only significant of which was making sure changes in super.c made it to
  b_ad's llite_lib.c

22 years agoMerge b_devel -> b_orphan.
adilger [Fri, 23 May 2003 07:02:54 +0000 (07:02 +0000)]
Merge b_devel -> b_orphan.
  DEVEL_ORPHAN_UPDATE_PARENT_20030522 -> DEVEL_ORPHAN_UPDATE_PARENT_20030522

22 years ago*** empty log message ***
girish_c [Tue, 20 May 2003 12:04:49 +0000 (12:04 +0000)]
*** empty log message ***

22 years agomerged b_ad into b_qos
freym [Mon, 19 May 2003 17:55:32 +0000 (17:55 +0000)]
merged b_ad into b_qos

22 years agomerge b_devel into b_eq:
meijia [Mon, 19 May 2003 17:05:21 +0000 (17:05 +0000)]
merge b_devel into b_eq:
  DEVEL_EQ_UPDATE_PARENT_20030519 -> DEVEL_EQ_UPDATE_CHILD_20030519

only resolve confliction.

22 years agomerged b_devel into b_proto, 20030518
pschwan [Sun, 18 May 2003 17:05:46 +0000 (17:05 +0000)]
merged b_devel into b_proto, 20030518

22 years agoMerge b_devel (ORPHAN_BASE6 -> ORPHAN_BASE7) to
adilger [Thu, 15 May 2003 17:02:03 +0000 (17:02 +0000)]
Merge b_devel (ORPHAN_BASE6 -> ORPHAN_BASE7) to
b_orphan (DEVEL_ORPHAN_UPDATE_CHILD_20030514).

22 years agob_devel -> b_proto
rread [Tue, 13 May 2003 00:10:51 +0000 (00:10 +0000)]
b_devel -> b_proto

from  DEVEL_PROTO_UPDATE_PARENT_20030512
  to  DEVEL_PROTO_UPDATE_CHILD_20030512

22 years agomerge b_devel to b_eq
meijia [Mon, 12 May 2003 09:45:15 +0000 (09:45 +0000)]
merge b_devel to b_eq

22 years ago* Updated ptlrpc_abort_reply() to not simply LBUG(). The current
eeb [Wed, 7 May 2003 17:03:16 +0000 (17:03 +0000)]
*   Updated ptlrpc_abort_reply() to not simply LBUG().  The current
    implementation has to poll for the SENT event at 1 second intervals, since
    the SENT callback cannot touch any state in the request.

*   Blindly wrapped all request flag updates in an IRQ spinlock (or just a
    spinlock if already at IRQ priority).  My head hurt too much trying to
    determine whether it was safe to update unlocked, and we know this is
    safe.  Maybe we should split out "owner" and "notifier" flag usage to
    separate words.

22 years agoMerge from b_devel to b_orphan (ORPHAN_BASE5 -> ORPHAN_BASE6).
adilger [Sun, 4 May 2003 00:33:13 +0000 (00:33 +0000)]
Merge from b_devel to b_orphan (ORPHAN_BASE5 -> ORPHAN_BASE6).

22 years agomerge b_devel into b_proto
pschwan [Sat, 3 May 2003 06:01:00 +0000 (06:01 +0000)]
merge b_devel into b_proto
from DEVEL_PROTO_UPDATE_PARENT_20030502 tag on b_devel
  to DEVEL_PROTO_UPDATE_CHILD_20030502 tag on b_proto

22 years agomerge b_devel -> b_eq
meijia [Sat, 3 May 2003 03:18:17 +0000 (03:18 +0000)]
merge b_devel -> b_eq

22 years agoMerge of b_devel into b_kernel. This is now branched off of BASE_KERNAL2 (yes there...
mmex [Mon, 28 Apr 2003 18:48:47 +0000 (18:48 +0000)]
Merge ... b_devel into b_kernel.  This is now branched off of BASE_KERNAL2 (yes there is a typo in the tag name), which is b_devel as of Apr 27.

22 years ago* removed struct obd_brw_set from non-async obd_brw()
eeb [Fri, 25 Apr 2003 10:54:28 +0000 (10:54 +0000)]
*   removed struct obd_brw_set from non-async obd_brw()

*   struct ptlrpc_request::rq_lock is a new IRQ spinlock to serialise request
    flag updates by the I/O thread and network callbacks.

*   Added some #warnings: I/O thread v. recovery thread concurrency may need
    to be reviewed.

*   The rq_replied flag is now set by the network when the reply is
    received.  ptlrpc_check_reply() is now a pure predicate (i.e. no side
    effects).

*   struct ptlrpc_request has a new 'phase' member to show what state the
    request is in {new, doing the rpc, interpreting the reply, complete}.

*   Client-side RPC aborts should use ptlrpc_unregister_reply().  This
    should only be called in thread context.  When it return, it's safe to
    retry.

*   Server-side RPC aborts should use ptlrpc_abort_reply().

*   All of the bulk per-desc and per-page callbacks have been removed.

*   Client-side bulk descriptors are owned by the struct pltrpc_request.
    When the descriptor has been initialised (including setting either its
    bd_get_source or its bd_put_sink flags), point the request at it.
    ptlrpc_queue_wait() / ptlrpc_set_wait() take care of registering and
    unregistering the memory described by the descriptor, and it is freed
    when the request is freed.

*   Server side bulk descriptors are owned by the handler that creates them.
    Completion is flagged by ptlrpc_bulk_complete(), but if you get bored,
    ptlrpc_abort_bulk() synchronously prizes it away from the network so
    the caller can ptlrpc_free_bulk().

*   Removed struct pltrpc_request_set refcounts.  A spinlock
    guarantees network callback completion before the waiting thread can
    nuke the struct.

*   Ensured asynch replies are swabbed, just like synch ones.

*   tagged eeb_eeb_backoff_tag just prior to checkin

22 years agoMerge from b_devel -> b_orphan (up to ORPHAN_BASE5 tag on b_devel)
adilger [Thu, 24 Apr 2003 08:28:50 +0000 (08:28 +0000)]
Merge from b_devel -> b_orphan (up to ORPHAN_BASE5 tag on b_devel)

22 years agoadd patch dev_2.4.20
wangdi [Wed, 16 Apr 2003 12:51:46 +0000 (12:51 +0000)]
add patch dev_2.4.20

22 years agomerge b_devel into b_proto
pschwan [Tue, 15 Apr 2003 00:03:40 +0000 (00:03 +0000)]
merge b_devel into b_proto

22 years ago- merge b_devel into b_proto (incl b_swab changes)
pschwan [Sat, 12 Apr 2003 20:06:58 +0000 (20:06 +0000)]
- merge b_devel into b_proto (incl b_swab changes)
- fix leak-all-bulk-pages bug
- Mike fixed a bug where a failed ptlrpc_queue_wait send buf would
  fail, but the user would still have to wait for the timeout to pass
  before being able to interrupt

22 years agoMerge from b_devel.
adilger [Thu, 10 Apr 2003 09:22:53 +0000 (09:22 +0000)]
Merge from b_devel.

22 years agoThese update the patch files so that they apply cleanly in the
mmex [Wed, 9 Apr 2003 18:27:56 +0000 (18:27 +0000)]
These update the patch files so that they apply cleanly in the
PNNL world.

22 years agoAdded a hp-pnnl-2.4.20 series to the kernel patchs and fixed up the patch
mmex [Wed, 9 Apr 2003 17:55:44 +0000 (17:55 +0000)]
Added a hp-pnnl-2.4.20 series to the kernel patchs and fixed up the patch
files to work correctly.

22 years agothe last merge b_devel to b_cray
nfshp [Tue, 8 Apr 2003 09:35:23 +0000 (09:35 +0000)]
the last merge b_devel to b_cray

22 years ago* Up to date b_devel (SWAB_LAND)
eeb [Sun, 6 Apr 2003 14:44:11 +0000 (14:44 +0000)]
*  Up to date b_devel (SWAB_LAND)

22 years agomerge b_devel into b_cray
nfshp [Fri, 4 Apr 2003 16:16:40 +0000 (16:16 +0000)]
merge b_devel into b_cray

22 years agomerge b_devel into b_cray
nfshp [Tue, 1 Apr 2003 16:23:16 +0000 (16:23 +0000)]
merge b_devel into b_cray

22 years agomerge 0.5.20.3 b_devel into b_io (ready to land)
pschwan [Sun, 2 Mar 2003 05:19:20 +0000 (05:19 +0000)]
merge 0.5.20.3 b_devel into b_io (ready to land)

22 years ago- bring b_io up to b_devel
zab [Thu, 27 Feb 2003 21:27:57 +0000 (21:27 +0000)]
- bring b_io up to b_devel

22 years ago- bring b_devel changes into b_io in preparation for file size fixes
zab [Tue, 25 Feb 2003 01:09:40 +0000 (01:09 +0000)]
- bring b_devel changes into b_io in preparation for file size fixes

22 years ago- rebase b_io against HEAD in preparation for the latest write cache code
zab [Sat, 15 Feb 2003 20:21:38 +0000 (20:21 +0000)]
- rebase b_io against HEAD in preparation for the latest write cache code

22 years agoRemove CONFIG_DEV_RDONLY so Mike doesn't lose his sanity.
adilger [Fri, 7 Feb 2003 09:48:28 +0000 (09:48 +0000)]
Remove CONFIG_DEV_RDONLY so Mike doesn't lose his sanity.

22 years agoFix typo for patch series.
adilger [Mon, 3 Feb 2003 19:21:16 +0000 (19:21 +0000)]
Fix typo for patch series.

22 years agoUpdate kernel patches for hp kernel.
adilger [Mon, 3 Feb 2003 18:31:07 +0000 (18:31 +0000)]
Update kernel patches for hp kernel.

22 years agoAdd invalidate-show patch to kernel.
adilger [Sat, 1 Feb 2003 07:42:38 +0000 (07:42 +0000)]
Add invalidate-show patch to kernel.
Move docs to a more noticable place.

22 years ago- kernel patches for vanilla 2.4.19, 2.4.19-hp2-2 (not tested much)
braam [Mon, 20 Jan 2003 04:20:56 +0000 (04:20 +0000)]
- kernel patches for vanilla 2.4.19, 2.4.19-hp2-2 (not tested much)
- tiny fix to dcache.c

22 years agoMerge from HEAD to b_intel in preparation for merge of b_intel to b_md.
adilger [Thu, 9 Jan 2003 20:56:07 +0000 (20:56 +0000)]
Merge from HEAD to b_intel in preparation for merge of b_intel to b_md.

22 years agoMove the llecho.sh config into seperate script so it now works just like
rread [Thu, 26 Dec 2002 18:19:46 +0000 (18:19 +0000)]
Move the llecho.sh config into seperate script so it now works just like
llmount.sh

22 years ago* update HEAD to b_config
rread [Wed, 18 Dec 2002 23:58:10 +0000 (23:58 +0000)]
* update HEAD to b_config

22 years agomerge HEAD to b_io branch. (seems quite a large changes from
nfshp [Tue, 17 Dec 2002 13:19:09 +0000 (13:19 +0000)]
merge HEAD to b_io branch. (seems quite a large changes from
b_md and b_recover)

22 years agoThis commit was manufactured by cvs2svn to create branch 'unlabeled-1.1.8'.
cvs2svn [Tue, 17 Dec 2002 06:19:44 +0000 (06:19 +0000)]
This commit was manufactured by cvs2svn to create branch 'unlabeled-1.1.8'.

22 years agomove patch-2.4.18-chaos22 (aka EXTN_FIXES) to extN/
pschwan [Tue, 17 Dec 2002 06:19:37 +0000 (06:19 +0000)]
move patch-2.4.18-chaos22 (aka EXTN_FIXES) to extN/

22 years agoland b_md onto HEAD. almost entirely small cleanups and miscellaneous fixes,
pschwan [Tue, 17 Dec 2002 05:50:04 +0000 (05:50 +0000)]
land b_md onto HEAD.  almost entirely small cleanups and miscellaneous fixes,
plus:

- fix lock order deadlock on OST (O/R i_sem before journal ops, 478)
- fix follow_symlink bugs (437)
- preparation for some ldlm race fixes (419)

22 years ago- series file for Chaos kernel.
braam [Tue, 17 Dec 2002 05:44:32 +0000 (05:44 +0000)]
- series file for Chaos kernel.

22 years agoremove obsolete 'patches' directory from HEAD
pschwan [Mon, 16 Dec 2002 20:57:38 +0000 (20:57 +0000)]
remove obsolete 'patches' directory from HEAD

22 years ago- Phil's intent fix for middle of symlink lookups.
braam [Mon, 16 Dec 2002 17:01:10 +0000 (17:01 +0000)]
- Phil's intent fix for middle of symlink lookups.
- Update version

22 years agoLand b_recovery (other than WIP lock-replay work).
shaver [Mon, 16 Dec 2002 02:04:25 +0000 (02:04 +0000)]
Land b_recovery (other than WIP lock-replay work).

- b=512,others: fully reactivate OST imports after reconnection.
- b=513(partial): make sure client sees out -ENOTCONN from mds_handle
- b=515: more graceful error handling for truncating on dead OST
- b=474: don't error out just because a file is striped across a dead OST; only
         if we actually try to access it
- b=410: fix garbage sizes when stat(2)ing a file that includes a stripe on a
         dead OST
- print console diagnostic for completion-timeout client recovery
- MSG_RESENT for requests that were retransmitted

22 years ago- add more patch series files. We have now obsoleted most of the
braam [Mon, 16 Dec 2002 01:17:16 +0000 (01:17 +0000)]
- add more patch series files.  We have now obsoleted most of the
  patches directory with the new regime.

22 years agofile lin-2.5.44.txt was initially added on branch b_lin25.
hitao [Sun, 15 Dec 2002 07:40:12 +0000 (07:40 +0000)]
file lin-2.5.44.txt was initially added on branch b_lin25.

22 years agofile lin-2.5.44 was initially added on branch b_lin25.
hitao [Sun, 15 Dec 2002 07:40:11 +0000 (07:40 +0000)]
file lin-2.5.44 was initially added on branch b_lin25.

22 years agofile lin-2.5.44.pc was initially added on branch b_lin25.
hitao [Sun, 15 Dec 2002 07:40:10 +0000 (07:40 +0000)]
file lin-2.5.44.pc was initially added on branch b_lin25.

22 years agofile lin-2.5.44.patch was initially added on branch b_lin25.
hitao [Sun, 15 Dec 2002 07:40:09 +0000 (07:40 +0000)]
file lin-2.5.44.patch was initially added on branch b_lin25.

22 years agoland b_md onto HEAD. the highlights:
pschwan [Sat, 14 Dec 2002 19:40:17 +0000 (19:40 +0000)]
land b_md onto HEAD.  the highlights:

 - fstat didn't correctly synchronize attributes (399)
 - server must handle lock cancellation during blocking AST prep (487)
 - bulk descriptors were free()d too soon (511)
 - fix paths in lconf, which would load incorrect modules (451, 507)
 - fix confusing lconf 'host not found' error message (386)

22 years ago- this time added with -ko
braam [Sat, 14 Dec 2002 13:56:10 +0000 (13:56 +0000)]
- this time added with -ko

22 years ago- redo the addition of the patch, forgot -ko
braam [Sat, 14 Dec 2002 13:55:13 +0000 (13:55 +0000)]
- redo the addition of the patch, forgot -ko

22 years agoadd patch fixups for Red Hat 2.4.18-18.8.0 kernel
braam [Sat, 14 Dec 2002 13:43:37 +0000 (13:43 +0000)]
add patch fixups for Red Hat 2.4.18-18.8.0 kernel

22 years agofile llparser.pm was initially added on branch b_intel.
thantry [Sat, 14 Dec 2002 02:49:44 +0000 (02:49 +0000)]
file llparser.pm was initially added on branch b_intel.

22 years agofile lustre-2.5-from811-812.patch was initially added on branch b_lin25.
shorthair [Thu, 12 Dec 2002 14:11:26 +0000 (14:11 +0000)]
file lustre-2.5-from811-812.patch was initially added on branch b_lin25.

22 years agofile lustre-2.5-from809-812.patch was initially added on branch b_lin25.
shorthair [Thu, 12 Dec 2002 14:11:25 +0000 (14:11 +0000)]
file lustre-2.5-from809-812.patch was initially added on branch b_lin25.

22 years agofile iod.c was initially added on branch b_io.
nfshp [Thu, 12 Dec 2002 12:53:09 +0000 (12:53 +0000)]
file iod.c was initially added on branch b_io.

22 years agoMerged from HEAD on 12/11/2002.
thantry [Wed, 11 Dec 2002 18:58:13 +0000 (18:58 +0000)]
Merged from HEAD on 12/11/2002.

22 years agobackout #2
pschwan [Wed, 11 Dec 2002 16:21:47 +0000 (16:21 +0000)]
backout #2

22 years agoMerging to head, BUG#405
narasimd [Wed, 11 Dec 2002 06:53:25 +0000 (06:53 +0000)]
Merging to head, BUG#405

22 years agoyanhao: check in again for bug 461 wrong path in lconf
yanhao [Wed, 11 Dec 2002 01:07:56 +0000 (01:07 +0000)]
yanhao: check in again for bug 461 wrong path in lconf

22 years agoBack out yanhao's configure.in change -- this broke the build, and belongs
pschwan [Tue, 10 Dec 2002 16:36:30 +0000 (16:36 +0000)]
Back out yanhao's configure.in change -- this broke the build, and belongs
on a branch, please be more careful.

22 years agoyanhao: fix the bug 461 wrong paths in lconf
yanhao [Tue, 10 Dec 2002 15:50:38 +0000 (15:50 +0000)]
yanhao: fix the bug 461 wrong paths in lconf
        fix the bug 386 lconf error message confusing

22 years agofile lconf.in was initially added on branch b_md.
yanhao [Tue, 10 Dec 2002 15:50:35 +0000 (15:50 +0000)]
file lconf.in was initially added on branch b_md.

22 years agoNeeded more fixes to path
amrutjoshi [Tue, 10 Dec 2002 11:39:08 +0000 (11:39 +0000)]
Needed more fixes to path

22 years agoFixed the file name
amrutjoshi [Tue, 10 Dec 2002 11:20:56 +0000 (11:20 +0000)]
Fixed the file name

22 years agofile lustre_fsfilt.h was initially added on branch b_md.
adilger [Tue, 10 Dec 2002 08:25:57 +0000 (08:25 +0000)]
file lustre_fsfilt.h was initially added on branch b_md.

22 years agofile fsfilt_extN.c was initially added on branch b_md.
adilger [Tue, 10 Dec 2002 08:25:56 +0000 (08:25 +0000)]
file fsfilt_extN.c was initially added on branch b_md.

22 years agofile fsfilt_ext3.c was initially added on branch b_md.
adilger [Tue, 10 Dec 2002 08:25:55 +0000 (08:25 +0000)]
file fsfilt_ext3.c was initially added on branch b_md.

22 years agofile fsfilt.c was initially added on branch b_md.
adilger [Tue, 10 Dec 2002 08:25:54 +0000 (08:25 +0000)]
file fsfilt.c was initially added on branch b_md.

22 years agofix the pathnames in the patch
braam [Tue, 10 Dec 2002 08:16:01 +0000 (08:16 +0000)]
fix the pathnames in the patch

22 years agofile checkstat.c was initially added on branch b_md.
eeb [Mon, 9 Dec 2002 21:50:22 +0000 (21:50 +0000)]
file checkstat.c was initially added on branch b_md.

22 years agoThis commit was manufactured by cvs2svn to create branch 'unlabeled-1.1.8'.
cvs2svn [Sun, 8 Dec 2002 10:01:55 +0000 (10:01 +0000)]
This commit was manufactured by cvs2svn to create branch 'unlabeled-1.1.8'.

22 years ago- remove the README file Zach wrote. I placed it on the project wiki
braam [Sun, 8 Dec 2002 10:01:53 +0000 (10:01 +0000)]
- remove the README file Zach wrote.  I placed it on the project wiki
- add two initial patches for 2.5 as in use with 2.5.44
 - these require breaking up in components etc as Zach suggests

22 years ago- bring in akpm's patch management scripts and a first cut at
zab [Sat, 7 Dec 2002 00:21:14 +0000 (00:21 +0000)]
- bring in akpm's patch management scripts and a first cut at
  patch-2.4.18-14 and patch-2.4.18-um against 2.4.18-17.8.0.  the README
  should hopefully make it clear how these are intended to be used.  email
  to follow.

22 years agoUpdate the IA-64 patch
pschwan [Fri, 6 Dec 2002 10:19:14 +0000 (10:19 +0000)]
Update the IA-64 patch

22 years agomerge b_md into HEAD:
pschwan [Fri, 6 Dec 2002 10:11:13 +0000 (10:11 +0000)]
merge b_md into HEAD:
 - lfind did not preserve OST order in output (443)
 - symlinks cause hung clients, incorrect data (439)
 - stop dereferencing request after dropping refcount (457)
 - don't LASSERT(spin_is_locked) on non-SMP (455)
 - fixes for many rename() bugs

22 years agoRemoved all files in this tree, I goofed on the import
morrone [Fri, 6 Dec 2002 01:26:50 +0000 (01:26 +0000)]
Removed all files in this tree, I goofed on the import

22 years agoThis commit was generated by cvs2svn to compensate for changes in r5101,
morrone [Fri, 6 Dec 2002 01:15:13 +0000 (01:15 +0000)]
This commit was generated by cvs2svn to compensate for changes in r5101,
which included commits to RCS files with non-trunk default branches.

22 years agoFirst checkin of auto-test buffalo scripts
morrone [Fri, 6 Dec 2002 01:15:13 +0000 (01:15 +0000)]
First checkin of auto-test buffalo scripts

22 years agofile multifstat.c was initially added on branch b_md.
braam [Thu, 5 Dec 2002 14:48:19 +0000 (14:48 +0000)]
file multifstat.c was initially added on branch b_md.

22 years agofile patch-2.4.18-hp1_pnnl18.2.8qsnet was initially added on branch b_md.
eeb [Thu, 5 Dec 2002 14:22:12 +0000 (14:22 +0000)]
file patch-2.4.18-hp1_pnnl18.2.8qsnet was initially added on branch b_md.

22 years agoland b_md onto HEAD:
pschwan [Thu, 5 Dec 2002 08:42:29 +0000 (08:42 +0000)]
land b_md onto HEAD:
 - LRU counters were broken, causing constant lock purge (433, 432)
 - the first part of the fixes for the ldlm_handle2lock race (419)
 - cleanup unused ll_inode_info field (442)
 - keep ioctl semaphore from serializing test_getattr/brw

22 years agofile local2-hack.xml was initially added on branch b_md.
braam [Thu, 5 Dec 2002 07:54:26 +0000 (07:54 +0000)]
file local2-hack.xml was initially added on branch b_md.

22 years agofile llmount2-hackcleanup.sh was initially added on branch b_md.
braam [Thu, 5 Dec 2002 07:54:25 +0000 (07:54 +0000)]
file llmount2-hackcleanup.sh was initially added on branch b_md.

22 years agofile sanityN.sh was initially added on branch b_md.
braam [Thu, 5 Dec 2002 07:54:24 +0000 (07:54 +0000)]
file sanityN.sh was initially added on branch b_md.

22 years agoLanding b_recovery.
shaver [Thu, 5 Dec 2002 00:31:32 +0000 (00:31 +0000)]
Landing b_recovery.

b=441: garbage on read from stripes with failed OSTs.
b=438: mark OSCs as active before reconnecting during recovery.
b=403: lov_enqueue and lov_cancel need to handle inactive OSTs

22 years agofile genXml was initially added on branch b_ravi_devel.
sravi [Wed, 4 Dec 2002 14:13:21 +0000 (14:13 +0000)]
file genXml was initially added on branch b_ravi_devel.

22 years agob=442
pschwan [Wed, 4 Dec 2002 03:15:15 +0000 (03:15 +0000)]
b=442
Remove lli_intent_lock_handle that none of us seem to have an explanation for.

22 years agoFix typo in acceptance-small.sh
adilger [Mon, 2 Dec 2002 18:06:14 +0000 (18:06 +0000)]
Fix typo in acceptance-small.sh

22 years agoUpdate for new release 0.5.18
adilger [Mon, 2 Dec 2002 08:43:34 +0000 (08:43 +0000)]
Update for new release

22 years agoMerge of b_md to HEAD:
adilger [Mon, 2 Dec 2002 08:39:50 +0000 (08:39 +0000)]
Merge of b_md to HEAD:
- fixes of many metadata bugs:
  - multiple client file opens
  - missing/extra intent releases
  - symlink fixes
- OST/MDS server threads clobbering each other
  - dbench 2 works mostly
- many others too numerous to mention here (ChangeLog is a good record)