Skip to content

Commit

Permalink
a quick fix for missing symbol
Browse files Browse the repository at this point in the history
* Also Added THANKS file with _most_ of the people who supported us. May be incomplete.
  • Loading branch information
amarts committed May 5, 2017
1 parent 114ea9f commit db9f51e
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 1 deletion.
139 changes: 139 additions & 0 deletions THANKS
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Here is a list of people, who helped in glusterfs development.

Patches:

* Chris Atlee <[email protected]>
- init.d script for Debian

Expand All @@ -14,3 +16,140 @@ Here is a list of people, who helped in glusterfs development.

* and to whole lot of people using GlusterFS, reporting bugs and helping
us to priorities the RoadMap.

* Ronald <[email protected]>
- handling different blocksizes of underlaying fs in Unify

/* NOTE: list not complete */

Thanks for bug reports, suggestions, testing, trying out: [in no particular order]

* A D Auria <[email protected]>
* Adam Bulka <[email protected]>
* Alexander Attarian <[email protected]>
* Alexander Rudolf <[email protected]>
* Alexey Filin <[email protected]>
* AndreMachado <[email protected]>
* Angel <[email protected]>
* Anton Kalikov <[email protected]>
* August R. Wohlt <[email protected]>
* Bernhard J. M. Gruen <[email protected]>
* Brandon Lamb <[email protected]>,
* Brent A Nelson <[email protected]>
* Brian Taber <[email protected]>
* Bruce <[email protected]>
* Carsten Heesch <[email protected]>
* Cedric Dufour @ IDIAP Research Institute <[email protected]>
* Cedric Veilleux <[email protected]>
* Chris Johnson <[email protected]>
* Christoph Mallau <[email protected]>
* Christopher Hawkins <[email protected]>
* Claudio Cuqui <[email protected]>
* Constantin Teodorescu <[email protected]>
* Csibra Gergo <[email protected]>
* Dale Dude <[email protected]>
* Dan Parsons <[email protected]>
* Daniel Jordan Bambach <[email protected]>
* Daniel Summer <[email protected]>
* Daniel Van Ham Colchete <[email protected]>,
* Danson Michael Joseph <[email protected]>
* David Rotermund <[email protected]>
* Dee Dee <[email protected]>
* Erik Osterman <[email protected]>
* Eric Baur <[email protected]>
* Franco Broi <[email protected]>
* GARDAIS Ionel <[email protected]>
* Gareth Bult <[email protected]>
* Gerry Reno <[email protected]>
* Gordan Bobic <[email protected]>
* Hans Allis <[email protected]>
* Hans Einar Gautun <[email protected]>
* Harris Landgarten <[email protected]>
* Ian Grimstead <[email protected]>
* Insomniac <[email protected]>
* Ioannis Aslanidis <[email protected]>
* Jacques Mattheij <[email protected]>,
* James Dyer <[email protected]>
* Jean-Jacques Sarton <[email protected]>,
* Jeff <[email protected]>
* Jeremy Laine <[email protected]>
* Jerker Nyberg <[email protected]>
* Jim Richardson <[email protected]>
* Jimmy Tang <[email protected]>
* Joe Landman <[email protected]>
* Joey Novak <[email protected]>
* John Smith <[email protected]>
* Jonathan Newman <[email protected]>
* Jordan Mendler <[email protected]>
* Jordi Moles <[email protected]>
* Jordi Xavier Prat Grau <[email protected]>
* Justin McAleer <[email protected]>
* KE Liew <[email protected]>
* Karl Bernard <[email protected]>
* Kevan Benson <[email protected]>
* Kevev <[email protected]>
* LI Daobing <[email protected]>
* Loris Luise <[email protected]>
* Luke Schierer <[email protected]>
* Majied Najjar <[email protected]>
* Marcin Krol <[email protected]>
* Marian Marinov <[email protected]>
* Mark Brady <[email protected]>
* Martin Fick <[email protected]>
* Mateusz Korniak <[email protected]>
* Matt Drew <[email protected]>
* Matthew Zeier <[email protected]>
* Matthias Albert <[email protected]>
* Michael Fincham <[email protected]>
* Mickey Mazarick <[email protected]>
* Mihai <[email protected]>
* Mike Machuidel <[email protected]>
* Milton Raj <[email protected]>
* Nathan Allen Stratton <[email protected]>
* Nicolas Prochazka <[email protected]>
* Norbert <[email protected]>
* Norbert Paschedag <[email protected]>
* NovA <[email protected]>
* Onyx <[email protected]>
* Paolo Agazzone <[email protected]>
* Paul Arch <[email protected]>
* Paul England <[email protected]>
* Paul Jochum <[email protected]>
* Petr Kacer <[email protected]>
* Pooya Woodcock <[email protected]>
* Rhesa Rozendaal <[email protected]>
* Ricardo Garcia Mayoral <[email protected]>
* Robert-Jan Huijsman <[email protected]>
* Rodney McDuff <[email protected]>
* Rohan Thale <[email protected]>
* Ronald <[email protected]>
* Rossi Andrea Modesto <[email protected]>
* Sam Douglas <[email protected]>
* Sascha Ottolski <[email protected]>
* Scott Larson <[email protected]>
* Scott McNally <[email protected]>
* Sebastien LELIEVRE <[email protected]>
* Sever <[email protected]>
* Snezhana Bekova <[email protected]>
* Sorin Badea <[email protected]>
* Stefan Foerster <[email protected]>
* Steffen Grunewald <[email protected]>
* Susumu Urata <>
* Sylvain Beucler <[email protected]>
* Szekelyi Szabolcs <[email protected]>
* T0aD <[email protected]> or Julien Perez
* Thierry EXCOFFIER <[email protected]>
* Thierry EXCOFFIER <[email protected]>
* Tibor Veres <[email protected]>
* Tomasz Rudzki <[email protected]>
* Ton van Rosmalen <[email protected]>
* Urban Loesch <[email protected]>
* Vincent Regnard <[email protected]>
* Yohandry Cueto <[email protected]>


Special Thanks:
* Rick Rothstein <[email protected]>
* Gilad Shainer <[email protected]>
* Mehran Entezari <[email protected]>
* Violetta <[email protected]>
39 changes: 39 additions & 0 deletions libglusterfs/src/common-utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -749,3 +749,42 @@ gf_string2bytesize (const char *str, unsigned long long *n)

return 0;
}

int64_t
gf_str_to_long_long (const char *number)
{
int64_t unit = 1;
int64_t ret = 0;
char *endptr = NULL ;
if (!number)
return 0;

ret = strtoll (number, &endptr, 0);

if (endptr) {
switch (*endptr) {
case 'G':
case 'g':
if ((* (endptr + 1) == 'B') ||(* (endptr + 1) == 'b'))
unit = 1024 * 1024 * 1024;
break;
case 'M':
case 'm':
if ((* (endptr + 1) == 'B') ||(* (endptr + 1) == 'b'))
unit = 1024 * 1024;
break;
case 'K':
case 'k':
if ((* (endptr + 1) == 'B') ||(* (endptr + 1) == 'b'))
unit = 1024;
break;
case '%':
unit = 1;
break;
default:
unit = 1;
break;
}
}
return ret * unit;
}
2 changes: 1 addition & 1 deletion libglusterfs/src/revision.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define GLUSTERFS_REPOSITORY_REVISION "glusterfs--mainline--3.0--patch-189"
#define GLUSTERFS_REPOSITORY_REVISION "glusterfs--mainline--3.0--patch-190"

0 comments on commit db9f51e

Please sign in to comment.