Whamcloud - gitweb
fs/lustre-release.git
15 years agob=16776
yury [Wed, 3 Sep 2008 09:54:06 +0000 (09:54 +0000)]
b=16776
r=vitaly,robert

- new class_hash.c and using it in conncetions, nids, etc. Using it for held locks on server will come shortly.

15 years ago- removed unused var "i" left from one of previous commits.
yury [Wed, 3 Sep 2008 09:50:15 +0000 (09:50 +0000)]
- removed unused var "i" left from one of previous commits.

15 years agoBranch HEAD
yangsheng [Wed, 3 Sep 2008 09:03:18 +0000 (09:03 +0000)]
Branch HEAD
b=16771
i=adilger, johann

Swab the cfg_marker along with lcfg.

15 years agob=16772
yury [Wed, 3 Sep 2008 08:39:47 +0000 (08:39 +0000)]
b=16772
r=adilger,shadow

- fixed using get_uuid2int() in llite which breaked cmd

15 years agob=15260
yury [Wed, 3 Sep 2008 08:15:47 +0000 (08:15 +0000)]
b=15260
r=umka,tappro

- fix flock support for HEAD (original patch from Oleg Drokin aka green)

15 years agoBranch HEAD
yangsheng [Wed, 3 Sep 2008 07:00:06 +0000 (07:00 +0000)]
Branch HEAD
b=15593
i=nikita, yury

Restore the ATTR_KILL_SUID and bypass permission check in the case.

15 years agoBranch HEAD
anserper [Tue, 2 Sep 2008 21:11:14 +0000 (21:11 +0000)]
Branch HEAD
b=16890
i=Alexander Zarochentsev (alexander.zarochentsev@sun.com)
i=ZhiYong Tian (tianzy@sun.com)

fix HAVE_QUOTA_SUPPORT usage

15 years agob=13306
grev [Tue, 2 Sep 2008 18:42:36 +0000 (18:42 +0000)]
b=13306
i=Nathan.Rutman
ignore test_116 failure

15 years agoundo erroenous commit to HEAD lnet and libcfs.
nikita [Mon, 1 Sep 2008 16:44:34 +0000 (16:44 +0000)]
undo erroenous commit to HEAD lnet and libcfs.

15 years agosplit osc_cl.c into osc_object.c osc_lock.c osc_io.c osc_page.c osc_dev.c
nikita [Mon, 1 Sep 2008 16:27:02 +0000 (16:27 +0000)]
split osc_cl.c into osc_object.c osc_lock.c osc_io.c osc_page.c osc_dev.c

15 years ago- added b_head_cmd tag
yury [Mon, 1 Sep 2008 13:07:21 +0000 (13:07 +0000)]
- added b_head_cmd tag

15 years agoforce send lov target as data for ACTIVE and SYNC events.
shadow [Mon, 1 Sep 2008 11:27:05 +0000 (11:27 +0000)]
force send lov target as data for ACTIVE and SYNC events.
Branch HEAD
b=16826
i=adilger
i=green

15 years agoBranch HEAD
bobijam [Mon, 1 Sep 2008 02:04:34 +0000 (02:04 +0000)]
Branch HEAD
b=16570
i=h.huang, robert.read

Make MDS_SETXATTR request replayable.

15 years agoFix casting.
deen [Fri, 29 Aug 2008 13:25:10 +0000 (13:25 +0000)]
Fix casting.

b=16698
i=oleg.drokin
i=robert.read

15 years agorevert bug 16839
shadow [Fri, 29 Aug 2008 13:19:36 +0000 (13:19 +0000)]
revert bug 16839
Branch HEAD

15 years agob=16716
grev [Fri, 29 Aug 2008 12:44:45 +0000 (12:44 +0000)]
b=16716
i=Nathan.Rutman
restore the original at_max on all nodes

15 years agoQuite a warning and enable -Werror(Robert).
girish [Fri, 29 Aug 2008 11:54:19 +0000 (11:54 +0000)]
Quite a warning and enable -Werror(Robert).
b=15981
i=adilger
i=rread
i=girish

15 years agoBranch HEAD
adilger [Fri, 29 Aug 2008 03:29:39 +0000 (03:29 +0000)]
Branch HEAD
Don't print "Lustre: " twice.

15 years agoBranch HEAD
adilger [Thu, 28 Aug 2008 21:55:27 +0000 (21:55 +0000)]
Branch HEAD
Add space to LASSERT error message.

15 years agoBranch HEAD
zam [Thu, 28 Aug 2008 07:52:46 +0000 (07:52 +0000)]
Branch HEAD
b=16499
i=yury.umanets
i=tappro

mdt_device_sync and mdt_object_sync implementation

15 years agoBranch HEAD
yangsheng [Thu, 28 Aug 2008 05:45:37 +0000 (05:45 +0000)]
Branch HEAD
b=16758
i=shadow, adilger, johann

Fixed the endian problem for PPC64 patchless client.

15 years agob=16209
grev [Wed, 27 Aug 2008 19:28:19 +0000 (19:28 +0000)]
b=16209
i=Adilger
i=Robert.Read
test_14 fix: use multiop instead of exec

15 years agob=16209
grev [Wed, 27 Aug 2008 18:55:43 +0000 (18:55 +0000)]
b=16209
i=Robert.Read
o=Brian.Behlendorf
test_27b fix: check mount

15 years agob=16889,i=liangzhen:
isaac [Wed, 27 Aug 2008 17:23:50 +0000 (17:23 +0000)]
b=16889,i=liangzhen:
-   moved srpc_service_recycle_buffer out of srpc_lnet_ev_handler and into srpc_handle_rpc

15 years agob=16248
grev [Wed, 27 Aug 2008 17:19:30 +0000 (17:19 +0000)]
b=16248
i=Adilger
increase MINRES to 2^32 -1

15 years agoConsider the type while finding min.
girish [Wed, 27 Aug 2008 12:36:04 +0000 (12:36 +0000)]
Consider the type while finding min.

15 years agoQuiet compiler warnings related to passing "const" pointers to non-const
girish [Wed, 27 Aug 2008 12:27:57 +0000 (12:27 +0000)]
Quiet compiler warnings related to passing "const" pointers to non-const
functions. (Andreas)
b=15981
i=girish
i=rread

15 years agob=16798
grev [Wed, 27 Aug 2008 11:09:47 +0000 (11:09 +0000)]
b=16798
i=Adilger
rundbench fix: skip if dbench or client are not found
t-f skip fn fix: do not fail if TESTSUITELOG is not found;
log fn: escape /

15 years agob=16789
kalpak [Wed, 27 Aug 2008 06:38:18 +0000 (06:38 +0000)]
b=16789
i=adilger
i=johann

correction in fiemap macros in wirecheck and other fixes to wirecheck

15 years agoif ost is restarted before set_info(KEY_MDS_CONN) finished, this
shadow [Wed, 27 Aug 2008 05:20:43 +0000 (05:20 +0000)]
if ost is restarted before set_info(KEY_MDS_CONN) finished, this
request will resend before finished ost llog init and this produce
access to non init llog context.

Branch HEAD
b=16839
i=adilger
i=rread

15 years agob=16854
grev [Tue, 26 Aug 2008 18:08:24 +0000 (18:08 +0000)]
b=16854
i=Tappro
tests 20c, 32, 37 fixes: let pid to be killed

15 years agob=16808
grev [Tue, 26 Aug 2008 13:23:44 +0000 (13:23 +0000)]
b=16808
remote command fix for previous commit

15 years agoupdate build script for compact fld branch.
pravins [Tue, 26 Aug 2008 09:01:56 +0000 (09:01 +0000)]
update build script for compact fld branch.

15 years agoBranch HEAD
vs [Tue, 26 Aug 2008 08:49:27 +0000 (08:49 +0000)]
Branch HEAD
b=16274
i=nikita.danilov, yury.umanets

ll_file_open error handling is corrected

15 years agob=16098
kalpak [Tue, 26 Aug 2008 04:52:29 +0000 (04:52 +0000)]
b=16098
i=hua.huang

add a special LICENSE file for Cray

15 years agoBranch HEAD
huanghua [Tue, 26 Aug 2008 03:32:38 +0000 (03:32 +0000)]
Branch HEAD
b=16656
i=tom.wang
i=yury.umanets

change locking in mdd_create() to never take more than 1 dt_object lock at a time.

15 years agob=14471
grev [Mon, 25 Aug 2008 18:10:42 +0000 (18:10 +0000)]
b=14471
i=Adilger
test_101 fix

15 years ago- some cleanups to patch from 11190
yury [Mon, 25 Aug 2008 12:44:58 +0000 (12:44 +0000)]
- some cleanups to patch from 11190

15 years agob=16808
grev [Mon, 25 Aug 2008 12:37:41 +0000 (12:37 +0000)]
b=16808
i=Adilger
check CATASTROPHE on all nodes

15 years agob=16548
grev [Mon, 25 Aug 2008 11:18:59 +0000 (11:18 +0000)]
b=16548
i=Adilger
make oos.sh to be verbose; get rid of proc

15 years agob=11190
yury [Mon, 25 Aug 2008 10:45:49 +0000 (10:45 +0000)]
b=11190
r=tappro,shadow

- fixes some recover-small tests

15 years agoBranch HEAD
huanghua [Mon, 25 Aug 2008 04:05:28 +0000 (04:05 +0000)]
Branch HEAD
b=13698
i=tappro
i=grev

get mntdev from osd proc and add df to sync data

15 years agoBranch HEAD
adilger [Sun, 24 Aug 2008 21:09:38 +0000 (21:09 +0000)]
Branch HEAD
Remove unnecessary cast for lustre_cfg_string() return value.

15 years ago- missed part of 14608.
yury [Sun, 24 Aug 2008 16:10:12 +0000 (16:10 +0000)]
- missed part of 14608.

15 years agoBranch HEAD
adilger [Sun, 24 Aug 2008 05:56:17 +0000 (05:56 +0000)]
Branch HEAD
Remove non-existent autoconf rule to quiet autogen warning.

15 years agoBranch HEAD
adilger [Sun, 24 Aug 2008 04:28:04 +0000 (04:28 +0000)]
Branch HEAD
Make it match 1.6/1.8 exactly

15 years agoBranch HEAD
adilger [Sun, 24 Aug 2008 04:27:17 +0000 (04:27 +0000)]
Branch HEAD
Remove obsolete clusterfs.com email address.

15 years agob=14608
yury [Sat, 23 Aug 2008 13:58:38 +0000 (13:58 +0000)]
b=14608
r=shadow,wangdi

- fixes reply_dual test_17 after landing new recov_thread stuff;
- some cleanups.

15 years agob=16517
yury [Sat, 23 Aug 2008 12:15:05 +0000 (12:15 +0000)]
b=16517
r=nikita,shadow

- fixes printk in portable code.

15 years agoBranch HEAD
adilger [Sat, 23 Aug 2008 06:00:31 +0000 (06:00 +0000)]
Branch HEAD
Whitespace.

15 years agoBranch HEAD
adilger [Sat, 23 Aug 2008 05:54:24 +0000 (05:54 +0000)]
Branch HEAD
Fix code style.

15 years agoBranch HEAD
adilger [Sat, 23 Aug 2008 05:03:24 +0000 (05:03 +0000)]
Branch HEAD
Don't print console message first time import is set.

15 years agoBranch HEAD
adilger [Fri, 22 Aug 2008 20:52:39 +0000 (20:52 +0000)]
Branch HEAD
Ignore generated files.

15 years agob=10555
kalpak [Fri, 22 Aug 2008 12:26:14 +0000 (12:26 +0000)]
b=10555
i=nikita

use lowercase field names for req_msg_field::rmf_name

15 years agoBranch HEAD
liangzhen [Fri, 22 Aug 2008 05:41:12 +0000 (05:41 +0000)]
Branch HEAD

LNet branch for new o2iblnd protocol (b15983, b13621, b14425, b14358)

15 years agob=16364
brian [Thu, 21 Aug 2008 22:05:56 +0000 (22:05 +0000)]
b=16364

Back this out until I can give more though to the differences that patchless
builds pose.

15 years agob=16811
grev [Thu, 21 Aug 2008 17:28:26 +0000 (17:28 +0000)]
b=16811
i=Tappro
test_34 fix: let pid to be killed

15 years agob=15747
grev [Thu, 21 Aug 2008 15:49:57 +0000 (15:49 +0000)]
b=15747
i=Tappro
test_24 and t-f client_reconnect fn fix

15 years agoBranch HEAD
fanyong [Thu, 21 Aug 2008 08:29:51 +0000 (08:29 +0000)]
Branch HEAD
b=15927
i=johann
i=huanghua

Add ChangeLog entry.

15 years agoavoid I/O failures after umount during fail back
shadow [Thu, 21 Aug 2008 06:28:32 +0000 (06:28 +0000)]
avoid I/O failures after umount during fail back

Branch HEAD
b=16611
i=green
i=rread

15 years agob=16408
nathan [Wed, 20 Aug 2008 23:47:35 +0000 (23:47 +0000)]
b=16408
i=ericm
i=rread
increase fudge for Cray

15 years agob=15637
grev [Wed, 20 Aug 2008 16:43:18 +0000 (16:43 +0000)]
b=15637
i=Adilger
fix test_18 to check the available space

15 years agoWhitespace cleanup.
brian [Wed, 20 Aug 2008 16:07:43 +0000 (16:07 +0000)]
Whitespace cleanup.

15 years agoReverted change back to previous version (pre 2_0 Gate).
stinson1947 [Wed, 20 Aug 2008 15:44:41 +0000 (15:44 +0000)]
Reverted change back to previous version (pre 2_0 Gate).

15 years agoBranch HEAD
zam [Wed, 20 Aug 2008 14:41:18 +0000 (14:41 +0000)]
Branch HEAD
b=16704
i=yury.umanets
i=alexey.lyashkov

mdt_object_unlock didn't save PDO locks, this commit fixes it.

15 years agob=16261
grev [Wed, 20 Aug 2008 14:35:43 +0000 (14:35 +0000)]
b=16261
i=Adilger
MOUNTOPT fix: use MDSOPT and OSTOPT for mds and ost mkfs options

15 years agob=16209
grev [Wed, 20 Aug 2008 11:36:10 +0000 (11:36 +0000)]
b=16209
i=Adilger
o=Brian Behlendorf
test_115 fix: use more reasonable WARNING instead of FAIL

15 years agorhel4 2.6.9-67 kernel has (nonfunctional)
nikita [Wed, 20 Aug 2008 09:46:32 +0000 (09:46 +0000)]
rhel4 2.6.9-67 kernel has (nonfunctional)
drivers/infiniband/include/linux/lockdep.h header, defining lockdep
interfaces. Update libcfs headers to check for this.

Build-tested at rhel4, rhel5, sles10, 2.6.18-vanilla.

15 years agoBranch HEAD
yangsheng [Wed, 20 Aug 2008 05:51:27 +0000 (05:51 +0000)]
Branch HEAD
b=16633
i=shadow, zhenyu.xu

Update to RHEL5 kernel-2.6.18-92.1.10.el5.

15 years agoBranch HEAD
huanghua [Wed, 20 Aug 2008 03:50:23 +0000 (03:50 +0000)]
Branch HEAD

b=16248
i=yury.umanets
i=nikita.danilov
i=oleg.drokin

limit inode number within 2^32

15 years agoMade change to point to the right version of ldiskfs for the gate.
stinson1947 [Wed, 20 Aug 2008 02:38:16 +0000 (02:38 +0000)]
Made change to point to the right version of ldiskfs for the gate.

15 years agob=16364
brian [Tue, 19 Aug 2008 19:16:33 +0000 (19:16 +0000)]
b=16364
i=yibin.wang
i=sheng.yang

Try to prevent the user from choosing incompatible kernel and Lustre
configuration options when configuring the o2ib LND.

15 years agoadjust to user-lock.h changes.
nikita [Tue, 19 Aug 2008 13:54:58 +0000 (13:54 +0000)]
adjust to user-lock.h changes.

15 years agoadd _nested() lock call variants for rwsemaphore.
nikita [Tue, 19 Aug 2008 12:52:03 +0000 (12:52 +0000)]
add _nested() lock call variants for rwsemaphore.

15 years agoavoid ASSERTION(client_stat->nid_exp_ref_count == 0) failed:count 1
shadow [Tue, 19 Aug 2008 11:13:20 +0000 (11:13 +0000)]
avoid ASSERTION(client_stat->nid_exp_ref_count == 0) failed:count 1
Branch HEAD
b=15139
i=rread
i=tappro

15 years agoBranch HEAD
yangsheng [Tue, 19 Aug 2008 05:04:50 +0000 (05:04 +0000)]
Branch HEAD
b=16589
i=nathan, robert.read

Add printk_ratelimit() check for debug daemon.

15 years agoBranch HEAD
yangsheng [Tue, 19 Aug 2008 04:45:54 +0000 (04:45 +0000)]
Branch HEAD
b=16671
i=nikita, bobijam

Remove no longer used define.

15 years agoBranch HEAD
yangsheng [Tue, 19 Aug 2008 04:40:11 +0000 (04:40 +0000)]
Branch HEAD
b=16547
i=shadow, bobijam

Update to SLES10 kernel-2.6.16.60-0.27.

15 years agoBranch b1_6
yangsheng [Tue, 19 Aug 2008 04:11:53 +0000 (04:11 +0000)]
Branch b1_6
b=16547
i=shadow, zhenyu.xu

Update to SLES10 latest kernel-2.6.16.60-0.27.

15 years agoBranch HEAD
huanghua [Tue, 19 Aug 2008 03:09:56 +0000 (03:09 +0000)]
Branch HEAD
b=16616
i=nathan.rutman
i=nikita.danilov

more error cleanup in server_start_targets()

15 years agoBranch HEAD
bobijam [Tue, 19 Aug 2008 01:59:07 +0000 (01:59 +0000)]
Branch HEAD
b=16566
o=Jonathan Li(jli@cray.com)
i=shadow, bobijam

Description: Upcall on Lustre log has been dumped
Details    : Allow for a user mode script to be called once a Lustre log has
             been dumped. It passes the filename of the dumped log to the
     script, the location of the script can be specified via
     /proc/sys/lnet/debug_log_upcall.

15 years agomove to right place.
shadow [Mon, 18 Aug 2008 19:15:14 +0000 (19:15 +0000)]
move to right place.

Branch HEAD

15 years agorestore get_uuid2int from b1_6.
shadow [Mon, 18 Aug 2008 19:11:55 +0000 (19:11 +0000)]
restore get_uuid2int from b1_6.

Branch HEAD

15 years agoavoid messages about idr_remove called for id which is not allocated.
shadow [Mon, 18 Aug 2008 15:41:35 +0000 (15:41 +0000)]
avoid messages about idr_remove called for id  which is not allocated.

Branch HEAD
b=16583
i=zam
i=panda

15 years agoBranch b1_6
yangsheng [Mon, 18 Aug 2008 05:41:27 +0000 (05:41 +0000)]
Branch b1_6
b=16204
i=johann, zhenyu.xu

Exclude the .pc directory.

15 years agoBranch HEAD
yangsheng [Mon, 18 Aug 2008 05:36:25 +0000 (05:36 +0000)]
Branch HEAD
b=16283
i=adilger, sheng.yang

Handle the new option for rhel5 /proc/mounts.

15 years agoBranch HEAD
yangsheng [Mon, 18 Aug 2008 05:23:13 +0000 (05:23 +0000)]
Branch HEAD
b=16640
i=zhenyu.xu, nathan

Quite console chatter.

15 years agotrim trailing white spaces.
bobijam [Fri, 15 Aug 2008 16:55:47 +0000 (16:55 +0000)]
trim trailing white spaces.

15 years agoBranch HEAD
bobijam [Fri, 15 Aug 2008 16:50:48 +0000 (16:50 +0000)]
Branch HEAD
b=16495
o=green
i=adilger, shadow

Assert on freeing replayable request.

15 years agofix typo
shadow [Thu, 14 Aug 2008 20:56:44 +0000 (20:56 +0000)]
fix typo

15 years agofile ext3-fiemap-fix-rhel4.patch was initially added on branch b_ldiskfs_gate.
kalpak [Thu, 14 Aug 2008 18:00:05 +0000 (18:00 +0000)]
file ext3-fiemap-fix-rhel4.patch was initially added on branch b_ldiskfs_gate.

15 years agob=10555
kalpak [Thu, 14 Aug 2008 17:51:16 +0000 (17:51 +0000)]
b=10555
i=girish

In rhel4 filemap_write_and_wait() is not exported so use ext3_sync_file()

15 years agobranch: HEAD
ericm [Thu, 14 Aug 2008 17:10:45 +0000 (17:10 +0000)]
branch: HEAD
remove from wait queue after wake up, found by alex.
b=16713
r=alex
r=rread

15 years agoIt is be possible to send the lock handle along with each read
deen [Thu, 14 Aug 2008 13:10:05 +0000 (13:10 +0000)]
It is be possible to send the lock handle along with each read
or write request because the client is already doing a lock match
itself so there isn't any reason the OST should have to re-do that
search.

b=15198
i=johann
i=shadow

15 years agoReplace D_OTHER with D_INFO in ldlm_resource_dump() calls:
deen [Thu, 14 Aug 2008 12:27:10 +0000 (12:27 +0000)]
Replace D_OTHER with D_INFO in ldlm_resource_dump() calls:
1) Move ldlm_resource_dump() calls from D_OTHER to D_INFO in non-error cases.
2) In ldlm_resource_add_lock(), move CDEBUG() and ldlm_lock_dump() back to
D_OTHER for consistency with another debug output in this function.

b=15953
i=johann
i=nathan

15 years agoavoid "Already found the key in hash [CONN_UNUSED_HASH]" messages
shadow [Thu, 14 Aug 2008 09:19:04 +0000 (09:19 +0000)]
avoid "Already found the key in hash [CONN_UNUSED_HASH]" messages

Branch HEAD
b=16109
i=johann
i=green

15 years agoBranch HEAD
robert.read [Wed, 13 Aug 2008 19:21:26 +0000 (19:21 +0000)]
Branch HEAD
b=16639
i=umka
i=nathan

Fix user space build when older kernel is installed, and remove old and redundant code..
(Remaining part of patch - remove the deleted includes.)

15 years agoBranch HEAD
robert.read [Wed, 13 Aug 2008 19:19:49 +0000 (19:19 +0000)]
Branch HEAD
b=16425

lustre_acl.h is not referenced in include/Makefile.am and this causes the rpm build to fail.

15 years agob=16637
grev [Wed, 13 Aug 2008 13:08:28 +0000 (13:08 +0000)]
b=16637
i=Alexey.Lyashkov
test_8 fix: use rundbench instead of dbench

15 years agoBranch HEAD
yujian [Wed, 13 Aug 2008 06:44:15 +0000 (06:44 +0000)]
Branch HEAD
b=16650
i=eric.mei
i=grev

1) add sanity-gss.sh into acceptance-small.sh
2) improve krb5_login.sh to support automatic authentication