Boaz Harrosh - Fix broken email address
I no longer have access to the Panasas email. So change to an email that can always reach me. Signed-off-by: Boaz Harrosh <ooo@electrozaur.com>
This commit is contained in:
Родитель
fadc07522c
Коммит
aa281ac631
|
@ -4,7 +4,7 @@
|
||||||
# Copyright (C) 2008 Panasas Inc. All rights reserved.
|
# Copyright (C) 2008 Panasas Inc. All rights reserved.
|
||||||
#
|
#
|
||||||
# Authors:
|
# Authors:
|
||||||
# Boaz Harrosh <bharrosh@panasas.com>
|
# Boaz Harrosh <ooo@electrozaur.com>
|
||||||
# Benny Halevy <bhalevy@panasas.com>
|
# Benny Halevy <bhalevy@panasas.com>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Copyright (C) 2008 Panasas Inc. All rights reserved.
|
# Copyright (C) 2008 Panasas Inc. All rights reserved.
|
||||||
#
|
#
|
||||||
# Authors:
|
# Authors:
|
||||||
# Boaz Harrosh <bharrosh@panasas.com>
|
# Boaz Harrosh <ooo@electrozaur.com>
|
||||||
# Benny Halevy <bhalevy@panasas.com>
|
# Benny Halevy <bhalevy@panasas.com>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Copyright (C) 2008 Panasas Inc. All rights reserved.
|
* Copyright (C) 2008 Panasas Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
* Benny Halevy <bhalevy@panasas.com>
|
* Benny Halevy <bhalevy@panasas.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* Copyright (C) 2008 Panasas Inc. All rights reserved.
|
* Copyright (C) 2008 Panasas Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
* Benny Halevy <bhalevy@panasas.com>
|
* Benny Halevy <bhalevy@panasas.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
enum { OSD_REQ_RETRIES = 1 };
|
enum { OSD_REQ_RETRIES = 1 };
|
||||||
|
|
||||||
MODULE_AUTHOR("Boaz Harrosh <bharrosh@panasas.com>");
|
MODULE_AUTHOR("Boaz Harrosh <ooo@electrozaur.com>");
|
||||||
MODULE_DESCRIPTION("open-osd initiator library libosd.ko");
|
MODULE_DESCRIPTION("open-osd initiator library libosd.ko");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
* Copyright (C) 2008 Panasas Inc. All rights reserved.
|
* Copyright (C) 2008 Panasas Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
* Benny Halevy <bhalevy@panasas.com>
|
* Benny Halevy <bhalevy@panasas.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
static const char osd_name[] = "osd";
|
static const char osd_name[] = "osd";
|
||||||
static const char *osd_version_string = "open-osd 0.2.1";
|
static const char *osd_version_string = "open-osd 0.2.1";
|
||||||
|
|
||||||
MODULE_AUTHOR("Boaz Harrosh <bharrosh@panasas.com>");
|
MODULE_AUTHOR("Boaz Harrosh <ooo@electrozaur.com>");
|
||||||
MODULE_DESCRIPTION("open-osd Upper-Layer-Driver osd.ko");
|
MODULE_DESCRIPTION("open-osd Upper-Layer-Driver osd.ko");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_ALIAS_CHARDEV_MAJOR(SCSI_OSD_MAJOR);
|
MODULE_ALIAS_CHARDEV_MAJOR(SCSI_OSD_MAJOR);
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Copyright (C) 2008 Panasas Inc. All rights reserved.
|
# Copyright (C) 2008 Panasas Inc. All rights reserved.
|
||||||
#
|
#
|
||||||
# Authors:
|
# Authors:
|
||||||
# Boaz Harrosh <bharrosh@panasas.com>
|
# Boaz Harrosh <ooo@electrozaur.com>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License version 2
|
# it under the terms of the GNU General Public License version 2
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Copyright (C) 2005, 2006
|
* Copyright (C) 2005, 2006
|
||||||
* Avishay Traeger (avishay@gmail.com)
|
* Avishay Traeger (avishay@gmail.com)
|
||||||
* Copyright (C) 2008, 2009
|
* Copyright (C) 2008, 2009
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
*
|
*
|
||||||
* Copyrights for code taken from ext2:
|
* Copyrights for code taken from ext2:
|
||||||
* Copyright (C) 1992, 1993, 1994, 1995
|
* Copyright (C) 1992, 1993, 1994, 1995
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Copyright (C) 2005, 2006
|
* Copyright (C) 2005, 2006
|
||||||
* Avishay Traeger (avishay@gmail.com)
|
* Avishay Traeger (avishay@gmail.com)
|
||||||
* Copyright (C) 2008, 2009
|
* Copyright (C) 2008, 2009
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
*
|
*
|
||||||
* Copyrights for code taken from ext2:
|
* Copyrights for code taken from ext2:
|
||||||
* Copyright (C) 1992, 1993, 1994, 1995
|
* Copyright (C) 1992, 1993, 1994, 1995
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Copyright (C) 2005, 2006
|
* Copyright (C) 2005, 2006
|
||||||
* Avishay Traeger (avishay@gmail.com)
|
* Avishay Traeger (avishay@gmail.com)
|
||||||
* Copyright (C) 2008, 2009
|
* Copyright (C) 2008, 2009
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
*
|
*
|
||||||
* Copyrights for code taken from ext2:
|
* Copyrights for code taken from ext2:
|
||||||
* Copyright (C) 1992, 1993, 1994, 1995
|
* Copyright (C) 1992, 1993, 1994, 1995
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Copyright (C) 2005, 2006
|
* Copyright (C) 2005, 2006
|
||||||
* Avishay Traeger (avishay@gmail.com)
|
* Avishay Traeger (avishay@gmail.com)
|
||||||
* Copyright (C) 2008, 2009
|
* Copyright (C) 2008, 2009
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
*
|
*
|
||||||
* Copyrights for code taken from ext2:
|
* Copyrights for code taken from ext2:
|
||||||
* Copyright (C) 1992, 1993, 1994, 1995
|
* Copyright (C) 1992, 1993, 1994, 1995
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Copyright (C) 2005, 2006
|
* Copyright (C) 2005, 2006
|
||||||
* Avishay Traeger (avishay@gmail.com)
|
* Avishay Traeger (avishay@gmail.com)
|
||||||
* Copyright (C) 2008, 2009
|
* Copyright (C) 2008, 2009
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
*
|
*
|
||||||
* Copyrights for code taken from ext2:
|
* Copyrights for code taken from ext2:
|
||||||
* Copyright (C) 1992, 1993, 1994, 1995
|
* Copyright (C) 1992, 1993, 1994, 1995
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Copyright (C) 2005, 2006
|
* Copyright (C) 2005, 2006
|
||||||
* Avishay Traeger (avishay@gmail.com)
|
* Avishay Traeger (avishay@gmail.com)
|
||||||
* Copyright (C) 2008, 2009
|
* Copyright (C) 2008, 2009
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
*
|
*
|
||||||
* Copyrights for code taken from ext2:
|
* Copyrights for code taken from ext2:
|
||||||
* Copyright (C) 1992, 1993, 1994, 1995
|
* Copyright (C) 1992, 1993, 1994, 1995
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Copyright (C) 2005, 2006
|
* Copyright (C) 2005, 2006
|
||||||
* Avishay Traeger (avishay@gmail.com)
|
* Avishay Traeger (avishay@gmail.com)
|
||||||
* Copyright (C) 2008, 2009
|
* Copyright (C) 2008, 2009
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
*
|
*
|
||||||
* This file is part of exofs.
|
* This file is part of exofs.
|
||||||
*
|
*
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
#include "ore_raid.h"
|
#include "ore_raid.h"
|
||||||
|
|
||||||
MODULE_AUTHOR("Boaz Harrosh <bharrosh@panasas.com>");
|
MODULE_AUTHOR("Boaz Harrosh <ooo@electrozaur.com>");
|
||||||
MODULE_DESCRIPTION("Objects Raid Engine ore.ko");
|
MODULE_DESCRIPTION("Objects Raid Engine ore.ko");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2011
|
* Copyright (C) 2011
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
*
|
*
|
||||||
* This file is part of the objects raid engine (ore).
|
* This file is part of the objects raid engine (ore).
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) from 2011
|
* Copyright (C) from 2011
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
*
|
*
|
||||||
* This file is part of the objects raid engine (ore).
|
* This file is part of the objects raid engine (ore).
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Copyright (C) 2005, 2006
|
* Copyright (C) 2005, 2006
|
||||||
* Avishay Traeger (avishay@gmail.com)
|
* Avishay Traeger (avishay@gmail.com)
|
||||||
* Copyright (C) 2008, 2009
|
* Copyright (C) 2008, 2009
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
*
|
*
|
||||||
* Copyrights for code taken from ext2:
|
* Copyrights for code taken from ext2:
|
||||||
* Copyright (C) 1992, 1993, 1994, 1995
|
* Copyright (C) 1992, 1993, 1994, 1995
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Copyright (C) 2005, 2006
|
* Copyright (C) 2005, 2006
|
||||||
* Avishay Traeger (avishay@gmail.com)
|
* Avishay Traeger (avishay@gmail.com)
|
||||||
* Copyright (C) 2008, 2009
|
* Copyright (C) 2008, 2009
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
*
|
*
|
||||||
* Copyrights for code taken from ext2:
|
* Copyrights for code taken from ext2:
|
||||||
* Copyright (C) 1992, 1993, 1994, 1995
|
* Copyright (C) 1992, 1993, 1994, 1995
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2012
|
* Copyright (C) 2012
|
||||||
* Sachin Bhamare <sbhamare@panasas.com>
|
* Sachin Bhamare <sbhamare@panasas.com>
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
*
|
*
|
||||||
* This file is part of exofs.
|
* This file is part of exofs.
|
||||||
*
|
*
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Benny Halevy <bhalevy@panasas.com>
|
* Benny Halevy <bhalevy@panasas.com>
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2
|
* it under the terms of the GNU General Public License version 2
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Benny Halevy <bhalevy@panasas.com>
|
* Benny Halevy <bhalevy@panasas.com>
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2
|
* it under the terms of the GNU General Public License version 2
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Benny Halevy <bhalevy@panasas.com>
|
* Benny Halevy <bhalevy@panasas.com>
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2
|
* it under the terms of the GNU General Public License version 2
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Benny Halevy <bhalevy@panasas.com>
|
* Benny Halevy <bhalevy@panasas.com>
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2
|
* it under the terms of the GNU General Public License version 2
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Benny Halevy <bhalevy@panasas.com>
|
* Benny Halevy <bhalevy@panasas.com>
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2
|
* it under the terms of the GNU General Public License version 2
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Copyright (C) 2008 Panasas Inc. All rights reserved.
|
* Copyright (C) 2008 Panasas Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
* Benny Halevy <bhalevy@panasas.com>
|
* Benny Halevy <bhalevy@panasas.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2011
|
* Copyright (C) 2011
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
*
|
*
|
||||||
* Public Declarations of the ORE API
|
* Public Declarations of the ORE API
|
||||||
*
|
*
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Copyright (C) 2008 Panasas Inc. All rights reserved.
|
* Copyright (C) 2008 Panasas Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
* Benny Halevy <bhalevy@panasas.com>
|
* Benny Halevy <bhalevy@panasas.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -496,7 +496,7 @@ struct osd_timestamp {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct osd_key_identifier {
|
struct osd_key_identifier {
|
||||||
u8 id[7]; /* if you know why 7 please email bharrosh@panasas.com */
|
u8 id[7]; /* if you know why 7 please email ooo@electrozaur.com */
|
||||||
} __packed;
|
} __packed;
|
||||||
|
|
||||||
/* for osd_capability.format */
|
/* for osd_capability.format */
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Copyright (C) 2008 Panasas Inc. All rights reserved.
|
* Copyright (C) 2008 Panasas Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
* Benny Halevy <bhalevy@panasas.com>
|
* Benny Halevy <bhalevy@panasas.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Copyright (C) 2008 Panasas Inc. All rights reserved.
|
* Copyright (C) 2008 Panasas Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
* Benny Halevy <bhalevy@panasas.com>
|
* Benny Halevy <bhalevy@panasas.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Copyright (C) 2008 Panasas Inc. All rights reserved.
|
* Copyright (C) 2008 Panasas Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Boaz Harrosh <bharrosh@panasas.com>
|
* Boaz Harrosh <ooo@electrozaur.com>
|
||||||
* Benny Halevy <bhalevy@panasas.com>
|
* Benny Halevy <bhalevy@panasas.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|
Загрузка…
Ссылка в новой задаче