Whamcloud - gitweb
fs/lustre-release.git
16 years ago* Changed the ptllnd module parameter ptltrace_on_timeout default to 1
eeb [Fri, 4 May 2007 17:34:17 +0000 (17:34 +0000)]
*  Changed the ptllnd module parameter ptltrace_on_timeout default to 1

16 years agoBranch HEAD
scjody [Fri, 4 May 2007 16:44:50 +0000 (16:44 +0000)]
Branch HEAD

- Remove RHEL 3 from supported kernels list
- Remove duplicated 12123 entry
- Re-add missing 3244 entry to 1.4.10 section.

16 years agoi=adilger
nathan [Fri, 4 May 2007 00:05:34 +0000 (00:05 +0000)]
i=adilger
i=johann
b=12404
fix uninitialized flags in cfg_llog_instance

16 years agofix size for generate uuid.
shadow [Thu, 3 May 2007 12:25:57 +0000 (12:25 +0000)]
fix size for generate uuid.

b=10802
i=green
i=adilger

16 years agob=11757
kalpak [Thu, 3 May 2007 12:25:10 +0000 (12:25 +0000)]
b=11757
i=adilger
i=girish

Change llapi_lov_get_uuids() to read the UUIDs from /proc instead
of using an ioctl. This allows lfsck for > 160 OSTs to succeed.

16 years agoBranch b1_4
scjody [Wed, 2 May 2007 23:12:52 +0000 (23:12 +0000)]
Branch b1_4

Fix build error on XT3 related to type of length variables.

Original patch by walter.

b=12358
i=adilger
i=scjody

16 years agoBranch b1_4
scjody [Wed, 2 May 2007 22:58:06 +0000 (22:58 +0000)]
Branch b1_4

Fix build errors on catamount related to HAVE_LIBPTHREAD not being defined.

Original patch by walter.

b=12147
i=adilger
i=scjody

16 years agoBranch b1_4
scjody [Wed, 2 May 2007 22:54:30 +0000 (22:54 +0000)]
Branch b1_4

Fix compiler warnings related to CDEBUG_ENABLED and CDEBUG_ENTRY_EXIT
on Cray XT3.

Original patch by walter.

b=12146
i=scjody
i=adilger

16 years agoBranch HEAD
scjody [Wed, 2 May 2007 21:39:14 +0000 (21:39 +0000)]
Branch HEAD

Add LNET router traceability for debug purposes

If a checksum failure occurs with a router as part of the IO path, the NID of
the last router that forwarded the bulk data is printed so it can be
identified.

Original patch by eeb.

b=11548
i=eeb
i=adilger

16 years agoUpdate HEAD ChangeLog based on other branches
scjody [Wed, 2 May 2007 19:18:43 +0000 (19:18 +0000)]
Update HEAD ChangeLog based on other branches

16 years agob=11424
cliffw [Wed, 2 May 2007 18:37:00 +0000 (18:37 +0000)]
b=11424
r=scjody
rc=alex

Merge from LLNL chaos tree.

16 years agob=12054
nathan [Wed, 2 May 2007 18:31:35 +0000 (18:31 +0000)]
b=12054
i=scjody
i=green
bounds check all strcat/strcpy for limited buffer length

16 years ago* 12016 - fixed race in patchless zero-copy socket teardown
eeb [Tue, 1 May 2007 15:46:50 +0000 (15:46 +0000)]
*  12016 - fixed race in patchless zero-copy socket teardown

16 years agoBranch HEAD
adilger [Tue, 1 May 2007 09:22:38 +0000 (09:22 +0000)]
Branch HEAD
Quiet -Wundef compile warning.

16 years agoundo autoMakefile.am.toplevel changes that were done for debugging
zam [Tue, 1 May 2007 07:29:50 +0000 (07:29 +0000)]
undo autoMakefile.am.toplevel changes that were done for debugging

16 years agomulti-threaded user-level libcfs: cfs_kernel_tread implemented
zam [Tue, 1 May 2007 07:24:53 +0000 (07:24 +0000)]
multi-threaded user-level libcfs: cfs_kernel_tread implemented
using pthread_create.

16 years agoBranch: HEAD
wangdi [Mon, 30 Apr 2007 23:55:41 +0000 (23:55 +0000)]
Branch: HEAD
Fix bug number and ALWAYS_EXCEPT according to nathan's advices, which should
be line up vertically. Disable test_42 again, it seems bug9789 still there.

16 years agob=11315
lsy [Mon, 30 Apr 2007 08:58:43 +0000 (08:58 +0000)]
b=11315
i=adilger

unmatched spin_lock/unlock of imp_lock might cause deadlock.

16 years agoBranch HEAD
scjody [Sat, 28 Apr 2007 02:19:37 +0000 (02:19 +0000)]
Branch HEAD

Patch from nic@cray.com: add spin locks around import/export bit flag changes.

b=11315
i=adilger
i=alex

16 years agoBranch HEAD
scjody [Sat, 28 Apr 2007 01:49:11 +0000 (01:49 +0000)]
Branch HEAD

Type-check arguments against format string in CDEBUG/CERROR, fix warnings
introduced.

Original patch by adilger.

b=12327
i=green
i=isaac

16 years agoLC_CONFIG_CDEBUG don't run while build liblustre on XT3.
shadow [Fri, 27 Apr 2007 17:58:41 +0000 (17:58 +0000)]
LC_CONFIG_CDEBUG don't run while build liblustre on XT3.

b=12146
i=green
i=adilger

16 years ago- removed duplicated LC_CONFIG_CDEBUG from lustre, renamed LC_CONFIG_CDEBUG in lnet...
yury [Fri, 27 Apr 2007 16:08:36 +0000 (16:08 +0000)]
- removed duplicated LC_CONFIG_CDEBUG from lustre, renamed LC_CONFIG_CDEBUG in lnet to LN_CONFIG_CDEBUG - from Umka and Shadow;
- fixed deadlock in mdt_close() - patch from Mike;
- fixed unknown mode in mdt_open() - patch from Fanyong;
- fixed freeing of not allocated context in ptlrpc_main() - patch from Umka;
- fixed hanging in OST and further issues with module unloading - patch from Shadow;
- fixed hanging on umount with -f - patch from Shadow;

16 years agowait queue primitives implementation using pthread API
zam [Thu, 26 Apr 2007 20:23:07 +0000 (20:23 +0000)]
wait queue primitives implementation using pthread API

16 years agoReport which tests were run and the total time taken
nathan [Thu, 26 Apr 2007 18:07:07 +0000 (18:07 +0000)]
Report which tests were run and the total time taken

16 years agob=12007
nathan [Thu, 26 Apr 2007 16:46:00 +0000 (16:46 +0000)]
b=12007
b=11013
Back out bz 11013 due to chronic test failures

16 years agoBranch b1_4
scjody [Wed, 25 Apr 2007 19:47:39 +0000 (19:47 +0000)]
Branch b1_4

Type-check arguments against format string in CDEBUG/CERROR, fix warnings
introduced.

b=12327
i=green
i=isaac

16 years agob=11653
cliffw [Wed, 25 Apr 2007 18:32:08 +0000 (18:32 +0000)]
b=11653
r=adliger,shadow

lctl df output sorted by timestamp. From LLNL.

16 years agoBranch HEAD
scjody [Tue, 24 Apr 2007 01:12:07 +0000 (01:12 +0000)]
Branch HEAD

Run these with "bash" not "sh" since they use bash-only features disabled
when newer versions of bash are invoked as "sh".

17 years agob=11875
zam [Mon, 23 Apr 2007 20:21:46 +0000 (20:21 +0000)]
b=11875
modify top-level lnet/include/libcfs/libcfs.h,kp30.h,portals_utils.h
files to conditionally include header files for solaris port.

create Solaris port files and shared posix-*.[ch] files for both
Linux and Solaris ports.

The posix-*.[ch] files are currently noop
(posix threads API calls should be added there).

17 years agoBranch HEAD
adilger [Mon, 23 Apr 2007 19:02:51 +0000 (19:02 +0000)]
Branch HEAD
Add inode nr_unused refcount patch to kernel series.
b=12203, b=12181
i=green (original patch), i=shadow

17 years agoBranch HEAD
adilger [Mon, 23 Apr 2007 18:26:39 +0000 (18:26 +0000)]
Branch HEAD
Add separator.

17 years agob=11879
zam [Mon, 23 Apr 2007 17:56:57 +0000 (17:56 +0000)]
b=11879
r=alex@clusterfs.com

Allow user-level OST build. This patch adds --enable-uoss configure switch, .am
files are modified to include OST and obdfilter subdirectories in user-level
build pass, lustre/ost/ost_main.c (a stub file) added.

17 years agoBranch HEAD
scjody [Mon, 23 Apr 2007 17:03:57 +0000 (17:03 +0000)]
Branch HEAD

Add ll_getstripe_info to .cvsignore

17 years ago* Removed the (new) tcp zero-copy patches
eeb [Mon, 23 Apr 2007 13:49:51 +0000 (13:49 +0000)]
* Removed the (new) tcp zero-copy patches

17 years agob_uoss lustre branch to use b_uoss lnet branch.
zam [Mon, 23 Apr 2007 12:02:29 +0000 (12:02 +0000)]
b_uoss lustre branch to use b_uoss lnet branch.

17 years agoBranch HEAD
adilger [Sat, 21 Apr 2007 15:33:36 +0000 (15:33 +0000)]
Branch HEAD
Fix whitespace in patch context.

17 years agoBranch HEAD
adilger [Sat, 21 Apr 2007 13:36:49 +0000 (13:36 +0000)]
Branch HEAD
Add ChangeLog entries.
b=9332
b=10088

17 years agoBranch HEAD
adilger [Fri, 20 Apr 2007 20:35:10 +0000 (20:35 +0000)]
Branch HEAD
Use EXT4_ for feature flag instead of EXT3_ to match upstream.
b=10651

17 years agoBranch HEAD
adilger [Fri, 20 Apr 2007 20:20:42 +0000 (20:20 +0000)]
Branch HEAD
Fix patch to apply equally well without obsolete ext3-san-jdike-*.patch.
b=11725

17 years agoBranch HEAD
scjody [Fri, 20 Apr 2007 00:08:15 +0000 (00:08 +0000)]
Branch HEAD

Rename ext3-disable-write-barrier-by-default-2.6-sles10.patch so it will
be included in tarballs produced on RHEL 4 systems.

b=12224
i=adilger
i=nathan

17 years agoBranch:HEAD
wangdi [Thu, 19 Apr 2007 15:40:59 +0000 (15:40 +0000)]
Branch:HEAD
According to shadow's advice, move BRW_WRITE check for grant to the right place
to avoid cl_loi_list_lock for read.
b:11662
r:adilger,green

17 years agoDelete redundant lustre/ChangeLog entry.
deen [Thu, 19 Apr 2007 14:36:18 +0000 (14:36 +0000)]
Delete redundant lustre/ChangeLog entry.
b=10802

17 years agoBranch:HEAD
wangdi [Thu, 19 Apr 2007 10:01:20 +0000 (10:01 +0000)]
Branch:HEAD
b:12123
Check if a directory has children when invalidating dentries
associated with an inode during lock cancellation.  This fixes
an incorrect ENOENT sometimes seen for valid filehandles during
testing with dbench.
r:green
r:shadow

17 years agoBranch:HEAD
wangdi [Thu, 19 Apr 2007 09:33:17 +0000 (09:33 +0000)]
Branch:HEAD
b:11662
Fix grant leak that caused OST crashes.
r:adilger
r:green

17 years agob=10651
kalpak [Wed, 18 Apr 2007 11:37:20 +0000 (11:37 +0000)]
b=10651

This patch was not applying due to some whitespace changes made in ext3-nlinks-2.6.9.patch by Andreas.
I have modified the nanosecond patch to reflect the changes.

17 years agoBranch HEAD
adilger [Tue, 17 Apr 2007 23:43:17 +0000 (23:43 +0000)]
Branch HEAD
Description: data loss for recently-modified files
Details    : In some cases it is possible that recently written or created
     files may not be written to disk in a timely manner (this should
     normally be within 30s unless client IO load is very high).
     The problem appears as zero-length files or files that are a
     multiple of 1MB in size after a client crash or client eviction
     that are missing data at the end of the file.

     This problem is more likely to be hit on clients where files are
     repeatedly created and unlinked in the same directory, clients
     have a large amount of RAM, have many CPUs, the filesystem has
     many OSTs, the clients are rebooted frequently, and/or the files
     are not accessed by other nodes after being written.

     The presence of the problem can be detected by looking at
     /proc/sys/fs/inode-state.  If the first number (nr_inodes) is
     smaller than the second (nr_unused) then dirty files will not
     be flushed automatically to disk.  "sync; sleep 10" should be
     run several times on the node before unmounting it to update
     Lustre (this is also safe to run on nodes without this problem).

     There is also a related kernel bug in the RHEL4 4 2.6.9 kernel
     that can cause this same problem, so customers using that kernel
     also need to update the kernel in addition to Lustre.  In order
     to properly fix this bug, the RHEL3 2.4.21 kernel is also updated.

     It is normal that files written just before a client crash (less
     than 30s) may not yet have been flushed to disk, even for local
     filesystems.
i=green(original patch), i=shadow
b=12181, b=12203

17 years agoBranch HEAD
adilger [Tue, 17 Apr 2007 23:05:21 +0000 (23:05 +0000)]
Branch HEAD
Wrap lines at 80 columns.

17 years agoBranch HEAD
adilger [Tue, 17 Apr 2007 23:00:56 +0000 (23:00 +0000)]
Branch HEAD
Use EXT4_FEATURE_RO_COMPAT_DIR_NLINK to match upstream e2fsprogs.
b=3244

17 years agoBranch HEAD
adilger [Tue, 17 Apr 2007 22:59:11 +0000 (22:59 +0000)]
Branch HEAD
Change FMODE_EXEC declaration to match upstream kernel.
Don't conflict with FMODE_LSEEK in RHEL4 case.
b=11248

17 years agoBranch HEAD
adilger [Tue, 17 Apr 2007 22:51:03 +0000 (22:51 +0000)]
Branch HEAD
Clarify ChangeLog comment.
b=10651

17 years agounload a third time for lnet
nathan [Tue, 17 Apr 2007 22:26:26 +0000 (22:26 +0000)]
unload a third time for lnet

17 years agoclear msg->msg_onactivelist before calling of lnet_msg_free()
liangzhen [Tue, 17 Apr 2007 09:52:49 +0000 (09:52 +0000)]
clear msg->msg_onactivelist before calling of lnet_msg_free()

17 years agob=12237, i=isaac:
isaac [Mon, 16 Apr 2007 15:55:47 +0000 (15:55 +0000)]
b=12237, i=isaac:
-   landing 12237 fix from atchley@myri.com.

17 years agoDisconnected dentry cannot be found with lookup, so we do not need
shadow [Fri, 13 Apr 2007 08:33:09 +0000 (08:33 +0000)]
Disconnected dentry cannot be found with lookup, so we do not need
to unhash it or make it invalid.

b=11970
i=green
i=wangdi

17 years agoRequest with rq_no_resend flag not awake l_wait_event if they get a
shadow [Fri, 13 Apr 2007 06:19:23 +0000 (06:19 +0000)]
Request with rq_no_resend flag not awake l_wait_event if they get a
timeout.

b=11203
i=green
i=adilger

17 years agocorrected an error made in setepall in test-framework.sh, which affects
tianzy [Fri, 13 Apr 2007 02:42:12 +0000 (02:42 +0000)]
corrected an error made in setepall in test-framework.sh, which affects
other tests run. For example runtest.sh, replay-single.sh

17 years agoMove random uuid functions to prng.c
deen [Wed, 11 Apr 2007 18:33:27 +0000 (18:33 +0000)]
Move random uuid functions to prng.c

b=10802
i=adilger
i=green

17 years agoBranch HEAD
scjody [Wed, 11 Apr 2007 16:46:21 +0000 (16:46 +0000)]
Branch HEAD

Update e2fsprogs version.

17 years agoName of the patch file and the name in the series did not match. Correcting that.
kalpak [Wed, 11 Apr 2007 12:03:38 +0000 (12:03 +0000)]
Name of the patch file and the name in the series did not match. Correcting that.

17 years agob=10651
kalpak [Wed, 11 Apr 2007 11:14:46 +0000 (11:14 +0000)]
b=10651
i=Andreas Dilger

Description: Addition of nanosecond timestamps.

The nanosecond patches have been added to both the ldiskfs and ldiskfs2 series
 for 2.6.5-sles9, 2.6.9-rhel4, 2.6.16-sles10, and 2.6.18-vanilla.

17 years agoBranch b1_4
scjody [Wed, 11 Apr 2007 00:50:35 +0000 (00:50 +0000)]
Branch b1_4

Merge from b_release_1_4_11: update ChangeLogs and version; add missing
ChangeLog entries from 1.4.11.

17 years agob=10957
cliffw [Mon, 9 Apr 2007 21:13:58 +0000 (21:13 +0000)]
b=10957

Renamed all files to remove .sh and .pl. Fixed .spec file

17 years agob=10957
cliffw [Mon, 9 Apr 2007 21:04:10 +0000 (21:04 +0000)]
b=10957
Renaming

17 years agob=10957
cliffw [Mon, 9 Apr 2007 20:21:53 +0000 (20:21 +0000)]
b=10957

Fixes to path

17 years agob=10957
cliffw [Mon, 9 Apr 2007 18:31:10 +0000 (18:31 +0000)]
b=10957

Updated to reflect review.

17 years agoSome racy problems happened when sanity-quota.sh run on buffalo.
tianzy [Sat, 7 Apr 2007 15:12:42 +0000 (15:12 +0000)]
Some racy problems happened when sanity-quota.sh run on buffalo.
This patch corrected these bugs.
b=12190

17 years agoBranch HEAD
scjody [Thu, 5 Apr 2007 23:52:07 +0000 (23:52 +0000)]
Branch HEAD

Format ldiskfs2 backing filesystems with uninit_groups.

b=11981
i=adilger
i=alex

17 years agoThis patch is to slove OSS hangs after "All ost request buffers busy"
tianzy [Thu, 5 Apr 2007 09:20:12 +0000 (09:20 +0000)]
This patch is to slove OSS hangs after "All ost request buffers busy"
It is a deadlock between quota and journal.
b=11693
r=green
r=adilger

17 years agoBranch:HEAD
wangdi [Thu, 5 Apr 2007 04:45:53 +0000 (04:45 +0000)]
Branch:HEAD
For for GETLK(LDLM_FL_TEST_LOCK), fcntl locks should not be added to the inode
lock list.
b:5145
r:green, adilger

17 years agoBranch HEAD
scjody [Thu, 5 Apr 2007 01:47:51 +0000 (01:47 +0000)]
Branch HEAD

Clean up compiler warnings in liblustre builds.

Original patch by nic@cray.com.

b=11175
i=green
i=adilger

17 years agoBranch HEAD
scjody [Thu, 5 Apr 2007 01:36:26 +0000 (01:36 +0000)]
Branch HEAD

Fix SYIO_INTERFACE_NAME typo, part of liblustre compile warnings cleanup.

b=11175
i=adilger
i=green

17 years agoBranch HEAD
scjody [Mon, 2 Apr 2007 16:13:42 +0000 (16:13 +0000)]
Branch HEAD

Replace "review" by "inspection."

17 years agoBranch HEAD
scjody [Sat, 31 Mar 2007 00:20:55 +0000 (00:20 +0000)]
Branch HEAD

Add new ldiskfs2 module based on ldiskfs.

b=11981
r=adilger
r=nathan

17 years agoBranch HEAD
scjody [Sat, 31 Mar 2007 00:16:22 +0000 (00:16 +0000)]
Branch HEAD

Move quota support from ldiskfs to lvfs.

b=11981
r=adilger
r=nathan

17 years agoBranch HEAD
scjody [Sat, 31 Mar 2007 00:14:39 +0000 (00:14 +0000)]
Branch HEAD

Add support for the ldiskfs2 fstype.

b=11981
r=adilger
r=nathan

17 years agoBranch HEAD
scjody [Sat, 31 Mar 2007 00:12:36 +0000 (00:12 +0000)]
Branch HEAD

Use eval when changing debug settings to avoid shell-related failures.

b=12081
r=adilger

17 years ago- fixed configure messages on checking LASSERT, etc
yury [Fri, 30 Mar 2007 14:49:03 +0000 (14:49 +0000)]
- fixed configure messages on checking LASSERT, etc

17 years ago- enable all traces and debugs by default to not hurt anyone who not aware of this...
yury [Fri, 30 Mar 2007 14:07:27 +0000 (14:07 +0000)]
- enable all traces and debugs by default to not hurt anyone who not aware of this and allow customers gather all logs by default;
- added compile warning for case CDEBUG is disabled;
- fixes in configure keys, using AC_ARG_ENABLE(feature) implies that bash variable names is $enable_feature.

17 years ago- LIBCFS_DEBUG is used as #ifdef and cannot be defined as 0 in disable case
yury [Fri, 30 Mar 2007 13:32:23 +0000 (13:32 +0000)]
- LIBCFS_DEBUG is used as #ifdef and cannot be defined as 0 in disable case

17 years agoImplements following configure keys:
yury [Fri, 30 Mar 2007 13:03:50 +0000 (13:03 +0000)]
Implements following configure keys:

--disable-libcfs-cdebug - disable libcfs CDEBUG, CWARN - enabled by default
--enable-libcfs-trace - enable libcfs ENTRY/EXIT - disabled by default
--disable-libcfs-assert - disable libcfs LASSERT, LASSERTF - enabled by default

Cmd3 found that disabling all of this contributes to performance at the range of 10-15%. This is inspected many times. Lustre source code is checked by hands for possible side effects from disabling LASSERT, etc. If you have any problems with this - please let me know.

17 years agoBranch b1_4
scjody [Thu, 29 Mar 2007 21:51:47 +0000 (21:51 +0000)]
Branch b1_4

Cleanup compiler warnings on liblustre - patch by nic@cray.com

b=11175
r=adilger
r=green
r=scjody

17 years agoBranch b1_4
adilger [Wed, 28 Mar 2007 23:12:57 +0000 (23:12 +0000)]
Branch b1_4
Make new section for 1.4.11/1.6.1

17 years agob=10968
nathan [Wed, 28 Mar 2007 17:58:44 +0000 (17:58 +0000)]
b=10968
change stat name to single word for easier parsing

17 years agoBranch HEAD
adilger [Tue, 27 Mar 2007 08:43:57 +0000 (08:43 +0000)]
Branch HEAD
Split a new 1.6.1 section into the ChangeLog for recent commits to HEAD.

17 years agoBranch HEAD
adilger [Tue, 27 Mar 2007 07:11:00 +0000 (07:11 +0000)]
Branch HEAD
Check handle validity before using it.
b=11740
i=green

17 years agoAdd support for usage PG_writeback bit in lustre.
shadow [Mon, 26 Mar 2007 13:33:43 +0000 (13:33 +0000)]
Add support for usage PG_writeback bit in lustre.
b=11710
r=alex,green.

17 years agoBranch HEAD
bobijam [Mon, 26 Mar 2007 04:25:10 +0000 (04:25 +0000)]
Branch HEAD
b=11090
Description: Be more lenient with linux clients before warning (by Andreas)
Details: This fixes Linux clients so they allow one major Lustre release update
         before they warn.  It also makes the setting of the version a lot
         easier by using OBD_OCD_VERSION(0,0,1,32) instead of having to calculate
         it directly.

17 years agoBranch: HEAD
wangdi [Sun, 25 Mar 2007 15:56:03 +0000 (15:56 +0000)]
Branch: HEAD
increase dirty_ratio and dirty_background_ratio to prevent writeback for test42
b=9789
r=green

17 years agoBranch HEAD
adilger [Sat, 24 Mar 2007 20:51:45 +0000 (20:51 +0000)]
Branch HEAD
Include ctype.h header to quiet warning for use of isdigit().
Change argument of loadgen.c::read_proc() to quiet pointer type warning.

17 years agoBranch HEAD
adilger [Sat, 24 Mar 2007 19:23:52 +0000 (19:23 +0000)]
Branch HEAD
Include header to avoid compile warning for isdigit() use.

17 years agoBranch HEAD
adilger [Sat, 24 Mar 2007 18:34:28 +0000 (18:34 +0000)]
Branch HEAD
Quiet upcall chatter in logs.  We are already notified of an LBUG separately.
b=11686

17 years agob=12005
nathan [Fri, 23 Mar 2007 15:23:57 +0000 (15:23 +0000)]
b=12005
i=green
initialize per-export proc in non-recovery case.
report an error when attempting to change failout mode without writeconf

17 years agoBranch HEAD
scjody [Fri, 23 Mar 2007 02:37:46 +0000 (02:37 +0000)]
Branch HEAD

Update .cvsignore

17 years agoBranch HEAD
scjody [Fri, 23 Mar 2007 02:31:11 +0000 (02:31 +0000)]
Branch HEAD

Rename shell and perl scripts to remove .sh and .pl extensions.

b=11985
r=nathan

17 years agoupdate slow list
nathan [Thu, 22 Mar 2007 22:35:37 +0000 (22:35 +0000)]
update slow list

17 years agoBranch HEAD
scjody [Thu, 22 Mar 2007 19:49:09 +0000 (19:49 +0000)]
Branch HEAD

Change timeouts on Cray XT3.

b=10803
r=adilger
r=scjody

Original author: Nic from Cray

17 years agob=11973
nathan [Thu, 22 Mar 2007 17:58:13 +0000 (17:58 +0000)]
b=11973
i=green
atomic copy remote log instead of appending records -- earlier records may
have been modfied, and record count was wrong anyhow.

17 years ago* bug 11659 fix - finer-grained peerstamps for ptllnd connection
eeb [Thu, 22 Mar 2007 17:52:42 +0000 (17:52 +0000)]
*   bug 11659 fix - finer-grained peerstamps for ptllnd connection
    establishment and better credit flow checks.

17 years ago* Added changelog entry for previously committed ptllnd fix (11394)
eeb [Thu, 22 Mar 2007 14:36:00 +0000 (14:36 +0000)]
*    Added changelog entry for previously committed ptllnd fix (11394)

17 years ago* Removed check for kernel TCP zero-copy patch - it's not used even if it's
eeb [Thu, 22 Mar 2007 14:33:10 +0000 (14:33 +0000)]
*  Removed check for kernel TCP zero-copy patch - it's not used even if it's
   there