Whamcloud - gitweb
fs/lustre-release.git
16 years agoBranch HEAD
yangsheng [Thu, 6 Mar 2008 03:58:26 +0000 (03:58 +0000)]
Branch HEAD
b=14950
i=shadow
i=johann

Fixed the build failes for patchless client on SLES10.

16 years agoport llog fixes from b1_6 into HEAD
shadow [Thu, 6 Mar 2008 03:10:22 +0000 (03:10 +0000)]
port llog fixes from b1_6 into HEAD
b=13821
i=wangdi
i=umka

16 years agoBranch HEAD
bobijam [Thu, 6 Mar 2008 02:44:03 +0000 (02:44 +0000)]
Branch HEAD
b=13715
i=johann
i=nathan
i=adilger

protect accessing imp->generation w/ imp_lock.

16 years agoBranch HEAD
bobijam [Thu, 6 Mar 2008 02:11:46 +0000 (02:11 +0000)]
Branch HEAD
b=12584
i=adilger

There is a issue with getfacl which just literally find the symbol link
target with `pwd`+[symbol content], regardless where the link file is
located.

This fix avoids the issue by chdir to the symbol link's dir before getting it's
acl list.

16 years agoBranch HEAD
huanghua [Thu, 6 Mar 2008 01:02:00 +0000 (01:02 +0000)]
Branch HEAD
b=15025
i=yong.fan
i=yury.umanets

- set reply message size for CLOSE RPC

16 years agobranch: HEAD
ericm [Wed, 5 Mar 2008 21:15:45 +0000 (21:15 +0000)]
branch: HEAD
gss: support new sunrpc cache interface of RHEL5.
b=14961
r=yong.fan
r=h.huang

16 years agob=14997
yury [Wed, 5 Mar 2008 20:48:10 +0000 (20:48 +0000)]
b=14997
r=vitaly,shadow
- fixes packing of lru resize info into rpc reply.

16 years agoWhen the failover node is the primary node, it is possible
deen [Wed, 5 Mar 2008 18:06:08 +0000 (18:06 +0000)]
When the failover node is the primary node, it is possible
to have two identical connections in imp_conn_list. We must
compare not conn's pointers but NIDs, otherwise we can defeat
connection throttling.

b=14774
i=adilger
i=johann

16 years agob=14471
komaln [Wed, 5 Mar 2008 17:08:05 +0000 (17:08 +0000)]
b=14471
r=Adilger

Changed sanityN.sh to use lctl {get,set}_param

16 years agob=14471
komaln [Wed, 5 Mar 2008 16:04:09 +0000 (16:04 +0000)]
b=14471
r=Adilger

Changed conf-sanity.sh to use lctl {get,set}_param

16 years agob=13677
green [Wed, 5 Mar 2008 06:23:31 +0000 (06:23 +0000)]
b=13677
r=adilger

wait for async rpc completion in liblustre

16 years agoBranch b1_6
yangsheng [Wed, 5 Mar 2008 02:51:24 +0000 (02:51 +0000)]
Branch b1_6
b=13397
i=johann
i=alex

Add unlink-race patch to 2.6.22 series.

16 years agodir_nlink incorectly handles link count on failed mkdir. (Patch by Andreas.)
girish [Tue, 4 Mar 2008 07:29:49 +0000 (07:29 +0000)]
dir_nlink incorectly handles link count on failed mkdir. (Patch by Andreas.)
b=14974
i=kalpak
i=girish

16 years agob=14748
green [Mon, 3 Mar 2008 02:37:06 +0000 (02:37 +0000)]
b=14748
r=adilger,jay

When traversing extent wating list queue for PR lock and meeting same or wider
lock without AST_SENT, we are guaranteed there is no other one like this down
the line, so we can return immediatelly

16 years ago- removed trailing spaces.
isaac [Fri, 29 Feb 2008 16:36:23 +0000 (16:36 +0000)]
-   removed trailing spaces.

16 years agob=13557 (author Adilger)
grev [Fri, 29 Feb 2008 15:26:32 +0000 (15:26 +0000)]
b=13557 (author Adilger)
i=Nathan

print the stripecount as a signed value

16 years agoBranch b_hd_dmu
rcorreia [Fri, 29 Feb 2008 15:14:40 +0000 (15:14 +0000)]
Branch b_hd_dmu
b=14778
i=adilger
i=manoj

Integrated zfs-lustre compilation into Lustre uOSS build process.

16 years agoBranch HEAD
rcorreia [Fri, 29 Feb 2008 14:48:29 +0000 (14:48 +0000)]
Branch HEAD
b=14778
i=adilger
i=manoj

Added mercurial checkout support for zfs-lustre.

16 years ago- converted tabs and removed trailing spaces.
isaac [Fri, 29 Feb 2008 10:32:18 +0000 (10:32 +0000)]
-   converted tabs and removed trailing spaces.

16 years ago- removed trailing spaces.
isaac [Thu, 28 Feb 2008 13:00:01 +0000 (13:00 +0000)]
- removed trailing spaces.

16 years agoBranch b1_6
johann [Thu, 28 Feb 2008 10:46:15 +0000 (10:46 +0000)]
Branch b1_6
b=14594
i=alex.zhuravlev
i=sheng.yang

add ext3-lookup-dotdot-2.6.9.patch to ldiskfs series.

16 years agoFix for sanity quota failure. (From Kalpak)
girish [Thu, 28 Feb 2008 10:41:20 +0000 (10:41 +0000)]
Fix for sanity quota failure. (From Kalpak)
b=13487

16 years ago b=12882
tappro [Thu, 28 Feb 2008 09:26:15 +0000 (09:26 +0000)]
 b=12882
 i=grev
 Use correct proc names in tests

16 years ago b=14908
tappro [Thu, 28 Feb 2008 09:08:16 +0000 (09:08 +0000)]
 b=14908
 i=nikita
 use enum value

16 years agoBranch HEAD
fanyong [Thu, 28 Feb 2008 07:35:10 +0000 (07:35 +0000)]
Branch HEAD
b=14769
i=adilger
i=eric.mei

(1) Fix race condition between identity upcall disabled checking
    and the real identity upcall doing.
(2) Replace "CWARN" and "CERROR" about identity with "CDEBUG".
(3) Test scripts fix for SLES10 system and remote client test.
(4) Code indent related fix.

16 years agob=13174
chenzheng [Thu, 28 Feb 2008 06:50:33 +0000 (06:50 +0000)]
b=13174
i=grev

add the following fail tests to always-except list:
sanity        65a, 65e
replay_dual   14
insanity      2, 4
replay_single 56, 59
conf_sanity   33a
liblustre

16 years agoBranch b1_6
yangsheng [Thu, 28 Feb 2008 06:38:10 +0000 (06:38 +0000)]
Branch b1_6
b=13397
i=johann
i=shadow

Export the needed symbol for lustre.

16 years agob=14978
grev [Wed, 27 Feb 2008 21:40:59 +0000 (21:40 +0000)]
b=14978
i=Adilger

check whether proc files exist; error if they do not exist

16 years agob=14927
yury [Wed, 27 Feb 2008 20:50:28 +0000 (20:50 +0000)]
b=14927
r=nikita,shadow
- fix for memory allocation result check in lu_object_alloc().

16 years agob=14229
grev [Wed, 27 Feb 2008 19:56:38 +0000 (19:56 +0000)]
b=14229
i=Adilger

fix test_59 to fail if write/read failed

16 years agobranch: HEAD
ericm [Wed, 27 Feb 2008 19:48:13 +0000 (19:48 +0000)]
branch: HEAD
ignore ctx fini rpc in lock callback handler.
b=14849
r=h.huang

16 years agob=14928
grev [Wed, 27 Feb 2008 19:24:18 +0000 (19:24 +0000)]
b=14928
i=Adilger

don't re-write mtab, wait it will be updated

16 years agob=14816
brian [Wed, 27 Feb 2008 19:11:30 +0000 (19:11 +0000)]
b=14816
i=cliffw,scjody

Use the I/B stack that is native in the kernel.

This works for RHEL4 and RHEL5 only so far.  I'm not aware of any other
vendors shipping an IB stack with their kernels.

A few minor code cleanups.

16 years agob=14528
grev [Wed, 27 Feb 2008 19:02:00 +0000 (19:02 +0000)]
b=14528
i=Adilger

add wiretest to lustre rpm

16 years agob=13571
grev [Wed, 27 Feb 2008 18:54:04 +0000 (18:54 +0000)]
b=13571
i=Adilger

fs2' tests cleanup; renumbering:
- 23 -> 23a
- 33 -> 33a; 34 -> 34b

16 years agofix typo in bobijam commit.
shadow [Wed, 27 Feb 2008 15:45:43 +0000 (15:45 +0000)]
fix typo in bobijam commit.

16 years agoBranch b_som
vitaly [Tue, 26 Feb 2008 15:27:03 +0000 (15:27 +0000)]
Branch b_som

build b_som with the proper ldiskfs

16 years agoBranch b1_8_quota
fanyong [Tue, 26 Feb 2008 04:33:30 +0000 (04:33 +0000)]
Branch b1_8_quota
b=13058

update buildcvs.

16 years agoBranch HEAD
bwzhou [Mon, 25 Feb 2008 13:32:36 +0000 (13:32 +0000)]
Branch HEAD
b=13285
r=johann, deen

prints message to console about locks.

16 years agoBranch HEAD
yangsheng [Sat, 23 Feb 2008 16:14:40 +0000 (16:14 +0000)]
Branch HEAD
b=14958
i=adilger
i=yangsheng

Change the CONFG_NR_CPUS from 8 to 32 in a several config file.

16 years ago b=14908
tappro [Sat, 23 Feb 2008 15:54:25 +0000 (15:54 +0000)]
 b=14908
 fix issue in original commit

16 years ago b=12882
tappro [Sat, 23 Feb 2008 13:48:03 +0000 (13:48 +0000)]
 b=12882
 i=nikita, h.huang

 Support old MDS proc entries in new MDS devices.

16 years ago b=14908
tappro [Sat, 23 Feb 2008 13:34:55 +0000 (13:34 +0000)]
 b=14908
 i=yury,nikita

 Proper usage of lu_context, additional health-checks

16 years agoBranch HEAD
anserper [Sat, 23 Feb 2008 12:48:55 +0000 (12:48 +0000)]
Branch HEAD
b=14852
i=shadow
i=adilger

added additional checks of id

16 years agoBranch HEAD
yangsheng [Sat, 23 Feb 2008 06:14:41 +0000 (06:14 +0000)]
Branch HEAD
b=14714
i=adilger
i=johann

Move to use d_rehash_cond & d_move_locked.

16 years agoAdd ChangeLog entry.
deen [Fri, 22 Feb 2008 22:16:04 +0000 (22:16 +0000)]
Add ChangeLog entry.

b=14729

16 years agoAdding total number of sampled request for an MDS node in snmp support.
deen [Fri, 22 Feb 2008 22:03:14 +0000 (22:03 +0000)]
Adding total number of sampled request for an MDS node in snmp support.

b=14729
i=tappro

16 years agoBranch HEAD
anserper [Fri, 22 Feb 2008 21:11:09 +0000 (21:11 +0000)]
Branch HEAD
b=14899
i=adilger

16 years agoBranch HEAD
johann [Fri, 22 Feb 2008 18:28:21 +0000 (18:28 +0000)]
Branch HEAD
b=14618

A performance regression has been discovered in the MPT Fusion
driver between versions 3.02.73rh and 3.02.99.00rh. As a
consequence, we have downgraded the MPT Fusion driver in the RHEL4
kernel from 3.02.99.00 to 3.02.73 until this problem is fixed.

16 years agoImplement get_info(last_id) in obdfilter.
shadow [Fri, 22 Feb 2008 13:11:35 +0000 (13:11 +0000)]
Implement get_info(last_id) in obdfilter.
b=14884
i=adilger
i=umka

16 years agob=14471
komaln [Fri, 22 Feb 2008 10:27:48 +0000 (10:27 +0000)]
b=14471
r=Adilger, Wangdi

to add lctl {get,set}_param functionality.

16 years agoBranch HEAD
adilger [Thu, 21 Feb 2008 23:51:45 +0000 (23:51 +0000)]
Branch HEAD
Trivial whitespace cleanup.

16 years agob=14944
grev [Thu, 21 Feb 2008 18:02:00 +0000 (18:02 +0000)]
b=14944
i=Adilger

test_38 cleanup

16 years agoBranch HEAD
johann [Thu, 21 Feb 2008 13:41:26 +0000 (13:41 +0000)]
Branch HEAD
b=14844
i=adilger
i=deen

fix compile issue on PPC.

16 years agoBranch b1_6
johann [Thu, 21 Feb 2008 13:27:44 +0000 (13:27 +0000)]
Branch b1_6
b=14844
i=adilger
i=deen

fix compile issue on PPC. add configure check for asm-ppc/segment.h.

16 years agoBranch HEAD
vitaly [Thu, 21 Feb 2008 13:25:21 +0000 (13:25 +0000)]
Branch HEAD
b=14149
i=shadow
i=huanghua

fixes for ELC bugs appeared after moving to capsule

16 years agoCorrectly check stale fid and not start epoch if ost not support SOM
shadow [Thu, 21 Feb 2008 12:04:12 +0000 (12:04 +0000)]
Correctly check stale fid and not start epoch if ost not support SOM
b=13537
i=umka
i=vitaly

16 years agob=14842
grev [Wed, 20 Feb 2008 21:31:59 +0000 (21:31 +0000)]
b=14842
i=Adilger

more fixes to reduce acc-sm time; set SLOW=no default

16 years agob=14857
mjmac [Wed, 20 Feb 2008 19:23:53 +0000 (19:23 +0000)]
b=14857
i=brian
* Clean up patchless client build process -- don't perform useless kernel builds

16 years ago- ll_obd_statfs() call lov/lmv instead of osc/mdc to get target info.
tappro [Wed, 20 Feb 2008 09:26:12 +0000 (09:26 +0000)]
- ll_obd_statfs() call lov/lmv instead of osc/mdc to get target info.
  b=13997
  i=umka, h.huang

16 years agoBranch HEAD
yangsheng [Wed, 20 Feb 2008 08:27:45 +0000 (08:27 +0000)]
Branch HEAD
b=14576
i=adilger
i=green

Fixed the build issues for HEAD patchless client with vanilla-2.6.22.

16 years agoBranch HEAD
huanghua [Wed, 20 Feb 2008 06:02:49 +0000 (06:02 +0000)]
Branch HEAD
b=14149
a=15414
i=yong.fan
i=yury.umanets

correct OBD_CONNECT_FID definition.

16 years agob=11706
walter [Wed, 20 Feb 2008 03:47:45 +0000 (03:47 +0000)]
b=11706
i=nic
i=he.huang

add CERROR to make it easier to determine the source of LNET issues

16 years agoBranch HEAD
bobijam [Wed, 20 Feb 2008 02:34:29 +0000 (02:34 +0000)]
Branch HEAD
b=14529
i=adilger
i=panda

Description: MDS or OSS nodes crash due to stack overflow
Details    : Code changes in 1.8.0 increased the stack usage of some functions.
             In some cases, in conjunction with device drivers that use a lot
             of stack the MDS (or possibly OSS) service threads could overflow
             the stack.  One change which was identified to consume additional
             stack has been reworked to avoid the extra stack usage.

16 years agoBranch HEAD
fanyong [Tue, 19 Feb 2008 09:48:05 +0000 (09:48 +0000)]
Branch HEAD
b=14906
i=eric.mei
i=h.huang

Fix swab issues for remote_perm introduced when land "mixed_layout_req".

16 years agoDo not fail import if osc_interpret_create gets -EAGAIN.
shadow [Tue, 19 Feb 2008 07:17:23 +0000 (07:17 +0000)]
Do not fail import if osc_interpret_create gets -EAGAIN.
b=13730
i=green
i=johann

16 years agoBranch b1_8_gns
fanyong [Tue, 19 Feb 2008 03:39:37 +0000 (03:39 +0000)]
Branch b1_8_gns
b=11837

update buildcvs.

16 years agoBetter handle error messages in extents code.
deen [Mon, 18 Feb 2008 14:43:35 +0000 (14:43 +0000)]
Better handle error messages in extents code.

b=14864
i=adilger
i=deen

16 years agoBetter handle error messages in extents code
deen [Mon, 18 Feb 2008 14:39:53 +0000 (14:39 +0000)]
Better handle error messages in extents code

b=14864
i=adilger
i=deen

16 years agoBranch HEAD
yangsheng [Mon, 18 Feb 2008 06:02:53 +0000 (06:02 +0000)]
Branch HEAD
b=14858
i=adilger
i=johann

Update kernel to SLES10 SP1 2.6.16.54-0.2.5.

16 years agoBranch HEAD
yangsheng [Mon, 18 Feb 2008 05:59:57 +0000 (05:59 +0000)]
Branch HEAD
b=14876
i=adilger
i=johann

Update RHEL5 kernel to 2.6.18-53.1.13.el5.

16 years agoBranch HEAD
johann [Sun, 17 Feb 2008 19:15:41 +0000 (19:15 +0000)]
Branch HEAD
b=14845
i=shadow
i=deen

fix duplicated definitions between asm-ppc64/types.h and lustre_types.h
on PPC.

16 years agob=13766
yury [Sat, 16 Feb 2008 00:49:20 +0000 (00:49 +0000)]
b=13766
r=vitaly,shadow
- fixes many aspects of lru resize work with main idea to work more smoothly in different working load, avoid dropping SLV much (what causes dropping more cached locks) and improve memory pressure handling. Please look for more details in bug 13766;

- cleanups in many places, removed obsolete code.

16 years agob=14786
manoj [Fri, 15 Feb 2008 15:29:53 +0000 (15:29 +0000)]
b=14786
i=alex.zhuravlev
i=tappro
Fixes to build uOSS on Solaris 10 (including missing strnlen)

16 years agob=14406
grev [Fri, 15 Feb 2008 14:22:01 +0000 (14:22 +0000)]
b=14406
i=Adilger

test_38 debugfs command fix for remote client

16 years agoBranch HEAD
huanghua [Fri, 15 Feb 2008 06:44:32 +0000 (06:44 +0000)]
Branch HEAD
b=14149
a=15319
i=yong.fan
i=rahul.deshmukh

add OBD_CONNECT_FID support for liblustre connection.

16 years agoBranch HEAD
bobijam [Thu, 14 Feb 2008 03:03:16 +0000 (03:03 +0000)]
Branch HEAD
b=3462
i=johann
i=adilger

patch addressing replay-single test53 set port for HEAD.

16 years agob=13726
grev [Thu, 14 Feb 2008 00:48:04 +0000 (00:48 +0000)]
b=13726
i=Adilger

fix locale for tests where exact output is required

16 years agoBranch HEAD
anserper [Wed, 13 Feb 2008 21:23:34 +0000 (21:23 +0000)]
Branch HEAD
b=13285
i=johann
i=deen

�� fixes some return code issues (refer to https://bugzilla.lustre.org/attachment.cgi?id=15278&action=edit)

16 years agobranch: HEAD
ericm [Wed, 13 Feb 2008 20:30:51 +0000 (20:30 +0000)]
branch: HEAD
fix for GSS breakage.
b=14849
r=yury.umanets
r=h.huang

16 years agoChanges to parallel callbacks code to avoid duplication and
deen [Wed, 13 Feb 2008 19:17:25 +0000 (19:17 +0000)]
Changes to parallel callbacks code to avoid duplication and
resolve problem with ldlm_revoke_export_locks().

b=11301
i=green
i=fanyong

16 years agoACLs must be enabled on MDS by default.
deen [Wed, 13 Feb 2008 19:03:27 +0000 (19:03 +0000)]
ACLs must be enabled on MDS by default.

b=13829
i=adilger
i=johann

16 years agob=14838
maxim [Wed, 13 Feb 2008 14:11:44 +0000 (14:11 +0000)]
b=14838
i=eeb
Landing Eric's patch

16 years agoPorting raid5 improvements to rhel5 kernels.
jxiong [Wed, 13 Feb 2008 11:41:54 +0000 (11:41 +0000)]
Porting raid5 improvements to rhel5 kernels.

b=13648
r=alex,andreas

16 years agoBranch HEAD
yangsheng [Wed, 13 Feb 2008 07:02:46 +0000 (07:02 +0000)]
Branch HEAD
b=14720
i=scjody
i=johann

Update RHEL5 kernel to 2.6.18-53.1.6.el5.

16 years agob=14620
grev [Tue, 12 Feb 2008 22:10:19 +0000 (22:10 +0000)]
b=14620
re-vert att. 14680

16 years agob=13979
grev [Tue, 12 Feb 2008 14:04:55 +0000 (14:04 +0000)]
b=13979
i=Adilger

change tdir to start from d0 to be cleaned up automatically

16 years agob=14330
grev [Tue, 12 Feb 2008 10:41:06 +0000 (10:41 +0000)]
b=14330
i=Adilger

RUNAS dbench and iozone

16 years agoBranch HEAD
huanghua [Sun, 10 Feb 2008 15:17:56 +0000 (15:17 +0000)]
Branch HEAD
b=14860

reverting commit (in b14149) about changing SEQ start from 0x100000000.

16 years agoi=scjody
nathan [Fri, 8 Feb 2008 23:55:23 +0000 (23:55 +0000)]
i=scjody

16 years agob=14330 (comment 14)
grev [Fri, 8 Feb 2008 14:50:58 +0000 (14:50 +0000)]
b=14330 (comment 14)
i=Adilger

remove obsolete cfg scripts

16 years agob=14330
grev [Fri, 8 Feb 2008 14:48:48 +0000 (14:48 +0000)]
b=14330
i=Adilger
remove obsolete insanity-ltest.sh

16 years agob=14330
grev [Fri, 8 Feb 2008 11:44:02 +0000 (11:44 +0000)]
b=14330
i=Adilger
move RUNAS to local.sh; run BONNIE as RUNAS_ID user

b=14474
i=Adilger
don't allow sanity to see MOUNT2; remove chown of MOUNT

16 years agoBranch HEAD
anserper [Thu, 7 Feb 2008 10:29:52 +0000 (10:29 +0000)]
Branch HEAD
b=14421
i=nikita.danilov
i=alexey.lyashkov

Removes unnecesary PageDirty check.

16 years agob=14149
huanghua [Thu, 7 Feb 2008 08:07:16 +0000 (08:07 +0000)]
b=14149
i=yong.fan
i=rahul.deshmukh
i=nikita.danilov

- use req_capsule interface for client.
- add some interoperability support on server side.

16 years agoBranch HEAD
yangsheng [Thu, 7 Feb 2008 03:19:39 +0000 (03:19 +0000)]
Branch HEAD
b=14482
i=aidlger
i=umka

Add RHEL5 support to HEAD.

16 years agob=12651
grev [Wed, 6 Feb 2008 18:51:22 +0000 (18:51 +0000)]
b=12651
i=Adilger

skip test_78 if we have no enough space; make the test file slightly smaller

16 years agoBranch HEAD
yangsheng [Tue, 5 Feb 2008 12:47:17 +0000 (12:47 +0000)]
Branch HEAD
b=14793
i=adilger
i=johann

Update RHEL4 kernel to 2.6.9-67.0.4.

16 years agoDon't allow skipping OSTs if index has been specified.
shadow [Tue, 5 Feb 2008 11:49:53 +0000 (11:49 +0000)]
Don't allow skipping OSTs if index has been specified.
b=13196
i=adilger
i=green

16 years agoJBD2_HAS_COMPAT_FEATURE was used instead of JBD2_HAS_INCOMPAT_FEATURE for
girish [Mon, 4 Feb 2008 16:54:38 +0000 (16:54 +0000)]
JBD2_HAS_COMPAT_FEATURE was used instead of JBD2_HAS_INCOMPAT_FEATURE for
checking _INCOMPAT_ASYNC_COMMIT.
Fixed it.
b=10657