Whamcloud - gitweb
fs/lustre-release.git
20 years agoOne more RPM build fix.
adilger [Wed, 16 Jun 2004 17:38:52 +0000 (17:38 +0000)]
One more RPM build fix.

20 years agoLand b1_2_smallfix onto b1_2 (20040616_1009)
adilger [Wed, 16 Jun 2004 16:59:22 +0000 (16:59 +0000)]
Land b1_2_smallfix onto b1_2 (20040616_1009)

20 years agoLand b1_2_smallfix onto b1_2 (20040616_1009)
adilger [Wed, 16 Jun 2004 16:50:40 +0000 (16:50 +0000)]
Land b1_2_smallfix onto b1_2 (20040616_1009)
- allow clients to reconnect during replay (b=1742)
- re-awaken ptlrpcd if new requests arrive during check_set (b=3554)
- fix cond_resched (b=3554)
- only evict unfinished clients after recovery (b=3515)
- allow bulk resend, prevent data loss (b=3570)
- remove extraneous obd dereference causing LASSERT failure (b=3334)
- don't use get_cycles() when creating temp. files on the mds (b=3156)
- hold i_sem when setting i_size in ll_extent_lock() (b=3564)
- fix ksocknal_fmb_callback() error messages (b=2918)

20 years agoLand b1_2_smallfix onto b1_2 (20040610_1244)
adilger [Thu, 10 Jun 2004 18:54:53 +0000 (18:54 +0000)]
Land b1_2_smallfix onto b1_2 (20040610_1244)
- dynamic ptlrpc request buffer allocation (b=2102)
- don't allow unlinking open directory if it isn't empty (b=2904)
- set MDS/OST threads to umask 0 to not clobber client modes (b=3359)

20 years agoLand b1_2_smallfix onto b1_2 (20040608_1846)
adilger [Wed, 9 Jun 2004 02:45:35 +0000 (02:45 +0000)]
Land b1_2_smallfix onto b1_2 (20040608_1846)

20 years agoLand b1_2_smallfix onto b1_2 (20040608_1846)
adilger [Wed, 9 Jun 2004 02:44:52 +0000 (02:44 +0000)]
Land b1_2_smallfix onto b1_2 (20040608_1846)
- clean kiobufs before and after use (b=3485)
- strip trailing '/'s before comparing paths with /proc/mounts (b=3486)
- remove assertions to work around "in-flight rpcs" recovery bug (b=3063)
- change init script to fail more clearly if not run as root (b=1528)
- fix ns_lock/i_sem lock ordering deadlock for kms update (b=3477)
- don't do DNS lookups on NIDs too small for IP addresses (b=3442)
- servers can dump a log evicting a client - lustre.dump_on_timeout=1

20 years agoAfter further discussion with Andreas, this test and error message should be
buffalo-pull [Thu, 3 Jun 2004 00:30:29 +0000 (00:30 +0000)]
After further discussion with Andreas, this test and error message should be
the correct ones.

20 years agoMake test more accurate and update error message again.
buffalo-pull [Wed, 2 Jun 2004 20:35:10 +0000 (20:35 +0000)]
Make test more accurate and update error message again.

20 years agoMake the error message a little more clear as to the conditions of the test
buffalo-pull [Wed, 2 Jun 2004 17:41:23 +0000 (17:41 +0000)]
Make the error message a little more clear as to the conditions of the test
being a FAIL.

20 years agoIncrease TIMEOUT from 10 to 20 as per b3353.
buffalo-pull [Wed, 2 Jun 2004 15:12:45 +0000 (15:12 +0000)]
Increase TIMEOUT from 10 to 20 as per b3353.

20 years agoThis commit was manufactured by cvs2svn to create branch 'b1_2'.
cvs2svn [Wed, 2 Jun 2004 15:06:24 +0000 (15:06 +0000)]
This commit was manufactured by cvs2svn to create branch 'b1_2'.

20 years agolanding b_cmobd_merge on HEAD
phil [Wed, 2 Jun 2004 15:06:23 +0000 (15:06 +0000)]
landing b_cmobd_merge on HEAD

b_cmobd_merge should not be used for any further development or testing!

20 years ago- mds->lmv->mdc propagate lower timeout down to import
alex [Tue, 1 Jun 2004 15:19:34 +0000 (15:19 +0000)]
- mds->lmv->mdc propagate lower timeout down to import
  we need this becase client's timeout should be longer then inter-mds recovery may take
- few ugly hacks that allow client to reconnect with old (before failure took place) UUID
- mds_preprw() and mds_preprw() should use l_dput() instead of f_dput()
- SOCKNAL_IO_TIMEOUT has been set to 20 seconds to make discovery of
  stale connection faster
- lconf generates persisten UUIDs for LMV clients
  it each new LMV uses fresh UUID, then each recovered MDS looks like
  new client (target MDS doesn't recognize it's old because of new UUID).
  if target MDS gets restarted, then it'll find more clients in LAST_RCVD
  then it actually had

20 years agofile export-zap-page-range.patch was initially added on branch b_mmap.
zab [Sat, 29 May 2004 00:17:09 +0000 (00:17 +0000)]
file export-zap-page-range.patch was initially added on branch b_mmap.

20 years agofile mmap_sanity.c was initially added on branch b_mmap.
zab [Sat, 29 May 2004 00:13:20 +0000 (00:13 +0000)]
file mmap_sanity.c was initially added on branch b_mmap.

20 years agoUpdate ChangeLog for final 1.2.2 release (3409 is back in).
adilger [Thu, 27 May 2004 21:39:00 +0000 (21:39 +0000)]
Update ChangeLog for final 1.2.2 release (3409 is back in).

20 years agoAdd an ldlm_timeout /proc tuneable during debugging of AST timeouts.
adilger [Thu, 27 May 2004 13:48:30 +0000 (13:48 +0000)]
Add an ldlm_timeout /proc tuneable during debugging of AST timeouts.
If ldlm_bl_to_thread() fails, call ldlm_handle_bl_callback() directly.
b=3267, b=3468

20 years agoFix rename bug for this patch series, whose name sadly doesn't match "*htree*".
adilger [Thu, 27 May 2004 08:15:51 +0000 (08:15 +0000)]
Fix rename bug for this patch series, whose name sadly doesn't match "*htree*".
b=3417

20 years agoUpdate tags target from b1_4.
adilger [Thu, 27 May 2004 06:31:55 +0000 (06:31 +0000)]
Update tags target from b1_4.

20 years agoAdd rename_many to tests/Makefile.am
adilger [Wed, 26 May 2004 22:49:02 +0000 (22:49 +0000)]
Add rename_many to tests/Makefile.am
b=3417

20 years agoKeep b1_2 and b1_4 htree patches consistent.
adilger [Wed, 26 May 2004 19:33:08 +0000 (19:33 +0000)]
Keep b1_2 and b1_4 htree patches consistent.
b=3275

20 years agoAdd ext3-htree-rename_fix.patch (originally added on b1_2_smallfix, but
adilger [Wed, 26 May 2004 15:58:30 +0000 (15:58 +0000)]
Add ext3-htree-rename_fix.patch (originally added on b1_2_smallfix, but
"land1.sh" didn't merge it for some reason).
b=3417

20 years agofile ext3-htree-rename_fix.patch was initially added on branch b1_2.
adilger [Wed, 26 May 2004 15:58:24 +0000 (15:58 +0000)]
file ext3-htree-rename_fix.patch was initially added on branch b1_2.

20 years agoLand b1_2_smallfix onto b1_2 (20040525_1520)
adilger [Tue, 25 May 2004 22:59:08 +0000 (22:59 +0000)]
Land b1_2_smallfix onto b1_2 (20040525_1520)
- revert lock cancellation to blocking thread for glimpse ASTs (3409)
- fix rare problem with rename on htree directories (3417)
- 2.6 patch fixes

20 years agob=2950
alex [Tue, 25 May 2004 10:22:10 +0000 (10:22 +0000)]
b=2950

landed on HEAD

20 years agob=3063
alex [Tue, 25 May 2004 09:10:38 +0000 (09:10 +0000)]
b=3063

20 years ago- lmv_getattr_name() recognizes cross-node name and repeats getattr to proper
alex [Mon, 24 May 2004 18:39:04 +0000 (18:39 +0000)]
- lmv_getattr_name() recognizes cross-node name and repeats getattr to proper
  MDS node with gotten ino/generation couple
- warning for cross-node rename in lmv_rename(). it isn't implemented yet.
  hence, we'd like to know when we hit this path
- mdc_getattr_name() accepts empty name in order to support getattr by fid request
- mds_get_parent_child_locked() forces MDS_INODELOCK_LOOKUP to be used
  if found dentry points to another MDS node
- mea_name2idx() and raw_name2idx() checks for last not to be zero and warns if it's

NOTE: this should fix the cause of the test #5 failure

20 years ago- bugs in fsfilt_ext3_add_dir_entry() and fsfilt_ext3_del_dir_entryI() fixed:
alex [Mon, 24 May 2004 14:42:18 +0000 (14:42 +0000)]
- bugs in fsfilt_ext3_add_dir_entry() and fsfilt_ext3_del_dir_entryI() fixed:
  JBD routines must be called under BKL on 2.4

20 years ago- ll_update_inode() puts number of MDS holding inode to inode->i_dev. this
alex [Mon, 24 May 2004 08:57:47 +0000 (08:57 +0000)]
- ll_update_inode() puts number of MDS holding inode to inode->i_dev. this
  fix the problem some apps confuses on: they see the same inode number for
  different objects. thanks to Andreas for the idea.

20 years ago- mdt_obj_create() understands a request which is part of cross-node mkdir()
alex [Sun, 23 May 2004 16:22:08 +0000 (16:22 +0000)]
- mdt_obj_create() understands a request which is part of cross-node mkdir()
  recovery and looks for given ino/generation first. if no ino/generation are
  given then it simple recreates new object and returns ino/generation back
  to MDS holding a name. leaked inode is subject to rollback mechanism that
  is to be implemented yet
- when mds_reint_create() is asked to replay cross-node mkdir() it signals
  this to MDS holding dir inode and sends ino/generation couple if possible

NOTE: now cross-node mkdir() survives failure on any MDS node: holding the
      name and holding the inode

20 years ago- extN-wantedi accepts generation as well as ino to create an inode with
alex [Fri, 21 May 2004 17:16:44 +0000 (17:16 +0000)]
- extN-wantedi accepts generation as well as ino to create an inode with
  given ino/generation. we need this for cross-node mkdir() which creates
  inode on remote MDS and adds dir entry then. after that remote MDS may
  fail and primary MDS will have to recreate inode with already gotten
  ino and generation numbers
- export refcounting bug in lmv fixed
- mdc_obj_create() stores just received ino/generation back to request.
  if request replay will happen mdt_obj_create() will use stored numbers
  to recreate lost inode
- mds_filter_recovery_request() accepts OST_CREATE request. need to be
  discussed though
- mdt_obj_create() rewritten to support recovery phase
- needless mds_lmv_disconnect() in mds_fs_cleanup() removed
- possible bug in retrieve_generation_numbers() fixed: it should understand
  cross-node dir entries and put proper mdsnum's

NOTE: please, re-apply extN-wantedi patch

20 years ago- workaround for name collision in mdt_obj_create() + debug CERROR there
alex [Fri, 21 May 2004 08:43:35 +0000 (08:43 +0000)]
- workaround for name collision in mdt_obj_create() + debug CERROR there
- mds_commitrw() should use l_dput() instead of f_dput()
- removed needless CERROR() from mds_create_local_dentry()

20 years ago- pdirops patches against vanilla-2.4.20 series
alex [Thu, 20 May 2004 19:48:24 +0000 (19:48 +0000)]
- pdirops patches against vanilla-2.4.20 series

NOTE: vanilla-2.4.20 runs CMD now

20 years ago- new routine lmv_get_mea_and_update_object() to be called for
alex [Thu, 20 May 2004 13:23:46 +0000 (13:23 +0000)]
- new routine lmv_get_mea_and_update_object() to be called for
  MDS's reply with -ERESTART which notifies directory got splitted
- lmv_intent_open() recognizes a dir gets splitted during request,
  retrieves mea and repeats the request using proper MDS
- lmv_create() recognizes a dir gets splitted during request,
  retrieves mea and repeats the request using proper MDS
- bug fixed in lmv_getattr_name(): it passed wrong namelen to raw_name2idx()
- lmv_obd_create() sets OBD_MD_FLID to flag MDSs to mark created object
  unsplittable. we have to differ two possible requests: 1) to create
  remote inode for cross-node mkdir(); 2) to create slave objects. last
  ones must not be splitted recursively
- mdt_obj_create() has been rewritten to comply just described rules.
  also, it takes a lock on newly created inode. this is needed for recovery
- bug fixed in scan_and_distribute(): it tried to open an inode using decimal
  number and this caused iopen_lookup() to find alias dentries
- mds_get_lmv_attr() should return right mea size for given conf. in any case
- minor cleanups

20 years agoFixes for mount.lustre.
adilger [Wed, 19 May 2004 22:42:40 +0000 (22:42 +0000)]
Fixes for mount.lustre.
- refuse to mount the same filesystem twice on same mountpoint (b=3394)
- allow llmount to create routes for mounting behind routers (b=3320)

20 years ago- lmv_packmd() and lmv_unpackmd() need not be real connected
alex [Wed, 19 May 2004 20:48:31 +0000 (20:48 +0000)]
- lmv_packmd() and lmv_unpackmd() need not be real connected

20 years agofile md_path_lookup-2.6-suse.patch was initially added on branch b1_4_smallfix.
jacob [Wed, 19 May 2004 19:57:42 +0000 (19:57 +0000)]
file md_path_lookup-2.6-suse.patch was initially added on branch b1_4_smallfix.

20 years agoTest to exercise htree rename bug.
adilger [Wed, 19 May 2004 19:48:54 +0000 (19:48 +0000)]
Test to exercise htree rename bug.
b=3417

20 years agofile rename_many.c was initially added on branch b1_2.
adilger [Wed, 19 May 2004 19:48:47 +0000 (19:48 +0000)]
file rename_many.c was initially added on branch b1_2.

20 years agoLand b1_2_smallfix onto b1_2 (20040519_1118)
adilger [Wed, 19 May 2004 18:26:13 +0000 (18:26 +0000)]
Land b1_2_smallfix onto b1_2 (20040519_1118)
- loop device shouldn't call sync_dev() for nul device (3092)
- push lock cancellation to blocking thread for glimpse ASTs (3409)
- don't call osc_set_data_with_check() for TEST_LOCK matches (3159)

20 years ago- name var was used being uninitialized
alex [Wed, 19 May 2004 10:29:25 +0000 (10:29 +0000)]
- name var was used being uninitialized

20 years ago- raw_name2idx declaration to avoid warnings
alex [Wed, 19 May 2004 09:00:24 +0000 (09:00 +0000)]
- raw_name2idx declaration to avoid warnings
- ldlm_cli_enqueue() takes 2nd number from resource name into account
  to recognize that returned lock changed. we need this because MDS
  may return LOOKUP lock with the same ino, but another generation.
  the case is very simple mkdir a; then touch a/b; remount; lookup a/b;
  a and b my live on different MDSs and have the same ino
- lmv_handle_remote_inode() changes intent from IT_LOOKUP to IT_GETATTR:
  caller expect to find attributes in reply
- lmv_intent_lookup() chooses right MDS to revalidate the name
- lmv_create() chooses right MDS where to forward request to
- lmv_link() chooses right mds where to forward request to
- lmv_unlink() chooses right mds where to forward request to
- lmv_readpage() removes . and .. from all the pages, but ones that come
  from master MDS for given directory
- lmv_obd_create_single() requests creation of single directory on given MDS
- mdt_obj_create() creates a directory for new mkdir() semantic
- each time new llite connects to MDS, the latter try to connect to own LMV
- mds_pack_inode2body() returns nlink=1 for directories
- mds_lmv_postsetup() pass valid cookiesize to lmv and down to the stack
- mds_reint_create() distributes new dir's inodes over the cluster
- bug in mds_create_local_dentry() fixed: rmdir may cause FIDS/ removal
- mds_get_parents_childer_lock() recognizes cross-ref dentries

20 years agoLand b1_2_2766 onto b1_2 (20040518_2110)
adilger [Wed, 19 May 2004 07:13:13 +0000 (07:13 +0000)]
Land b1_2_2766 onto b1_2 (20040518_2110)
- clear page cache after eviction (2766)
- resynchronize MDS->OST in background (2824)

Running test 5 in replay-ost-single.sh (still disabled) still fails in UML,
I'm not sure if this is bug 2766-related or something else.

20 years agofile ext3-extents-asyncdel-2.4.20-rh.patch was initially added on branch b1_4_mballoc.
zab [Tue, 18 May 2004 21:02:58 +0000 (21:02 +0000)]
file ext3-extents-asyncdel-2.4.20-rh.patch was initially added on branch b1_4_mballoc.

20 years agofile ext3-extents-asyncdel-2.4.24.patch was initially added on branch b1_4_mballoc.
zab [Tue, 18 May 2004 19:56:16 +0000 (19:56 +0000)]
file ext3-extents-asyncdel-2.4.24.patch was initially added on branch b1_4_mballoc.

20 years agosmash the HEAD with the contents of b_cmd. HEAD_PRE_CMD_SMASH and
phil [Mon, 17 May 2004 11:52:09 +0000 (11:52 +0000)]
smash the HEAD with the contents of b_cmd.  HEAD_PRE_CMD_SMASH and
cMD_PRE_CMD_SMASH are the relevant tags.

The pre-smashing contents of HEAD will be committed by yury into b_cmd as a
merge of the two branches.  These will be stabilized on b_cmd and eventually
landed onto HEAD.

20 years agofile loop-sync-2.4.21-suse.patch was initially added on branch b1_2_smallfix.
rread [Fri, 14 May 2004 20:17:45 +0000 (20:17 +0000)]
file loop-sync-2.4.21-suse.patch was initially added on branch b1_2_smallfix.

20 years agob=2657
green [Thu, 13 May 2004 19:36:10 +0000 (19:36 +0000)]
b=2657
Added group lock tests. Those are not built by default.

20 years agoLand b_smallfix onto HEAD (20040512_1806)
adilger [Thu, 13 May 2004 16:12:15 +0000 (16:12 +0000)]
Land b_smallfix onto HEAD (20040512_1806)
b=2094, b=3138, b=3335, b=3274, b=3293, b=2862, b=3147, b=2350, b=3313
b=3265, b=3315, b=3301, b=3325, b=3329, b=3125, b=3098

20 years agofile .cvsignore was initially added on branch b_openib.
eeb [Thu, 13 May 2004 14:44:36 +0000 (14:44 +0000)]
file .cvsignore was initially added on branch b_openib.

20 years agofile openibnal_cb.c was initially added on branch b_openib.
eeb [Thu, 13 May 2004 13:45:32 +0000 (13:45 +0000)]
file openibnal_cb.c was initially added on branch b_openib.

20 years agofile openibnal.h was initially added on branch b_openib.
eeb [Thu, 13 May 2004 13:45:31 +0000 (13:45 +0000)]
file openibnal.h was initially added on branch b_openib.

20 years agofile openibnal.c was initially added on branch b_openib.
eeb [Thu, 13 May 2004 13:45:30 +0000 (13:45 +0000)]
file openibnal.c was initially added on branch b_openib.

20 years agofile autoMakefile.am was initially added on branch b_openib.
eeb [Thu, 13 May 2004 13:45:29 +0000 (13:45 +0000)]
file autoMakefile.am was initially added on branch b_openib.

20 years agofile Makefile.in was initially added on branch b_openib.
eeb [Thu, 13 May 2004 13:45:28 +0000 (13:45 +0000)]
file Makefile.in was initially added on branch b_openib.

20 years agoLand b1_2_smallfix onto b1_2 (20040512_1444)
adilger [Thu, 13 May 2004 09:09:27 +0000 (09:09 +0000)]
Land b1_2_smallfix onto b1_2 (20040512_1444)
b=2350, b=3313, b=3265, b=3315, b=3301, b=3325, b=3329, b=3125, b=3098

20 years agoa small fix on lmc to update its reference and description
wangchao [Thu, 13 May 2004 08:16:53 +0000 (08:16 +0000)]
a small fix on lmc to update its reference and description

20 years agoremoving patch for 2.6.5 as i have moved on.
efelix [Thu, 13 May 2004 03:07:37 +0000 (03:07 +0000)]
removing patch for 2.6.5 as i have moved on.

20 years agoNew files for vanilla 2.6.6 linux kernel. also a new ldiskfs for 2.6.6
efelix [Wed, 12 May 2004 23:18:35 +0000 (23:18 +0000)]
New files for vanilla 2.6.6 linux kernel.  also a new ldiskfs for 2.6.6

20 years agoDefault mount options stuff.
yury [Wed, 12 May 2004 10:27:04 +0000 (10:27 +0000)]
Default mount options stuff.

20 years agob=2693
wangchao [Wed, 12 May 2004 06:52:49 +0000 (06:52 +0000)]
b=2693
r=Robert

Update the regex of conf-sanity.sh test 13 to parse mds uuid from xml file properly.

20 years ago- tagging RC_CURRENT
buffalo-pull [Wed, 12 May 2004 01:34:42 +0000 (01:34 +0000)]
- tagging RC_CURRENT

20 years agofile llite_mmap.c was initially added on branch b_mmap.
zab [Tue, 11 May 2004 00:24:10 +0000 (00:24 +0000)]
file llite_mmap.c was initially added on branch b_mmap.

20 years ago- trivial fox for llog compile warning
zab [Mon, 10 May 2004 22:56:34 +0000 (22:56 +0000)]
- trivial fox for llog compile warning

20 years agoGive multiop a chance to open the file on fast machines.
rread [Mon, 10 May 2004 19:12:23 +0000 (19:12 +0000)]
Give multiop a chance to open the file on fast machines.

20 years agoSmall fix on the description of some lctl commands.
wangchao [Sun, 9 May 2004 09:15:28 +0000 (09:15 +0000)]
Small fix on the description of some lctl commands.

20 years agoa small fix to the reference beyond the buffer
tianying [Sun, 9 May 2004 09:12:03 +0000 (09:12 +0000)]
a small fix to the reference beyond the buffer

20 years agoCorrect the description and usage of "lctl conn_list".
wangchao [Sun, 9 May 2004 07:02:32 +0000 (07:02 +0000)]
Correct the description and usage of "lctl conn_list".

20 years ago- tagging RC_CURRENT
buffalo-pull [Fri, 7 May 2004 05:46:05 +0000 (05:46 +0000)]
- tagging RC_CURRENT

20 years agominor fix for build on amd64.
ericm [Wed, 5 May 2004 17:53:22 +0000 (17:53 +0000)]
minor fix for build on amd64.

20 years agoAdding patch set for vanilla 2.6.5, had to port over one of the suse patched from...
efelix [Wed, 5 May 2004 15:37:42 +0000 (15:37 +0000)]
Adding patch set for vanilla 2.6.5, had to port over one of the suse patched from bitkeeper for o_direct so that the suse patches would go in a little cleaner.

20 years agolanding smfs.
yury [Wed, 5 May 2004 11:40:01 +0000 (11:40 +0000)]
landing smfs.

20 years ago- tagging RC_CURRENT
buffalo-pull [Wed, 5 May 2004 01:34:10 +0000 (01:34 +0000)]
- tagging RC_CURRENT

20 years agob=3119
zab [Tue, 4 May 2004 21:16:56 +0000 (21:16 +0000)]
b=3119

Clear page->private while we're adding it to struct page.  Make
page->private errors really assertions as they're very bad and
shouldn't happen.

20 years agob=3119
zab [Tue, 4 May 2004 20:55:15 +0000 (20:55 +0000)]
b=3119

Assert when page->private isn't what we expect.

20 years agob=3285
adilger [Tue, 4 May 2004 17:43:02 +0000 (17:43 +0000)]
b=3285

20 years agob=3043
adilger [Tue, 4 May 2004 17:38:59 +0000 (17:38 +0000)]
b=3043

20 years agoReturn the right error code.
adilger [Tue, 4 May 2004 17:38:27 +0000 (17:38 +0000)]
Return the right error code.

20 years agoZero i_rdev for non-device files
adilger [Tue, 4 May 2004 17:18:38 +0000 (17:18 +0000)]
Zero i_rdev for non-device files
b=3147

20 years agoAdd newline to quiet warning.
adilger [Tue, 4 May 2004 09:51:02 +0000 (09:51 +0000)]
Add newline to quiet warning.

20 years ago- derive graph colors from rpc names. this gets hard to look at with
zab [Tue, 4 May 2004 00:29:39 +0000 (00:29 +0000)]
- derive graph colors from rpc names.  this gets hard to look at with
  many rpcs, but at least it works.
- also raise the graph a bit to account for lots more types of rpcs.
  need to get rid of a lot of the whitespace between bars..

20 years ago- tagging RC_CURRENT
buffalo-pull [Sat, 1 May 2004 02:57:26 +0000 (02:57 +0000)]
- tagging RC_CURRENT

20 years agofixup LASSERTF for liblustre
nic [Fri, 30 Apr 2004 22:37:40 +0000 (22:37 +0000)]
fixup LASSERTF for liblustre

20 years ago- tagging RC_CURRENT
buffalo-pull [Fri, 30 Apr 2004 03:19:32 +0000 (03:19 +0000)]
- tagging RC_CURRENT

20 years ago- updated tinderbox config info for rh series on x86
ccooper [Fri, 30 Apr 2004 02:03:23 +0000 (02:03 +0000)]
- updated tinderbox config info for rh series on x86

20 years agoMake the "/sbin/mount.lustre: No such device" error message less cryptic.
adilger [Thu, 29 Apr 2004 23:10:43 +0000 (23:10 +0000)]
Make the "/sbin/mount.lustre: No such device" error message less cryptic.

20 years ago- use sles8 iopen patch
ccooper [Thu, 29 Apr 2004 17:35:50 +0000 (17:35 +0000)]
- use sles8 iopen patch

20 years agore-add files that were erroneously deleted on HEAD
nic [Thu, 29 Apr 2004 14:33:01 +0000 (14:33 +0000)]
re-add files that were erroneously deleted on HEAD

20 years agoLand b_smallfix onto HEAD (20040428_2142)
adilger [Thu, 29 Apr 2004 08:54:18 +0000 (08:54 +0000)]
Land b_smallfix onto HEAD (20040428_2142)
b=3284, b=3285, b=3043, b=3236, revert liblustre group changes

20 years agofile ext3-extents-2.4.20-rh.patch was initially added on branch b_cmobd.
wangdi [Thu, 29 Apr 2004 06:53:15 +0000 (06:53 +0000)]
file ext3-extents-2.4.20-rh.patch was initially added on branch b_cmobd.

20 years agofix smfs_lookup, and add LASSERT to llog_lvfs_create
tianying [Thu, 29 Apr 2004 04:20:44 +0000 (04:20 +0000)]
fix smfs_lookup, and add LASSERT to llog_lvfs_create

20 years agofix endian mixup from previous patches
jacob [Thu, 29 Apr 2004 03:17:18 +0000 (03:17 +0000)]
fix endian mixup from previous patches

20 years ago- more consistently get the opc when graphing rpcs
zab [Wed, 28 Apr 2004 21:36:52 +0000 (21:36 +0000)]
- more consistently get the opc when graphing rpcs

20 years ago- re-add cvs datestamp functionality (enabled by default), but allow it to be overrid...
ccooper [Wed, 28 Apr 2004 18:09:27 +0000 (18:09 +0000)]
- re-add cvs datestamp functionality (enabled by default), but allow it to be overridden by using the --disable-datestamp flag

20 years ago- original patch applies fine against most recent chaos kernel (87). Reverting.
ccooper [Wed, 28 Apr 2004 17:03:04 +0000 (17:03 +0000)]
- original patch applies fine against most recent chaos kernel (87). Reverting.

20 years ago- use $() for execing
ccooper [Wed, 28 Apr 2004 16:10:48 +0000 (16:10 +0000)]
- use $() for execing
- ignore errors

20 years agoRemove redundant check. We will always return an error from mdc_close().
adilger [Wed, 28 Apr 2004 16:08:29 +0000 (16:08 +0000)]
Remove redundant check.  We will always return an error from mdc_close().
b=2410

20 years agoDisable test 0b until we merge the 2766 fix into b1_2 post 1.2.2.
adilger [Wed, 28 Apr 2004 15:39:08 +0000 (15:39 +0000)]
Disable test 0b until we merge the 2766 fix into b1_2 post 1.2.2.
b=2766

20 years ago- chaos kernel only needs half of the old inode-max-readahead patch, so added a new...
ccooper [Wed, 28 Apr 2004 14:45:53 +0000 (14:45 +0000)]
- chaos kernel only needs half of the old inode-max-readahead patch, so added a new patch just for chaos-2.4.18
- updated series file for chaos-2.4.18
- updated tinderbox info for chaos-2.4.18
- lbuild: removed '-D' option to cvs which was tanking builds on most clusters, cascading check for rpmbuild and rpm as the method to make rpms

20 years agoremove the scimac NAL
nic [Wed, 28 Apr 2004 13:22:24 +0000 (13:22 +0000)]
remove the scimac NAL