Whamcloud - gitweb
fs/lustre-release.git
14 years agob=18948
panda [Mon, 2 Nov 2009 12:38:55 +0000 (12:38 +0000)]
b=18948
i=Mike Pershin
i=Andrew Perepechko
fix the compile warning

14 years agob=21150
panda [Mon, 2 Nov 2009 12:33:53 +0000 (12:33 +0000)]
b=21150
a=Johann Lombardi
i=ZhiYong Tian
i=Andrew Perepechko

use lovobjid value from mds obd

14 years agob=21166
panda [Mon, 2 Nov 2009 12:28:03 +0000 (12:28 +0000)]
b=21166
i=Oleg
i=Johann

reduce busy-waits by explicit set_task_state(...), cleanup

14 years agob=18801
panda [Mon, 2 Nov 2009 12:23:32 +0000 (12:23 +0000)]
b=18801
i=Alexey Lyashkov
i=Alexander Zarochentsev

handle_short_read should use correct page shifts

14 years agobranch: b1_8
ericm [Fri, 23 Oct 2009 22:46:27 +0000 (22:46 +0000)]
branch: b1_8
fix ost bulk read/write busy waiting.
b=20444
r=rread
r=wangdi

14 years agob=20308
grev [Thu, 22 Oct 2009 15:20:20 +0000 (15:20 +0000)]
b=20308
i=Robert.Read
statahead test: N mount points on all available clients

14 years agobranch: b1_8
ericm [Thu, 22 Oct 2009 14:57:19 +0000 (14:57 +0000)]
branch: b1_8
wait before test file size.
b=20801
r=rread

14 years agob=16774
zhanghc [Thu, 22 Oct 2009 14:44:42 +0000 (14:44 +0000)]
b=16774

at client side, cancel unused locks before replay locks during recovery

i=johann@sun.com
i=oleg.drokin@sun.com

14 years agob=20734
minh.diep [Wed, 21 Oct 2009 18:16:02 +0000 (18:16 +0000)]
b=20734
o=Robert Read
enable striping for ior

14 years agob=21142
grev [Wed, 21 Oct 2009 15:15:36 +0000 (15:15 +0000)]
b=21142
i=Andrew.Perepechko
skip cascading_rw for NFSCLIENT mode

14 years agoBranch b1_8
bobijam [Wed, 21 Oct 2009 09:52:22 +0000 (09:52 +0000)]
Branch b1_8
b=20592
i=johann
i=andrew.perepechko (panda)

use kthread_run() instead of kernel_thread() so that log dumper won't stuck
in do_exit().

14 years agob=20863
grev [Wed, 21 Oct 2009 09:30:46 +0000 (09:30 +0000)]
b=20863
i=Brian
sanity test_200* cleanup

14 years agoBranch b1_8
johann [Wed, 21 Oct 2009 09:20:28 +0000 (09:20 +0000)]
Branch b1_8
b=20318
i=adilger
i=panda

don't memcmp magic in the updgrade/downgrade case when lsm magic
has change from/to v1 to/from v3.

14 years agob=16890
panda [Wed, 21 Oct 2009 09:13:30 +0000 (09:13 +0000)]
b=16890
i=Johann Lombardi
i=ZhiYong Tian

update 14b to a real-world test case

14 years agob=18948
panda [Tue, 20 Oct 2009 13:39:19 +0000 (13:39 +0000)]
b=18948
a=Mike Pershin
i=Nathan Rutman
i=Zhanghc

 use request refcount instead of copying

14 years agob=20775,i=wangdi:
isaac [Mon, 19 Oct 2009 18:51:35 +0000 (18:51 +0000)]
b=20775,i=wangdi:
- simple cleanup: use LASSERT_SPIN_LOCKED instead.

14 years agoBranch b1_8
zam [Sat, 17 Oct 2009 17:35:15 +0000 (17:35 +0000)]
Branch b1_8
b=20136
i=johann
i=alexey.lyashkov

mds_sendpage: exit l_wait_event and abort bulk on reconnect.

14 years agob=20308
grev [Fri, 16 Oct 2009 21:15:28 +0000 (21:15 +0000)]
b=20308
i=Alexey.Lyashkov
statahead test

14 years agob=20719
grev [Fri, 16 Oct 2009 13:53:11 +0000 (13:53 +0000)]
b=20719
i=Alexey.Lyashkov
i=Robert.Read
module_loaded fn

14 years agoa small style fix
panda [Fri, 16 Oct 2009 13:47:55 +0000 (13:47 +0000)]
a small style fix

14 years agob=16466
panda [Fri, 16 Oct 2009 12:48:49 +0000 (12:48 +0000)]
b=16466
i=Johann Lombardi
i=ZhiYong Tian

make admin quota file updates atomic (journalled)

14 years agob=20201
panda [Fri, 16 Oct 2009 12:19:32 +0000 (12:19 +0000)]
b=20201
o=Oleg Drokin
i=Andrew Perepechko
i=Alexey Lyashkov

Problem is write_sem taking. As it was before the patch, a deadlock was possible
along the lines of:
process 1:
get group lock
process 2:
write syscall
get write_sem
attempt to get write lock, block on group lock
process 1:
write syscall
block on write_sem

tests 3,4 in parallel group lock exercise this scenario.

The patch actually avoids taking write_sem if we do not do any dlm locking as pointless, main
reason
behind it was to avoid cascading timeouts with multiple ldlm locks held (introduced in bug 9332,
comment #139)
--- https://bugzilla.lustre.org/show_bug.cgi?id=20201#c7

14 years agoBranch b1_8
tianzy [Fri, 16 Oct 2009 07:08:37 +0000 (07:08 +0000)]
Branch b1_8
In quota slaves, quota_chk_acq_common() shouldn't retry indefinitely if
relative clients are evicted or reconnect already. This patch fixes
this.
b=20530
i=johann
i=panda

14 years agoBranch b1_8
bobijam [Fri, 16 Oct 2009 02:10:59 +0000 (02:10 +0000)]
Branch b1_8
b=19325
i=vitaly.fertman
i=oleg.drokin (green)

Description: Adjust locks' extents on their first enqueue, so that at the time
             they get granted, there is no need for another pass through the
             queues since they are already shaped into the proper forms.

14 years agob=15504
grev [Thu, 15 Oct 2009 19:00:17 +0000 (19:00 +0000)]
b=15504
i=Brian
get rid of dash in var name

14 years agob=20853,i=isaac:
isaac [Thu, 15 Oct 2009 18:57:03 +0000 (18:57 +0000)]
b=20853,i=isaac:
- Mark portal 63 as reserved for Cray DVS.

14 years agoThis patch was obviously inspected and approved before our -Werror
brian [Thu, 15 Oct 2009 18:10:50 +0000 (18:10 +0000)]
This patch was obviously inspected and approved before our -Werror
requirements.
Small fix thanks to panda.

14 years agob=20585
panda [Thu, 15 Oct 2009 16:06:55 +0000 (16:06 +0000)]
b=20585
i=Johann Lombardi

at_max changes take too long to take effect, enforce them

14 years agoBranch b1_8
dzogin [Thu, 15 Oct 2009 15:16:08 +0000 (15:16 +0000)]
Branch b1_8
b=20200
i=alexey.lyashkov
i=adilger
i=dmitry.zogin
----------------------------------------------------------------------
Modified Files:
Tag: b1_8
lustre/ChangeLog lustre/mds/handler.c lustre/mds/mds_reint.c
----------------------------------------------------------------------
Description: Fix mds_shrink_intent_reply()/mds_intent_policy() to pass correct
     arguments and prevent LBUG() in lustre_shrink_reply_v2().

14 years agob=19689
brian [Thu, 15 Oct 2009 13:21:48 +0000 (13:21 +0000)]
b=19689
i=adilger
i=bobijam
i=nathan
o=Jim Garlick

Change tunefs.lustre and mkfs.lustre --mountfsoptions so that
exactly the specified mount options are used.
Leaving off any "mandatory" mount options is an error.
Leaving off any default mount options causes a warning, but is allowed.
Change errors=remount-ro from mandatory to default.
Sanitize the mount string before storing it.
Update man pages accordingly.

This hopefully makes two awkward situations less so:
- making errors=panic the default (before we had to append errors=remount-ro
  and hope ldiskfs parsing caused the last option to override the first)
- setting other mount options on the OST's dropped mballoc,extents
  without warning.

14 years agoBranch b1_8
johann [Thu, 15 Oct 2009 13:15:18 +0000 (13:15 +0000)]
Branch b1_8
b=19763

fix build issue with ext3-based ldiskfs which uses
EXT4_FEATURE_RO_COMPAT_GDT_CSUM instead of
EXT3_FEATURE_RO_COMPAT_GDT_CSUM.

14 years agoBranch b1_8
johann [Thu, 15 Oct 2009 12:40:25 +0000 (12:40 +0000)]
Branch b1_8
b=16890
i=adilger
i=tianzy
i=panda

CERROR cleanups in the quota code.

14 years agoBranch b1_8
tianzy [Thu, 15 Oct 2009 08:25:01 +0000 (08:25 +0000)]
Branch b1_8
clean the code relative to lqs_refcount
b=18782
i=johann
i=panda

14 years agolost part of patch.
shadow [Thu, 15 Oct 2009 02:54:14 +0000 (02:54 +0000)]
lost part of patch.

Branch b1_8
b=19557

14 years agosimplify client export disconnect on server side.
shadow [Thu, 15 Oct 2009 01:57:58 +0000 (01:57 +0000)]
simplify client export disconnect on server side.

Branch b1_8
b=19557
i=tappro
i=shadow

14 years agob=20237
grev [Wed, 14 Oct 2009 22:03:34 +0000 (22:03 +0000)]
b=20237
i=Robert.Read
more tests gather logs changes

14 years agoAdd missing changelog entry.
brian [Wed, 14 Oct 2009 20:58:10 +0000 (20:58 +0000)]
Add missing changelog entry.

14 years agoBranch b1_8
johann [Wed, 14 Oct 2009 20:48:45 +0000 (20:48 +0000)]
Branch b1_8
b=18630

fix build issue when quotas are disabled.

14 years ago Branch b1_8
dzogin [Wed, 14 Oct 2009 17:36:56 +0000 (17:36 +0000)]
 Branch b1_8
 b=20302
----------------------------------------------------------------------
 Modified Files:
  Tag: b1_8
  lustre/ptlrpc/client.c
----------------------------------------------------------------------
Description : Change debug message in ptlrpc_expire_one_request() to D_INFO,
      if rq_fake is set.

14 years ago Branch b1_8
dzogin [Wed, 14 Oct 2009 16:03:14 +0000 (16:03 +0000)]
 Branch b1_8
 b=20302
 i=andrew.perepechko
 i=adilger
----------------------------------------------------------------------
 Modified Files:
  Tag: b1_8
  lustre/ChangeLog lustre/mds/handler.c lustre/ptlrpc/client.c
----------------------------------------------------------------------
Description: mds_getattr() should return 0, even if mds_fid2entry() fails with
-ENOENT. Also fix in ptlrpc_expire_one_request() to print signed
time difference.

14 years agoBranch b1_8
johann [Wed, 14 Oct 2009 11:44:05 +0000 (11:44 +0000)]
Branch b1_8

Changelog update:
1) update 1.8.1.1 section;
2) remove duplicated changelog entries.

14 years agoBranch b1_8
johann [Wed, 14 Oct 2009 11:39:09 +0000 (11:39 +0000)]
Branch b1_8

update to build version 1.8.1.52.

14 years agoBranch b1_8
johann [Wed, 14 Oct 2009 09:18:57 +0000 (09:18 +0000)]
Branch b1_8
b=20816

Revert patch from bug 13520 because of 20816.

14 years agob=20584
zhanghc [Wed, 14 Oct 2009 09:00:47 +0000 (09:00 +0000)]
b=20584

set "IT_CREAT" in the default intent(oit) in function
ll_file_open(llite/file.c) if "it_flags" contains O_CREAT

i=johann@sun.com
i=alexey.lyashkov@sun.com

14 years agoBranch b1_8
johann [Wed, 14 Oct 2009 08:39:29 +0000 (08:39 +0000)]
Branch b1_8
b=18630
i=johann

Don't LBUG on release quota error. Just a workaround until the problem
is understood (and it is now).

14 years agoBranch b1_8
johann [Wed, 14 Oct 2009 08:37:44 +0000 (08:37 +0000)]
Branch b1_8
b=21044
i=shadow
i=bobijam

Change LASSERT from bug 19934 to CWARN.

14 years agoBranch b1_8
bobijam [Wed, 14 Oct 2009 08:30:11 +0000 (08:30 +0000)]
Branch b1_8
b=20149
i=johann

add more debug info.

14 years agoBranch b1_8
johann [Wed, 14 Oct 2009 00:03:56 +0000 (00:03 +0000)]
Branch b1_8
b=19763

remove EXT3_FEATURE_RO_COMPAT_GDT_CSUM check because it causes
build failures. Will get this fixed asap.

14 years agoBranch b1_8
johann [Tue, 13 Oct 2009 23:15:05 +0000 (23:15 +0000)]
Branch b1_8
b=19763

fix compile issue on non ext4-based ldiskfs.

14 years agoBranch b1_8
johann [Tue, 13 Oct 2009 21:02:02 +0000 (21:02 +0000)]
Branch b1_8
b=19763
i=adilger
i=girish

speed up quotacheck. take into account itable_unused_count.

14 years agoBranch b1_8
vitaly [Mon, 12 Oct 2009 19:35:38 +0000 (19:35 +0000)]
Branch b1_8
b=18629
i=rread

reconnect the client back

14 years agoBranch b1_8
bobijam [Mon, 12 Oct 2009 13:37:12 +0000 (13:37 +0000)]
Branch b1_8
b=19720
i=joahnn
i=andrew.perepechko (panda)

Fix some compile warnings.

14 years agoBranch b1_8
adilger [Fri, 9 Oct 2009 19:19:57 +0000 (19:19 +0000)]
Branch b1_8
Update to build version 1.8.1.51.

14 years agob=18150
grev [Fri, 9 Oct 2009 16:03:57 +0000 (16:03 +0000)]
b=18150
i=Johann
tets_22: correct check of mount client without ost

14 years agob=19113
panda [Wed, 7 Oct 2009 17:47:24 +0000 (17:47 +0000)]
b=19113
o=Johann Lombardi
i=Nathan Rutman
i=Andrew Perepechko

fix for ptlrpc stopping race

14 years agoBranch b1_8
johann [Wed, 7 Oct 2009 12:31:13 +0000 (12:31 +0000)]
Branch b1_8
b=19345
i=shadow
i=wangdi

use shrink_dcache_sb() instead of shrink_dcache_parent().

14 years agob=20698
grev [Tue, 6 Oct 2009 11:27:56 +0000 (11:27 +0000)]
b=20698
i=Robert.Read
new base for new test_[a-z] tests

14 years agoBranch b1_8
johann [Tue, 6 Oct 2009 08:22:21 +0000 (08:22 +0000)]
Branch b1_8
b=20903
i=rread
i=dmitry

Make obd_zombie_barrier() no-op if called from the zombie thread context.

14 years agob=20575
panda [Mon, 5 Oct 2009 15:39:55 +0000 (15:39 +0000)]
b=20575
o=Tom Wang
i=Johann Lombardi
i=Andrew Perepechko

avoid overflow in ll_readahead

14 years ago Branch b1_8
dzogin [Fri, 2 Oct 2009 19:14:34 +0000 (19:14 +0000)]
 Branch b1_8
 b=20902
 i=grev
----------------------------------------------------------------------
 Modified Files:
  Tag: b1_8
  lustre/tests/conf-sanity.sh
----------------------------------------------------------------------
Details: Conf-sanity.sh tests cleanup

14 years agob=20953
anserper [Fri, 2 Oct 2009 16:21:45 +0000 (16:21 +0000)]
b=20953
i=Elena Gryaznova

additional debug for test 30

14 years agob=16890
anserper [Fri, 2 Oct 2009 16:18:44 +0000 (16:18 +0000)]
b=16890
i=Johann Lombardi
i=ZhiYong Tian
i=Elena Gryaznova

get rid of noisy config messages

14 years agoRemove set_info(KEY_UNLINKED) from MDS/OSC
shadow [Fri, 2 Oct 2009 11:12:28 +0000 (11:12 +0000)]
Remove set_info(KEY_UNLINKED) from MDS/OSC

Branch b1_8
b=19662
i=adilger
i=shadow

14 years agoBranch b1_8
johann [Thu, 1 Oct 2009 12:15:01 +0000 (12:15 +0000)]
Branch b1_8
b=20205
i=panda
i=oleg
i=vitaly

don't call ost_rw_prolong_locks() for lockless i/o.

14 years agodon't try dump lock handles from llog cancel requests.
shadow [Thu, 1 Oct 2009 04:32:21 +0000 (04:32 +0000)]
don't try dump lock handles from llog cancel requests.

Branch b1_8
b=20349
i=zam

14 years ago Branch b1_8
dzogin [Thu, 1 Oct 2009 01:11:04 +0000 (01:11 +0000)]
 Branch b1_8
 b=19917
----------------------------------------------------------------------
  Tag: b1_8
  lustre/ChangeLog lustre/obdfilter/filter_io.c
----------------------------------------------------------------------
Description: Drop unnecessary __GFP_NOMEMALLOC flag from filter_get_page()

14 years agoBranch b1_8
yangsheng [Wed, 30 Sep 2009 15:46:44 +0000 (15:46 +0000)]
Branch b1_8
b=19990

i=adilger, johann

Add the patch come from upstream to handle the bitmap counter overflow.

14 years agoBranch b1_8
yangsheng [Wed, 30 Sep 2009 15:37:40 +0000 (15:37 +0000)]
Branch b1_8
b=17153

i=adilger, johann

Fixed the build failed for rhel4/sles9 with -Werror.

14 years agoBranch b1_8
tappro [Wed, 30 Sep 2009 14:34:29 +0000 (14:34 +0000)]
Branch b1_8
b=18946
i=shadow
i=johann

don't cancel locks during replay

14 years agob=18571
girish [Wed, 30 Sep 2009 08:14:07 +0000 (08:14 +0000)]
b=18571
i=adilger
i=girish
o=vitaly

remove wrong get_bh() from journal checksum patch

14 years agob=16774
zhanghc [Tue, 29 Sep 2009 07:52:16 +0000 (07:52 +0000)]
b=16774

fix a bug in original patch for the bug

i=oleg.drokin@sun.com

14 years agob=20468
anserper [Mon, 28 Sep 2009 15:01:31 +0000 (15:01 +0000)]
b=20468
i=Johann Lombardi
i=ZhiYong Tian

make reading/setting versions atomic

14 years agob=17873
grev [Fri, 25 Sep 2009 20:00:09 +0000 (20:00 +0000)]
b=17873
i=Brian
use skip_env instead of skip

14 years agob=19242
grev [Fri, 25 Sep 2009 19:47:47 +0000 (19:47 +0000)]
b=19242
i=Robert.Read
add MOUNT2 check to check_and_setup_lustre fn

14 years agob=19418
grev [Fri, 25 Sep 2009 19:39:05 +0000 (19:39 +0000)]
b=19418
i=Brian
use variable instead of store data in temporary file;
create the files with different md5;
minor cleanup

14 years ago Branch b1_8
dzogin [Fri, 25 Sep 2009 18:16:15 +0000 (18:16 +0000)]
 Branch b1_8
 b=20482
 i=adilger
----------------------------------------------------------------------
 Modified Files:
  Tag: b1_8
  lustre/ChangeLog lustre/tests/conf-sanity.sh
----------------------------------------------------------------------
Description: Conf-sanity.sh 50g test - deactivated OST should not cause a panic.

14 years ago Branch b1_8
dzogin [Fri, 25 Sep 2009 17:45:17 +0000 (17:45 +0000)]
 Branch b1_8
 b=18674
 i=alexey.lyashkov
 i=nathan.ruthman
----------------------------------------------------------------------
 Modified Files:
  Tag: b1_8
  lustre/ChangeLog lustre/tests/conf-sanity.sh
----------------------------------------------------------------------
Description: Conf-sanity.sh test to check client reconnection to a busy server.

14 years agoDe-tabbify -- since I last touched it and didn't include tabs in my own
brian [Fri, 25 Sep 2009 15:49:57 +0000 (15:49 +0000)]
De-tabbify -- since I last touched it and didn't include tabs in my own
patch -- per our coding standards.

14 years agob=20877
brian [Fri, 25 Sep 2009 15:42:08 +0000 (15:42 +0000)]
b=20877
i=tianzy
i=grev

A better test that does not make assumptions about performance (i.e. that
a given I/O operation will complete in a given amount of time).

Per Tian's suggestion, probably this could be functionalized to deal with
other situations of the same nature.

14 years agob=16774
zhanghc [Fri, 25 Sep 2009 10:11:26 +0000 (10:11 +0000)]
b=16774

add an entry for bug16774 in ChangeLog

14 years agob=20698
grev [Wed, 23 Sep 2009 19:55:21 +0000 (19:55 +0000)]
b=20698
i=Robert.Read
add pios to sanity-benchmark.sh

14 years agob=17591
grev [Wed, 23 Sep 2009 19:49:37 +0000 (19:49 +0000)]
b=17591
o=Robert.Read
i=grev

Add sanity-benchmark.sh
This is the first part of acc-sm cleanup patches on bug 17591.

14 years agob=20748
grev [Wed, 23 Sep 2009 19:25:40 +0000 (19:25 +0000)]
b=20748
i=Alexey.Lyashkov
skip test_55 for client only testing;
new client_only fn

14 years agoBranch b1_8
tappro [Wed, 23 Sep 2009 09:44:58 +0000 (09:44 +0000)]
Branch b1_8
b=15981
i=adilger
i=johann

fix compile warnings

14 years agoBranch b1_8
yangsheng [Wed, 23 Sep 2009 04:10:14 +0000 (04:10 +0000)]
Branch b1_8
b=17153

i=johann, bobijam

Replace the BKL with sb rename_lock.

14 years agoBranch b1_8
johann [Tue, 22 Sep 2009 22:47:55 +0000 (22:47 +0000)]
Branch b1_8
b=15981

Enable Werror by default for i686 and x86_64.

14 years agoBranch b1_8
johann [Tue, 22 Sep 2009 22:43:40 +0000 (22:43 +0000)]
Branch b1_8
b=18505
i=adilger
i=andrew

Limit number of locks based on low mem on 32-bit systems.

14 years agoBranch b1_8
johann [Tue, 22 Sep 2009 22:24:17 +0000 (22:24 +0000)]
Branch b1_8
b=19763
i=girish
i=dmitry

reduce quotacheck time on empty filesystem by skipping uninit group.

14 years agob=20777
anserper [Tue, 22 Sep 2009 18:04:46 +0000 (18:04 +0000)]
b=20777
i=Johann Lombardi
i=Alexey Lyashkov

cut request per stripe so that individual pages cannot cross page boundaries

14 years ago- fixed a typo in man lfs(1).
isaac [Tue, 22 Sep 2009 17:45:35 +0000 (17:45 +0000)]
- fixed a typo in man lfs(1).

14 years ago Branch b1_8
dzogin [Mon, 21 Sep 2009 15:54:05 +0000 (15:54 +0000)]
 Branch b1_8
 b=18674
 i=johann
 i=andrew.perepechko
----------------------------------------------------------------------
 Modified Files:
  Tag: b1_8
  lustre/ChangeLog lustre/include/lustre_import.h
  lustre/ptlrpc/import.c
----------------------------------------------------------------------
Details    : The client also now retries to reconnect to the same server if a
     connect request failed with EBUSY or -EAGAIN. The patch has not
     been landed in the previous commits.

14 years agob=20354
zhanghc [Mon, 21 Sep 2009 06:17:55 +0000 (06:17 +0000)]
b=20354

the client_uuid(lcd_uuid) stored in last_rcvd on server (MDT or OST)
could be corrupted, so it is needed to check during loading from disk

i=johann@sun.com
i=adilger@sun.com
i=tappro@sun.com

14 years agoBranch b1_8
bobijam [Mon, 21 Sep 2009 01:48:36 +0000 (01:48 +0000)]
Branch b1_8
b=19317
o=Nic Henke (nic@cray.com)
i=joahnn
i=zhenyu.xu (bobijam)

Allow multiple OBD echo targets.

14 years agoadd ability to resend request if it isn't fit in reply buffer.
shadow [Sat, 19 Sep 2009 11:13:21 +0000 (11:13 +0000)]
add ability to resend request if it isn't fit in reply buffer.
init llog too early.

Branch b1_8
b=19526
i=nathan
i=e.mei
i=tappro

14 years agoBranch b1_8
yangsheng [Fri, 18 Sep 2009 17:07:37 +0000 (17:07 +0000)]
Branch b1_8
b=20539

i=johann, bobijam

Add support for OEL5.

14 years agoBranch b1_8
yangsheng [Fri, 18 Sep 2009 16:53:20 +0000 (16:53 +0000)]
Branch b1_8
b=19848

i=johann, bobijam

Update kernel to SLES11 2.6.27.29-0.1.1.

14 years agofile 2.6-oel5.target.in was added on branch b1_8 on 2009-09-18 17:07:37 +0000
yangsheng [Fri, 18 Sep 2009 12:27:57 +0000 (12:27 +0000)]
file 2.6-oel5.target.in was added on branch b1_8 on 2009-09-18 17:07:37 +0000

14 years agofile kernel-2.6.18-2.6-oel5-x86_64.config was added on branch b1_8 on 2009-09-18...
yangsheng [Fri, 18 Sep 2009 12:27:55 +0000 (12:27 +0000)]
file kernel-2.6.18-2.6-oel5-x86_64.config was added on branch b1_8 on 2009-09-18 17:07:37 +0000

14 years agofile kernel-2.6.18-2.6-oel5-x86_64-smp.config was added on branch b1_8 on 2009-09...
yangsheng [Fri, 18 Sep 2009 12:27:54 +0000 (12:27 +0000)]
file kernel-2.6.18-2.6-oel5-x86_64-smp.config was added on branch b1_8 on 2009-09-18 17:07:37 +0000

14 years agofile kernel-2.6.18-2.6-oel5-ia64.config was added on branch b1_8 on 2009-09-18 17...
yangsheng [Fri, 18 Sep 2009 12:27:53 +0000 (12:27 +0000)]
file kernel-2.6.18-2.6-oel5-ia64.config was added on branch b1_8 on 2009-09-18 17:07:37 +0000