Whamcloud - gitweb
Brian Reitz [Sat, 12 Dec 2009 14:09:02 +0000 (08:09 -0600)]
Add ldiskfs/build symlink
stinson1947 [Fri, 12 Jun 2009 15:16:51 +0000 (15:16 +0000)]
Update version for 1.8.1 build 6.
zam [Fri, 12 Jun 2009 05:29:47 +0000 (05:29 +0000)]
Branch b_release_1_8_1
b=19321
i=johann
i=alex.zhuravlev
jbd and jbd2 fixes: remove jiffie rounding from jbd commit timer setup code.
The rounding can cause the timer to be fired before the corresponding
transaction gets expired. That transaction can stay not committed forever if
no new transaction is created or expicit sync/umount happens.
grev [Thu, 11 Jun 2009 14:30:08 +0000 (14:30 +0000)]
b=19793
o=Nathan
i=Johann
minor script issue in test_17
johann [Thu, 11 Jun 2009 14:02:46 +0000 (14:02 +0000)]
Branch b_release_1_8_1
b=19820
i=bobijam
stop ost2 at the end of test 50f.
brian [Thu, 11 Jun 2009 12:41:11 +0000 (12:41 +0000)]
b=19762
i=jack
i=yangsheng
Because build_kernel_with_srpm()'s caller expects it to echo a return value,
we need to make sure nothing else is on build_kernel_with_srpm()'s stdout.
shadow [Wed, 10 Jun 2009 18:31:24 +0000 (18:31 +0000)]
don't deref null pointer.
Branch b_release_1_8_1
b=19756
i=zam
i=green
johann [Tue, 9 Jun 2009 14:55:28 +0000 (14:55 +0000)]
Branch b_release_1_8_1
bump version.
johann [Tue, 9 Jun 2009 10:54:51 +0000 (10:54 +0000)]
Branch b_release_1_8_1
b=19797
i=grev
discard return value of wait $PID
johann [Tue, 9 Jun 2009 09:46:35 +0000 (09:46 +0000)]
Branch b_release_1_8_1
b=19686
i=adilger
i=girish
Add ext4-alloc-policy-2.6-sles11.patch to the SLES11 series.
Fixed wantedi patch to use ext4_claim_inode().
zhanghc [Mon, 8 Jun 2009 13:42:36 +0000 (13:42 +0000)]
b=18787
disable per-CPU stats data structures for clients stats
to shrink the memory usage
i=oleg.drokin@sun.com
i=hongchao.zhang@sun.com
tianzy [Mon, 8 Jun 2009 08:01:44 +0000 (08:01 +0000)]
Branch b_release_1_8_1
fix MDS lockup during inode quota test
b=19672
i=johann
i=yong.fan
johann [Fri, 5 Jun 2009 09:18:30 +0000 (09:18 +0000)]
Branch b_release_1_8_1
b=19785
disable shrink grant feature on the server side too, so that 1.8.2+
clients cannot produce bug 19785 on 1.8.1 osts.
tianzy [Fri, 5 Jun 2009 08:06:03 +0000 (08:06 +0000)]
Branch b_release_1_8_1
I found a few issues after landing the patch for 18574.(some are caused by it, some are easier to
be reproduced by it)
1. in setquota, quota slaves will set their quota limitation to 1 and then get more quota. But in
this time, it's lqs size is the default value. If we have set a small quota limitation, we will
meet -EDQUOT. So we should adjust qunit firstly in this situation.
2. filter_quota_ctl(), we should promise there is no qunit is calculated or sent between
qctxt_wait_pending_dqacq() and fsfilt_quotactl(). Now I did this via a "fake" qunit.
b=18574
i=johann
i=fanyong
stinson1947 [Fri, 5 Jun 2009 04:01:30 +0000 (04:01 +0000)]
Updated version for 1.8.1 build 04.
johann [Thu, 4 Jun 2009 21:57:44 +0000 (21:57 +0000)]
Branch b_release_1_8_1
b=19528
i=johann (patch from tappro)
i=rread
don't add mfd or difficult replies on disconnected export
johann [Thu, 4 Jun 2009 21:38:30 +0000 (21:38 +0000)]
Branch b_release_1_8_1
Fix following warning:
mount_lustre.c: In function 'set_tunables':
mount_lustre.c:338: error: 'savept' may be used uninitialized in this function
johann [Thu, 4 Jun 2009 21:35:11 +0000 (21:35 +0000)]
Branch b_release_1_8_1
b=19725
i=adilger
i=girish
use ext4_read_inode_bitmap() in fsfilt code.
grev [Thu, 4 Jun 2009 17:31:03 +0000 (17:31 +0000)]
b=19734
i=Robert.Read
cleanup binaries default location
grev [Thu, 4 Jun 2009 15:54:02 +0000 (15:54 +0000)]
b=19702
i=Johann
i=Vladimir.Saveliev
use NULL instead of newline as filename terminator
girish [Thu, 4 Jun 2009 11:56:43 +0000 (11:56 +0000)]
b=19686
i=adilger
i=johann
declare HAVE_DISK_INODE_VERSION for sles11 and use bh properly
girish [Thu, 4 Jun 2009 11:53:34 +0000 (11:53 +0000)]
b=19686
i=adilger
i=johann
use i_fs_version or i_version depending on kernel version
girish [Thu, 4 Jun 2009 11:52:08 +0000 (11:52 +0000)]
b=19681
i=adilger
i=johann
pass dentry and vfsmnt to fsfilt_iocontrol
johann [Thu, 4 Jun 2009 07:36:41 +0000 (07:36 +0000)]
Branch b_release_1_8_1
b=19725
i=adilger
i=girish
unlike ext3_iget(), ext4_iget() returns an error instead of a NULL pointer
tianzy [Thu, 4 Jun 2009 07:26:56 +0000 (07:26 +0000)]
Branch b_release_1_8_1
fix a fake mem leak
b=18574
i=johann
shadow [Thu, 4 Jun 2009 04:03:55 +0000 (04:03 +0000)]
clear mod_close_req if we fail to send request
Branch b_release_1_8_1
b=19756
i=tappro
i=green
bobijam [Thu, 4 Jun 2009 01:17:00 +0000 (01:17 +0000)]
Branch b_release_1_8_1
b=19484
i=johann
i=nathan.rutman
Make mount.lustre also recognize '-o force' option.
stinson1947 [Wed, 3 Jun 2009 17:24:50 +0000 (17:24 +0000)]
Updated version string for a special ORNL tag.
brian [Wed, 3 Jun 2009 17:14:53 +0000 (17:14 +0000)]
b=19730
i=panda
i=johann
Don't check for 64-bit quotas for patchless client builds.
grev [Wed, 3 Jun 2009 16:18:39 +0000 (16:18 +0000)]
b=18511
o=Robert.Read
i=Brian
process tar rc correctly
tappro [Wed, 3 Jun 2009 07:31:10 +0000 (07:31 +0000)]
Branch b_release_1_8_1
b=19578
i=grev
Correct mode to check
tianzy [Wed, 3 Jun 2009 06:31:30 +0000 (06:31 +0000)]
Branch b_release_1_8_1
fix a minor problem of vfree()
b=19598
i=johann
i=zhenyu.xu
brian [Tue, 2 Jun 2009 20:56:26 +0000 (20:56 +0000)]
b=19693
i=jack
i=rread
Close up a race between builds and build cleanups.
brian [Tue, 2 Jun 2009 20:50:08 +0000 (20:50 +0000)]
b=19671
i=jack
i=wangyb
Give lbuild's old-school-build RPM storage code the ability to understand
the format of RPMs built from OFED pre-releases.
brian [Tue, 2 Jun 2009 12:57:51 +0000 (12:57 +0000)]
b=19731
i=johann
Mellanox ConnectX drivers in 10GbE mode enabled in our OFED 1.4.1 build.
tianzy [Tue, 2 Jun 2009 12:45:08 +0000 (12:45 +0000)]
Branch b_release_1_8_1
fix the problem of mds_open_by_fid() being panic in interoperability case
b=19607
i=johann
j=alexander.zarochentsev
zam [Tue, 2 Jun 2009 07:49:33 +0000 (07:49 +0000)]
Branch b_release_1_8_1
b=19580
i=johann
i=tappro
convert lco_lock to a semaphore.
zam [Tue, 2 Jun 2009 07:47:34 +0000 (07:47 +0000)]
Branch b_release_1_8_1
b=19580
i=johann
i=alexander.zarochentsev
define o_{get,put}ref for lov obd method.
tianzy [Tue, 2 Jun 2009 06:02:46 +0000 (06:02 +0000)]
Branch b_release_1_8_1
fix soft lockup in tracefiled()
b=19263
i=robert.read
i=johann
girish [Mon, 1 Jun 2009 15:25:32 +0000 (15:25 +0000)]
b=16893
i=adilger
Allow ext4 to be built with RHEL5 kernel
girish [Mon, 1 Jun 2009 14:55:19 +0000 (14:55 +0000)]
b=19656
i=adilger
i=johann
endianness fixes for fsfilt_ext3.c
green [Fri, 29 May 2009 17:34:55 +0000 (17:34 +0000)]
b=15010
r=adilger,rread
On open resend reuse the open handle from mfd if available
girish [Fri, 29 May 2009 14:05:12 +0000 (14:05 +0000)]
backout this patch because we do not want ext4 to be built by default on rhel5
girish [Fri, 29 May 2009 12:34:56 +0000 (12:34 +0000)]
b=16893
i=johann
allow ext4 to be used with rhel4 if enable-ext4 option is used
girish [Fri, 29 May 2009 12:32:10 +0000 (12:32 +0000)]
b=16893
i=adilger
i=johann
jbd2 kernel patch needed for ext4 port to rhel5
girish [Fri, 29 May 2009 12:23:49 +0000 (12:23 +0000)]
b=16893
i=adilger
i=johann
ext4 ldiskfs patches for rhel5
green [Fri, 29 May 2009 02:40:45 +0000 (02:40 +0000)]
b=18788
r=green,adilger,rread
Avoid sync i/o on client disconnect from OSTs, since there are no dependent
operations possible.
stinson1947 [Fri, 29 May 2009 00:31:22 +0000 (00:31 +0000)]
Updated version for the next weekly build.
nathan [Thu, 28 May 2009 23:00:19 +0000 (23:00 +0000)]
b=19507
i=johann
disable grant_shrink (bz 12069)
johann [Thu, 28 May 2009 22:10:50 +0000 (22:10 +0000)]
Branch b_release_1_8_1
b=19695
i=adilger
add _GNU_SOURCE to wirecheck to fix warning.
johann [Thu, 28 May 2009 14:28:56 +0000 (14:28 +0000)]
Branch b_release_1_8_1
use OFED 1.4.1 GA for SLES11 too.
shadow [Thu, 28 May 2009 14:23:42 +0000 (14:23 +0000)]
resolve race between obd_disconnect and class_disconnect_exports
Branch b_release_1_8_1
b=19528
i=tappro
i=rread
grev [Thu, 28 May 2009 14:13:32 +0000 (14:13 +0000)]
b=19194
o=Adilger,grev
i=grev
limit unlink tests patch
brian [Thu, 28 May 2009 13:50:00 +0000 (13:50 +0000)]
Wooo! OFED 1.4.1 is GA.
johann [Thu, 28 May 2009 12:49:01 +0000 (12:49 +0000)]
Branch b_release_1_8_1
b=18092
Fix following warning:
test_lock_cancel.c: In function 'main':
test_lock_cancel.c:109: warning: 'fd' may be used uninitialized in this function
make[5]: *** [test_lock_cancel.o] Error 1
johann [Thu, 28 May 2009 12:25:30 +0000 (12:25 +0000)]
Branch b_release_1_8_1
b=19691
explicitely include stddef.h in configure checks, otherwise
some gcc version complained about NULL not defined.
johann [Thu, 28 May 2009 11:43:44 +0000 (11:43 +0000)]
Branch b_release_1_8_1
b=18092
Fix following warning:
/cache/build/BUILD/lustre-1.8.0.123/lustre/llite/rw26.c: In function
'll_direct_IO_26':
/cache/build/BUILD/lustre-1.8.0.123/lustre/llite/rw26.c:274: warning:
'max_pages' may be used uninitialized in this function
johann [Thu, 28 May 2009 11:39:05 +0000 (11:39 +0000)]
Branch b_release_1_8_1
b=18092
fix following warning:
cc1: warnings being treated as errors
/cache/build/BUILD/lustre-1.8.0.123/lnet/libcfs/linux/linux-debug.c:215:
warning: 'print_trace_warning_symbol' defined but not used
/cache/build/BUILD/lustre-1.8.0.123/lnet/libcfs/linux/linux-debug.c:222:
warning: 'print_trace_warning' defined but not used
/cache/build/BUILD/lustre-1.8.0.123/lnet/libcfs/linux/linux-debug.c:227:
warning: 'print_trace_stack' defined but not used
/cache/build/BUILD/lustre-1.8.0.123/lnet/libcfs/linux/linux-debug.c:242:
warning: 'print_trace_address' defined but not used
johann [Thu, 28 May 2009 11:23:13 +0000 (11:23 +0000)]
Branch b_release_1_8_1
b=18092
i=adilger
i=johann (patch from Girish)
Fix warnings.
johann [Thu, 28 May 2009 11:12:54 +0000 (11:12 +0000)]
Branch b_release_1_8_1
b=19554
i=johann (patch from Yangsheng)
i=liang
Fix warning "implicit declaration of function `sg_set_page'".
johann [Thu, 28 May 2009 09:59:19 +0000 (09:59 +0000)]
Branch b_release_1_8_1
Increment version for new build for Cray.
johann [Thu, 28 May 2009 09:39:50 +0000 (09:39 +0000)]
Branch b_release_1_8_1
b=15981
Enable Werror by default for i686 and x86_64.
girish [Thu, 28 May 2009 07:09:40 +0000 (07:09 +0000)]
b=19674
i=johann
i=adilger
fix warning in super.c
girish [Thu, 28 May 2009 07:04:44 +0000 (07:04 +0000)]
b=19625
i=adilger
i=johann
fix journal callback patch hunk
girish [Thu, 28 May 2009 07:02:34 +0000 (07:02 +0000)]
b=19625
i=adilger
i=johann
fix mballoc prealloc table
nathan [Wed, 27 May 2009 23:19:30 +0000 (23:19 +0000)]
b=19293
fix sanity-quota script and add changelog entry
johann [Wed, 27 May 2009 23:05:02 +0000 (23:05 +0000)]
Branch b_release_1_8_1
b=19674
quiet compiler warning due to rcu.
johann [Wed, 27 May 2009 22:51:56 +0000 (22:51 +0000)]
Branch b_release_1_8_1
cut new build for testing on hyperion.
Quiet compiler warning.
johann [Wed, 27 May 2009 21:18:31 +0000 (21:18 +0000)]
Branch b_release_1_8_1
b=19674
i=isaac
fix warning in o2iblnd.
johann [Wed, 27 May 2009 20:26:00 +0000 (20:26 +0000)]
Branch b_release_1_8_1
b=18668
i=yangsheng
i=johann (patch from brian)
fix sles11 specific build issue.
johann [Wed, 27 May 2009 15:59:15 +0000 (15:59 +0000)]
Branch b_release_1_8_1
b=19674
fix build issue on SLES11 hit by Cray due to -Werror.
johann [Wed, 27 May 2009 14:52:33 +0000 (14:52 +0000)]
Branch b_release_1_8_1
b=18518
i=adilger
i=bobijam
OST object precreation becomes very slow on big OSTs. This is due
to the ialloc patch spending too much time scanning groups.
zam [Wed, 27 May 2009 11:18:56 +0000 (11:18 +0000)]
Branch b_release_1_8_1
b=19039
i=vitaly.fertman
i=oleg.drokin
ldlm_lock_enqueue: don't enqueue a destroyed lock.
yangsheng [Wed, 27 May 2009 08:00:20 +0000 (08:00 +0000)]
Branch b_release_1_8_1
b=18668
Recommit the quota64 part.
brian [Tue, 26 May 2009 21:00:23 +0000 (21:00 +0000)]
Per Johann, update OFED support to 1.4.1-rc6.
brian [Tue, 26 May 2009 14:36:52 +0000 (14:36 +0000)]
Per Johann, update OFED support to 1.4.1-rc6 and enable OFED 1.4.1 build
for SLES 11.
anserper [Mon, 25 May 2009 22:43:34 +0000 (22:43 +0000)]
b=19612
i=ZhiYong Tian
man page correction
johann [Mon, 25 May 2009 20:44:37 +0000 (20:44 +0000)]
Branch b_release_1_8_1
update version for new build that will be provided to some partners.
johann [Mon, 25 May 2009 16:47:21 +0000 (16:47 +0000)]
Branch b_release_1_8_1
update recommended e2fsprogs version to the latest (required for SLES11).
yangsheng [Mon, 25 May 2009 12:32:26 +0000 (12:32 +0000)]
Branch b_release_1_8_1
b=18668
Add the lost file for previous patch.
yangsheng [Mon, 25 May 2009 12:20:51 +0000 (12:20 +0000)]
Branch b_release_1_8_1
b=18668
i=johann, girish
Patch for ext4 build.
yangsheng [Mon, 25 May 2009 12:17:04 +0000 (12:17 +0000)]
Branch b_release_1_8_1
b=18668
i=johann, sheng.yang
SLES11 build file.
Author: Brian
girish [Mon, 25 May 2009 08:05:42 +0000 (08:05 +0000)]
b=16893
i=johann
i=adilger
This hunk was skipped in the patch landed by Johann.
HAVE_EXT4_LDISKFS needs to be defined in lustre/config.h as well, not just in ldiskfs
zam [Sun, 24 May 2009 19:33:02 +0000 (19:33 +0000)]
b=19207
i=alexey.lyashkov
i=andrew.perepechko
check for unmapped buffer in lustre direct i/o patch
stinson1947 [Sat, 23 May 2009 03:57:32 +0000 (03:57 +0000)]
Updated version for the weekly build.
grev [Fri, 22 May 2009 21:38:56 +0000 (21:38 +0000)]
b=19414
i=Brian
cmd3-33 port to acc-sm: read-ahead test
johann [Fri, 22 May 2009 21:29:32 +0000 (21:29 +0000)]
Branch b_release_1_8_1
b=19612
fix broken commit.
johann [Fri, 22 May 2009 21:18:39 +0000 (21:18 +0000)]
Branch b_release_1_8_1
b=18668
fix as per Andreas' comment.
johann [Fri, 22 May 2009 21:04:59 +0000 (21:04 +0000)]
Branch b_release_1_8_1
b=18668
i=brian
i=johann
Add basic support for SLES11 build & packaging.
johann [Fri, 22 May 2009 20:49:04 +0000 (20:49 +0000)]
Branch b_release_1_8_1
b=19625
i=johann (patch from girish)
i=adilger
Fix issue with bio completion with recent kernels (2.6.24+)
User chattr + instead of chattr = because the latter does not
work on SLES11/ext4 (e.g. if the file is extent-mapped).
johann [Fri, 22 May 2009 20:40:41 +0000 (20:40 +0000)]
Branch b_release_1_8_1
b=16893
i=johann (patch from girish)
i=adilger
lustre changes (mainly fsfilt) to support ext4 (in SLES11 & RHEL5).
anserper [Fri, 22 May 2009 18:52:00 +0000 (18:52 +0000)]
b=19612
i=Johann Lombardi
i=ZhiYong Tian
additional parameter checking for lfs quota and lustre ioctls
girish [Fri, 22 May 2009 17:11:37 +0000 (17:11 +0000)]
b=19625
i=johann
ext4 patches for SLES11 ldiskfs support
girish [Fri, 22 May 2009 16:46:24 +0000 (16:46 +0000)]
b=19625
i=johann
i=adilger
JBD2 kernel patch needed for ext4 support for SLES11
yangsheng [Fri, 22 May 2009 16:33:47 +0000 (16:33 +0000)]
Branch b_release_1_8_1
b=18668
i=brian, johann.
lbuild changes for SLES11(provide the Module.symvers).
yangsheng [Fri, 22 May 2009 15:47:59 +0000 (15:47 +0000)]
Branch b_release_1_8_1
b=18668
Get rid of the fuzz.
brian [Fri, 22 May 2009 11:29:13 +0000 (11:29 +0000)]
b=19457
i=sheng.yang
i=yibin.wang
Disable a kernel option that is enabling the in-kernel ISCSI stack.
We provide ISCSI with the OFED kernel-ib RPM.
yangsheng [Fri, 22 May 2009 10:51:58 +0000 (10:51 +0000)]
Branch b_release_1_8_1
b=18503
i=adilger, girish
Changes for ldiskfs based on ext4.
tianzy [Fri, 22 May 2009 08:36:25 +0000 (08:36 +0000)]
Branch b_release_1_8_1
fix "rhel5 i686 patchless build failure"
b=19590
i=johann
i=brian
yangsheng [Fri, 22 May 2009 05:16:37 +0000 (05:16 +0000)]
Branch b_release_1_8_1
b=18668
i=shadow, johann
SLES11 kernel patches.