Whamcloud - gitweb
fs/lustre-release.git
20 years agoadd smfs
wangdi [Sat, 31 Jan 2004 09:00:38 +0000 (09:00 +0000)]
add smfs

20 years ago- tagging RC_CURRENT
buffalo-pull [Sat, 31 Jan 2004 00:52:01 +0000 (00:52 +0000)]
- tagging RC_CURRENT

20 years agoUpdate b_orphan from HEAD (20040130_1601)
adilger [Sat, 31 Jan 2004 00:47:46 +0000 (00:47 +0000)]
Update b_orphan from HEAD (20040130_1601)

20 years ago- tagging RC_CURRENT
buffalo-pull [Sat, 31 Jan 2004 00:46:14 +0000 (00:46 +0000)]
- tagging RC_CURRENT

20 years agoLand b_orphan on HEAD (20040130_1601)
adilger [Sat, 31 Jan 2004 00:33:58 +0000 (00:33 +0000)]
Land b_orphan on HEAD (20040130_1601)

20 years agofile .cvsignore was initially added on branch b_cray_portals_merge.
eeb [Fri, 30 Jan 2004 23:42:57 +0000 (23:42 +0000)]
file .cvsignore was initially added on branch b_cray_portals_merge.

20 years ago- ext3_ext_insert_extent() tries to merge as many extents as possible
alex [Fri, 30 Jan 2004 22:58:06 +0000 (22:58 +0000)]
- ext3_ext_insert_extent() tries to merge as many extents as possible
  moving to the right side
- ext3_ext_find_goal() takes into account offset of a block to be allocated
  (thanks to Andreas for smart idea)

20 years ago- ext3_ext_new_extent_cb() unmaps buffer_heads in order to prevent
alex [Fri, 30 Jan 2004 16:44:50 +0000 (16:44 +0000)]
- ext3_ext_new_extent_cb() unmaps buffer_heads in order to prevent
  cache-aliasing problems
- ext3_forget() should be used in conjuction with ext3_free_blocks()

NOTE: 2.4.24 + extents + batching block allocation passes data-consistency
      tests now (at least I haven't seen problems for many hours of testing)

20 years agob=1171
wangchao [Fri, 30 Jan 2004 02:10:53 +0000 (02:10 +0000)]
b=1171
r=shaver

rewrite new_uuid function for lmc

20 years ago- tagging RC_CURRENT
buffalo-pull [Fri, 30 Jan 2004 00:52:07 +0000 (00:52 +0000)]
- tagging RC_CURRENT

20 years agoAdd a tiny sleep to keep from hitting multiop with a signal before it gets set
shaver [Fri, 30 Jan 2004 00:46:15 +0000 (00:46 +0000)]
Add a tiny sleep to keep from hitting multiop with a signal before it gets set
up for it.
r=coop

20 years agoFix build problems with RH ia64 kernel on TDEV/Thunder:
adilger [Thu, 29 Jan 2004 19:58:26 +0000 (19:58 +0000)]
Fix build problems with RH ia64 kernel on TDEV/Thunder:
- they back-ported PDE from 2.6, which broke our compat macro
- they changed direct_IO method to pass struct file instead of struct inode

Both are now checked in portals/archdep.m4 directly instead of as a version
number check so we don't need to worry about other releases doing the same.

20 years agoFix compile warnings due to print format mismatches.
adilger [Thu, 29 Jan 2004 19:51:44 +0000 (19:51 +0000)]
Fix compile warnings due to print format mismatches.

20 years ago- initial implementation of batching block allocator for ext3
alex [Thu, 29 Jan 2004 15:43:02 +0000 (15:43 +0000)]
- initial implementation of batching block allocator for ext3
  lots of tweaking to be done yet

20 years ago* Changed qswnal.h to expect more recent QSW headers (it had a
eeb [Thu, 29 Jan 2004 15:13:02 +0000 (15:13 +0000)]
*   Changed qswnal.h to expect more recent QSW headers (it had a
    work-around for missing #defines that are now in the QSW release).

20 years ago- internal testing and extra checks should be disabled by default
alex [Thu, 29 Jan 2004 14:11:06 +0000 (14:11 +0000)]
- internal testing and extra checks should be disabled by default

20 years ago- locking reworked in ext3_ext_new_extent_cb(). this change solved
alex [Thu, 29 Jan 2004 13:35:38 +0000 (13:35 +0000)]
- locking reworked in ext3_ext_new_extent_cb(). this change solved
  possible deadlock
- locking in extent's ioctl added
- ext3_ext_walk_space() drops bh's references in path before finding
  next extent

NOTE: dbench and syntetic tests work OK in vmware for many hours

20 years agoa block device profiling script which is built to reliably run different
zab [Thu, 29 Jan 2004 02:16:18 +0000 (02:16 +0000)]
a block device profiling script which is built to reliably run different
tests by itself and give detailed results.

20 years ago- tagging RC_CURRENT
buffalo-pull [Thu, 29 Jan 2004 00:21:27 +0000 (00:21 +0000)]
- tagging RC_CURRENT

20 years agoKernel RPM build fixes from b1_0.
adilger [Thu, 29 Jan 2004 00:15:39 +0000 (00:15 +0000)]
Kernel RPM build fixes from b1_0.
b=2516

20 years agodon't use +=, because old pythons don't have it
rread [Thu, 29 Jan 2004 00:11:21 +0000 (00:11 +0000)]
don't use +=, because old pythons don't have it

20 years agoAlways disable nagle in the socknal, even for 0conf setups (from b1_0).
adilger [Wed, 28 Jan 2004 23:40:34 +0000 (23:40 +0000)]
Always disable nagle in the socknal, even for 0conf setups (from b1_0).
b=2578

20 years agoAllow OST read cache to be disabled (already on b1_0).
adilger [Wed, 28 Jan 2004 22:47:19 +0000 (22:47 +0000)]
Allow OST read cache to be disabled (already on b1_0).
b=2591
r=zab,shaver

20 years agochanges in extents:
alex [Wed, 28 Jan 2004 17:32:01 +0000 (17:32 +0000)]
changes in extents:
  - fixed goal selection
  - more bits of batching allocation

20 years agob=2323
wangchao [Wed, 28 Jan 2004 02:06:05 +0000 (02:06 +0000)]
b=2323
r=shaver

Deal with the double-quote,single-quote, and backslash in batchfile of "lmc --batch batchfile".

20 years ago- tagging RC_CURRENT
buffalo-pull [Wed, 28 Jan 2004 01:04:56 +0000 (01:04 +0000)]
- tagging RC_CURRENT

20 years agoLand b_bug2370 to HEAD (20040127_1701)
adilger [Wed, 28 Jan 2004 00:49:04 +0000 (00:49 +0000)]
Land b_bug2370 to HEAD (20040127_1701)
b=2370
r=zab

20 years agoLand b_bug2503 onto HEAD (20040127_1701)
adilger [Wed, 28 Jan 2004 00:25:08 +0000 (00:25 +0000)]
Land b_bug2503 onto HEAD (20040127_1701)
b=2503
r=zab,shaver

20 years ago- tagging RC_CURRENT
buffalo-pull [Wed, 28 Jan 2004 00:13:16 +0000 (00:13 +0000)]
- tagging RC_CURRENT

20 years agoDon't dereference NULL dentry for NFS root (BG/l testing).
adilger [Tue, 27 Jan 2004 23:39:17 +0000 (23:39 +0000)]
Don't dereference NULL dentry for NFS root (BG/l testing).
b=2464

20 years agoDon't hard-code lconf path, use PATH instead.
adilger [Tue, 27 Jan 2004 21:25:16 +0000 (21:25 +0000)]
Don't hard-code lconf path, use PATH instead.

20 years agosynchronize changelog with final 1.0.3 version
jacob [Tue, 27 Jan 2004 20:28:13 +0000 (20:28 +0000)]
synchronize changelog with final 1.0.3 version

20 years agoadd ext3-extents patch to snapfs
wangdi [Tue, 27 Jan 2004 17:00:08 +0000 (17:00 +0000)]
add ext3-extents patch to snapfs

20 years agoadd ext3-record-extents-ea.patch for sparse extents in snapfs
wangdi [Tue, 27 Jan 2004 16:56:55 +0000 (16:56 +0000)]
add ext3-record-extents-ea.patch for sparse extents in snapfs

20 years agorename snapfs-core-2.4.20.patch to ext3-snapfs-2.4.20.patch, resolve some confilcts...
wangdi [Tue, 27 Jan 2004 16:53:31 +0000 (16:53 +0000)]
rename snapfs-core-2.4.20.patch to ext3-snapfs-2.4.20.patch, resolve some confilcts after add ext3-extents patch, some minor fix

20 years agob=2552
wangchao [Tue, 27 Jan 2004 04:13:12 +0000 (04:13 +0000)]
b=2552
r=shaver
Don't allow batchfile contain --merge, --input and --output for lmc --batch batchfile.

20 years agob=2516
jacob [Tue, 27 Jan 2004 03:27:04 +0000 (03:27 +0000)]
b=2516

merge up to RC_1_0_3_5:

work around lameness in mkkerneldoth

20 years agob=2605: fix conf-sanity test 9 (--ptldebug/--subsystem in lmc and lconf)
shaver [Mon, 26 Jan 2004 23:38:28 +0000 (23:38 +0000)]
b=2605: fix conf-sanity test 9 (--ptldebug/--subsystem in lmc and lconf)
r=ccooper

20 years ago- tagging RC_CURRENT
buffalo-pull [Mon, 26 Jan 2004 23:32:02 +0000 (23:32 +0000)]
- tagging RC_CURRENT

20 years ago- port of extents for 2.4.21-suse2 series
alex [Mon, 26 Jan 2004 20:33:49 +0000 (20:33 +0000)]
- port of extents for 2.4.21-suse2 series
- bug in extents fixed: it could cause tree corruption
- minor bug in extents fixed: during tree growing it could possible
  to get suboptimal size for index block

20 years ago1)In migration, get rid of page and buffer of src inode(fs_flushinval_pages). 2)fix...
wangdi [Mon, 26 Jan 2004 17:49:36 +0000 (17:49 +0000)]
1)In migration, get rid of page and buffer of src inode(fs_flushinval_pages). 2)fix some lock problems in ext3_create_indirect

20 years agoAllow sanityN.sh to be run with SANITYLOG so all tests are run and failure
adilger [Mon, 26 Jan 2004 17:42:17 +0000 (17:42 +0000)]
Allow sanityN.sh to be run with SANITYLOG so all tests are run and failure
is reported at the end.

20 years agosome fix about snapfs
wangdi [Mon, 26 Jan 2004 17:42:03 +0000 (17:42 +0000)]
some fix about snapfs
1)add clonefs check before snap delete
2)some fix about orphan list
3)initialize inode in mknod, mkdir symlink ...
4)some fix about symlinks
5)add some snapshot filter operations (listxattr, getxattr)
6)some fix about sparse files
7)fix page buffer problems in snap delete and snap_do_cow
8)adding some functions  in snapconf.
: ----------------------------------------------------------------------

20 years agoDon't fail llog test if no MDS is available on the client.
adilger [Mon, 26 Jan 2004 06:25:31 +0000 (06:25 +0000)]
Don't fail llog test if no MDS is available on the client.

20 years ago- reworked extents patch against 2.4.20
alex [Sat, 24 Jan 2004 12:23:54 +0000 (12:23 +0000)]
- reworked extents patch against 2.4.20
- support for extents in EA
- access to extents stored in EA via ioctl

20 years agoDo what I actually did in b_bug974 when I was testing this.
adilger [Sat, 24 Jan 2004 00:58:45 +0000 (00:58 +0000)]
Do what I actually did in b_bug974 when I was testing this.

20 years agoDon't run test 56 with bogus /proc file name on client-only setup.
adilger [Sat, 24 Jan 2004 00:52:42 +0000 (00:52 +0000)]
Don't run test 56 with bogus /proc file name on client-only setup.

20 years ago- tagging RC_CURRENT
buffalo-pull [Sat, 24 Jan 2004 00:42:18 +0000 (00:42 +0000)]
- tagging RC_CURRENT

20 years agoIgnore XMLCONFIG file.
adilger [Fri, 23 Jan 2004 23:35:36 +0000 (23:35 +0000)]
Ignore XMLCONFIG file.

20 years agob=2516
jacob [Fri, 23 Jan 2004 22:47:22 +0000 (22:47 +0000)]
b=2516

finish landing patch. (merge up to RC_1_0_3_4 of b1_0)

20 years agob=2255
nic [Fri, 23 Jan 2004 19:36:40 +0000 (19:36 +0000)]
b=2255
r=adliger

fix bug in sanity test 60 where llog_test was oopsing in insmod on ia64

20 years agob=2572: default to large inodes, sized according to default striping pattern,
shaver [Fri, 23 Jan 2004 18:21:02 +0000 (18:21 +0000)]
b=2572: default to large inodes, sized according to default striping pattern,
        with --inode-size override for lmc and lconf
r=rread,adilger

20 years ago- minor bug fixed in ea-in-inode for ext3
alex [Fri, 23 Jan 2004 16:08:57 +0000 (16:08 +0000)]
- minor bug fixed in ea-in-inode for ext3

20 years agofile oos2.sh was initially added on branch b_bug974.
adilger [Fri, 23 Jan 2004 00:50:32 +0000 (00:50 +0000)]
file oos2.sh was initially added on branch b_bug974.

20 years agob=2301
zab [Fri, 23 Jan 2004 00:25:19 +0000 (00:25 +0000)]
b=2301
jacob's fix which stops the spec from altering slapd.conf
( this time on HEAD for realsies )

20 years ago- tagging RC_CURRENT
buffalo-pull [Fri, 23 Jan 2004 00:01:27 +0000 (00:01 +0000)]
- tagging RC_CURRENT

20 years agoFix bug 2587 - sanity test 56 - so I can pass this on LOV on my system.
adilger [Thu, 22 Jan 2004 21:47:38 +0000 (21:47 +0000)]
Fix bug 2587 - sanity test 56 - so I can pass this on LOV on my system.
b=2587

20 years ago- tagging RC_CURRENT
buffalo-pull [Thu, 22 Jan 2004 04:32:53 +0000 (04:32 +0000)]
- tagging RC_CURRENT

20 years agorequested by radhika:
jacob [Thu, 22 Jan 2004 01:56:50 +0000 (01:56 +0000)]
requested by radhika:

 * remove lustre-HOWTO from cvs/build, as it's now on a wiki page.

 * disable lustre.pdf building by default.

20 years agoSync up HEAD ChangeLog to match b1_0.
adilger [Wed, 21 Jan 2004 18:23:03 +0000 (18:23 +0000)]
Sync up HEAD ChangeLog to match b1_0.

20 years agoMove lov/lov_pack.c messages into LOV subsystem.
adilger [Wed, 21 Jan 2004 05:47:55 +0000 (05:47 +0000)]
Move lov/lov_pack.c messages into LOV subsystem.

20 years ago- tagging RC_CURRENT
buffalo-pull [Wed, 21 Jan 2004 03:07:21 +0000 (03:07 +0000)]
- tagging RC_CURRENT

20 years ago- tagging RC_CURRENT
buffalo-pull [Tue, 20 Jan 2004 01:07:19 +0000 (01:07 +0000)]
- tagging RC_CURRENT

20 years agoLanding b_elan4.
shaver [Mon, 19 Jan 2004 18:47:33 +0000 (18:47 +0000)]
Landing b_elan4.

20 years agosome minor fix in delete snapshot
wangdi [Mon, 19 Jan 2004 07:44:38 +0000 (07:44 +0000)]
some minor fix in delete snapshot

20 years agosome fix in delete snapshot
wangdi [Mon, 19 Jan 2004 07:43:59 +0000 (07:43 +0000)]
some fix in delete snapshot

20 years ago- revert the b=1934 fix from 1/16 to stop llmount from hanging
zab [Sun, 18 Jan 2004 23:08:15 +0000 (23:08 +0000)]
- revert the b=1934 fix from 1/16 to stop llmount from hanging

20 years ago1) some minor fix in copy_back_pages 2)add snap_delete 3) some minor fix
wangdi [Sun, 18 Jan 2004 17:16:31 +0000 (17:16 +0000)]
1) some minor fix in copy_back_pages 2)add snap_delete 3) some minor fix

20 years ago1 add some initial snapfs process in ext3_readsupre, 2 get rid of copy_block for...
wangdi [Sat, 17 Jan 2004 18:00:31 +0000 (18:00 +0000)]
1 add some initial snapfs process in ext3_readsupre, 2 get rid of copy_block for reguarl file in snapfs kernel patch

20 years agosome minor fix in copy_back_pages
wangdi [Sat, 17 Jan 2004 17:45:33 +0000 (17:45 +0000)]
some minor fix in copy_back_pages

20 years agoput copy_block method of regular file in snapfs module not in kernel patches
wangdi [Sat, 17 Jan 2004 13:46:45 +0000 (13:46 +0000)]
put copy_block method of regular file in snapfs module not in kernel patches

20 years ago- tagging RC_CURRENT
buffalo-pull [Sat, 17 Jan 2004 06:42:51 +0000 (06:42 +0000)]
- tagging RC_CURRENT

20 years ago * b:1934 - fix mds_cleanup_orphans
tianying [Sat, 17 Jan 2004 04:02:05 +0000 (04:02 +0000)]
   * b:1934 - fix mds_cleanup_orphans
   * r: Robert
     allocate dirent dynamicly

20 years agob=2510
wangchao [Sat, 17 Jan 2004 02:05:02 +0000 (02:05 +0000)]
b=2510
r=adilger
add a test case to sanity.sh for lfs find

20 years ago- print the uuid string, not the struct that contains it.
zab [Fri, 16 Jan 2004 20:06:08 +0000 (20:06 +0000)]
- print the uuid string, not the struct that contains it.

20 years agoIgnore test-generated files.
adilger [Fri, 16 Jan 2004 18:57:30 +0000 (18:57 +0000)]
Ignore test-generated files.

20 years agoadd .cvsignore and get rid of -lptlctl flag
wangdi [Fri, 16 Jan 2004 15:35:26 +0000 (15:35 +0000)]
add .cvsignore and get rid of -lptlctl flag

20 years agoupdate snapfs kernel patch 1)rewrite ext3_copy_blk according to the generic_file_writ...
wangdi [Fri, 16 Jan 2004 13:19:34 +0000 (13:19 +0000)]
update snapfs kernel patch 1)rewrite ext3_copy_blk according to the generic_file_write 2)get rid of some useless code 3)some minor fix in debug print

20 years agoupdate snapfs 1)add mntget and mntput for snap_current when mount snap_clone 2)get...
wangdi [Fri, 16 Jan 2004 13:03:05 +0000 (13:03 +0000)]
update snapfs 1)add mntget and mntput for snap_current when mount snap_clone 2)get rid of bmap in currentfs_write and fix some bug in it 3)some minor fix

20 years ago- tagging RC_CURRENT
buffalo-pull [Thu, 15 Jan 2004 23:24:36 +0000 (23:24 +0000)]
- tagging RC_CURRENT

20 years agob=2510
wangchao [Thu, 15 Jan 2004 02:48:38 +0000 (02:48 +0000)]
b=2510
r=adilger
Fix "lfs find --obd" to limit the output as it should.

20 years agoRevert inclusion of ldlm/Makefile in configure.in in v26 landing so
adilger [Thu, 15 Jan 2004 02:04:48 +0000 (02:04 +0000)]
Revert inclusion of ldlm/Makefile in configure.in in v26 landing so
"make rpms" works again.  The ldlm files are really built as part of
ptlrpc/Makefile (symlinks, ugh).  If we want a better solution we
should include ldlm in lustre/Makefile.am SRCDIR and test it all first.

20 years ago- tagging RC_CURRENT
buffalo-pull [Thu, 15 Jan 2004 01:35:06 +0000 (01:35 +0000)]
- tagging RC_CURRENT

20 years agoput declaration before the code.
rread [Thu, 15 Jan 2004 01:06:12 +0000 (01:06 +0000)]
put declaration before the code.

20 years ago- 2.6 fixes landed
alex [Thu, 15 Jan 2004 00:06:25 +0000 (00:06 +0000)]
- 2.6 fixes landed

20 years agoUpdate the subsystem and ptldebug arrays to reflect reality. Also add
rread [Wed, 14 Jan 2004 23:47:15 +0000 (23:47 +0000)]
Update the subsystem and ptldebug arrays to reflect reality.  Also add
support for just setting the debug and/or subsystem, which I often use
with -nv so I can see what the hex value of some set of levels is.

20 years agoSet SUBSYSTEM to the default, so we get decent logs from buffalo
rread [Wed, 14 Jan 2004 23:37:22 +0000 (23:37 +0000)]
Set SUBSYSTEM to the default, so we get decent logs from buffalo
again.

Increase OSTSIZE to 50MB, so replay-ost-single.sh doesn't fill the
filesystem.

20 years agoAdd finished line to iopentest1.
adilger [Wed, 14 Jan 2004 21:47:48 +0000 (21:47 +0000)]
Add finished line to iopentest1.

20 years agoRe-enable test 42b. UML testing shows no ill effects. This might have been
adilger [Wed, 14 Jan 2004 20:56:08 +0000 (20:56 +0000)]
Re-enable test 42b.  UML testing shows no ill effects.  This might have been
fixed with the introduction of OST-destroy [0-EOF] locking.
b=1979

20 years agofile ext3-ea-in-inode-2.6.0.patch was initially added on branch b_v26.
alex [Wed, 14 Jan 2004 16:29:13 +0000 (16:29 +0000)]
file ext3-ea-in-inode-2.6.0.patch was initially added on branch b_v26.

20 years agoupdate snapfs 1. fix bug in write table_count in write snap_table 2. fixbug in repla...
wangdi [Wed, 14 Jan 2004 14:17:56 +0000 (14:17 +0000)]
update snapfs 1. fix bug in write table_count in write snap_table  2. fixbug in replace write method of filter ops 3.prepare parent dentry before lookup 4. some minor fix

20 years agoFix which was lost somewhere long ago - build right binary for opendevunlink.
adilger [Wed, 14 Jan 2004 02:03:28 +0000 (02:03 +0000)]
Fix which was lost somewhere long ago - build right binary for opendevunlink.
b=1557

20 years ago- include sys/wait for waitpid()
zab [Wed, 14 Jan 2004 00:30:17 +0000 (00:30 +0000)]
- include sys/wait for waitpid()

20 years ago- tagging RC_CURRENT
buffalo-pull [Wed, 14 Jan 2004 00:14:38 +0000 (00:14 +0000)]
- tagging RC_CURRENT

20 years ago- 2.4.19-pre1 misses some xattr definitions in include/linux/limits.h and
alex [Tue, 13 Jan 2004 23:01:24 +0000 (23:01 +0000)]
- 2.4.19-pre1 misses some xattr definitions in include/linux/limits.h and
  vmalloc_to_page() routine
- zc patch to match 2.4.19-pre1 context

20 years agoClean up test directory when done.
adilger [Tue, 13 Jan 2004 22:53:54 +0000 (22:53 +0000)]
Clean up test directory when done.
b=1844

20 years agoAdd bug 2366 to ALWAYS_EXCEPT until it is fixed.
adilger [Tue, 13 Jan 2004 22:48:44 +0000 (22:48 +0000)]
Add bug 2366 to ALWAYS_EXCEPT until it is fixed.
Add bug 2451 test case to sanityN.
b=2366

20 years ago- suse kernels have cpu_inline() definition. so, we need not to re-define it
alex [Tue, 13 Jan 2004 21:25:58 +0000 (21:25 +0000)]
- suse kernels have cpu_inline() definition. so, we need not to re-define it

20 years ago- ext3_stop_delete_thread() has to wait for nullified s_delete_list,
alex [Tue, 13 Jan 2004 18:56:05 +0000 (18:56 +0000)]
- ext3_stop_delete_thread() has to wait for nullified s_delete_list,
  not for emptyness
- ext3_stop_delete_thread() must not be called from ->put_super() context,
  because ->put_super() is called with sb being locked. so, that
  routine is called from ->sync_fs() context
- chaos-2.4.18 should drop sb lock before calling ->sync_fs()
- virgin 2.4.20 has no ->sync_fs(), so introduce it by delete-thread patch
- kernel_text_address patch has been added to rh-2.4.22 series

20 years ago- top of extents patch was corrupted
alex [Tue, 13 Jan 2004 13:03:16 +0000 (13:03 +0000)]
- top of extents patch was corrupted