Whamcloud - gitweb
fs/lustre-release.git
18 years agoBranch: b_new_cmd
wangdi [Thu, 15 Jun 2006 08:11:09 +0000 (08:11 +0000)]
Branch: b_new_cmd
1) add lov in mdd
2) some cleanup and typo fixes

18 years ago- some cleanups
yury [Thu, 15 Jun 2006 07:53:42 +0000 (07:53 +0000)]
- some cleanups

18 years ago- changes in sec-mgr
yury [Thu, 15 Jun 2006 07:18:00 +0000 (07:18 +0000)]
- changes in sec-mgr

18 years agofile tunefs.lustre.8 was added on branch b_new_cmd on 2006-08-20 13:12:36 +0000
yury [Thu, 15 Jun 2006 00:05:45 +0000 (00:05 +0000)]
file tunefs.lustre.8 was added on branch b_new_cmd on 2006-08-20 13:12:36 +0000

18 years agofile mkfs.lustre.8 was added on branch b_new_cmd on 2006-08-20 13:12:36 +0000
yury [Wed, 14 Jun 2006 23:28:48 +0000 (23:28 +0000)]
file mkfs.lustre.8 was added on branch b_new_cmd on 2006-08-20 13:12:36 +0000

18 years agofile lmc2csv.pl was added on branch b_new_cmd on 2006-08-19 03:08:14 +0000
brian [Wed, 14 Jun 2006 22:03:37 +0000 (22:03 +0000)]
file lmc2csv.pl was added on branch b_new_cmd on 2006-08-19 03:08:14 +0000

18 years ago- converted FLD to use req_capsule API
yury [Tue, 13 Jun 2006 15:03:09 +0000 (15:03 +0000)]
- converted FLD to use req_capsule API

18 years ago- do not send lu_range with old seq from client to server when asking for allocation;
yury [Tue, 13 Jun 2006 14:37:31 +0000 (14:37 +0000)]
- do not send lu_range with old seq from client to server when asking for allocation;
- use rpc_capsule API on seq-mgr server for handling RPCs.

18 years ago- cleanups in FLD, added client API and server API
yury [Mon, 12 Jun 2006 18:59:46 +0000 (18:59 +0000)]
- cleanups in FLD, added client API and server API

18 years ago- fixes in fld:
yury [Mon, 12 Jun 2006 17:55:21 +0000 (17:55 +0000)]
- fixes in fld:
  * moving mdc_fld() into fld module and rename it to fld_rpc();
  * setting correct portal in fld_rpc();
  * handling out errors correctly in fld_req_handle();
  * putting missed target_send_repay() to fld_reqa_handle();
  * added liblustre support (FLD caching is not working in this case);

18 years ago- fid_handle.c and fld_handle.c are renamed to fid_handler.c and fld_handler.c respec...
yury [Mon, 12 Jun 2006 17:02:48 +0000 (17:02 +0000)]
- fid_handle.c and fld_handle.c are renamed to fid_handler.c and fld_handler.c respectively to conform used nameing style.

18 years ago- added working proto of sequences manager with super-, meta- sequence approach....
yury [Mon, 12 Jun 2006 16:50:16 +0000 (16:50 +0000)]
- added working proto of sequences manager with super-, meta- sequence approach. Should be almost what we wanted to have. The only two things which are not done yet are:
* sequence manager state is not saved/read to/from backing store for recovery;
* meta-sequence allocation on an MDT may cause super-sequence allocation, that is cascading RPCs are possible.

Lustre is mountable and mkdir proto is in working state.

18 years ago- changes in WB. Some tasks are splitted, finished ones marked red.
yury [Mon, 12 Jun 2006 03:52:37 +0000 (03:52 +0000)]
- changes in WB. Some tasks are splitted, finished ones marked red.

18 years ago- change rename()/rename_tgt() format - source fid is used instead of object.
tappro [Sun, 11 Jun 2006 17:05:03 +0000 (17:05 +0000)]
- change rename()/rename_tgt() format - source fid is used instead of object.
The object can be remote one and will be unaccessible in mdd, so lu_fid is used
instead.

- fix rename() logic in cmm. It was overdesigned and is simplier actually
- fix few defect found while CODE stage in cmm/mdc.

18 years agofile lustre_up14.sh was added on branch b_new_cmd on 2006-08-19 03:08:14 +0000
brian [Fri, 9 Jun 2006 23:10:01 +0000 (23:10 +0000)]
file lustre_up14.sh was added on branch b_new_cmd on 2006-08-19 03:08:14 +0000

18 years agoupdate cmm-mdc code
tappro [Fri, 9 Jun 2006 11:32:11 +0000 (11:32 +0000)]
update cmm-mdc code

18 years agoBranch: b_new_cmd
wangdi [Fri, 9 Jun 2006 09:03:05 +0000 (09:03 +0000)]
Branch: b_new_cmd
serval fixes according to nikita's comments

18 years agocleanup of iam code: add explicit states for leaves.
nikita [Thu, 8 Jun 2006 22:13:29 +0000 (22:13 +0000)]
cleanup of iam code: add explicit states for leaves.

18 years agoupdate CMM code
tappro [Thu, 8 Jun 2006 11:25:03 +0000 (11:25 +0000)]
update CMM code

18 years agoadd helper for rename_tgt()
tappro [Thu, 8 Jun 2006 11:24:37 +0000 (11:24 +0000)]
add helper for rename_tgt()

18 years agoBranch: b_new_cmd
wangdi [Thu, 8 Jun 2006 10:04:29 +0000 (10:04 +0000)]
Branch: b_new_cmd
separate fld stuff from lustre_fid.h

18 years agoBranch: b_new_cmd
wangdi [Thu, 8 Jun 2006 09:49:12 +0000 (09:49 +0000)]
Branch: b_new_cmd
add ref_add/del api for mdd/osd

18 years agoiam fixes:
nikita [Wed, 7 Jun 2006 21:41:44 +0000 (21:41 +0000)]
iam fixes:

 - defect: iam_lfix_rec_add() should handle empty leaf.

 - defect: iam_lfix_lookup() should handle lookup for a key less than smallest key in the leaf.

 - defect: iam_it_rec_insert(): fix assertion to match last change to the iam_lfix_lookup().

18 years agocmm updates
tappro [Wed, 7 Jun 2006 13:16:43 +0000 (13:16 +0000)]
cmm updates

18 years agoupdate functions name_insert/remove format
tappro [Wed, 7 Jun 2006 13:15:43 +0000 (13:15 +0000)]
update functions name_insert/remove format

18 years agoremove attr from name_insert/remove() operations
tappro [Wed, 7 Jun 2006 13:14:40 +0000 (13:14 +0000)]
remove attr from name_insert/remove() operations

18 years agobetter error handle in mdt_reint_open().
huanghua [Wed, 7 Jun 2006 09:01:24 +0000 (09:01 +0000)]
better error handle in mdt_reint_open().

18 years agocomplete list of md operations and helpers
tappro [Tue, 6 Jun 2006 15:44:00 +0000 (15:44 +0000)]
complete list of md operations and helpers

18 years agosmall correction
tappro [Tue, 6 Jun 2006 13:53:44 +0000 (13:53 +0000)]
small correction

18 years agomark finished tasks by color.
tappro [Tue, 6 Jun 2006 13:39:47 +0000 (13:39 +0000)]
mark finished tasks by color.

18 years agoBranch: b_new_cmd
wangdi [Mon, 5 Jun 2006 14:48:11 +0000 (14:48 +0000)]
Branch: b_new_cmd
several fixes in fld according to umka's review.

18 years agoBranch: b_new_cmd
wangdi [Mon, 5 Jun 2006 14:19:09 +0000 (14:19 +0000)]
Branch: b_new_cmd
change fld to lu_fld

18 years agofix defects found by Mike during C2_SERVER_MDAPI_CODEINSP:
nikita [Mon, 5 Jun 2006 13:52:46 +0000 (13:52 +0000)]
fix defects found by Mike during C2_SERVER_MDAPI_CODEINSP:

 - no author is mentioned for lu_object.c.

 - lu_object_put(): if(lu_object_is_dying()) then object can be freed even if not all references are put.

 - lu_object_print(): list_for_each_entry_continue() starts from next object in the list and will not print object 'o' itself.

18 years agoBranch: b_new_cmd
wangdi [Mon, 5 Jun 2006 13:46:06 +0000 (13:46 +0000)]
Branch: b_new_cmd
add some check in mdd metadata operations

18 years agoChanged to use LASSERT instead of implementing as a wrapper function.
huanghua [Mon, 5 Jun 2006 11:13:54 +0000 (11:13 +0000)]
Changed to use LASSERT instead of implementing as a wrapper function.

18 years ago(1) In MDT, call mo_open of CMM in mdt_md_open;
huanghua [Mon, 5 Jun 2006 09:48:12 +0000 (09:48 +0000)]
(1) In MDT, call mo_open of CMM in mdt_md_open;
(2) fix some syntax error in md_objects.

18 years agoadd pre-check to those helper functions: may be removed later in production release.
huanghua [Mon, 5 Jun 2006 09:32:39 +0000 (09:32 +0000)]
add pre-check to those helper functions: may be removed later in production release.

18 years ago- changes in WB
yury [Mon, 5 Jun 2006 06:06:39 +0000 (06:06 +0000)]
- changes in WB

18 years agofile l_getidentity.c was added on branch b_new_cmd on 2006-09-24 14:11:02 +0000
fanyong [Mon, 5 Jun 2006 02:58:52 +0000 (02:58 +0000)]
file l_getidentity.c was added on branch b_new_cmd on 2006-09-24 14:11:02 +0000

18 years agoadd fid & fld into these scripts
huanghua [Sat, 3 Jun 2006 06:57:39 +0000 (06:57 +0000)]
add fid & fld into these scripts

18 years agoadded intent support for IT_OPEN. It is a fake support unless the underlying layer
huanghua [Sat, 3 Jun 2006 06:51:26 +0000 (06:51 +0000)]
added intent support for IT_OPEN. It is a fake support unless the underlying layer
is finished.

18 years agofile sec_plain.c was added on branch b_new_cmd on 2006-09-11 16:53:36 +0000
ericm [Fri, 2 Jun 2006 23:41:55 +0000 (23:41 +0000)]
file sec_plain.c was added on branch b_new_cmd on 2006-09-11 16:53:36 +0000

18 years agoiam UT fixes:
nikita [Fri, 2 Jun 2006 19:39:18 +0000 (19:39 +0000)]
iam UT fixes:

 - defect: iam_lfix_node_check(): wrong assignment.

 - defect: inverted comparison in iam_path_check().

 - defect: iam_lfix_can_add(): wrong array origin.

 - defect: split_index_node(): wrong setup of entry count in the new root.

 - defect: ext3_dx_add_entry(): wrong frame passed to do_split().

 - defect: split_index_node() has to move path->ip_frame when new frame is inserted.

 - defect: split_index_node() mark new root dirty.

 - defect: split_index_node() mark modified parent as dirty.

 - defect: split_index_node() wrong code incrementing tree height.

 - defect: split_index_node(): should use iam_insert_key() to insert new pointer.

18 years agoiam: fixes of fects found by UT:
nikita [Fri, 2 Jun 2006 11:22:20 +0000 (11:22 +0000)]
iam: fixes of fects found by UT:

 - defect: iam_new_leaf(): fix typo in previous ext3_append() fix.

 - defect: iam_add_rec(): leaf node has to be added to transaction. 5 min.

 - defect: iam_lfix_split(): erroneously inserts physical block number instead of offset into parent node. 10 min.

 - defect: mark index node as dirty, when inserting new entry into it.

 - defect: LDISKFS_INDEX_FL flag cleared in iam_release_file() is not written to disk.

 - defect: iam_lfix_lookup(): wrong key comparison.

 - defect: iam_add_rec(): @leaf variable has to be refreshed as split may retarget path to the new leaf node.

 - defect: iam_lfix_lookup(): wrong return code (this made it impossible to remove last record in a node). 90 min.

iam-ut:

 - new IAM_IOC_DELETE ioctl command,

 - new functionality for lustre/tests/iam_ut

18 years agofile lc_servip.sh was added on branch b_new_cmd on 2006-08-19 03:08:14 +0000
brian [Fri, 2 Jun 2006 10:21:16 +0000 (10:21 +0000)]
file lc_servip.sh was added on branch b_new_cmd on 2006-08-19 03:08:14 +0000

18 years agofile lc_mon.sh was added on branch b_new_cmd on 2006-08-19 03:08:14 +0000
brian [Fri, 2 Jun 2006 10:18:41 +0000 (10:18 +0000)]
file lc_mon.sh was added on branch b_new_cmd on 2006-08-19 03:08:14 +0000

18 years agoBranch: b_new_cmd
wangdi [Fri, 2 Jun 2006 10:06:12 +0000 (10:06 +0000)]
Branch: b_new_cmd
a typo fix in mdd_rename

18 years agoFix a little in mdt_reint_open. To be continued.
huanghua [Thu, 1 Jun 2006 10:16:17 +0000 (10:16 +0000)]
Fix a little in mdt_reint_open. To be continued.

18 years agomore intent lock implementation.
huanghua [Thu, 1 Jun 2006 09:50:45 +0000 (09:50 +0000)]
more intent lock implementation.

18 years agoiam: more UT fixes
nikita [Wed, 31 May 2006 20:22:57 +0000 (20:22 +0000)]
iam: more UT fixes

18 years agofile write_bytes.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:45:12 +0000 (17:45 +0000)]
file write_bytes.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile svcgssd_proc.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:45:10 +0000 (17:45 +0000)]
file svcgssd_proc.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile svcgssd_mech2file.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:45:08 +0000 (17:45 +0000)]
file svcgssd_mech2file.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile svcgssd_main_loop.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:45:06 +0000 (17:45 +0000)]
file svcgssd_main_loop.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile svcgssd.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:45:04 +0000 (17:45 +0000)]
file svcgssd.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile svcgssd.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:45:02 +0000 (17:45 +0000)]
file svcgssd.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile lsupport.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:45:00 +0000 (17:45 +0000)]
file lsupport.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile lsupport.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:58 +0000 (17:44 +0000)]
file lsupport.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile krb5_util.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:56 +0000 (17:44 +0000)]
file krb5_util.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile krb5_util.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:54 +0000 (17:44 +0000)]
file krb5_util.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile kerberos5.m4 was added on branch b_new_cmd on 2006-09-11 22:04:59 +0000
ericm [Wed, 31 May 2006 17:44:51 +0000 (17:44 +0000)]
file kerberos5.m4 was added on branch b_new_cmd on 2006-09-11 22:04:59 +0000

18 years agofile gssd_proc.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:49 +0000 (17:44 +0000)]
file gssd_proc.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile gssd_main_loop.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:47 +0000 (17:44 +0000)]
file gssd_main_loop.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile gssd.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:45 +0000 (17:44 +0000)]
file gssd.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile gssd.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:43 +0000 (17:44 +0000)]
file gssd.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile gss_util.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:41 +0000 (17:44 +0000)]
file gss_util.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile gss_util.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:39 +0000 (17:44 +0000)]
file gss_util.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile gss_oids.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:37 +0000 (17:44 +0000)]
file gss_oids.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile gss_oids.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:35 +0000 (17:44 +0000)]
file gss_oids.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile err_util.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:33 +0000 (17:44 +0000)]
file err_util.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile err_util.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:31 +0000 (17:44 +0000)]
file err_util.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile context_spkm3.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:29 +0000 (17:44 +0000)]
file context_spkm3.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile context_mit.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:27 +0000 (17:44 +0000)]
file context_mit.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile context_heimdal.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:25 +0000 (17:44 +0000)]
file context_heimdal.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile context.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:23 +0000 (17:44 +0000)]
file context.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile context.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:21 +0000 (17:44 +0000)]
file context.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile cacheio.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:19 +0000 (17:44 +0000)]
file cacheio.h was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile cacheio.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:17 +0000 (17:44 +0000)]
file cacheio.c was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile README was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:15 +0000 (17:44 +0000)]
file README was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile Makefile.am was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:13 +0000 (17:44 +0000)]
file Makefile.am was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile .cvsignore was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000
ericm [Wed, 31 May 2006 17:44:11 +0000 (17:44 +0000)]
file .cvsignore was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

18 years agofile vfs_intent-2.6-fc5-fix.patch was added on branch b_new_cmd on 2006-08-20 13...
yury [Wed, 31 May 2006 17:34:55 +0000 (17:34 +0000)]
file vfs_intent-2.6-fc5-fix.patch was added on branch b_new_cmd on 2006-08-20 13:12:43 +0000

18 years agoiam: fix defects found by UT
nikita [Wed, 31 May 2006 16:35:20 +0000 (16:35 +0000)]
iam: fix defects found by UT

18 years agoiam: fixed defects found by UT
nikita [Wed, 31 May 2006 16:26:44 +0000 (16:26 +0000)]
iam: fixed defects found by UT

18 years agocreate_iam: fixes: 0. wrong .ilr_indirect_levels, 1. issue warning at the end
nikita [Wed, 31 May 2006 16:25:45 +0000 (16:25 +0000)]
create_iam: fixes: 0. wrong .ilr_indirect_levels, 1. issue warning at the end

18 years ago- changes in check of intent opc
yury [Wed, 31 May 2006 14:24:18 +0000 (14:24 +0000)]
- changes in check of intent opc

18 years ago- fixes after FIDs inspection
yury [Wed, 31 May 2006 13:34:02 +0000 (13:34 +0000)]
- fixes after FIDs inspection

18 years agoiam-uapi: fix compilation problem: gfp_t is not always present
nikita [Wed, 31 May 2006 12:56:09 +0000 (12:56 +0000)]
iam-uapi: fix compilation problem: gfp_t is not always present

18 years agoiam-uapi: don't use kzalloc (not yet available in all kernels), remove rw-semaphore...
nikita [Wed, 31 May 2006 11:13:30 +0000 (11:13 +0000)]
iam-uapi: don't use kzalloc (not yet available in all kernels), remove rw-semaphore: ->i_mutex will be used instead

18 years agocleanup: reindent code for compactness
nikita [Wed, 31 May 2006 11:11:38 +0000 (11:11 +0000)]
cleanup: reindent code for compactness

18 years agolu_object_find(): fix site->ls_busy accouting bug, found by Huang Hua
nikita [Wed, 31 May 2006 11:10:30 +0000 (11:10 +0000)]
lu_object_find(): fix site->ls_busy accouting bug, found by Huang Hua

18 years agoreq-layout: separate req_capsule_has_field() and req_capsule_field_present()
nikita [Wed, 31 May 2006 11:08:51 +0000 (11:08 +0000)]
req-layout: separate req_capsule_has_field() and req_capsule_field_present()

18 years agofile 2.6-fc5.target.in was added on branch b_new_cmd on 2006-08-20 13:12:48 +0000
yury [Wed, 31 May 2006 08:39:29 +0000 (08:39 +0000)]
file 2.6-fc5.target.in was added on branch b_new_cmd on 2006-08-20 13:12:48 +0000

18 years agofile kernel-2.6.15-2.6-fc5-i686.config was added on branch b_new_cmd on 2006-08-20...
yury [Wed, 31 May 2006 08:06:57 +0000 (08:06 +0000)]
file kernel-2.6.15-2.6-fc5-i686.config was added on branch b_new_cmd on 2006-08-20 13:12:40 +0000

18 years agofile kernel-2.6.15-2.6-fc5-i686-smp.config was added on branch b_new_cmd on 2006...
yury [Wed, 31 May 2006 08:06:51 +0000 (08:06 +0000)]
file kernel-2.6.15-2.6-fc5-i686-smp.config was added on branch b_new_cmd on 2006-08-20 13:12:40 +0000

18 years agofile kernel-2.6.15-fc5-i686.config was added on branch b_new_cmd on 2006-08-20 13...
yury [Wed, 31 May 2006 03:59:05 +0000 (03:59 +0000)]
file kernel-2.6.15-fc5-i686.config was added on branch b_new_cmd on 2006-08-20 13:12:40 +0000

18 years agoiam unit tests framework.
nikita [Tue, 30 May 2006 19:20:37 +0000 (19:20 +0000)]
iam unit tests framework.

18 years agoadd RQF_MDS_REINT_OPEN request format
nikita [Tue, 30 May 2006 16:38:54 +0000 (16:38 +0000)]
add RQF_MDS_REINT_OPEN request format

18 years agofile ldiskfs-2.6-fc5.series was added on branch b_new_cmd on 2006-08-20 13:12:47...
yury [Tue, 30 May 2006 15:54:59 +0000 (15:54 +0000)]
file ldiskfs-2.6-fc5.series was added on branch b_new_cmd on 2006-08-20 13:12:47 +0000

18 years agofile iopen-2.6-fc5.patch was added on branch b_new_cmd on 2006-08-20 13:12:43 +0000
yury [Tue, 30 May 2006 15:54:52 +0000 (15:54 +0000)]
file iopen-2.6-fc5.patch was added on branch b_new_cmd on 2006-08-20 13:12:43 +0000