CVS log for pvfs2/src/io/bmi/bmi-method-support.c

(logo)

Help

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

Request diff between arbitrary revisions / Display revisions graphically


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

Revision 1.13 / (view) - annotate - [select for diffs] , Mon Apr 19 20:39:10 2010 UTC (2 years ago) by pcarns
Branch: MAIN
CVS Tags: tr-branch, pvfs2-mr-shim, my-point, HEAD, B2O-Temp, B2O-Blue-Sync
Changes since 1.12: +1 -0 lines
Diff to previous 1.12
merging bmi-experimental-branch to trunk

Revision 1.12.42.1 / (view) - annotate - [select for diffs] , Sun Jul 19 14:19:07 2009 UTC (2 years, 9 months ago) by pcarns
Branch: bmi-experimental-branch
Changes since 1.12: +1 -0 lines
Diff to previous 1.12 to next main 1.13
merge tcp fixes for simultaneous peer connections into bmi experimental
branch

Revision 1.12.22.1 / (view) - annotate - [select for diffs] , Mon Jun 8 21:49:30 2009 UTC (2 years, 11 months ago) by sson
Branch: as-branch
Changes since 1.12: +1 -0 lines
Diff to previous 1.12 to next main 1.13
Merged Phil's tcp-peer-comm-branch that allows simultaneous server to server communications.
Added basic allreduce module:
  - implemented a recursive distance doubling algorithm.
  - works only when the # of servers are power of 2.
  - when activated, servers simply exchange their id to each other.

TODO
  - handle arbitrary sizes of buffers of various data types.

Revision 1.12.34.1 / (view) - annotate - [select for diffs] , Sun Jun 7 17:15:36 2009 UTC (2 years, 11 months ago) by pcarns
Branch: tcp-peer-comm-branch
Changes since 1.12: +1 -0 lines
Diff to previous 1.12 to next main 1.13
handle case in which incoming connection is established prior to address
lookup

Revision 1.10.62.1 / (view) - annotate - [select for diffs] , Mon Jul 21 18:19:59 2008 UTC (3 years, 9 months ago) by aching
Branch: locking-branch
Changes since 1.10: +10 -13 lines
Diff to previous 1.10 to next main 1.11
Reverse merged and ported to HEAD.

Revision 1.12 / (view) - annotate - [select for diffs] , Tue Nov 6 23:08:33 2007 UTC (4 years, 6 months ago) by slang
Branch: MAIN
CVS Tags: windows-release-2-8-5-20110921, windows-client-to-Orange-Branch-20110712, windows-client, test-slab-cache-patch, test-duplicate-patch, sumit-branch, solaris-point, solaris-branch, small-file-branch-point4, small-file-branch-point3, small-file-branch-point2, small-file-branch-point, small-file-branch, sa-branch, rr-txn, rongrong, pvfs2, pvfs-2-8-point, pvfs-2-8-branch, pvfs-2-8-2-rc1, pvfs-2-8-2, pvfs-2-8-1, pvfs-2-8-0, pvfs-2-7-branch-point, pvfs-2-7-branch, pvfs-2-7-1, pvfs-2-7-0, pre-dirent, pnfs-merge, pfsck-branch-point, pfsck-branch, 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, merge_MERGE_FROM_HEAD, merge_HEAD_NEW_FEATURE_ADD4, merge_HEAD_NEW_FEATURE_ADD3, merge_HEAD_NEW_FEATURE_ADD2, merge_HEAD_NEW_FEATURE_ADD, he-branch-point, he-branch, fuse-support, from_MERGE_FROM_HEAD, from_HEAD_NEW_FEATURE_ADD3, from_HEAD_NEW_FEATURE_ADD2, distr-dir-pre-release, distdir_orange_before_merge_20110817, directio-point, directio-branch, cu-security-branch-premerge, cu-security-branch, cu-sandbox-branch-point, cu-sandbox-branch, branch-rongrong, bmi-experimental-branch-point, before-getattr, before-dio-merge, becky-test-bed, as-point, after-he-reverse-merge, aattrs-branch-point, aattrs-branch, Root_cu-security-branch, Orange-security-premerge, Orange-security-postmerge, Orange-mtmoore, Orange-Root, Orange-Migrate-Tools, Orange-Merge1, Orange-FailOver-small-io, Orange-FailOver-Becky, Orange-Elaine-Distr-Dir-Root, Orange-Elaine-Distr-Dir-Branch, Orange-Elaine-Branch, Orange-Branch-metadata-backup, Orange-Branch, Orage-Elaine-Root, ORANGE-BECKY-ROOT, ORANGE-BECKY-BRANCH, OB-DBPF-OPEN-CACHE-REMOVE, B2O-Orange-Sync-Temp, B2O-Orange-Sync, B2O-Merge-Test, B2O-Blue-Sync-Temp-End-2, B2O-Blue-Sync-Temp-End, B2O-Blue-Sync-Temp
Branch point for: tcp-peer-comm-branch, bmi-experimental-branch, as-branch
Changes since 1.11: +7 -7 lines
Diff to previous 1.11
bmi cleanups.

Revision 1.11 / (view) - annotate - [select for diffs] , Wed Aug 22 16:12:44 2007 UTC (4 years, 8 months ago) by slang
Branch: MAIN
CVS Tags: mgmt-branch-point
Changes since 1.10: +3 -6 lines
Diff to previous 1.10
Replace id_gen_safe with id_gen_fast.  id_gen_safe is only needed for ids that are getting handed back to us through the system interfaces.  If our own internal ids (pointers) are getting corrupted or freed...Hello valgrind!

Revision 1.10.38.2 / (view) - annotate - [select for diffs] , Mon Jul 24 17:20:25 2006 UTC (5 years, 9 months ago) by slang
Branch: kunkel-branch
Changes since 1.10.38.1: +31 -36 lines
Diff to previous 1.10.38.1 to branch point 1.10 to next main 1.11
revert style changes back to previous versions.

Revision 1.10.38.1 / (view) - annotate - [select for diffs] , Fri Jul 21 17:40:24 2006 UTC (5 years, 9 months ago) by kunkel
Branch: kunkel-branch
Changes since 1.10: +36 -31 lines
Diff to previous 1.10
run maint/pvfs2indent-80col.sh on all .c files to correct style :)

Revision 1.10 / (view) - annotate - [select for diffs] , Wed Jul 28 14:32:39 2004 UTC (7 years, 9 months ago) by neill
Branch: MAIN
CVS Tags: version-lock-branch, version-lock-actual-branch, twod-branch-point, twod-branch, threaded-aio-point, threaded-aio-branch, tau-sandbox-point, tau-sandbox, snapshot-bluegene-20050216, slang-sio-point, slang-sio-branch, slang-reqsched-point, slang-reqsched-branch, slang-event-changes-point, slang-event-changes-branch, slang-attr-cache-fixups-point2, slang-attr-cache-fixups-point, slang-attr-cache-fixups-branch, pvfs2-tag-bugfix-67, pvfs2-snapshot-Alejandro, pvfs2-kunkel-tas-branch, pvfs2-bugfix-67, pvfs2-bugfix-39, pvfs2-1_5_1_for_bgl3, pvfs2-1_5_1_for_bgl2, pvfs2-1_5_1_for_bgl, pvfs2-1-5-point2, pvfs2-1-5-point, pvfs2-1-5-branch, pvfs2-1-5-1-rc3, pvfs2-1-5-1-rc2, pvfs2-1-5-1-rc1, pvfs2-1-5-1, pvfs2-1-5-0-rc5, pvfs2-1-5-0-rc4, pvfs2-1-5-0-rc3, pvfs2-1-5-0-rc2, pvfs2-1-5-0-rc1, pvfs2-1-5-0, pvfs2-1-4-0-point, pvfs2-1-4-0-branch, pvfs2-1-4-0, pvfs2-1-3-2, pvfs2-1-3-1-branch, pvfs2-1-3-1, pvfs2-1-3-0, pvfs2-1-2-0, pvfs2-1-1-0, pvfs2-1-0-1, pvfs2-1-0-0, pvfs2-0-9-0, pvfs2-0-8-0, pvfs2-0-7-0, pvfs2-0-6-5, pvfs2-0-6-4, pvfs2-0-6-3, pvfs2-0-6-2, pvfs2-0-6-1, pvfs-2-6-point4, pvfs-2-6-point3, pvfs-2-6-point2, pvfs-2-6-point, pvfs-2-6-branch, pvfs-2-6-3-tag3, pvfs-2-6-3-tag2, pvfs-2-6-3, pvfs-2-6-2, pvfs-2-6-1, pvfs-2-6-0, posix-extensions-point7, posix-extensions-point6, posix-extensions-point5, posix-extensions-point4, posix-extensions-point3, posix-extensions-point2, posix-extensions-point, posix-extensions-branch, lockd-point2, lockd-point, lockd-branch, kunkel-tas-branch-2007-05-23, kunkel-migration-hint-branch-point-2007-06-17, kunkel-migration-hint-branch-point-2007-03-15, kunkel-migration-branch, kunkel-hint-branch-point-26, kunkel-hint-branch-point-2007-02-17, kunkel-hint-branch, kunkel-branches-point, kunkel-alternativeIO-branch, dbpf-slowskip, dbpf-onekeyval-point, dbpf-onekeyval-branch, dbpf-methods-point, dbpf-methods-branch, dbpf-coalesce-point, dbpf-coalesce-branch, dbpf-changes-branch, dbpf-changes, before-style-changes, before-dbpf-onekeyval, WALT3-point, WALT3-last-merged, WALT3, WALT2, WALT1
Branch point for: locking-branch, kunkel-branch
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
- applied Nathan's expandtab patch (expandtab-2.patch.gz)

  first referenced at:
  http://www.beowulf-underground.org/pipermail/pvfs2-developers/2004-July/000745.html

Revision 1.9 / (view) - annotate - [select for diffs] , Mon Apr 26 18:15:49 2004 UTC (8 years ago) by neill
Branch: MAIN
CVS Tags: pvfs2-nm-nb-branch, pvfs2-0-6-0pre1, pvfs2-0-6-0, pvfs2-0-5-1, pvfs2-0-5-0
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
- add the id unregister calls where appropriate for bmi

  PETE W: are the ib changes ok?

Revision 1.8 / (view) - annotate - [select for diffs] , Mon Apr 26 17:58:34 2004 UTC (8 years ago) by neill
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
- make all of bmi use the id-safe-register methods instead of the fast ones
  to disassociate the ids from the data

Revision 1.7 / (view) - annotate - [select for diffs] , Fri May 30 17:47:38 2003 UTC (8 years, 11 months ago) by pcarns
Branch: MAIN
CVS Tags: snapshot-kraken-10-16-2003-B, snapshot-kraken-10-16-2003, pvfs2-dbpf-attr-cache-branch, pvfs2-0-1-3, pvfs2-0-1-2, pvfs2-0-1-1, pvfs2-0-1-0, pvfs2-0-0-9, pvfs2-0-0-8, pvfs2-0-0-7, pvfs2-0-0-6, pvfs2-0-0-5, pvfs2-0-0-4, pvfs2-0-0-3, pvfs2-0-0-2, pvfs2-0-0-1
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
got rid of PVFS_flag type and bmi_flag_t.  need to come back later and
convert the buffer_flag variables in BMI to named enumerations; they are
ints for now

Revision 1.6 / (view) - annotate - [select for diffs] , Mon May 19 13:49:46 2003 UTC (9 years ago) by pcarns
Branch: MAIN
Changes since 1.5: +0 -1 lines
Diff to previous 1.5
cruft removal

Revision 1.4 / (view) - annotate - [select for diffs] , Wed Apr 2 21:08:00 2003 UTC (9 years, 1 month ago) by pcarns
Branch: MAIN
Changes since 1.3: +133 -116 lines
Diff to previous 1.3
modified all of the BMI code to fall in line with the code formatting
style that we want to use now.  Used the pvfs2-mangle-in-place-80col.sh
script (teamed up with a find -exec command) to do so.

Revision 1.5 / (view) - annotate - [select for diffs] , Wed Apr 2 17:20:27 2003 UTC (9 years, 1 month ago) by rbross
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
vim formatting line fixes, using pvfs2fixbadformat.pl.

Revision 1.3 / (view) - annotate - [select for diffs] , Tue Mar 18 17:20:46 2003 UTC (9 years, 2 months ago) by robl
Branch: MAIN
Changes since 1.2: +0 -1 lines
Diff to previous 1.2
so while the 'buffer' doesn't get freed in the 'create' path, every other server operation evidently does free the buffer.  back out the free to avoid double-fre problem.  still need to fix the leak in the create case, but this wasn't the right way to do it.

Revision 1.2 / (view) - annotate - [select for diffs] , Tue Mar 18 16:28:44 2003 UTC (9 years, 2 months ago) by robl
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1
clean up allocated memory

Revision 1.1 / (view) - annotate - [select for diffs] , Fri Jan 24 21:52:49 2003 UTC (9 years, 3 months ago) by pcarns
Branch: MAIN
CVS Tags: snapshot-osc-03-11-2003, snapshot-osc-02-19-2003, snapshot-amerson-3-18-2003
renamed a bunch of files in the bmi subdirectory to use dashes instead
of underscores

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