Whamcloud - gitweb
fs/lustre-release.git
16 years ago* Print portals error string in ptllnd warnings/errors
eeb [Wed, 23 May 2007 11:25:46 +0000 (11:25 +0000)]
*   Print portals error string in ptllnd warnings/errors

16 years ago* userspace (catamount) ptllnd changes
eeb [Mon, 21 May 2007 11:48:14 +0000 (11:48 +0000)]
* userspace (catamount) ptllnd changes

  - Error handling

    Ensure all communications complete in finite time.  Ensure errors cause
    clean peer state teardown so that communications can be re-established
    after a peer crash.

    Note that this does NOT handle reconnection to a failed LNET router, which
    is required for routed configurations.

  - Environment tunables

    PTLLND_DEBUG (boolean, dflt 0) is a global switch to enable/disable debug
    features.

    PTLLND_TX_HISTORY (int, dflt debug?1024:0) sets the size of the history
    buffer.

    PTLLND_ABORT_ON_PROTOCOL_MISMATCH (boolean, dflt 1) calls abort on
    connecting to a peer running a different version of the ptllnd protocol.

    PTLLND_ABORT_ON_NAK (boolean, dflt 0) abort when a peer sends a NAK
    (e.g. because it has timed out this node).

    PTLLND_DUMP_ON_NAK (boolean, dflt debug?1:0) dumps peer debug and the
    history on receiving a NAK

    PTLLND_WATCHDOG_INTERVAL (int, dflt 1) sets how often to check some peers
    for timed-out communications while the application blocks for
    communications to complete.

    PTLLND_TIMEOUT (int, dflt 50) is the communications timeout in seconds.

    PTLLND_LONG_WAIT (int, dflt debug?5:PTLLND_TIMEOUT) is a time in seconds
    after which the ptllnd prints a warning if it blocks for longer during
    connection establishment, cleanup after an error or cleanup during shutdown.

16 years ago* cleanup after removing lnet/tests
eeb [Mon, 21 May 2007 10:25:30 +0000 (10:25 +0000)]
*   cleanup after removing lnet/tests

16 years agoupdate patchless client for support 2.6.20, 2.6.21 and RHEL5 kernels.
shadow [Thu, 17 May 2007 06:47:03 +0000 (06:47 +0000)]
update patchless client for support 2.6.20, 2.6.21 and RHEL5 kernels.

b=11647
i=green
i=adilger

16 years agoBranch HEAD
adilger [Wed, 16 May 2007 23:19:08 +0000 (23:19 +0000)]
Branch HEAD
Quiet compiler warnings due to printing __u8 instead of char.

16 years agoBranch HEAD
adilger [Wed, 16 May 2007 22:58:27 +0000 (22:58 +0000)]
Branch HEAD
Look for dbench client.txt file in /usr/share/dbench also.

16 years agoBranch HEAD
adilger [Wed, 16 May 2007 22:57:44 +0000 (22:57 +0000)]
Branch HEAD
Remove extra blank lines.

16 years agoBranch HEAD
adilger [Wed, 16 May 2007 22:57:11 +0000 (22:57 +0000)]
Branch HEAD
Run tests in $DIR and not in $MOUNT.

16 years agoBranch HEAD
adilger [Wed, 16 May 2007 22:56:23 +0000 (22:56 +0000)]
Branch HEAD
Quiet compile warning when CONFIG_LSF is on (large single file).

16 years agoBranch HEAD
adilger [Wed, 16 May 2007 22:33:25 +0000 (22:33 +0000)]
Branch HEAD
Quiet compile warning when CONFIG_LSF is on (large single file).

16 years agoBranch HEAD
adilger [Wed, 16 May 2007 22:31:28 +0000 (22:31 +0000)]
Branch HEAD
Quiet warning about use of uninitialized variable.

16 years agoBranch HEAD
adilger [Wed, 16 May 2007 22:29:44 +0000 (22:29 +0000)]
Branch HEAD
Fix backticks to be apostrophes in comments.

16 years agoBranch HEAD
adilger [Wed, 16 May 2007 22:25:38 +0000 (22:25 +0000)]
Branch HEAD
Change comment so that nobody gets the idea that "#define CDEBUG_ENABLED 0"
is the way to turn this off.

16 years agoBranch HEAD
adilger [Wed, 16 May 2007 22:23:07 +0000 (22:23 +0000)]
Branch HEAD
Clarify comment.

16 years agoown build tag for uOSS branch
zam [Wed, 16 May 2007 05:13:06 +0000 (05:13 +0000)]
own build tag for uOSS branch

16 years agoundo uOSS-related changes from HEAD branch of the build module.
zam [Wed, 16 May 2007 03:08:45 +0000 (03:08 +0000)]
undo uOSS-related changes from HEAD branch of the build module.

16 years agoSeverity : normal
eeb [Tue, 15 May 2007 17:04:48 +0000 (17:04 +0000)]
Severity   : normal
Frequency  : rare
Bugzilla   : 11472
Description: Changed the default kqswlnd ntxmsg=512

16 years ago* Removed lnet/tests - these tests were trivial and not even in use.
eeb [Tue, 15 May 2007 16:37:46 +0000 (16:37 +0000)]
*   Removed lnet/tests - these tests were trivial and not even in use.

16 years agoSeverity : major
eeb [Tue, 15 May 2007 13:58:09 +0000 (13:58 +0000)]
Severity   : major
Frequency  : rare
Bugzilla   : 12458
Description: Assertion failure in kernel ptllnd caused by posting passive
             bulk buffers before connection establishment complete.

16 years agoadd LLCPP flags to enable extra functions to use in user-level libcfs code.
zam [Mon, 14 May 2007 08:30:04 +0000 (08:30 +0000)]
add LLCPP flags to enable extra functions to use in user-level libcfs code.

16 years agoBranch HEAD
adilger [Fri, 11 May 2007 06:36:54 +0000 (06:36 +0000)]
Branch HEAD
Don't run lfscktest.sh if the OSTs are remote.

16 years agoBranch HEAD
adilger [Fri, 11 May 2007 00:39:11 +0000 (00:39 +0000)]
Branch HEAD
Fix whitespace difference that caused patch reject.
b=10651

16 years agoFix missing '$' in scp
cliffw [Thu, 10 May 2007 23:26:56 +0000 (23:26 +0000)]
Fix missing '$' in scp

16 years agoReplaced portals with LNET
cliffw [Thu, 10 May 2007 23:21:04 +0000 (23:21 +0000)]
Replaced portals with LNET

16 years agoBranch HEAD
adilger [Thu, 10 May 2007 23:11:58 +0000 (23:11 +0000)]
Branch HEAD
Update release version to 1.1.

16 years agoUpdated
cliffw [Thu, 10 May 2007 23:07:27 +0000 (23:07 +0000)]
Updated

16 years agoBranch HEAD
adilger [Thu, 10 May 2007 22:48:19 +0000 (22:48 +0000)]
Branch HEAD
Minor doc updates?

16 years agoBranch HEAD
adilger [Thu, 10 May 2007 19:14:40 +0000 (19:14 +0000)]
Branch HEAD
Fix the nanosecond timestamp patches to declare all of the missing fields
in the kernel patches.
b=10651
i=green
i=kalpak

16 years agoBranch HEAD
adilger [Thu, 10 May 2007 18:38:51 +0000 (18:38 +0000)]
Branch HEAD
Apply the rest of the __iget() changes for patchless clients to
compile out the now-unnecessary parts of the code.
b=12391
i=scjody
i=green

16 years agoBranch HEAD
scjody [Thu, 10 May 2007 16:31:22 +0000 (16:31 +0000)]
Branch HEAD
Fix compiler warning on Cray XT3.

Original patch by walter@clusterfs.com.

b=12359
i=scjody
i=adilger

16 years agoBranch HEAD
scjody [Thu, 10 May 2007 16:31:00 +0000 (16:31 +0000)]
Branch HEAD

Fix compiler warning.

Original patch by walter@clusterfs.com.

b=12346
i=adilger
r=scjody

16 years agoBranch b1_4
scjody [Thu, 10 May 2007 16:21:22 +0000 (16:21 +0000)]
Branch b1_4

Fix compiler warning on Cray XT3.

Original patch by walter@clusterfs.com.

b=12360
i=adilger
i=scjody

16 years agoBranch HEAD
johann [Thu, 10 May 2007 15:44:31 +0000 (15:44 +0000)]
Branch HEAD
b=12229
i=adilger
i=nathan

16 years agoSeverity : major
eeb [Thu, 10 May 2007 15:44:28 +0000 (15:44 +0000)]
Severity   : major
Frequency  : rare
Bugzilla   : 12455
Description: A race in kernel ptllnd between deleting a peer and posting
             new communications for it could hang communications -
     manifesting as "Unexpectedly long timeout" messages.

Severity   : major
Frequency  : rare
Bugzilla   : 12432
Description: Kernel ptllnd lock ordering issue could hang a node.

16 years ago* removed lnet router upcalls
eeb [Thu, 10 May 2007 11:57:25 +0000 (11:57 +0000)]
*   removed lnet router upcalls

16 years agoBranch HEAD
adilger [Thu, 10 May 2007 03:41:20 +0000 (03:41 +0000)]
Branch HEAD
Quiet compiler warning.
b=11757

16 years agoBranch HEAD
scjody [Thu, 10 May 2007 03:27:34 +0000 (03:27 +0000)]
Branch HEAD

Add 'creds.h', a new include file, so it will appear in the 'make dist'
tarball.  Fixes a build problem.

16 years agoBranch HEAD
adilger [Wed, 9 May 2007 23:14:30 +0000 (23:14 +0000)]
Branch HEAD
Move #ifdef above now-redundant checks if __iget() is not exported, per
Oleg's inspection comments.
b=12391
i=green

16 years agoBranch HEAD
adilger [Wed, 9 May 2007 23:06:10 +0000 (23:06 +0000)]
Branch HEAD
Reverse the default so that health_check writes are off normally.
i=adilger, i=nathan
b=11512

Add missing ChangeLog entries.

16 years agoBranch HEAD
scjody [Wed, 9 May 2007 22:44:41 +0000 (22:44 +0000)]
Branch HEAD

Explicitly set inode type on liblustre mdc_create() call

Original patch from bogl@cray.com

b=12253
i=scjody
i=nathan

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

Clean up libsysio compiler warnings on XT3.

b=12332
i=adilger
i=walter

16 years agoBranch b1_4
scjody [Wed, 9 May 2007 22:27:48 +0000 (22:27 +0000)]
Branch b1_4

Update libsysio to latest version.

b=12331

16 years agob=11512
cliffw [Wed, 9 May 2007 20:40:22 +0000 (20:40 +0000)]
b=11512

Updated Change Log

16 years agob=11512
cliffw [Wed, 9 May 2007 20:37:34 +0000 (20:37 +0000)]
b=11512
i=wangdi
i=shadow

Removes write from health check, adds option to configure.

16 years agob=11546
green [Tue, 8 May 2007 19:08:43 +0000 (19:08 +0000)]
b=11546
r=adilger,shadow

Check that request is still eligible for replay in mdc_set_replay_data()
before doing anything.

16 years agoSeverity : major
eeb [Tue, 8 May 2007 14:52:08 +0000 (14:52 +0000)]
Severity   : major
Frequency  : rare
Bugzilla   : 11706
Description: Added LNetSetAsync() to ensure single-threaded userspace
             clients can be eager LNET receivers even when the application
     is not executing in the filesystem.

16 years agoremove b1_6 aliases in anticipation of 1.8 landing
nathan [Fri, 4 May 2007 23:32:31 +0000 (23:32 +0000)]
remove b1_6 aliases in anticipation of 1.8 landing

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.

17 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.