Whamcloud - gitweb
Brian Reitz [Sat, 12 Dec 2009 14:07:57 +0000 (08:07 -0600)]
Add ldiskfs/build symlink
cvs2svn [Wed, 27 May 2009 17:03:15 +0000 (17:03 +0000)]
This commit was manufactured by cvs2svn to create tag 'v1_6_7_2'.
anserper [Wed, 27 May 2009 17:03:14 +0000 (17:03 +0000)]
b=19612
i=ZhiYong Tian
man page correction
zam [Wed, 27 May 2009 09:58:54 +0000 (09:58 +0000)]
Branch b_release_1_6_7
b=19039
i=vitaly.fertman
i=oleg.drokin
ldlm_lock_enqueue: don't enqueue a destroyed lock.
stinson1947 [Fri, 22 May 2009 17:29:38 +0000 (17:29 +0000)]
Change release date for 1.6.7.2.
anserper [Fri, 22 May 2009 16:08:36 +0000 (16:08 +0000)]
b=19612
i=Johann Lombardi
i=ZhiYong Tian
additional parameter checking for lfs quota and lustre ioctls
yangsheng [Thu, 21 May 2009 07:05:52 +0000 (07:05 +0000)]
Branch b_release_1_6_7
b=19601
Update to latest RHEL5.2 kernel 2.6.18-92.1.26.
anserper [Thu, 21 May 2009 01:30:34 +0000 (01:30 +0000)]
b=19481
partial rollback of the patch '[lustre-cvs] b_release_1_6_7: lustre-core/tests sanity-quota.sh', since get_facets is not supported by 1.6.7
anserper [Thu, 21 May 2009 00:05:01 +0000 (00:05 +0000)]
b=19481
i=Johann Lombardi
i=Gryaznova Elena
fix for the quota_save_version function to allow it to be called before quota files are created
grev [Wed, 20 May 2009 17:15:54 +0000 (17:15 +0000)]
b=19523
o=Robert.Read
i=grev
test_100: fix both calls to error
grev [Tue, 19 May 2009 13:22:47 +0000 (13:22 +0000)]
b=19523
i=Vladimir.Saveliev
test_100: exit 1 from subshell
tianzy [Tue, 19 May 2009 12:35:31 +0000 (12:35 +0000)]
*** empty log message ***
yangsheng [Tue, 19 May 2009 11:47:50 +0000 (11:47 +0000)]
Branch b_release_1_6_7
b=19554
i=johann, zhen.liang
Fixed o2ib module unknow symbol.
yangsheng [Tue, 19 May 2009 11:45:53 +0000 (11:45 +0000)]
Branch b_release_1_6_7
b=16504
ChangeLog.
tianzy [Tue, 19 May 2009 11:25:56 +0000 (11:25 +0000)]
add an entry on Changelog for bug19495
johann [Tue, 19 May 2009 11:04:49 +0000 (11:04 +0000)]
Branch b_release_1_6_7
b=19453
i=adilger
i=girish
fix wrong initialization of xattr entry in the ea in inode patch.
Only RHEL4 & SLES9 are concerned.
tianzy [Tue, 19 May 2009 10:23:23 +0000 (10:23 +0000)]
Branch b_release_1_6_7
This patch fixes:
1. I checked quota_check_common(). This function will check quota
for user and group, but only send one return via "pending". In
most cases, the pendings should be same. But that is not always
the case.
2. if quotaoff runs between lquota_chkquota() and
lquota_pending_commit(), the same thing will happen too. That is
why it comes:
- if (!ll_sb_any_quota_active(qctxt->lqc_sb))
- RETURN(0);
3. change some format of quota log, based upon
https://bugzilla.lustre.org/show_bug.cgi?id=18574#c65
b=19495
i=johann
i=panda
stinson1947 [Thu, 14 May 2009 23:31:49 +0000 (23:31 +0000)]
changed 1.6.7.2 release date
yangsheng [Thu, 14 May 2009 17:28:23 +0000 (17:28 +0000)]
Branch b_release_1_6_7
b=18289
Revert previous change.
yangsheng [Thu, 14 May 2009 03:20:48 +0000 (03:20 +0000)]
Branch b_release_1_6_7
b=16504
Fork the ext3 patch for sles10.
stinson1947 [Tue, 12 May 2009 19:05:59 +0000 (19:05 +0000)]
Updated for the 1.6.7.2 RC1 build.
stinson1947 [Tue, 12 May 2009 19:04:50 +0000 (19:04 +0000)]
Updated ChangeLogs for the anticipated release date of 1.6.7.2.
yangsheng [Tue, 12 May 2009 06:29:40 +0000 (06:29 +0000)]
Branch b_release_1_6_7
b=16504
i=shadow, green, brian, cliff
Update to RHEL4.7 kernel 2.6.9-78.0.22.
fanyong [Tue, 12 May 2009 06:19:57 +0000 (06:19 +0000)]
Branch b_release_1_6_7
b=17336
i=robert.read
i=jinshan.xiong
Do not trigger readpage when objective page index exceeds the end-of-file page index.
fanyong [Tue, 12 May 2009 06:11:59 +0000 (06:11 +0000)]
Branch b_release_1_6_7
b=17336
i=robert.read
i=jinshan.xiong
Do not trigger readpage when objective page index exceeds the end-of-file page index.
isaac [Mon, 11 May 2009 23:04:18 +0000 (23:04 +0000)]
i=wangdi,b=19448:
- fixed a file handle leak in liblustre_init_random.
brian [Fri, 8 May 2009 18:53:57 +0000 (18:53 +0000)]
b=18289
i=sheng.yang
i=yibin.wang
Allow the o2iblnd build to defer to using the kernel vendor's provided
OFED stack.
Change RHEL4 and RHEL5 to use the OFED stacks provided by their kernel.
grev [Fri, 8 May 2009 08:18:21 +0000 (08:18 +0000)]
b=18921
i=Robert.Read
rename type2 tests to parallel-scale
zhanghc [Tue, 5 May 2009 14:12:44 +0000 (14:12 +0000)]
b=16818
fix a bug in the previous patch for the bug
i=nathan.rutman
i=robert.read
liuy [Thu, 30 Apr 2009 02:05:34 +0000 (02:05 +0000)]
Branch b_release_1_6_7
b=18775
i=rread
i=nathan
Improve lctl set/get_param:
-handle the bad options
-support more than one arguments
-add '-F' option to show the indicator to the parameters, if '-N' specified
yangsheng [Wed, 29 Apr 2009 09:45:20 +0000 (09:45 +0000)]
Branch b_release_1_6_7
b=19024
Revert the changes.
yangsheng [Wed, 29 Apr 2009 09:42:23 +0000 (09:42 +0000)]
Branch b_release_1_6_7
b=19024
i=shadow, bobijam
Update to RHEL5.3 2.6.18-128.1.6.el5 kernel.
yangsheng [Wed, 29 Apr 2009 07:57:42 +0000 (07:57 +0000)]
Branch b_release_1_6_7
b=19212
i=shadow, bobijam
Update to SLES10 2.6.16.60-0.37 kernel.
fanyong [Sat, 25 Apr 2009 07:29:46 +0000 (07:29 +0000)]
Branch b_release_1_6_7
b=15691
i=eric.mei
i=peng.ye
Another diagnostic patch to collect more log on both client and OSS.
stinson1947 [Tue, 21 Apr 2009 21:12:36 +0000 (21:12 +0000)]
Updated for nest micro release.
grev [Tue, 21 Apr 2009 20:35:21 +0000 (20:35 +0000)]
b=19078
lost reset_enospc typo fix
adilger [Mon, 13 Apr 2009 22:35:27 +0000 (22:35 +0000)]
Branch b_release_1_6_7
Minor whitespace cleanup in ChangeLog to match b_release_1_8_0.
adilger [Mon, 13 Apr 2009 21:08:23 +0000 (21:08 +0000)]
Branch b_release_1_6_7
Increase ldiskfs build version to 3.0.7.1.
adilger [Mon, 13 Apr 2009 21:07:12 +0000 (21:07 +0000)]
Branch b_release_1_6_7
fix racy locking of mballoc block bitmaps causing BUG
The locking of the mballoc buddy bitmap and the in-memory
block bitmap was using two different spin locks in some
cases. This made it possible to incorrectly access the
mballoc bitmap while another process was modifying it,
causing a sanity assertion to fail. While no on-disk corruption
was reported, there was some risk of this happening.
b=18810
i=alex.zhuravlev
adilger [Thu, 9 Apr 2009 05:39:32 +0000 (05:39 +0000)]
Branch b_release_1_6_7
Update ChangeLog entries to have Frequency.
adilger [Thu, 9 Apr 2009 03:25:05 +0000 (03:25 +0000)]
Branch b_release_1_6_7
Quiet compiler warning in debug message for 32-bit arches.
b=18810
grev [Tue, 7 Apr 2009 18:27:35 +0000 (18:27 +0000)]
b=18080
i=Alexander.Zarochentsev
add sanityN test_35 to A_E list
shadow [Tue, 7 Apr 2009 16:34:18 +0000 (16:34 +0000)]
correct count of recoverable clients
Branch b_release_1_6_7
b=18480
i=tappro
i=johann
anserper [Mon, 6 Apr 2009 19:55:24 +0000 (19:55 +0000)]
b=18695
o=Johann Lombardi
i=Andreas Dilger
the regression test
stinson1947 [Fri, 3 Apr 2009 23:43:52 +0000 (23:43 +0000)]
correct minor typo.
johann [Fri, 3 Apr 2009 23:10:26 +0000 (23:10 +0000)]
Branch b_release_1_6_7
b=18695
i=adilger
Add LASSERTF in fsfilt_ext3_setattr() when truncating a directory.
stinson1947 [Fri, 3 Apr 2009 22:45:21 +0000 (22:45 +0000)]
Added needed entries for oimport bug fix documentation.
adilger [Fri, 3 Apr 2009 19:41:28 +0000 (19:41 +0000)]
Branch b_release_1_6_7
Revert more verbose debugging code in Lustre for 1.6.7.1 release.
b=18426
grev [Fri, 3 Apr 2009 17:50:52 +0000 (17:50 +0000)]
b=18404
o=Adilger
i=grev
i=Johann
write-append-truncate cleanup
stinson1947 [Fri, 3 Apr 2009 17:44:37 +0000 (17:44 +0000)]
Correction for the 1.6.7 version number for ldiskfs.
stinson1947 [Fri, 3 Apr 2009 17:29:42 +0000 (17:29 +0000)]
Updated version for the next micro release, 1.6.7.1
johann [Fri, 3 Apr 2009 17:20:22 +0000 (17:20 +0000)]
Branch b_release_1_6_7
b=18810
add changelog entry for bug 18810.
johann [Fri, 3 Apr 2009 17:12:29 +0000 (17:12 +0000)]
Branch b_release_1_6_7
b=18695
i=adilger
i=shadow
don't update i_size on MDS_CLOSE for directories.
yangsheng [Fri, 3 Apr 2009 06:07:13 +0000 (06:07 +0000)]
Branch b_release_1_6_7
b=18810
i=alex, joahnn
Fix race between read_block_bitmap() and mark_diskspace_used().
bobijam [Wed, 1 Apr 2009 02:28:55 +0000 (02:28 +0000)]
Branch b_release_1_6_7
b=18895
i=tappro
i=alexey.lyashkov (shadow)
when mds_setup() fails the error handle path needs clean possibly built
nid_stat which builds nid_proc on obd's obd_proc_exports_entry.
fanyong [Tue, 31 Mar 2009 05:05:12 +0000 (05:05 +0000)]
Branch b_release_1_6_7
b=18903
i=eric.mei
i=w.li
typo fix
grev [Fri, 27 Mar 2009 18:59:38 +0000 (18:59 +0000)]
b=18921
i=Robert.Read
acc-sm new TYPE2_TESTS testsuite
grev [Fri, 27 Mar 2009 18:38:54 +0000 (18:38 +0000)]
file type2-tests.sh was added on branch b_release_1_6_7 on 2009-03-27 18:59:38 +0000
grev [Tue, 24 Mar 2009 17:29:50 +0000 (17:29 +0000)]
b=18874
i=Alexey.Lyashkov
test_48: cleanup properly
anserper [Fri, 20 Mar 2009 18:54:23 +0000 (18:54 +0000)]
b=16891
i=Vitaly Fertman
i=Johann Lombardi
fix for osc_max_rpc_in_flight
zam [Fri, 20 Mar 2009 16:40:51 +0000 (16:40 +0000)]
Branch b_release_1_6_7
b=18859
i=oleg.drokin
i=alexey.lyashkov
Don't do server-side locking if LL_FILE_IGNORE_LOCK is set. Otherwise we have
a deadlock between server-side extent lock and a group lock owned by the same
client.
grev [Mon, 16 Mar 2009 17:25:55 +0000 (17:25 +0000)]
b=18589
i=Adilger
do df before /proc access
grev [Fri, 13 Mar 2009 19:25:07 +0000 (19:25 +0000)]
b=18045
i=Adilger
new mdsrate --ignore option for mdsrate tests cleanup
grev [Thu, 12 Mar 2009 16:01:29 +0000 (16:01 +0000)]
b=18514
i=H.Huang
sanity test_170 fix
tianzy [Wed, 11 Mar 2009 08:28:24 +0000 (08:28 +0000)]
Branch b_release_1_6_7
add more At debug info and fix a problem in test_68 in replay-single.sh
b=18426
i=nathan.rutman
adilger [Sun, 8 Mar 2009 09:29:48 +0000 (09:29 +0000)]
Branch b1_8
Ignore generated files.
girish [Sun, 8 Mar 2009 08:14:33 +0000 (08:14 +0000)]
b=17846
i=adilger
i=h.huang
changes to regression test after landing 17846 Lustre patch. make sure all files are not extracted on OST id 0
girish [Sun, 8 Mar 2009 08:14:07 +0000 (08:14 +0000)]
b=17846
i=adilger
i=h.huang
changes to regression test after landing 17846 Lustre patch. make sure all files are not extracted on OST id 0
yangsheng [Sat, 7 Mar 2009 07:06:58 +0000 (07:06 +0000)]
Branch HEAD
b=18503
Back changes for ext4 support.
yangsheng [Sat, 7 Mar 2009 07:02:58 +0000 (07:02 +0000)]
Branch b1_6
b=18503
Back changes for ext4 support.
yangsheng [Fri, 6 Mar 2009 18:16:01 +0000 (18:16 +0000)]
Branch b1_6
b=18503
i=adilger, girish
Build process changes for ldiskfs base on ext4.
johann [Fri, 6 Mar 2009 14:29:11 +0000 (14:29 +0000)]
Branch HEAD
b=18558
i=shadow
i=tappro
- check for exp->exp_connecting even for the initial mds connection
- fix debug message if the initial connect comes from the same nid (MDS has
been rebooted).
bobijam [Fri, 6 Mar 2009 05:53:24 +0000 (05:53 +0000)]
Branch b_release_1_6_7
b=18154
i=alexey.lyashkov (shadow)
i=johann
always calls ptlrpc_import_recovery_state_machine() in
invalidate_import_thread() because otherwise threads sleeping on
the import's imp_recovery_waitq could be never woken up.
bobijam [Fri, 6 Mar 2009 05:35:09 +0000 (05:35 +0000)]
Branch HEAD
b=18154
i=alexey.lyashkov (shadow)
i=johann
always calls ptlrpc_import_recovery_state_machine() in
invalidate_import_thread() because otherwise threads sleeping on
the import's imp_recovery_waitq could be never woken up.
bobijam [Fri, 6 Mar 2009 04:54:00 +0000 (04:54 +0000)]
Branch HEAD
b=17536
o=johann
i=zhenyu.xu (bobijam)
i=adilger
MDS create should not wait for statfs RPC while holding DLM lock.
bobijam [Fri, 6 Mar 2009 01:59:32 +0000 (01:59 +0000)]
Branch HEAD
b=17682
i=johann
i=vitaly.fertman (vitaly)
Improve debug info for OSS.
isaac [Thu, 5 Mar 2009 17:25:10 +0000 (17:25 +0000)]
- corrected order of items in the 1st line of output of routerstat.
wangdi [Thu, 5 Mar 2009 14:05:46 +0000 (14:05 +0000)]
Branch: HEAD
b=18609
oops, forget commit recov_thread.c in last commit
i=Huanghua,Shadow
tappro [Thu, 5 Mar 2009 12:36:43 +0000 (12:36 +0000)]
- use truncate instead of invalidate to drop pages from cache if ROC is disabled
b:18520
i:adilger, green
wangdi [Wed, 4 Mar 2009 20:36:17 +0000 (20:36 +0000)]
Branch: HEAD
b=18609
llog_ctxt_master access should be controlled by refcount, because it is
shared by multi llog group.
i=Huanghua,Shadow
zam [Wed, 4 Mar 2009 20:04:50 +0000 (20:04 +0000)]
Branch HEAD
b=17397
i=alexey.zhuravlev
i=andrew.perepechko
To avoid a deadlock in case of concurrent punch/write requests from one
client, filter writes and filter truncates are serialized by i_alloc_sem,
allowing multiple writes or single truncate.
huanghua [Wed, 4 Mar 2009 16:44:38 +0000 (16:44 +0000)]
Branch HEAD
b=18471
i=tom.wang
i=yong.fan
do not call lprocfs_obd_cleanup() in lu_device_fini():
it will be called later respectively in its obd_cleanup().
vitaly [Wed, 4 Mar 2009 15:52:38 +0000 (15:52 +0000)]
Branch HEAD
b=3633
i=green
i=h.huang
some open/close RPCs should not be replayed or resent
jxiong [Wed, 4 Mar 2009 05:21:25 +0000 (05:21 +0000)]
b=18380
r=nathan,wangdi
Fix a deadlock case for procfs.
isaac [Wed, 4 Mar 2009 04:34:51 +0000 (04:34 +0000)]
- corrected a chunk misplaced by fuzzy patching.
adilger [Tue, 3 Mar 2009 20:28:32 +0000 (20:28 +0000)]
Branch HEAD
NUL terminate hash table names, or garbage is printed in the /proc stats.
zhanghc [Tue, 3 Mar 2009 18:33:37 +0000 (18:33 +0000)]
b=17491
Speedup the insertion of ptlrpc_request in
function "ptlrpc_at_add_timed" to fixup
"Slow req_in handling" problem in
"ptlrpc_server_handle_req_in"
i=nathan.rutman
i=johann
johann [Tue, 3 Mar 2009 18:12:21 +0000 (18:12 +0000)]
Branch HEAD
b=18414
i=nathan
i=shadow
fix watchdog timeout printed on the console. This was wrong since
support variable watchdogs has been landed.
adilger [Tue, 3 Mar 2009 17:39:43 +0000 (17:39 +0000)]
Branch HEAD
Remove tabs
adilger [Tue, 3 Mar 2009 17:37:27 +0000 (17:37 +0000)]
Branch HEAD
Minor whitespace cleanup.
zhanghc [Tue, 3 Mar 2009 16:20:01 +0000 (16:20 +0000)]
b=17757
clear DISP_OPEN_LOCK flag in "reconstruct_open"
if the corresponding lock was canceled
i=Green
i=Johann
johann [Tue, 3 Mar 2009 13:58:36 +0000 (13:58 +0000)]
Branch HEAD
b=18374
i=adilger
i=shadow
use memmove instead of memcpy when shrinking the reply since the two memory
areas can overlap.
grev [Tue, 3 Mar 2009 13:07:05 +0000 (13:07 +0000)]
b=17524
reset_enospc fn: fix defect of previous commit
huanghua [Tue, 3 Mar 2009 05:43:21 +0000 (05:43 +0000)]
Branch HEAD
b=11404
i=yong.fan
i=rahul.deshmukh
close old open handle in replay if needed;
some more verbose debugging info.
yangsheng [Mon, 2 Mar 2009 09:06:40 +0000 (09:06 +0000)]
Branch HEAD
b=17954
i=bobijam, deen
Coveirty fixes.
Author: Jim Garlick(LLNL).
anserper [Fri, 27 Feb 2009 16:35:53 +0000 (16:35 +0000)]
b=17604
i=Andreas Dilger
i=Johann Lombardi
Patch provided by Ruth Klundt; https://bugzilla.lustre.org/show_bug.cgi?id=17604#c0
grev [Fri, 27 Feb 2009 15:56:36 +0000 (15:56 +0000)]
b=17524
i=Adilger
exhaust_precreations, reset_enospc, test_27n, test_27s fixes
add 27s to HEAD except list
grev [Fri, 27 Feb 2009 14:54:01 +0000 (14:54 +0000)]
b=17524
i=Adilger
exhaust_precreations, reset_enospc, test_27n, test_27s fixes
grev [Fri, 27 Feb 2009 11:38:32 +0000 (11:38 +0000)]
b=18493
i=Adilger
openfile.c output cleanup
wangdi [Fri, 27 Feb 2009 06:43:52 +0000 (06:43 +0000)]
Branch: HEAD
fix ldiskfs branch for b_hd_nrs