CVS log for pvfs2/src/io/bmi/bmi_mx/README

(logo)

Help

(back) Up to [PVFS2] / pvfs2 / src / io / bmi / bmi_mx

Request diff between arbitrary revisions / Display revisions graphically


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.3.42.1 / (view) - annotate - [select for diffs] , Tue Oct 5 18:29:51 2010 UTC (16 months ago) by elaine
Branch: Orange-Elaine-Distr-Dir-Branch
CVS Tags: distdir_orange_before_merge_20110817
Changes since 1.3: +2 -7 lines
Diff to previous 1.3 to next main 1.4
Merged in changes from Orange-Branch. There were a number of bugs fixed there since this branch was created.

Revision 1.3.40.1 / (view) - annotate - [select for diffs] , Thu Jul 8 14:02:52 2010 UTC (19 months ago) by mtmoore
Changes since 1.3: +2 -7 lines
Diff to previous 1.3 to next main 1.4
merging Orange Branch changes in

Revision 1.2.10.2 / (view) - annotate - [select for diffs] , Sat Jun 19 00:01:54 2010 UTC (19 months, 2 weeks ago) by nlmills
Branch: cu-security-branch
Changes since 1.2.10.1: +2 -7 lines
Diff to previous 1.2.10.1 to branch point 1.2 to next main 1.3
initial merge with Orange-Branch. much will be broken

Revision 1.3.18.1 / (view) - annotate - [select for diffs] , Fri Apr 30 20:00:47 2010 UTC (21 months, 1 week ago) by bligon
Branch: Orange-Branch
CVS Tags: windows-release-2-8-5-20110921, windows-client-to-Orange-Branch-20110712, windows-client, test-slab-cache-patch, test-duplicate-patch, pre-dirent, pnfs-merge, orangefs-rel-20100813, orangefs-current, orangefs-20100920, orangefs-2-8-5, orangefs-2-8-4, orangefs-2-8-3-20110323, orangefs-2-8-3-2011-03-23, orangefs-2-8-3-20101113, orangefs-2-8-3-20101112, orange-next, mtmoore-dbpf-txn, before-getattr, becky-test-bed, Orange-security-premerge, Orange-security-postmerge, Orange-Migrate-Tools, OB-DBPF-OPEN-CACHE-REMOVE, B2O-Orange-Sync-Temp, B2O-Orange-Sync, B2O-Blue-Sync-Temp-End-2, B2O-Blue-Sync-Temp-End
Changes since 1.3: +2 -7 lines
Diff to previous 1.3 to next main 1.4
merge of B2O-Blue-Sync,HEAD,and latest of Orange.

Revision 1.3.46.1 / (view) - annotate - [select for diffs] , Wed Mar 31 20:27:05 2010 UTC (22 months, 1 week ago) by bligon
Branch: B2O-Merge-Test
Changes since 1.3: +2 -7 lines
Diff to previous 1.3 to next main 1.4
commiting changes from merge of Orange and Blue into test branch.

Revision 1.3.10.1 / (view) - annotate - [select for diffs] , Thu Oct 1 16:27:10 2009 UTC (2 years, 4 months ago) by slang
Branch: pvfs-2-8-branch
CVS Tags: pvfs-2-8-2-rc1, pvfs-2-8-2
Changes since 1.3: +2 -7 lines
Diff to previous 1.3 to next main 1.4
merge from HEAD: http://www.pvfs.org/fisheye/changelog/PVFS/?cs=MAIN:atchley:20090727142649

Revision 1.4 / (view) - annotate - [select for diffs] , Mon Jul 27 14:26:49 2009 UTC (2 years, 6 months ago) by atchley
Branch: MAIN
CVS Tags: tr-branch, pvfs2-mr-shim, pfsck-branch-point, pfsck-branch, my-point, HEAD, B2O-Temp, B2O-Blue-Sync
Changes since 1.3: +2 -7 lines
Diff to previous 1.3
* Replaces unex_txs queue & lock with a done_q & lock for each context
  These queues hold completed expected msgs (rx and tx) as well
  as completed unexpected sends per context. This is what was missing
  and caused the errors. Reported by Kazuki Ohta.

* Adds the completion lock and reference count to serialize accesses
  to MX completion functions to prevent races between BMI_test(),
  BMI_cancel(), BMI_testcontext() and BMI_testunexpected(). These
  now call get_completion_token() and release_completion_token().

* Add bmi_error_code_t to msg context (struct bmx_ctx) to store the
  BMI error code rather than rely on the MX status code which is not
  set in BMI_cancel(), for example.

* Added deq_unex_rx() to return a completed unexpected recv if available.

* Added q_completed() to queue completed messages on the appropriate
  done_q or unexpected rx queue. It stores the MX status and BMI
  error.

* Added deq_completed() to return a completed expected msg or completed
  unexpected send.

* Added complete_ctx() which assigns the out variables and does cleanup.
  This reduces code duplication in BMI_test() and BMI_testcontext().

* Remove unused functions: deq_ctx(), q_unex_ctx(), q_canceled_ctx()

* Combined put_idle_[rx|tx]() into put_idle_ctx()

* Eliminate bmi_mx specific logging (keeps PINT_EVENT_*)

Revision 1.3.8.1 / (view) - annotate - [select for diffs] , Mon Jul 21 18:32:00 2008 UTC (3 years, 6 months ago) by aching
Branch: locking-branch
Changes since 1.3: +0 -0 lines
Diff to previous 1.3 to next main 1.4
Added.

Revision 1.2.8.1 / (view) - annotate - [select for diffs] , Tue Jun 24 15:01:49 2008 UTC (3 years, 7 months ago) by pcarns
Branch: small-file-branch
Changes since 1.2: +14 -0 lines
Diff to previous 1.2 to next main 1.3
reverse merge latest trunk changes to small-file-branch and update msgpair
usage where needed

Revision 1.2.12.1 / (view) - annotate - [select for diffs] , Wed May 21 18:55:18 2008 UTC (3 years, 8 months ago) by slang
Branch: he-branch
Changes since 1.2: +14 -0 lines
Diff to previous 1.2 to next main 1.3
reverse merge of latest changes from HEAD to he branch.

Revision 1.2.10.1 / (view) - annotate - [select for diffs] , Fri May 16 15:15:39 2008 UTC (3 years, 8 months ago) by dbonnie
Branch: cu-security-branch
CVS Tags: from_MERGE_FROM_HEAD, from_HEAD_NEW_FEATURE_ADD3, from_HEAD_NEW_FEATURE_ADD2, cu-security-branch-premerge
Changes since 1.2: +14 -0 lines
Diff to previous 1.2
Updated branch with code from HEAD

Revision 1.3 / (view) - annotate - [select for diffs] , Wed Apr 30 12:48:17 2008 UTC (3 years, 9 months ago) by atchley
Branch: MAIN
CVS Tags: tcp-peer-comm-branch, sumit-branch, solaris-point, solaris-branch, small-file-branch-point4, small-file-branch-point3, sa-branch, rr-txn, rongrong, pvfs2, pvfs-2-8-point, pvfs-2-8-1, pvfs-2-8-0, merge_MERGE_FROM_HEAD, merge_HEAD_NEW_FEATURE_ADD4, merge_HEAD_NEW_FEATURE_ADD3, merge_HEAD_NEW_FEATURE_ADD2, merge_HEAD_NEW_FEATURE_ADD, fuse-support, distr-dir-pre-release, directio-point, directio-branch, branch-rongrong, bmi-experimental-branch-point, bmi-experimental-branch, before-dio-merge, as-point, as-branch, after-he-reverse-merge, aattrs-branch-point, aattrs-branch, Orange-mtmoore, Orange-Root, Orange-Merge1, Orange-FailOver-small-io, Orange-FailOver-Becky, Orange-Elaine-Distr-Dir-Root, Orange-Elaine-Branch, Orange-Branch-metadata-backup, Orage-Elaine-Root, ORANGE-BECKY-ROOT, ORANGE-BECKY-BRANCH, B2O-Blue-Sync-Temp
Branch point for: pvfs-2-8-branch, locking-branch, Orange-Elaine-Distr-Dir-Branch, Orange-Branch, B2O-Merge-Test
Changes since 1.2: +14 -0 lines
Diff to previous 1.2
Wrap the new text correctly.

Revision 1.2 / (view) - annotate - [select for diffs] , Thu Jul 19 16:52:29 2007 UTC (4 years, 6 months ago) by slang
Branch: MAIN
CVS Tags: twod-branch-point, twod-branch, small-file-branch-point2, small-file-branch-point, pvfs-2-7-branch-point, pvfs-2-7-branch, pvfs-2-7-1, pvfs-2-7-0, mgmt-branch-point, he-branch-point, cu-sandbox-branch-point, cu-sandbox-branch, Root_cu-security-branch
Branch point for: small-file-branch, he-branch, cu-security-branch
Changes since 1.1: +20 -14 lines
Diff to previous 1.1
readme patch from scott.  removed or from match variable.

Revision 1.1.12.1 / (view) - annotate - [select for diffs] , Wed May 23 20:48:42 2007 UTC (4 years, 8 months ago) by kunkel
Branch: pvfs2-kunkel-tas-branch
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 to next main 1.2
Merge HEAD changes to TAS-branch.

Revision 1.1.10.1 / (view) - annotate - [select for diffs] , Wed Apr 11 22:50:26 2007 UTC (4 years, 9 months ago) by slang
Branch: WALT3
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 to next main 1.2
walt3 reverse merge from head includes merges of pw's sm changes (no state declarations), cleanup of state machine code, and other general merging/fixes.

Revision 1.1.4.1 / (view) - annotate - [select for diffs] , Sat Feb 17 11:16:45 2007 UTC (4 years, 11 months ago) by kunkel
Branch: kunkel-migration-branch
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 to next main 1.2
Update migration branch to current CVS version

Revision 1.1.2.1 / (view) - annotate - [select for diffs] , Sat Feb 17 10:39:24 2007 UTC (4 years, 11 months ago) by kunkel
Branch: kunkel-hint-branch
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 to next main 1.2
Sync hint-branch to current CVS version

Revision 1.1 / (view) - annotate - [select for diffs] , Tue Feb 13 18:39:39 2007 UTC (4 years, 11 months ago) by slang
Branch: MAIN
CVS Tags: pvfs-2-6-branch, pvfs-2-6-3-tag3, pvfs-2-6-3-tag2, pvfs-2-6-3, kunkel-tas-branch-2007-05-23, kunkel-migration-hint-branch-point-2007-06-17, kunkel-migration-hint-branch-point-2007-03-15, kunkel-hint-branch-point-2007-02-17
Branch point for: pvfs2-kunkel-tas-branch, kunkel-migration-branch, kunkel-hint-branch, WALT3
Initial commit of BMI MX implementation provided by Scott and Myricom.  Thanks Scott!

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

Email pvfs2 viewcvs admin
Powered by
ViewCVS 0.9.4