Whamcloud - gitweb
fs/lustre-release.git
19 years agoLand b1_2_smallfix onto b1_2 (20041004_1740)
adilger [Tue, 5 Oct 2004 04:31:01 +0000 (04:31 +0000)]
Land b1_2_smallfix onto b1_2 (20041004_1740)
- ignore -ENOENT errors in osc_destroy (3639)
- notify osc create thread that OSC is being cleaned up (4600)
- bind to privileged port in socknal and tcpnal (3689)
- add nettype argument for llmount in #5d in conf-sanity.sh (3936)
- reconstruct ost_handle() like mds_handle() (4657)
- create a new thread to do import eviction to avoid deadlock (3969)
- let lconf resolve symlinked-to devices (4629)
- don't unlink "objects" from directory with default EA (4554)
- hold socknal file ref over connect in case target is down (4394)
- allow more than 32000 subdirectories in a single directory (3244)
- OST returns ENOSPC from object create when no space left (4539)
- don't send truncate RPC if file size isn't changing (4410)
- limit OSC precreate to 1/2 of value OST considers bogus (4778)
- rate limit CERROR/CWARN console message to avoid overload (4519)
- GETFILEINFO dir ioctl returns LOV EA + MDS stat in 1 call (3327)
- basic mmap support (3918)
- kernel patch series update from b1_4 (4711)
- revalidate should check working dir is a directory (4134)
- don't always mark "slow" obdfilter messages as errors (4418)

19 years agoLand b_clr_patches onto b1_2 (20040929_1519)
adilger [Thu, 30 Sep 2004 10:37:41 +0000 (10:37 +0000)]
Land b_clr_patches onto b1_2 (20040929_1519)
Merge patches from b1_4 to b1_2.  Remove old/unused kernel patches/series.
b1_2 buffalo testing has all been done with these patches.

19 years agob=4726
green [Mon, 27 Sep 2004 16:09:48 +0000 (16:09 +0000)]
b=4726
r=adilger
Return missed hunk to not call notify_change directly if setattr_raw is present

19 years agochanges from b_release_1_2_6
jacob [Mon, 27 Sep 2004 15:39:50 +0000 (15:39 +0000)]
changes from b_release_1_2_6
 - update rhel series for 2.4.21-20.EL
 - lbuild fixes

19 years agob=4726
green [Mon, 27 Sep 2004 11:52:48 +0000 (11:52 +0000)]
b=4726
r=adilger
Return missed hunk to not call notify_change directly if setattr_raw is present

19 years agob=4134
green [Mon, 27 Sep 2004 11:17:49 +0000 (11:17 +0000)]
b=4134
r=adilger
Deliver bug 4134 fixes for 2.4 kernels to b1_2 (already present in b1_4
for some time).
Also add a sanity test.

19 years agob=3918
ccooper [Thu, 23 Sep 2004 18:43:12 +0000 (18:43 +0000)]
b=3918

- landing b1_2_mmap

19 years agoThis commit was manufactured by cvs2svn to create branch 'b1_2'.
cvs2svn [Wed, 22 Sep 2004 19:23:36 +0000 (19:23 +0000)]
This commit was manufactured by cvs2svn to create branch 'b1_2'.

19 years agob=4584
alex [Wed, 22 Sep 2004 19:23:35 +0000 (19:23 +0000)]
b=4584

- mdt_obj_create() should set generation in re-create case

19 years agoadd the make of io-manual.pdf
zhaohong [Mon, 20 Sep 2004 02:54:39 +0000 (02:54 +0000)]
add the make of io-manual.pdf

19 years agofile ext3-htree-2.4.21-rhel.patch was initially added on branch b_release_1_2_6.
jacob [Thu, 16 Sep 2004 23:52:32 +0000 (23:52 +0000)]
file ext3-htree-2.4.21-rhel.patch was initially added on branch b_release_1_2_6.

19 years agob=3969
ccooper [Thu, 16 Sep 2004 20:27:50 +0000 (20:27 +0000)]
b=3969
r=adilger

- landing b1_2_bug3969

19 years agor=adilger
green [Thu, 16 Sep 2004 18:13:48 +0000 (18:13 +0000)]
r=adilger
Patch from SuSE:
revalidate_special() is called from link_path_walk as the last path component is
(".."). In revalidate_special() we called

real_lookup(dentry->d_parent,&dentry->d_name, nd), which called cifs_lookup().
which doesnot initialises dentry->d_op pointer if there is no corresponding
inode to the dentry. cifs_lookup() returned NULL dentry with d_op() as NULL.

so, in the second iteration of the loop in revalidate_special() we have d_op
as NULL and hence the crash in

  if (!dentry->d_op->d_revalidate(dentry, nd)) {

19 years agoBranch: b1_2
adilger [Thu, 16 Sep 2004 16:32:02 +0000 (16:32 +0000)]
Branch: b1_2
Update build version.

19 years agob=4575
wangchao [Thu, 16 Sep 2004 04:20:01 +0000 (04:20 +0000)]
b=4575
update the manual for lmc, lconf and lctl

19 years agob=4631
green [Wed, 15 Sep 2004 23:00:58 +0000 (23:00 +0000)]
b=4631
r=nic
Update nfs-cifs-intent-2.6-suse.patch to work with 2.6.5-7.108 kernel from SuSE

19 years agofile ext3-mballoc2-2.6.5.patch was initially added on branch b1_4.
green [Wed, 15 Sep 2004 22:59:51 +0000 (22:59 +0000)]
file ext3-mballoc2-2.6.5.patch was initially added on branch b1_4.

19 years agofile ext3-extents-2.6.5.patch was initially added on branch b1_4.
green [Wed, 15 Sep 2004 22:59:50 +0000 (22:59 +0000)]
file ext3-extents-2.6.5.patch was initially added on branch b1_4.

19 years agob=4134
green [Wed, 15 Sep 2004 22:56:41 +0000 (22:56 +0000)]
b=4134
r=nic
fix for cd .. into non-directory

19 years agor=adilger,nic
ccooper [Wed, 15 Sep 2004 20:34:38 +0000 (20:34 +0000)]
r=adilger,nic

- landing b1_2_smallfix

19 years agob=3966
ccooper [Tue, 14 Sep 2004 18:21:12 +0000 (18:21 +0000)]
b=3966
r=nic

- land b1_2_bug3966 branch (HT-aware irq affinity)

19 years agob=bug4165
zhaoqiang [Fri, 10 Sep 2004 03:23:41 +0000 (03:23 +0000)]
b=bug4165

Move the LUSTRE_SRV_PTL_PID definition from lustre_idl.h to libcfs.h

19 years agob=4552
alex [Thu, 9 Sep 2004 08:53:13 +0000 (08:53 +0000)]
b=4552
r=adilger

- bug fixed: ll_gns_timer_callback() used semaphore in interrupt context

19 years agofile small_scatterlist-2.4.21-rhel.patch was initially added on branch b_release_1_3_1.
jacob [Tue, 7 Sep 2004 21:54:04 +0000 (21:54 +0000)]
file small_scatterlist-2.4.21-rhel.patch was initially added on branch b_release_1_3_1.

19 years agob=4165
zhaoqiang [Sat, 4 Sep 2004 06:48:29 +0000 (06:48 +0000)]
b=4165
Add the lustre_idl.h to qswnal.h

19 years agob4445 some fix for smfs_delete_inode
wangdi [Thu, 2 Sep 2004 12:27:53 +0000 (12:27 +0000)]
b4445 some fix for smfs_delete_inode

19 years agoBranch: b1_2
adilger [Wed, 1 Sep 2004 20:08:06 +0000 (20:08 +0000)]
Branch: b1_2
Support l40 kernels.

19 years ago- fixed stack corruption due to writing out the size of variable (lockh)
yury [Wed, 1 Sep 2004 16:20:18 +0000 (16:20 +0000)]
- fixed stack corruption due to writing out the size of variable (lockh)
- removed redundant assignment.

19 years agob4445: clear smfs_info in smfs_delete_inode
wangdi [Wed, 1 Sep 2004 16:00:04 +0000 (16:00 +0000)]
b4445: clear smfs_info in smfs_delete_inode

19 years agofile types.h was initially added on branch b_confobd.
jacob [Tue, 31 Aug 2004 22:44:21 +0000 (22:44 +0000)]
file types.h was initially added on branch b_confobd.

19 years agofile ext3-mballoc2-2.6-suse.patch was initially added on branch b_bgl.
jacob [Tue, 31 Aug 2004 21:31:25 +0000 (21:31 +0000)]
file ext3-mballoc2-2.6-suse.patch was initially added on branch b_bgl.

19 years agoland b_groups onto HEAD:
ericm [Mon, 30 Aug 2004 20:53:00 +0000 (20:53 +0000)]
land b_groups onto HEAD:
 - add a flag in lustre_msg which indicate message type
 - add a security descriptor into most of messages send to MDSs, which
   include the uid, supplementary groups array etc.
 - add group hash
 - MDS retrive local groups database through upcall, and set/merge with
   which sent from client based on policies (here not totally finished)
 - move root_squash test into separate sanity-sec.sh

19 years agoadd a make target to doc/Makefile.am for recovery-manual.pdf,
wangchao [Mon, 30 Aug 2004 08:32:45 +0000 (08:32 +0000)]
add a make target to doc/Makefile.am for recovery-manual.pdf,

19 years agominor fix the oops which block HEAD's testing.
ericm [Mon, 30 Aug 2004 02:45:54 +0000 (02:45 +0000)]
minor fix the oops which block HEAD's testing.

19 years agofile ext3-nlinks-2.4.20-hp_pnnl.patch was initially added on branch b1_4.
nic [Fri, 27 Aug 2004 20:58:30 +0000 (20:58 +0000)]
file ext3-nlinks-2.4.20-hp_pnnl.patch was initially added on branch b1_4.

19 years ago for resolving merge confliction
liuduo [Fri, 27 Aug 2004 04:23:53 +0000 (04:23 +0000)]
 for resolving merge confliction

19 years agofile suse-2.4.21-2.target.in was initially added on branch b_release_1_2_5.
jacob [Thu, 26 Aug 2004 20:30:15 +0000 (20:30 +0000)]
file suse-2.4.21-2.target.in was initially added on branch b_release_1_2_5.

19 years agofile rhel-2.4.target.in was initially added on branch b_release_1_2_5.
jacob [Thu, 26 Aug 2004 20:30:14 +0000 (20:30 +0000)]
file rhel-2.4.target.in was initially added on branch b_release_1_2_5.

19 years agofile rh-2.4.target.in was initially added on branch b_release_1_2_5.
jacob [Thu, 26 Aug 2004 20:30:13 +0000 (20:30 +0000)]
file rh-2.4.target.in was initially added on branch b_release_1_2_5.

19 years agofile hp_pnnl-2.4.target.in was initially added on branch b_release_1_2_5.
jacob [Thu, 26 Aug 2004 20:30:12 +0000 (20:30 +0000)]
file hp_pnnl-2.4.target.in was initially added on branch b_release_1_2_5.

19 years agofile 2.6-suse.target.in was initially added on branch b_release_1_2_5.
jacob [Thu, 26 Aug 2004 20:30:11 +0000 (20:30 +0000)]
file 2.6-suse.target.in was initially added on branch b_release_1_2_5.

19 years agofile 2.6-vanilla.target.in was initially added on branch b_release_1_2_5.
jacob [Thu, 26 Aug 2004 20:30:06 +0000 (20:30 +0000)]
file 2.6-vanilla.target.in was initially added on branch b_release_1_2_5.

19 years agofile .cvsignore was initially added on branch b_release_1_2_5.
jacob [Thu, 26 Aug 2004 20:30:05 +0000 (20:30 +0000)]
file .cvsignore was initially added on branch b_release_1_2_5.

19 years agoupdate .snap for smfs
wangdi [Thu, 26 Aug 2004 16:11:23 +0000 (16:11 +0000)]
update .snap for smfs

19 years agofile sd_iostats-2.4.21-chaos.patch was initially added on branch b1_4.
eeb [Thu, 26 Aug 2004 14:54:05 +0000 (14:54 +0000)]
file sd_iostats-2.4.21-chaos.patch was initially added on branch b1_4.

19 years agob: b_hd_bug3270 land branch b_hd_bug3270 into HEAD
liuduo [Thu, 26 Aug 2004 09:49:35 +0000 (09:49 +0000)]
b: b_hd_bug3270 land branch b_hd_bug3270 into HEAD

19 years agoLand from b_hd_pid to HEAD
zhaoqiang [Thu, 26 Aug 2004 07:34:53 +0000 (07:34 +0000)]
Land from b_hd_pid to HEAD
b=bug4165(pid)
r=Peter

- Assign the constant number to kernel portals pid,
  this constant is LUSTRE_SRV_PTL_PID(999999) defined
  in lustre_idl.h;
  In the user mode(liblustre), use the getpid()

- Modify the struct ptlrpc_peer's field peer_nid
  from ptl_nid_t to ptl_process_id_t, which include pid.
  Modify the related code with peer_nid.

- Change the snprintf remote_uuid.uuid to
  include pid info in target_handle_connect;

- In ksocknal_api_startup, use LUSTRE_SRV_PTL_PID to PtlNIInit.

- In tcpnal_init, b->lib_nal->libnal_ni.ni_pid.pid=0;
  This line should be deleted.

- In ptlrpc_get_connection, add the pid compare
  when iterate the conn_list & conn_unused_list

- Change request_in_callback while assign req->rq_peer.peer_id

- In ptlrpc_uuid_to_peer, give default value
  (LUSTRE_SRV_PTL_PID) to peer->peer_id.pid

- Change each entry to call PtlNIInit/PtlPut

- Change the entry to call PtlMEAttach,
  use c_peer value replace PTL_PID_ANY , it is the most important!

19 years agob=4222
houfeng [Thu, 26 Aug 2004 06:38:25 +0000 (06:38 +0000)]
b=4222

19 years agob=3918
buffalo-pull [Wed, 25 Aug 2004 14:17:11 +0000 (14:17 +0000)]
b=3918

revert b1_2_mmap landing. The testing shows a very obvious regression(2973), and this
code was not updated from b1_2 before the final testing.

19 years agofile ext3-nlinks-2.4.21-chaos.patch was initially added on branch b1_4.
adilger [Wed, 25 Aug 2004 07:25:27 +0000 (07:25 +0000)]
file ext3-nlinks-2.4.21-chaos.patch was initially added on branch b1_4.

19 years ago- land b1_2_mmap onto b1_2 (20040825_1413)
niu [Wed, 25 Aug 2004 06:47:16 +0000 (06:47 +0000)]
- land b1_2_mmap onto b1_2 (20040825_1413)

19 years agofile ext3-inode-reuse-2.4.24.patch was initially added on branch b1_4.
alex [Tue, 24 Aug 2004 18:53:49 +0000 (18:53 +0000)]
file ext3-inode-reuse-2.4.24.patch was initially added on branch b1_4.

19 years ago- struct obd should be 64bits aligned
alex [Tue, 24 Aug 2004 18:20:08 +0000 (18:20 +0000)]
- struct obd should be 64bits aligned

19 years agofile ext3-nlinks-2.6.7.patch was initially added on branch b1_4_smallfix.
adilger [Tue, 24 Aug 2004 17:02:17 +0000 (17:02 +0000)]
file ext3-nlinks-2.6.7.patch was initially added on branch b1_4_smallfix.

19 years ago- fix in smfs (do not write md if there was no order to do so)
yury [Tue, 24 Aug 2004 15:58:51 +0000 (15:58 +0000)]
- fix in smfs (do not write md if there was no order to do so)
- lsmfs.sh changes to make it usable for testing smfs with no log maintaining.

19 years agominor fix for .snap on smfs
wangdi [Tue, 24 Aug 2004 12:22:21 +0000 (12:22 +0000)]
minor fix for .snap on smfs

19 years agoupdate .snap on smfs
wangdi [Tue, 24 Aug 2004 12:12:41 +0000 (12:12 +0000)]
update .snap on smfs

19 years agoBranch: b1_2
adilger [Tue, 24 Aug 2004 07:33:37 +0000 (07:33 +0000)]
Branch: b1_2
Push 70000-subdir test out to l40 kernel patch when it is for all series.
b=4406
r=nic

19 years agoLand b1_2_smallfix onto b1_2 (20040824_0018)
adilger [Tue, 24 Aug 2004 06:33:07 +0000 (06:33 +0000)]
Land b1_2_smallfix onto b1_2 (20040824_0018)
- replace config semaphore with spinlock (3306)
- be sure to send a reply for a CANCEL rpc with bad export (3863)
- don't allow enqueue to complete on a destroyed export (3822)
- down write_lock before checking llog header bitmap (3825)
- recover from lock replay timeout (3764)
- up llog sem before sending rpc (3652)
- change a dlm LBUG to LASSERTF, to maybe learn something (4228)
- fix NULL deref and obd_dev leak on setup error (3312)
- replace some LBUG about llog ops with error handling (3841)
- don't match INVALID dentries from d_lookup and spin (3784)
- hold dcache_lock while marking dentries INVALID and hashing (4255)
- add libwrap support for the TCP acceptor (3996)
- add /proc/sys/portals/routes for non-root route listing (3994)
- allow setting MDS UUID in .xml (2580)
- print the stack of a process that LBUGs (4228)
- add validity checks when grabbing inodes from l_ast_data (3599)

19 years agoupdate .snap on smfs
wangdi [Sun, 22 Aug 2004 16:02:26 +0000 (16:02 +0000)]
update .snap on smfs

19 years agoupdate.snap on smfs
wangdi [Sat, 21 Aug 2004 12:06:46 +0000 (12:06 +0000)]
update.snap on smfs

19 years agoupdate .snap on smfs
wangdi [Fri, 20 Aug 2004 13:03:43 +0000 (13:03 +0000)]
update .snap on smfs

19 years agoThis commit was manufactured by cvs2svn to create branch 'b1_2'.
cvs2svn [Fri, 20 Aug 2004 11:59:20 +0000 (11:59 +0000)]
This commit was manufactured by cvs2svn to create branch 'b1_2'.

19 years ago- missed patches from suse-2.4.21-2 series added
alex [Fri, 20 Aug 2004 11:59:19 +0000 (11:59 +0000)]
- missed patches from suse-2.4.21-2 series added

19 years agofile rmdirmany.c was initially added on branch b1_4_smallfix.
yangjun [Fri, 20 Aug 2004 11:32:59 +0000 (11:32 +0000)]
file rmdirmany.c was initially added on branch b1_4_smallfix.

19 years agofile ext3-nlinks-2.4.24.patch was initially added on branch b1_4_smallfix.
yangjun [Fri, 20 Aug 2004 11:32:57 +0000 (11:32 +0000)]
file ext3-nlinks-2.4.24.patch was initially added on branch b1_4_smallfix.

19 years agoThis commit was manufactured by cvs2svn to create branch 'b1_2'.
cvs2svn [Fri, 20 Aug 2004 11:18:37 +0000 (11:18 +0000)]
This commit was manufactured by cvs2svn to create branch 'b1_2'.

19 years ago- configurable stack size fo x86_64
alex [Fri, 20 Aug 2004 11:18:36 +0000 (11:18 +0000)]
- configurable stack size fo x86_64

19 years agominor fix for build error
wangdi [Fri, 20 Aug 2004 04:09:19 +0000 (04:09 +0000)]
minor fix for build error

19 years ago- missed BKLs in ext3_ext_new_extent_cb()
alex [Thu, 19 Aug 2004 19:58:12 +0000 (19:58 +0000)]
- missed BKLs in ext3_ext_new_extent_cb()
- minor cleanups

19 years agoremove outdated patches
wangdi [Thu, 19 Aug 2004 17:01:21 +0000 (17:01 +0000)]
remove outdated patches

19 years agoupdate .snap on smfs
wangdi [Thu, 19 Aug 2004 16:45:48 +0000 (16:45 +0000)]
update .snap on smfs

19 years agob=4336
alex [Thu, 19 Aug 2004 13:49:28 +0000 (13:49 +0000)]
b=4336

- series against 2.4.21 suse kernel and needed patches

19 years ago- lustre may set generation in replay case by itself
alex [Thu, 19 Aug 2004 13:44:38 +0000 (13:44 +0000)]
- lustre may set generation in replay case by itself

19 years ago- outdated patches have been removed
alex [Thu, 19 Aug 2004 09:32:26 +0000 (09:32 +0000)]
- outdated patches have been removed

19 years agominor fix for complilation
ericm [Wed, 18 Aug 2004 22:23:36 +0000 (22:23 +0000)]
minor fix for complilation

19 years agofile ext3-mballoc2-2.6.7.patch was initially added on branch b1_4_bug4265.
alex [Wed, 18 Aug 2004 21:32:57 +0000 (21:32 +0000)]
file ext3-mballoc2-2.6.7.patch was initially added on branch b1_4_bug4265.

19 years agofile ext3-extents-2.6.7.patch was initially added on branch b1_4_bug4265.
alex [Wed, 18 Aug 2004 21:32:53 +0000 (21:32 +0000)]
file ext3-extents-2.6.7.patch was initially added on branch b1_4_bug4265.

19 years ago1)cleanup smfs code for 2.6 and snapfs
wangdi [Wed, 18 Aug 2004 18:09:51 +0000 (18:09 +0000)]
1)cleanup smfs code for 2.6 and snapfs
2)update snapfs on smfs
3)add snap_utils on lctl.c
4)some minor fix on smfs

19 years agofile e1000-affinity.patch was initially added on branch b1_4_smallfix.
adilger [Wed, 18 Aug 2004 09:30:32 +0000 (09:30 +0000)]
file e1000-affinity.patch was initially added on branch b1_4_smallfix.

19 years agoFix OST AMD - mark new OST active when it is added.
adilger [Wed, 18 Aug 2004 05:10:48 +0000 (05:10 +0000)]
Fix OST AMD - mark new OST active when it is added.
b=4324
r=donm (original patch)

19 years agoBranch: b1_2
adilger [Wed, 18 Aug 2004 00:08:17 +0000 (00:08 +0000)]
Branch: b1_2
Land bug 3649 (TCP zero copy for RHEL) onto b1_2.

19 years ago- fixed typo in lconf LMV:clanup_module()
yury [Tue, 17 Aug 2004 11:28:40 +0000 (11:28 +0000)]
- fixed typo in lconf LMV:clanup_module()

19 years agoFix assertion problem at flock cleanup.
adilger [Mon, 16 Aug 2004 20:36:24 +0000 (20:36 +0000)]
Fix assertion problem at flock cleanup.
b=4220
r=donm (original patch)

19 years agofile export_num_siblings.patch was initially added on branch b1_4_smallfix.
green [Mon, 16 Aug 2004 18:25:51 +0000 (18:25 +0000)]
file export_num_siblings.patch was initially added on branch b1_4_smallfix.

19 years ago- fixes, comments in mds_lock_mode_for_dir() about protecting against
yury [Mon, 16 Aug 2004 08:49:49 +0000 (08:49 +0000)]
- fixes, comments in mds_lock_mode_for_dir() about protecting against
possible splitting.

19 years agofile rhel-2.4.21 was initially added on branch b1_4.
adilger [Fri, 13 Aug 2004 17:14:26 +0000 (17:14 +0000)]
file rhel-2.4.21 was initially added on branch b1_4.

19 years agofile vfs_intent-2.4.21-rhel.patch was initially added on branch b1_4.
adilger [Fri, 13 Aug 2004 17:14:24 +0000 (17:14 +0000)]
file vfs_intent-2.4.21-rhel.patch was initially added on branch b1_4.

19 years ago- small fix in mds_lock_mode_for_dir()
yury [Fri, 13 Aug 2004 16:10:43 +0000 (16:10 +0000)]
- small fix in mds_lock_mode_for_dir()

19 years ago- mds_lock_mode_for_dir() should check also MDS_NO_SPLIT_EXPECTED.
yury [Fri, 13 Aug 2004 16:07:36 +0000 (16:07 +0000)]
- mds_lock_mode_for_dir() should check also MDS_NO_SPLIT_EXPECTED.
- mds_reint_link() should use LCK_PW instead of LCK_EX when calling mds_lock_mode_for_dir().

19 years ago1)cleanup smfs for build in 2.6
uid721 [Fri, 13 Aug 2004 09:21:19 +0000 (09:21 +0000)]
1)cleanup smfs for build in 2.6
2)some minor fix for building 2.6

19 years agob=4223
houfeng [Thu, 12 Aug 2004 06:37:03 +0000 (06:37 +0000)]
b=4223
r=houfeng

- changed for SNMP monitoring

19 years agominor build fix for smfs
wangdi [Thu, 12 Aug 2004 04:24:12 +0000 (04:24 +0000)]
minor build fix for smfs

19 years agoget rid of lustre_snap.h in ptlrpc/pack_generic.c
wangdi [Thu, 12 Aug 2004 03:45:09 +0000 (03:45 +0000)]
get rid of lustre_snap.h in ptlrpc/pack_generic.c

19 years agoCommit debugging changes from current CMD testing.
adilger [Wed, 11 Aug 2004 20:40:02 +0000 (20:40 +0000)]
Commit debugging changes from current CMD testing.

19 years ago1)add .snap namespace to smfs
wangdi [Wed, 11 Aug 2004 15:37:42 +0000 (15:37 +0000)]
1)add .snap namespace to smfs
2)some cleanup in smfs

19 years agofile confobd.c was initially added on branch b_confobd.
ericm [Wed, 11 Aug 2004 06:15:06 +0000 (06:15 +0000)]
file confobd.c was initially added on branch b_confobd.

19 years ago- export leak fixed: we need not 2nd obd_llog_init()
alex [Wed, 11 Aug 2004 00:29:03 +0000 (00:29 +0000)]
- export leak fixed: we need not 2nd obd_llog_init()

19 years ago- it's valid that MDC/LMV notifies MDS
alex [Tue, 10 Aug 2004 19:38:29 +0000 (19:38 +0000)]
- it's valid that MDC/LMV notifies MDS

19 years agosorry, misoperation
zhaibo [Tue, 10 Aug 2004 13:09:59 +0000 (13:09 +0000)]
sorry, misoperation