Whamcloud - gitweb
adilger [Thu, 30 Jun 2005 17:47:35 +0000 (17:47 +0000)]
Branch b1_4
Update build version to 1.4.3.3
adilger [Thu, 30 Jun 2005 00:12:08 +0000 (00:12 +0000)]
Branch b1_4
Never manually redo a patch, no matter how simple.
adilger [Wed, 29 Jun 2005 23:43:07 +0000 (23:43 +0000)]
Branch b1_4
Further cray portals compile fix.
adilger [Wed, 29 Jun 2005 23:41:09 +0000 (23:41 +0000)]
Branch b1_4
Multiple concurrent overlapping read+write on multiple SMP nodes
caused lock timeout during readahead (since 1.4.2).
Processes doing ll_page_matches() during readahead might match a lock
that hasn't been granted yet if there are overlapping and conflicting
lock requests pending. The readahead process waits on ungranted lock
(original lock is CBPENDING), while OST waits for that process to cancel
CBPENDING read lock and eventually evicts client.
Caused by change to ll_page_matches() from bug 5654.
b=6469
adilger [Wed, 29 Jun 2005 17:57:26 +0000 (17:57 +0000)]
Branch b1_4
Fix for Cray Portals build.
adilger [Wed, 29 Jun 2005 16:41:07 +0000 (16:41 +0000)]
Branch b1_4
Remove never-true assertion.
adilger [Wed, 29 Jun 2005 09:44:55 +0000 (09:44 +0000)]
Branch b1_4
Various kernel patches:
b=6469 : allow LBUG to dump current process stack (from Alex)
b=6062 : fix for HP 2.4.20 series with NFS fixes for HPUX
b=6302 : increase number of /proc entries for 2.4.19 kernel (BG/L)
b=4466 : add ext3-ialloc patches to CVS to avoid OST fragmentation
jacob [Tue, 28 Jun 2005 23:33:36 +0000 (23:33 +0000)]
b=6409
r=adilger
- add code from the lov qos branch to deal with object creation
failures
green [Tue, 28 Jun 2005 20:21:41 +0000 (20:21 +0000)]
Branch: b1_4
More correct DQUOT_OFF macro fix based on Andreas' suggestion.
adilger [Tue, 28 Jun 2005 19:09:25 +0000 (19:09 +0000)]
Branch b1_4
Merge suse-2.4.21-cray kernel patch changes from b_cray.
b=6927
green [Tue, 28 Jun 2005 14:36:42 +0000 (14:36 +0000)]
Branch: b1_4
Shut QUOTA_OFF redefinition warning.
green [Tue, 28 Jun 2005 13:47:17 +0000 (13:47 +0000)]
Branch: b1_4
b=6935
r=adilger
Migrate grouplocks support from b_cray to b1_4
nikita [Tue, 28 Jun 2005 08:58:24 +0000 (08:58 +0000)]
fixes for bug 6854:
- add a comment describing ->fs_send_bio() return convention.
- fsfilt_ext3_commit_async(): check for journal abort after waiting for
commit.
- fsfilt_ext3_send_bio(): handle short writes.
- filter_commitrw_write(): print error message on commit failure.
- added patch linux-2.4.24-jbd-handle-EIO.patch (trivial backport from 2.6
jbd) to check for IO erros during transaction commit.
Approved: https://bugzilla.lustre.org/show_bug.cgi?id=6854#c38
adilger [Tue, 28 Jun 2005 08:46:46 +0000 (08:46 +0000)]
Branch b1_4
Quiet __class_detach() message.
r=jacob
adilger [Tue, 28 Jun 2005 08:19:55 +0000 (08:19 +0000)]
Branch b1_4
Add a patch (not in 2.6.5 series yet) which makes cfq default IO scheduler.
b=6405
adilger [Tue, 28 Jun 2005 00:04:50 +0000 (00:04 +0000)]
Branch b1_4
Remove fsfilt_ext3_quota.h from DIST files so RPMs can build.
jacob [Mon, 27 Jun 2005 23:54:51 +0000 (23:54 +0000)]
remove unused variable
adilger [Mon, 27 Jun 2005 23:14:15 +0000 (23:14 +0000)]
Branch b1_4
Allow a small amount of space for llog creation during test.
green [Mon, 27 Jun 2005 20:52:21 +0000 (20:52 +0000)]
Branch: b1_4
b=6929
r=adilger
Remove quota bits.
This still needs some more work, mostly in makefiles to not ship remaining
quota files.
adilger [Mon, 27 Jun 2005 04:50:18 +0000 (04:50 +0000)]
Branch b1_4
Move LASSERT that nid != 0, as this can happen if an Elan MDS is nid 0.
b=6412
adilger [Sat, 25 Jun 2005 06:39:23 +0000 (06:39 +0000)]
Branch b1_4 - merge of b_cray changes
- lots of semantically-NULL changes
- flock fixes, enabling in liblustre (not llite yet)
- lock conversion fixes (unused code in b1_4 at present)
- liblustre llog parsing bitops fixes
- liblustre/libsysio umask fixes
- catamount build fixes/cray portals build support
- lconf uses "tune2fs -O dir_index" instead of "debugfs" to enable htree index
b=6931, b=6420, b=6927
adilger [Fri, 24 Jun 2005 21:00:31 +0000 (21:00 +0000)]
Branch b1_4
Add /sbin to path for sysctl.
jacob [Wed, 22 Jun 2005 22:49:12 +0000 (22:49 +0000)]
r=adilger; fixes to previous commit changing the default stripe count to 1
jacob [Wed, 22 Jun 2005 21:12:04 +0000 (21:12 +0000)]
b=6936
change "default" stripe count to 1.
jacob [Wed, 22 Jun 2005 19:00:29 +0000 (19:00 +0000)]
add changelog
jacob [Wed, 22 Jun 2005 18:55:38 +0000 (18:55 +0000)]
b=6841
* use ldiskfs on 2.6 and ext3 on 2.4.
* make sys_get_branch us os.uname()
Tested on Red Hat Linux 7.3, so you know it works.
jacob [Wed, 22 Jun 2005 17:53:32 +0000 (17:53 +0000)]
bump stack size up
jacob [Wed, 22 Jun 2005 17:51:57 +0000 (17:51 +0000)]
you don't need dollar signs in double paren blocks
adilger [Sun, 19 Jun 2005 09:29:55 +0000 (09:29 +0000)]
Land b_release_1_4_3 onto b1_4 (20050619_0220)
b=6471 : Fix memory overwrite on RHEL4 kernels by selinux.
b=6435 : Fix statfs problems for latest RHEL3 2.4.21 kernel.
b=1693 : Add rudimentary /proc/fs/lustre/health_check entry.
adilger [Sat, 18 Jun 2005 23:02:33 +0000 (23:02 +0000)]
Branch b1_4
Make lproc_filter_attach_seqstat a no-op if LPROCFS undefined.
Remove unused lvfs_lock_kernel macro.
b=6856
r=green (original patch)
adilger [Sat, 18 Jun 2005 22:43:19 +0000 (22:43 +0000)]
Branch b1_4 merge from b_cray.
Rename lvfs_run_ctxt lvfs_ucred ->ouc to ->luc
ll_sbdev -> lvfs_sbdev and move from obdclass to lvfs_linux
ll_sbdev_type -> lvfs_sb_type
ll_sbdev_sync -> lvfs_sbdev_sync
ll_set_rdonly -> lvfs_set_rdonly
ll_check_rdonly -> lvfs_check_rdonly
ll_clear_rdonly -> lvfs_clear_rdonly
b=6510
adilger [Fri, 17 Jun 2005 22:16:12 +0000 (22:16 +0000)]
Branch b1_4
While revalidating inodes the VFS looks up inodes with ifind()
and in rare cases can find an inode that is being freed.
The ll_test_inode() code will free the lsm during ifind()
when it finds an existing inode and then the VFS later attaches
this free lsm to a new inode.
Verified as fixed under load.
b=6159, b=6097
r=phil
adilger [Thu, 16 Jun 2005 18:58:57 +0000 (18:58 +0000)]
Branch b1_4
Fix compile warning.
eeb [Thu, 16 Jun 2005 02:34:52 +0000 (02:34 +0000)]
* The fix for 5541, which makes lconf chose the "best match" between peer IP
addresses broke other network types (ra, openib, iib, vib) that also need a
host IP. This change handles tcp networks (the only type which supports
multiple IPs) with the 5541 fix and other appropriate network types are
handled as before.
eeb [Wed, 15 Jun 2005 17:57:04 +0000 (17:57 +0000)]
* fix for bugs 6304/6339: flush fragmented bulk pages
lwang [Wed, 15 Jun 2005 10:45:10 +0000 (10:45 +0000)]
allow unprivileged port to connect
cvs2svn [Tue, 14 Jun 2005 22:59:59 +0000 (22:59 +0000)]
This commit was manufactured by cvs2svn to create branch 'b1_4'.
ericm [Tue, 14 Jun 2005 22:59:58 +0000 (22:59 +0000)]
acl scripts: different enviroments may output differently.
ericm [Tue, 14 Jun 2005 19:34:54 +0000 (19:34 +0000)]
acl test scripts: remove user substitution; remove obsolete files.
ericm [Tue, 14 Jun 2005 19:08:08 +0000 (19:08 +0000)]
need convert hostname to nid in local.sh
nathan [Tue, 14 Jun 2005 15:27:45 +0000 (15:27 +0000)]
Branch b1_4
Add config for 2.6.10 fc3
jacob [Tue, 14 Jun 2005 13:29:41 +0000 (13:29 +0000)]
add missing patch
wangdi [Tue, 14 Jun 2005 12:42:27 +0000 (12:42 +0000)]
Branch:b_hd_crypto
crypto api prototype
1) add gs_obd and gsc_obd
2) cleanup in ll_fill_super and lustre_common_fill_super
3) some modification in lconf and lmc
yury [Tue, 14 Jun 2005 09:32:38 +0000 (09:32 +0000)]
- fixed inverted condition, committed missed bits from cobd
yury [Tue, 14 Jun 2005 09:21:11 +0000 (09:21 +0000)]
- changed name convention in cobd, thus all MD related methods have _md_ prefix like cobd_md_getstatus(),
all data layer related have _dt_prefix and common one like cobd_connect() have no prefix at all.
- added hack to mdc_intent_lock() and cobd_md_intent_lock() to distinguish cobd case in mdc_intent_lock() and do not raise -ESTALE if obtained lock is not coherent wiht store id due to generation after switchin to cache cobd. This is dirty hack of course, but it should be for a while to pass cmobd/cobd related tests and Peter agreed it ok for now.
brian [Mon, 13 Jun 2005 18:37:51 +0000 (18:37 +0000)]
Forgot closing brace in expect expression.
ericm [Mon, 13 Jun 2005 17:45:26 +0000 (17:45 +0000)]
some minor changes in lsd upcall.
ericm [Mon, 13 Jun 2005 16:01:33 +0000 (16:01 +0000)]
minor change for debug msg.
yury [Mon, 13 Jun 2005 13:24:56 +0000 (13:24 +0000)]
- removed canceling unused locks in cobd in switching time as this is done in disconnect path.
yury [Mon, 13 Jun 2005 12:28:32 +0000 (12:28 +0000)]
- fixed typos in comments and some alingment in cobd.
- added canceling unused locks before disconnecting master/cache exports in cobd_iocontrol()
- added lmv_cancel_unused() to cancel unused locks from llite correctly instead of using
direct ldlm_cli_cancel_unused() on lmv namespace.
- removed not used ll_mdc_cancel_unused()
alex [Mon, 13 Jun 2005 09:08:47 +0000 (09:08 +0000)]
- update from HEAD
alex [Sun, 12 Jun 2005 18:09:42 +0000 (18:09 +0000)]
- revert back the change: it breaks replay-dual
jacob [Sat, 11 Jun 2005 15:47:54 +0000 (15:47 +0000)]
From last week at CGG:
filemap_fdatawrite is present in vanilla 2.4.29, add configure check
eeb [Sat, 11 Jun 2005 12:11:34 +0000 (12:11 +0000)]
* 6474: changes to low-level vibnal IB QP tunables
eeb [Sat, 11 Jun 2005 11:52:02 +0000 (11:52 +0000)]
* Fixed 6465: ensure nid '*' resolves to the IP address of ipoib0:
adilger [Sat, 11 Jun 2005 08:16:21 +0000 (08:16 +0000)]
Branch b1_4
Fix changelog entry.
adilger [Sat, 11 Jun 2005 07:46:34 +0000 (07:46 +0000)]
Branch b1_4
Fix missing symbols for 2.6 builds.
b=6471
adilger [Fri, 10 Jun 2005 23:25:58 +0000 (23:25 +0000)]
Branch b1_4
Fix build if LPROCFS isn't defined to see if this is cause of 2.6.9 x86_64 prob.
b=6471
brian [Fri, 10 Jun 2005 23:23:57 +0000 (23:23 +0000)]
Allow GSS password to be passed to the test-framework in $GSS_PASS.
adilger [Fri, 10 Jun 2005 19:22:40 +0000 (19:22 +0000)]
Branch b1_4
Fix possible memory leak in error path
adilger [Fri, 10 Jun 2005 18:03:36 +0000 (18:03 +0000)]
Branch b1_4
#include <linux/version.h> for 2.4.19 RPM builds.
adilger [Fri, 10 Jun 2005 17:50:17 +0000 (17:50 +0000)]
Branch b1_4
Update build version to 1.4.3.1cvs per Jacob's suggestion.
adilger [Fri, 10 Jun 2005 17:28:32 +0000 (17:28 +0000)]
Branch b1_4
Fix build for BGL ION kernel (2.4.19) which doesn't declare the quota stuff
even internally. Obvious solutions like removing #ifndef (__KERNEL__) caused
newer kernel builds to fail because of duplicate declarations, and just
checking the LINUX_VERSION_CODE directly caused problems for liblustre.
adilger [Fri, 10 Jun 2005 08:05:21 +0000 (08:05 +0000)]
Branch b1_4
Regression test for too verbose console log messages.
b=6411
ericm [Thu, 9 Jun 2005 21:58:50 +0000 (21:58 +0000)]
gss: be albe to parse signed int when lsvcgssd send error downcall; some
code adjustment.
adilger [Thu, 9 Jun 2005 19:51:29 +0000 (19:51 +0000)]
Branch b1_4
Add standard header.
adilger [Thu, 9 Jun 2005 19:48:27 +0000 (19:48 +0000)]
Branch b1_4
Whitespace fixup + standard header for whitespace.
green [Thu, 9 Jun 2005 18:47:45 +0000 (18:47 +0000)]
Branch: b1_4
Make diff between b1_4 and b_cray smaller
Change struct names:
obd_run_ctxt -> obd_lvfs_ctxt
obd_ucred -> lvfs_ucred
lvfs_ucred struct members now start with luc_, not ouc_
sturct obd_device's obd_ctxt is now obd_lvfs_ctxt
eeb [Thu, 9 Jun 2005 17:53:11 +0000 (17:53 +0000)]
* vibnal 6361 fix: change QP creation tunables & HCA name
* vibnal 6436 fix: don't LBUG when QP creation fails
wangchao [Thu, 9 Jun 2005 15:56:41 +0000 (15:56 +0000)]
minor change for buffalo test of client-oss,
let lconf be able to accept --mds_sec but ignore it.
llmount.c is able to accept mds_sec option but ignore it,
so it doesn't need change for this purpose.
for h_hd_sec_client_oss, it also needs the change to lconf
to accept --sec but ignore it.
after client-oss landing, we will make it integrated.
adilger [Thu, 9 Jun 2005 08:03:34 +0000 (08:03 +0000)]
Branch b1_4
Restore the "too long searching" message as a warning (though not an error).
b=6449
adilger [Wed, 8 Jun 2005 20:31:05 +0000 (20:31 +0000)]
Branch b1_4
Update build version to 1.4.3.1llnl.
adilger [Wed, 8 Jun 2005 20:20:00 +0000 (20:20 +0000)]
Branch b1_4
Move common KEY_IS() macro to header.
adilger [Wed, 8 Jun 2005 20:17:40 +0000 (20:17 +0000)]
Branch b1_4
Disable too-verbose debug message.
b=6449
adilger [Wed, 8 Jun 2005 18:52:27 +0000 (18:52 +0000)]
Branch b1_4
Print file offsets in hex.
Avoid duplicate and less informative LL_CDEBUG_PAGE() in LRU walking.
adilger [Wed, 8 Jun 2005 18:38:16 +0000 (18:38 +0000)]
Branch b1_4
Don't try to use the -clean llog to clean up if we just had an error
trying to mount with the llog. Instead use lustre_manual_cleanup()
as we already do with regular and force unmount.
b=6302
brian [Wed, 8 Jun 2005 17:11:03 +0000 (17:11 +0000)]
Need device mapper support for LVM.
adilger [Wed, 8 Jun 2005 10:46:27 +0000 (10:46 +0000)]
Branch b1_4
Don't use the increased LDLM AST timeout on the MDS, rather use the
old default value initially. Clients generally do not have the need
to do disk operations before flushing an MDS lock.
b=6422
adilger [Wed, 8 Jun 2005 10:09:32 +0000 (10:09 +0000)]
Branch b1_4
Get the "new inode" lock in mds_reint_create() only after we have completed
the transnaction. This is in-line with what mds_open() already does, and
avoids blocking the journal to get a DLM lock, which can induce deadlock.
b=6422
adilger [Wed, 8 Jun 2005 10:02:20 +0000 (10:02 +0000)]
Branch b1_4
Drop DLM lock export ref outside ns_lock in case this is the last reference
and class_export_put needs to do disk operations.
b=6422
liangzhen [Wed, 8 Jun 2005 09:05:25 +0000 (09:05 +0000)]
Script used to create directory tree for PackageMaker in OS X.
liangzhen [Wed, 8 Jun 2005 07:48:17 +0000 (07:48 +0000)]
Small fix for install/uninstall scripts.
wangdi [Tue, 7 Jun 2005 16:07:59 +0000 (16:07 +0000)]
Branch: HEAD
1)set lsm when cmobd reint create one inode on master mds
2)some minor fix in cobd
ericm [Tue, 7 Jun 2005 00:53:04 +0000 (00:53 +0000)]
fix rawrpc, don't drop buffer before rpc really finished on wire, portals
callback might arrive very late.
adilger [Mon, 6 Jun 2005 22:09:32 +0000 (22:09 +0000)]
Branch b1_4
Keep ioctl numbers the same in all extents patches.
Remove duplicate EXT3_FEATURE_INCOMPAT_RECOVER in 2.4.29 patch.
b=5875
adilger [Mon, 6 Jun 2005 21:33:10 +0000 (21:33 +0000)]
Branch b1_4
Move class_fail_export() outside #ifdef __KERNEL__ for liblustre to compile
(even though this is a server-side only function).
b=5921
eeb [Mon, 6 Jun 2005 21:22:23 +0000 (21:22 +0000)]
file openibnal_modparams.c was initially added on branch b_hd_newconfig.
tappro [Mon, 6 Jun 2005 18:15:39 +0000 (18:15 +0000)]
r=alex
- replace iget() in smfs_init_inode_info() with igrab()
wangdi [Mon, 6 Jun 2005 16:12:09 +0000 (16:12 +0000)]
Branch: HEAD
some fix in lmc and lconf for WB cache test
1)add more options for single oss with cache and master lmv
2)some fixes for WB cache test script
lwang [Mon, 6 Jun 2005 10:06:39 +0000 (10:06 +0000)]
Update ChangeLog
ericm [Sun, 5 Jun 2005 21:14:54 +0000 (21:14 +0000)]
land b_hd_sec onto HEAD, some debugging code also kept.
wangdi [Sun, 5 Jun 2005 06:33:04 +0000 (06:33 +0000)]
Branch: HEAD
some fixes for WB cache
1)reorganization for cobd_setup, add cache_real_exp, master_real_exp for real
connection
2)the fix in lmc for wrong lov_index
adilger [Sat, 4 Jun 2005 23:59:04 +0000 (23:59 +0000)]
Branch b1_4
Ignore "sec" option to avoid buffalo breakage. Hopefully temporary.
adilger [Fri, 3 Jun 2005 22:32:21 +0000 (22:32 +0000)]
Branch b1_4
Put filter_destroy(), filter_setattr() into filter_internal.h so we can
call them directly in filter_log.c instead of using obd_*() indirection.
Minor code reorg of filter_llog_finish() for the same reason.
adilger [Fri, 3 Jun 2005 22:23:21 +0000 (22:23 +0000)]
Branch b1_4
Quiet liblustre compile warning.
b=6420
adilger [Fri, 3 Jun 2005 22:15:53 +0000 (22:15 +0000)]
Branch b1_4
Remove redundant ptlrpc_fail_export() function, use class_fail_export().
Move EXPORT_SYMBOL functions to where the function is defined, for clarity.
Move lov_merge_* declarations to a header (same as b_cray).
Fix some compile warnings for liblustre.
b=5921
adilger [Fri, 3 Jun 2005 19:56:23 +0000 (19:56 +0000)]
Branch b1_4
Don't disable debug during sanityN.sh
adilger [Fri, 3 Jun 2005 18:11:02 +0000 (18:11 +0000)]
Branch b1_4
Setting a default stripe on the filesystem root prevented the
filesystem from being remounted.
The client was sending extra request flags in the root getattr
request and did not allocate a reply buffer for the dir EA.
b=6367
r=phil
eeb [Fri, 3 Jun 2005 09:36:56 +0000 (09:36 +0000)]
* Fixed 5858: vibnal arp retries
liangzhen [Fri, 3 Jun 2005 09:21:56 +0000 (09:21 +0000)]
Boot time sysctl setting for Lustre OS X.