* (unknown)
@ 2003-01-16 23:54 devnull
0 siblings, 0 replies; 228+ messages in thread
From: devnull @ 2003-01-16 23:54 UTC (permalink / raw)
To: linux-scsi
unsubscribe linux-scsi@vger.kernel.org
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2003-06-03 23:51 Justin T. Gibbs
0 siblings, 0 replies; 228+ messages in thread
From: Justin T. Gibbs @ 2003-06-03 23:51 UTC (permalink / raw)
To: linux-scsi, linux-kernel; +Cc: Linus Torvalds, Alan Cox, Marcelo Tosatti
Folks,
I've just uploaded version 1.3.10 of the aic79xx driver and version
6.2.36 of the aic7xxx driver. Both are available for 2.4.X and
2.5.X kernels in either bk send format or as a tarball from here:
http://people.FreeBSD.org/~gibbs/linux/SRC/
The change sets relative to the 2.5.X tree are:
ChangeSet@1.1275, 2003-06-03 17:35:01-06:00, gibbs@overdrive.btc.adaptec.com
Update Aic79xx Readme
ChangeSet@1.1274, 2003-06-03 17:22:05-06:00, gibbs@overdrive.btc.adaptec.com
Aic7xxx Driver Update
o Bump version number to 6.2.36
o Document recent aic7xxx driver releases
ChangeSet@1.1273, 2003-06-03 17:20:14-06:00, gibbs@overdrive.btc.adaptec.com
Aic79xx Driver Update
o Bump driver version to 1.3.10
o Document recent releases in driver readme.
ChangeSet@1.1272, 2003-05-31 21:12:09-06:00, gibbs@overdrive.btc.adaptec.com
Aic7xxx and Aic79xx Driver Update
o Work around negotiation firmware bug in the Quantum Atlas 10K
o Clear stale PCI errors in our register mapping test to avoid
false positives from rouge accesses to our registers that occur
prior to our driver attach.
ChangeSet@1.1271, 2003-05-31 18:34:01-06:00, gibbs@overdrive.btc.adaptec.com
Aic79xx Driver Update
o Implement suspend and resume
ChangeSet@1.1270, 2003-05-31 18:32:36-06:00, gibbs@overdrive.btc.adaptec.com
Aic7xxx Driver Update
o Fix some suspend and resume bugs
ChangeSet@1.1269, 2003-05-31 18:27:09-06:00, gibbs@overdrive.btc.adaptec.com
Aic7xxx Driver Update
o Correct the type of the DV settings array.
ChangeSet@1.1268, 2003-05-31 18:25:28-06:00, gibbs@overdrive.btc.adaptec.com
Aic7xxx and Aic79xx driver Update
o Remove unecessary and incorrect use of ~0 as a mask.
ChangeSet@1.1267, 2003-05-30 13:50:00-06:00, gibbs@overdrive.btc.adaptec.com
Aic7xxx and Aic79xx Driver Update
o Adapt to 2.5.X SCSI proc interface change while maitaining
compatibility with earlier kernels.
ChangeSet@1.1266, 2003-05-30 11:01:02-06:00, gibbs@overdrive.btc.adaptec.com
Merge http://linux.bkbits.net/linux-2.5
into overdrive.btc.adaptec.com:/usr/home/gibbs/bk/linux-2.5
ChangeSet@1.1215.4.6, 2003-05-30 10:50:17-06:00, gibbs@overdrive.btc.adaptec.com
Aic7xxx Driver Update
o Bring in aic7xxx_reg_print.c update that was missed the
last time the firmware was regenerated. The old file worked
fine, so this is mostly a cosmetic change.
ChangeSet@1.1215.4.5, 2003-05-30 10:48:31-06:00, gibbs@overdrive.btc.adaptec.com
Aic79xx Driver Update
o Correct non-zero lun output on post Rev A4 hardware
in packetized mode.
ChangeSet@1.1215.4.4, 2003-05-30 10:46:03-06:00, gibbs@overdrive.btc.adaptec.com
Aic79xx Driver Update
o Return to using 16byte alignment for th SCB_TAG field in our SCB.
The hardware seems to corrupt SCBs on some PCI platforms with the
tag field in its old location.
ChangeSet@1.1215.4.3, 2003-05-30 10:43:20-06:00, gibbs@overdrive.btc.adaptec.com
Aic7xxx Driver Update
o Adopt 2.5.X EISA framework for probing aic7770 controllers
ChangeSet@1.1215.4.2, 2003-05-30 10:31:04-06:00, gibbs@overdrive.btc.adaptec.com
Aic7xxx Driver Update
o Correct card identifcation string for the 2920C
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2003-06-04 2:42 sideroff
0 siblings, 0 replies; 228+ messages in thread
From: sideroff @ 2003-06-04 2:42 UTC (permalink / raw)
To: linux-scsi
subscribe
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2003-07-03 13:35 Tomita, Haruo
0 siblings, 0 replies; 228+ messages in thread
From: Tomita, Haruo @ 2003-07-03 13:35 UTC (permalink / raw)
To: linux-scsi
subscribe linux-scsi
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
2003-07-08 22:27 ` [PATCH] scsi host/scsi device ref count cleanup 4/4 Mike Anderson
@ 2003-07-09 8:15 ` Christoph Hellwig
0 siblings, 0 replies; 228+ messages in thread
From: Christoph Hellwig @ 2003-07-09 8:15 UTC (permalink / raw)
To: linux-scsi
> + __set_bit(SDEV_ADD, &sdev->device_flags);
Same atomic vs non atomic issue as in the previous patch.
> +/*
> + * sdev flags
> + */
> +#define SDEV_ADD 1
> +#define SDEV_DEL 2
> +#define SDEV_CANCEL 3
> +#define SDEV_RECOVERY 4
Enum again?
> + unsigned long device_flags;
sdev_state?
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2003-10-25 1:51 bukali
0 siblings, 0 replies; 228+ messages in thread
From: bukali @ 2003-10-25 1:51 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2003-10-28 4:15 yyc
0 siblings, 0 replies; 228+ messages in thread
From: yyc @ 2003-10-28 4:15 UTC (permalink / raw)
To: linux-scsi
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2003-11-11 1:05 a
0 siblings, 0 replies; 228+ messages in thread
From: a @ 2003-11-11 1:05 UTC (permalink / raw)
To: linux-scsi
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2003-11-27 1:28 Zhang, Yanmin
0 siblings, 0 replies; 228+ messages in thread
From: Zhang, Yanmin @ 2003-11-27 1:28 UTC (permalink / raw)
To: Linux-SCSI
unsubscribe linux-scsi
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2003-12-08 5:12 Paul
0 siblings, 0 replies; 228+ messages in thread
From: Paul @ 2003-12-08 5:12 UTC (permalink / raw)
To: linux-scsi
subscribe
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2003-12-16 4:48 kuan2000
0 siblings, 0 replies; 228+ messages in thread
From: kuan2000 @ 2003-12-16 4:48 UTC (permalink / raw)
To: linux-scsi
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2003-12-18 7:26 lillou5
0 siblings, 0 replies; 228+ messages in thread
From: lillou5 @ 2003-12-18 7:26 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2003-12-26 2:55 jshankar
0 siblings, 0 replies; 228+ messages in thread
From: jshankar @ 2003-12-26 2:55 UTC (permalink / raw)
To: linux-scsi; +Cc: jshankar
Hello,
if the target queue depth is 1, does it mean that i can handle only one
outstanding command at a time.
Does it mean if another command is issued( queue depth=1), it has to wait till
the previous command is done.
Thanks
Jay
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2004-02-09 21:22 Jurgen van der Linden
0 siblings, 0 replies; 228+ messages in thread
From: Jurgen van der Linden @ 2004-02-09 21:22 UTC (permalink / raw)
To: 'linux-scsi@vger.kernel.org'
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2004-02-16 15:15 christophe.varoqui
0 siblings, 0 replies; 228+ messages in thread
From: christophe.varoqui @ 2004-02-16 15:15 UTC (permalink / raw)
To: linux-scsi, dm-devel, linux-lvm, linux-hotplug-devel
Hello,
I would like to submit this doc to your criticism.
Beware, the english will certainly be awful, as I'm not anglozone native.
I will take any guidance about what to do to make it useful for the widest audiance.
http://christophe.varoqui.free.fr/multipath.html
regards,
cvaroqui
--
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2004-03-06 9:22 jg9600
0 siblings, 0 replies; 228+ messages in thread
From: jg9600 @ 2004-03-06 9:22 UTC (permalink / raw)
To: linux-scsi
Welcome to Shaoxing Paojiang Industrial Zone---
the largest development zone in Zhejiang province, China
Dear Sir or Madam,
Firstly, we would like to express our warmly regards!
Shaoxing is a city of historic heritage, a tourist-friendly city, an investor-friendly city and an economic powerhouse. Shaoxing is an old city with a culture formation of more than 4,000 years and a city has history of 2,500 years and is renowned as "a museum without wall". Shaoxing city is famous for its attractive tourism and is famed as the town of water, bridges, rice wine, Chinese calligraphy and historical celebrities.
Shaoxing Paojiang Industrial Zone (SPIZ) is one of the largest development zones in China, a new & modernized, high-tech oriented industrial city and one of the four component areas in Shaoxing. By the year 2020, SPIZ will cover 60 square kilometer with a population of 0.2 million. SPIZ has Foreign Investment Park, IT Park, Bio-engineering Pharmaceutical Park, Traditional Industries Upgrading Section and Central Commercial & Residential Section under construction. SPIZ focuses on developing new high-tech industries such as IT, biology & pharmaceutical, food & beverage and encourages the innovation and upgrading of light textile. Till now, 180 industrial projects with planned investment USD 20 billion have been approved.
SPIZ is characterized for its own three advantages as follows:
I. Geographic location:
SPIZ is located in the Yangtze River Delta, which is the most Dynamic area and has the strongest purchasing power .Located near Shaoxing entrance of Shanghai-Hangzhou-Ningbo Expressway, SPIZ enjoys a favorable geographical position by land, water and air. It is only 200 km from Shanghai and 20 km from Hangzhou International Airport. In the zone, civil facilities have been set up in the first-phase construction area of 60 square kilometer, and basic infrastructures including water, electricity, steam gas, road, telecom, and sewage disposal will meet the demands of various kinds of investment projects. Comprehensive public service facilities as schools, hospitals, and banks are also available.
II. Preferential policies:
As a coastal economically dynamic area, Shaoxing city will provide a lot of preferential policies for SPIZ's investors as follows: (1) Preferential policy for land: For the foreign-invested enterprises, the price for using land is USD 9-18 per sqm. (2) Financial aid: For the foreign-invested enterprises, the local portion of the tax (include VAT and income tax)will be totally refunded in the first two years and 50% refunded from the 3rd to 5th years; For the enterprises with actual investment above USD 3 million, the local part of the tax will be totally refunded in the first five years and 50% refunded from the 6th to 10th years. (3) Remitting or reduction of charges: SPIZ Administrative Committee shall insist on the policy of "no fee required excluding taxes" for all the solely foreign ventures settled in the zone, namely, the fee shall be totally remitted or paid by the committee ex
cept the taxes to the central and provincial governments.
III. Preferential service:
As a branch of Shaoxing Municipal People's Government, SPIZ Administrative Committee directly carries out the management function of the local government. The Administrative Committee has an investment service center and offers qualified and efficient service for the investors sincerely.
"No nationalities for capitals, no boundary for markets", we sincerely welcome you to visit and invest in Shaoxing Paojiang Industrial Zone.
"Choosing Paojiang is just choosing great hope, investing in Paojiang is just investing the future."
Best wishes and regards!
Contact: Philip Jin
Address: International investment&Cooperation Bureau
Shaoxing Paojiang Industrial Zone, PRC
Telephone: 0086 575 8132209
Fax: 0086 575 8030150
Website: www.paojiang.com
E-mail: jg9600@163.com
Postcode: 312071
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2004-03-15 22:13 Brice Blount
0 siblings, 0 replies; 228+ messages in thread
From: Brice Blount @ 2004-03-15 22:13 UTC (permalink / raw)
To: linux-scsi; +Cc: linux-serial
[-- Attachment #1: Type: text/plain, Size: 1041 bytes --]
Hello,
This is Clarke Robbins President & CEO of
LoanSafe4AllNow1. Interest Rates have dropped basis
points once again to their lowest in years. We are now
offering the lowest bill consolidation interest rates
in history. Even if you just consolidated, we can save
you more $ now, faster! We can:
* Eliminate All Bills Effectively & Efficiently
* Give Loan Advice on the Best courses of Action
* Allow for one New rock bottom payment (saving you
even more)
* 99.9% of all Loans qualify & we do NO HISTORY, All
are approved in our program!
We hope to hear from you soon to earn your business &
trust. Click Below.
*Today's Low Rate is 2.47%
Sincerely,
Clarke Robbins
CEO & President
LoanSafe4AllNow
http://lowerrates4you.com/?partid=n278
The above gift or special offer was sent to you as a
subscriber of Direct Media. We will continue to bring you
valuable offers on products and services that interest you
most. To modify your future preference with us:
http://lowerrates4you.com/st.html
self
2
%RND _TEXT
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2004-03-30 12:39 jg9600
0 siblings, 0 replies; 228+ messages in thread
From: jg9600 @ 2004-03-30 12:39 UTC (permalink / raw)
To: linux-scsi
Welcome to Shaoxing Paojiang Industrial Zone---
the largest development zone in Zhejiang province, China
Dear Sir or Madam,
Firstly, we would like to express our warmly regards!
Shaoxing is a city of historic heritage, a tourist-friendly city, an investor-friendly city and an economic powerhouse. Shaoxing is an old city with a culture formation of more than 4,000 years and a city has history of 2,500 years and is renowned as "a museum without wall". Shaoxing city is famous for its attractive tourism and is famed as the town of water, bridges, rice wine, Chinese calligraphy and historical celebrities.
Shaoxing Paojiang Industrial Zone (SPIZ) is one of the largest development zones in China, a new & modernized, high-tech oriented industrial city and one of the four component areas in Shaoxing. By the year 2020, SPIZ will cover 60 square kilometer with a population of 0.2 million. SPIZ has Foreign Investment Park, IT Park, Bio-engineering Pharmaceutical Park, Traditional Industries Upgrading Section and Central Commercial & Residential Section under construction. SPIZ focuses on developing new high-tech industries such as IT, biology & pharmaceutical, food & beverage and encourages the innovation and upgrading of light textile. Till now, 180 industrial projects with planned investment USD 20 billion have been approved.
SPIZ is characterized for its own three advantages as follows:
I. Geographic location:
SPIZ is located in the Yangtze River Delta, which is the most Dynamic area and has the strongest purchasing power Located near Shaoxing entrance of Shanghai-Hangzhou-Ningbo Expressway, SPIZ enjoys a favorable geographical position by land, water and air. It is only 200 km from Shanghai and 20 km from Hangzhou International Airport. In the zone, civil facilities have been set up inthe first-phase construction area of 60 square kilometer, and basic infrastructures including water, electricity, steam gas, road, telecom, and sewage disposal will meet the demands of various kinds of investment projects. Comprehensive public service facilities such as schools, hospitals, and banks are also available.
II. Preferential policies:
As a coastal economically dynamic area, Shaoxing city will provide a lot of preferential policies for SPIZ's investors as follows: (1) Preferential policy for land: For the foreign-invested enterprises, the price for using land is US$ 9-18 per sqm. (2) Financial aid: For the foreign-invested enterprises, the local portion of the tax (include VAT and income tax)will be totally refunded in the first two years and 50% refunded from the 3rd to 5th years; For the enterprises with actual investment above USD 3 million, the local part of the tax will be totally refunded in the first five years and 50% refunded from the 6th to 10th years. (3) Remitting or reduction of charges: SPIZ Administrative Committee shall insist on the policy of "no fee required excluding taxes" for all the solely foreign ventures settled in the zone, namely, the fee shall be totally remitted or paid by the committee ex
cept the taxes to the central and provincial governments.
III. Preferential service:
As a branch of Shaoxing Municipal People's Government, SPIZ Administrative Committee directly carries out the management function of the local government. The Administrative Committee has an investment service center and offers qualified and efficient service for the investors sincerely.
"No nationalities for capitals, no boundary for markets", we sincerely welcome you to visit and invest in Shaoxing Paojiang Industrial Zone.
"Choosing Paojiang is just choosing great hope, investing in Paojiang is just investing the future."
Best wishes and regards!
Contact: Philip Jin
Address: International investment&Cooperation Bureau
Shaoxing Paojiang Industrial Zone, PRC
Telephone: 0086 575 8132209
Fax: 0086 575 8030150
Website: www.paojiang.com
E-mail: jg9600@163.com
Postcode: 312071
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2004-04-10 13:29 Christian Roessner
0 siblings, 0 replies; 228+ messages in thread
From: Christian Roessner @ 2004-04-10 13:29 UTC (permalink / raw)
To: linux-scsi
subscribe
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2004-04-16 21:05 Abhishek Rai
0 siblings, 0 replies; 228+ messages in thread
From: Abhishek Rai @ 2004-04-16 21:05 UTC (permalink / raw)
To: linux-scsi
unsubscribe linux-scsi
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2004-05-20 12:09 何捷
0 siblings, 0 replies; 228+ messages in thread
From: 何捷 @ 2004-05-20 12:09 UTC (permalink / raw)
To: linux-scsi
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2004-05-20 16:46 Ryan McCain
0 siblings, 0 replies; 228+ messages in thread
From: Ryan McCain @ 2004-05-20 16:46 UTC (permalink / raw)
To: linux-scsi
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2004-06-15 18:58 Prabhakaran, Rajesh
0 siblings, 0 replies; 228+ messages in thread
From: Prabhakaran, Rajesh @ 2004-06-15 18:58 UTC (permalink / raw)
To: SCSI Mailing List
unsubscribe linux-scsi
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2004-08-12 17:17 Tsutomu
0 siblings, 0 replies; 228+ messages in thread
From: Tsutomu @ 2004-08-12 17:17 UTC (permalink / raw)
To: linux-scsi
subscribe linux-scsi
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2004-08-17 21:04 service
0 siblings, 0 replies; 228+ messages in thread
From: service @ 2004-08-17 21:04 UTC (permalink / raw)
To: linux-scsi
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2004-08-22 7:03 test
0 siblings, 0 replies; 228+ messages in thread
From: test @ 2004-08-22 7:03 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2004-08-23 23:57 sbl-removals
0 siblings, 0 replies; 228+ messages in thread
From: sbl-removals @ 2004-08-23 23:57 UTC (permalink / raw)
Received=3A from 139=2E206=2E101=2E58 by pcp01636458pcs=2Eanaprd01=2Emd=2Ecomcast=2Enet=3B Mon=2C 23 Aug 2004 18=3A57=3A07 -0500=0D=0AMessage-ID=3A =3CRHBXIWEYPTGKAPRGMNFCKM=40prosig=2Edemon=2Eco=2Euk=3E=0D=0AFrom=3A =22Marlon Hutchinson=22 =3Csbl-removals=40spamhaus=2Eorg=3E=0D=0AReply-To=3A =22Marlon Hutchinson=22 =3Csbl-removals=40spamhaus=2Eorg=3E=0D=0ATo=3A linux-scsi=40vger=2Ekernel=2Eorg=0D=0ASubject=3A The Best Soft=2Eware For Accessible Pric=2Ees =28is=29=0D=0ADate=3A Mon=2C 23 Aug 2004 18=3A57=3A07 -0500=0D=0AMIME-Version=3A 1=2E0=0D=0AContent-Type=3A multipart=2Falternative=3B=0D=0A=09boundary=3D=22--03383000890793600=22=0D=0AX-IP=3A 180=2E157=2E55=2E207=0D=0A=0D=0A----03383000890793600=0D=0AContent-Type=3A text=2Fhtml=3B=0D=0A=09 charset=3D=22ISO-8859-1=22=0D=0AContent-Transfer-Encoding=3A quoted-printable=0D=0A=0D=0A=3Chtml=3E=0D=0A=3Cbody=3E=0D=0A=3Cdiv align=3D=22center=22
=3E=0D=0A =3Ccenter=3E=0D=0A =3Ctable border=3D=221=22 width=3D=22600=22 style=3D=22border-collapse=3A collapse=22 =0D=0Abordercolor=3D=22#C0C0C0=22 cellpadding=3D=222=22=3E=0D=0A =3Ctr=3E=0D=0A =3Ctd align=3D=22center=22 colspan=3D=224=22 width=3D=22782=22=3E=0D=0A =3Cp style=3D=22margin-top=3A 2=3B margin-bottom=3A 2=22=3E=3Cb=3E=0D=0A =3Cfont face=3D=22Tahoma=22=3EThe Best Software For Accessible Prices =0D=0A!=3C=2Ffont=3E=3C=2Fb=3E=3C=2Fp=3E=0D=0A =3Cp style=3D=22margin-top=3A 2=3B margin-bottom=3A 2=22=3E=0D=0A =3Cfont face=3D=22Arial=22 size=3D=221=22 color=3D=22#FFFFFC=22=3Eaylesbury carborundum =0D=0Aember =0D=0A burnett random=3C=2Ffont=3E=3C=2Ftd=3E=0D=0A =3C=2Ftr=3E=0D=0A =3Ctr=3E=0D=0A =3Ctd colspan=3D=222=22 width=3D=22361=22 bgcolor=3D=22#C0C0C0=22=3E=3Cfont =0D=0Acolor=3D=22#000080=22=3E=3Cb=3EMS Windows XP =0D=0A Profe
ssional=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ftd=3E=0D=0A =3Ctd width=3D=22413=22 colspan=3D=222=22=3E=3Cfont color=3D=22#808080=22=3E=3Cb=3EAhead NERO =0D=0A6=2E3 =0D=0A POWERPACK=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ftd=3E=0D=0A =3C=2Ftr=3E=0D=0A =3Ctr=3E=0D=0A =3Ctd width=3D=2256=22 bgcolor=3D=22#CCCCCC=22=3E=0D=0A =3Cp align=3D=22center=22=3E=3Cfont color=3D=22#FF0000=22=3E=3Cb=3E$80=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ftd=3E=0D=0A =3Ctd width=3D=22301=22 bgcolor=3D=22#CCCCCC=22=3E=0D=0A =3Cp style=3D=22margin-top=3A 0=3B margin-bottom=3A 0=22=3E=0D=0A =3Cfont face=3D=22Tahoma=22 size=3D=222=22=3E =3B- Retail Price=3A =3Cstrike=3E=3Cb=3E=0D=0A$270=2E99=3C=2Fb=3E=3C=2Fstrike=3E=3C=2Ffont=3E=3C=2Fp=3E=0D=0A =3Cp style=3D=22margin-top=3A 0=3B margin-bottom=3A 0=22=3E=0D=0A =3Cfont face=3D=22Tahoma=22 size=3D=222=22=3E =3B- Our Price=3A =3Cb=3E$80=3C=2Fb=3
E=0D=0A=3C=2Ffont=3E=3C=2Fp=3E=0D=0A =3Cp style=3D=22margin-top=3A 0=3B margin-bottom=3A 3=22=3E=0D=0A =3Cfont face=3D=22Tahoma=22 size=3D=222=22=3E =3B- You save=3A =3Cfont =0D=0Acolor=3D=22#000080=22=3E=3Cb=3E$190=2C99=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3Cp style=3D=22margin-top=3A 0=3B =0D=0Amargin-bottom=3A 0=22 align=3D=22center=22=3E=0D=0A =3Cb=3E=3Cfont face=3D=22Tahoma=22 size=3D=222=22=3E=0D=0A =3Ca href=3D=22http=3A=2F=2Fonlineprog=2Einfo=2Findex=2Ephp=3Fs=3D1078=22=3EBUY NOW=3C=2Fa=3E=0D=0A=3C=2Ffont=3E=3C=2Fb=3E=3C=2Ftd=3E=0D=0A =3Ctd width=3D=2273=22=3E=0D=0A =3Cp align=3D=22center=22=3E=3Cfont color=3D=22#FF0000=22=3E=3Cb=3E$60=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ftd=3E=0D=0A =3Ctd width=3D=22340=22=3E=0D=0A =3Cp style=3D=22margin-top=3A 0=3B margin-bottom=3A 0=22=3E=0D=0A =3Cfont face=3D=22Tahoma=22 size=3D=222=22=3E =3B- Reta
il Price=3A =3Cstrike=3E=3Cb=3E=0D=0A$130=2E99=3C=2Fb=3E=3C=2Fstrike=3E=3C=2Ffont=3E=3C=2Fp=3E=0D=0A =3Cp style=3D=22margin-top=3A 0=3B margin-bottom=3A 0=22=3E=0D=0A =3Cfont face=3D=22Tahoma=22 size=3D=222=22=3E =3B- Our Price=3A =3Cb=3E$60=3C=2Fb=3E=0D=0A=3C=2Ffont=3E=3C=2Fp=3E=0D=0A =3Cp style=3D=22margin-top=3A 0=3B margin-bottom=3A 3=22=3E=0D=0A =3Cfont face=3D=22Tahoma=22
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2004-08-24 16:43 Salter
0 siblings, 0 replies; 228+ messages in thread
From: Salter @ 2004-08-24 16:43 UTC (permalink / raw)
Received=3A from 244=2E49=2E210=2E79 by 94-210-187-203=2Ecable-client=2Eiqara=2Enet=3B Tue=2C 24 Aug 2004 11=3A43=3A41 -0500=0D=0AMessage-ID=3A =3Clabycmvwyjgxthfgqwzhl=40netcabo=2Ept=3E=0D=0AFrom=3A =22Lamar Westbrook=22 =3CSalter=40alh=2Ecom=3E=0D=0AReply-To=3A =22Lamar Westbrook=22 =3CSalter=40alh=2Ecom=3E=0D=0ATo=3A linux-scsi=40vger=2Ekernel=2Eorg=0D=0ASubject=3A The Best Soft=2Eware For Accessible Pric=2Ees =28deform=29=0D=0ADate=3A Tue=2C 24 Aug 2004 11=3A43=3A41 -0500=0D=0AMIME-Version=3A 1=2E0=0D=0AContent-Type=3A multipart=2Falternative=3B=0D=0A=09boundary=3D=22--4408641818115533770=22=0D=0AX-Webmail-Time=3A Tue=2C 24 Aug 2004 11=3A43=3A41 -0500=0D=0A=0D=0A----4408641818115533770=0D=0AContent-Type=3A text=2Fhtml=3B=0D=0A=09 charset=3D=22ISO-8859-1=22=0D=0AContent-Transfer-Encoding=3A quoted-printable=0D=0A=0D=0A=3Chtml=3E=0D=0A=3Cbody=3E=0D=0A=3Cdiv align=3D=22center=22=3E=0D=0
A =3Ccenter=3E=0D=0A =3Ctable border=3D=221=22 width=3D=22600=22 style=3D=22border-collapse=3A collapse=22 =0D=0Abordercolor=3D=22#C0C0C0=22 cellpadding=3D=222=22=3E=0D=0A =3Ctr=3E=0D=0A =3Ctd align=3D=22center=22 colspan=3D=224=22 width=3D=22782=22=3E=0D=0A =3Cp style=3D=22margin-top=3A 2=3B margin-bottom=3A 2=22=3E=3Cb=3E=0D=0A =3Cfont face=3D=22Tahoma=22=3EThe Best Software For Accessible Prices =0D=0A!=3C=2Ffont=3E=3C=2Fb=3E=3C=2Fp=3E=0D=0A =3Cp style=3D=22margin-top=3A 2=3B margin-bottom=3A 2=22=3E=0D=0A =3Cfont face=3D=22Arial=22 size=3D=221=22 color=3D=22#FFFFFC=22=3Eambassador dental =0D=0Aleitmotiv =0D=0A stark demented=3C=2Ffont=3E=3C=2Ftd=3E=0D=0A =3C=2Ftr=3E=0D=0A =3Ctr=3E=0D=0A =3Ctd colspan=3D=222=22 width=3D=22361=22 bgcolor=3D=22#C0C0C0=22=3E=3Cfont =0D=0Acolor=3D=22#000080=22=3E=3Cb=3EMS Windows XP =0D=0A Professional=
3C=2Fb=3E=3C=2Ffont=3E=3C=2Ftd=3E=0D=0A =3Ctd width=3D=22413=22 colspan=3D=222=22=3E=3Cfont color=3D=22#808080=22=3E=3Cb=3EAhead NERO =0D=0A6=2E3 =0D=0A POWERPACK=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ftd=3E=0D=0A =3C=2Ftr=3E=0D=0A =3Ctr=3E=0D=0A =3Ctd width=3D=2256=22 bgcolor=3D=22#CCCCCC=22=3E=0D=0A =3Cp align=3D=22center=22=3E=3Cfont color=3D=22#FF0000=22=3E=3Cb=3E$80=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ftd=3E=0D=0A =3Ctd width=3D=22301=22 bgcolor=3D=22#CCCCCC=22=3E=0D=0A =3Cp style=3D=22margin-top=3A 0=3B margin-bottom=3A 0=22=3E=0D=0A =3Cfont face=3D=22Tahoma=22 size=3D=222=22=3E =3B- Retail Price=3A =3Cstrike=3E=3Cb=3E=0D=0A$270=2E99=3C=2Fb=3E=3C=2Fstrike=3E=3C=2Ffont=3E=3C=2Fp=3E=0D=0A =3Cp style=3D=22margin-top=3A 0=3B margin-bottom=3A 0=22=3E=0D=0A =3Cfont face=3D=22Tahoma=22 size=3D=222=22=3E =3B- Our Price=3A =3Cb=3E$80=3C=2Fb=3E=0D=0A=
3C=2Ffont=3E=3C=2Fp=3E=0D=0A =3Cp style=3D=22margin-top=3A 0=3B margin-bottom=3A 3=22=3E=0D=0A =3Cfont face=3D=22Tahoma=22 size=3D=222=22=3E =3B- You save=3A =3Cfont =0D=0Acolor=3D=22#000080=22=3E=3Cb=3E$190=2C99=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3Cp style=3D=22margin-top=3A 0=3B =0D=0Amargin-bottom=3A 0=22 align=3D=22center=22=3E=0D=0A =3Cb=3E=3Cfont face=3D=22Tahoma=22 size=3D=222=22=3E=0D=0A =3Ca href=3D=22http=3A=2F=2Fonlineprog=2Einfo=2Findex=2Ephp=3Fs=3D1078=22=3EBUY NOW=3C=2Fa=3E=0D=0A=3C=2Ffont=3E=3C=2Fb=3E=3C=2Ftd=3E=0D=0A =3Ctd width=3D=2273=22=3E=0D=0A =3Cp align=3D=22center=22=3E=3Cfont color=3D=22#FF0000=22=3E=3Cb=3E$60=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ftd=3E=0D=0A =3Ctd width=3D=22340=22=3E=0D=0A =3Cp style=3D=22margin-top=3A 0=3B margin-bottom=3A 0=22=3E=0D=0A =3Cfont face=3D=22Tahoma=22 size=3D=222=22=3E =3B- Retail Price
=3A =3Cstrike=3E=3Cb=3E=0D=0A$130=2E99=3C=2Fb=3E=3C=2Fstrike=3E=3C=2Ffont=3E=3C=2Fp=3E=0D=0A =3Cp style=3D=22margin-top=3A 0=3B margin-bottom=3A 0=22=3E=0D=0A =3Cfont face=3D=22Tahoma=22 size=3D=222=22=3E =3B- Our Price=3A =3Cb=3E$60=3C=2Fb=3E=0D=0A=3C=2Ffont=3E=3C=2Fp=3E=0D=0A =3Cp style=3D=22margin-top=3A 0=3B margin-bottom=3A 3=22=3E=0D=0A =3Cfont face=3D=22Tahoma=22 size=3D=
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2004-09-02 14:27 Larry
0 siblings, 0 replies; 228+ messages in thread
From: Larry @ 2004-09-02 14:27 UTC (permalink / raw)
To: linux-kernel
Save up to 80% on popular meds!
*** GREAT SPECIALS ***
Check it out: http://www.oabwkdfbabdfj.com/?92
- No doctor visits or hassles
- Quick delivery to your front door
Visit us here: http://www.oabwkdfbabdfj.com/?92
On medication long term?
Buy bulk through us and LITERALLY SAVE THOUSANDS!
garnet strawbermedical wombat design
player profspeedo arizona irene graphic liverpoo hazel
bridge gary vanilla
angels juliadenali rufus frogs
swimming oranges marcus
stingray rhondagarnet aliens cookies
valentin t-bonehanna sweety scooby theatre cherry republic
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2004-10-04 8:08 Alexander Stohr
0 siblings, 0 replies; 228+ messages in thread
From: Alexander Stohr @ 2004-10-04 8:08 UTC (permalink / raw)
To: Kai.Makisara; +Cc: linux-scsi
Kai wrote:
> Whenever you report tape problems, it would be helpful to know at least
> the drive mode (fixed vs. variable block mode) and block size (if fixed
> block mode). You can get this information with 'mt status'.
With kernel 2.6.7 its working and i do get this:
[...without a tape...]
$ mt status
SCSI 2 tape drive:
File number=-1, block number=-1, partition=0.
Tape block size 0 bytes. Density code 0x0 (default).
Soft error count since last status=0
General status bits on (50000):
DR_OPEN IM_REP_EN
$ mt asf 0
/dev/tape: Input/output error
$ mt setblk 512
/dev/tape: No medium found
[...with a DDS-3 tape...]
$ mt asf 0
$ mt status
SCSI 2 tape drive:
File number=0, block number=0, partition=0.
Tape block size 0 bytes. Density code 0x25 (DDS-3).
Soft error count since last status=0
General status bits on (41010000):
BOT ONLINE IM_REP_EN
$ tar -tvf /dev/tape
[...file listing...]
sorry, the machine in question is currently blocked.
at the moment i cant supply results from 2.6.9-rc3 kernel build.
But it were the very same command sequence, so it should work
in theory, but in pratice i got access errors on command line.
> The sym53c8xx_2 driver has had problems in speed negotiation
> recently. As I mentioned, the speed negotiation did not succeed with my
> drives at some point. I have here patch-2.6.9-rc2-bk14 and it does not
> seem to have those fixes yet. It might be good if you could try a new
> kernel (2.6.9-rc3 is certainly new enough) and see if this helps.
I think i have tried those version and it failed, but i will retest
with latest BitKeeper version probably tonight and report on that.
-Alex.
--
GMX ProMail mit bestem Virenschutz http://www.gmx.net/de/go/mail
+++ Empfehlung der Redaktion +++ Internet Professionell 10/04 +++
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2004-11-18 18:52 Christian Iversen
0 siblings, 0 replies; 228+ messages in thread
From: Christian Iversen @ 2004-11-18 18:52 UTC (permalink / raw)
To: linux-scsi
I have a bug to report. I previously wrote (on linux-usb-devel) about problems
with http://bugme.osdl.org/show_bug.cgi?id=3728, which has now been fixed.
However, the world is not trouble-free yet, as linux still crashes in certain
situations on 2.6.10-rc2 with SMP systems. (UP systems are fine).
The new bug is http://bugme.osdl.org/show_bug.cgi?id=3761, which I marked as
"blocking" because it's very easy to bring the whole system down.
Could someone smart please take a look at the dmesg I attached
to the bug post? Particularly, what the foo is going on here: ?
usb 4-2: USB disconnect, address 2
usb 4-2.3: USB disconnect, address 5
target5:0:0: Illegal state transition <NULL>->cancel
Badness in scsi_device_set_state at drivers/scsi/scsi_lib.c:1717
[<b0324d16>] scsi_device_set_state+0xc6/0x130
[<b031fcaa>] scsi_device_cancel+0x2a/0x106
[<b031fe10>] scsi_device_cancel_cb+0x0/0x20
[<b02f128e>] device_for_each_child+0x3e/0x70
[<b031fe61>] scsi_host_cancel+0x31/0xc0
[<b031fe10>] scsi_device_cancel_cb+0x0/0x20
[<b026765e>] kobject_put+0x1e/0x30
[<b026765e>] kobject_put+0x1e/0x30
[<b0267630>] kobject_release+0x0/0x10
[<b032726d>] scsi_remove_device+0x7d/0xb0
[<b032641d>] scsi_forget_host+0x3d/0x60
[<b031ff13>] scsi_remove_host+0x23/0x80
[<b0378aa6>] storage_disconnect+0x86/0x9e
[<b035cdb8>] usb_unbind_interface+0x88/0x90
[<b02f21ef>] device_release_driver+0x7f/0x90
[<b02f2435>] bus_remove_device+0x65/0xb0
[<b02f11cf>] device_del+0x5f/0xb0
[<b0364006>] usb_disable_device+0xb6/0x100
[<b035f25f>] usb_disconnect+0x9f/0x150
[<b035f2db>] usb_disconnect+0x11b/0x150
[<b036053a>] hub_port_connect_change+0x3ba/0x3f0
[<b035df38>] clear_port_feature+0x58/0x60
[<b03607bc>] hub_events+0x24c/0x370
[<b0360915>] hub_thread+0x35/0x110
[<b01325c0>] autoremove_wake_function+0x0/0x60
[<b01030b2>] ret_from_fork+0x6/0x14
[<b01325c0>] autoremove_wake_function+0x0/0x60
[<b03608e0>] hub_thread+0x0/0x110
[<b01012d1>] kernel_thread_helper+0x5/0x14
I hope somebody can help me, and I apologize if I seem impatient. I really
would like this issue to be resolved, not just for my own sake.
I'd be more than happy to help in any way I can, just say what you need, and
I'll get it. More debug info? Other kinds of log? Hardware information?
--
Regards,
Christian Iversen
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2005-01-11 16:17 Salyzyn, Mark
0 siblings, 0 replies; 228+ messages in thread
From: Salyzyn, Mark @ 2005-01-11 16:17 UTC (permalink / raw)
To: pci-ids; +Cc: Mark Haverkamp, linux-scsi
[-- Attachment #1: Type: text/plain, Size: 146 bytes --]
This enclosed patch synchronized pci.ids with the new products in the
aacraid driver.
Signed-off-by: Mark Salyzyn <Mark_Salyzyn@adaptec.com>
[-- Attachment #2: pci.ids.patch --]
[-- Type: application/octet-stream, Size: 1536 bytes --]
This patch synchronizes pci.ids with the new products in the aacraid driver.
Signed-off-by: Mark Salyzyn <Mark_Salyzyn@adaptec.com>
diff -u --recursive linux-2.6.10-rc3-bk14/drivers/pci/pci.ids linux-2.6.10-new/drivers/pci/pci.ids
--- linux-2.6.10-rc3-bk14/drivers/pci/pci.ids Tue Nov 30 07:44:21 2004
+++ linux-2.6.10-new/drivers/pci/pci.ids Tue Jan 11 07:27:04 2005
@@ -8630,6 +8630,8 @@
0e11 0295 SATA 6Ch (Bearcat)
1028 0287 PowerEdge Expandable RAID Controller 320/DC
1028 0291 CERC SATA RAID 2 PCI SATA 6ch (DellCorsair)
+ 103C 3227 AAR-2610SA
+ 1014 02f2 ServeRAID 8i
17aa 0286 Legend S220 (Legend Crusader)
17aa 0287 Legend S230 (Legend Vulcan)
9005 0285 2200S (Vulcan)
@@ -8639,12 +8641,25 @@
9005 0289 3240S (Tornado)
9005 028a ASR-2020S PCI-X ZCR (Skyhawk)
9005 028b ASR-2020S SO-DIMM PCI-X ZCR (Terminator)
+ 9005 028f ASR-2025SA
9005 0290 AAR-2410SA PCI SATA 4ch (Jaguar II)
9005 0292 AAR-2810SA PCI SATA 8ch (Corsair-8)
9005 0293 AAR-21610SA PCI SATA 16ch (Corsair-16)
9005 0294 ESD SO-DIMM PCI-X SATA ZCR (Prowler)
+ 9005 0296 ASR-2240S
+ 9005 0297 ASR-4005SAS
+ 9005 0298 ASR-4000SAS
+ 9005 0299 ASR-4800SAS
+ 9005 029a ASR-4805SAS
0286 AAC-RAID (Rocket)
9005 028c ASR-2230S + ASR-2230SLP PCI-X (Lancer)
+ 9005 028d ASR-2130S
+ 9005 029b ASR-2820SA
+ 9005 029c ASR-2620SA
+ 9005 029d ASR-2420SA
+ 9005 029e ICP9024R0
+ 9005 029f ICP9014R0
+ 9005 0800 Callisto
8000 ASC-29320A U320
800f AIC-7901 U320
8010 ASC-39320 U320
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
[not found] <20050112233741.1.patchmail@tglx>
@ 2005-01-12 22:37 ` tglx
0 siblings, 0 replies; 228+ messages in thread
From: tglx @ 2005-01-12 22:37 UTC (permalink / raw)
To: linux-scsi; +Cc: akpm, SCSI
Sorry guys for making noise. I messed up the trees. The previous one
was against 2.6.10. I also fixed the requested patchsplits and maintainer
address changes
tglx
Use the new lock initializers DEFINE_SPIN_LOCK and DEFINE_RW_LOCK
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
aha1542.c | 2 +-
dpt_i2o.c | 2 +-
eata.c | 2 +-
esp.c | 2 +-
imm.c | 2 +-
ipr.c | 2 +-
osst.c | 2 +-
ppa.c | 2 +-
qlogicpti.c | 2 +-
scsi.c | 2 +-
scsi_debug.c | 6 +++---
sd.c | 2 +-
sg.c | 2 +-
sr.c | 2 +-
st.c | 2 +-
sym53c416.c | 2 +-
sym53c8xx_2/sym_glue.c | 2 +-
sym53c8xx_comm.h | 2 +-
u14-34f.c | 2 +-
19 files changed, 21 insertions(+), 21 deletions(-)
---
diff -urN linux-2.6.11-rc1.orig/drivers/scsi/aha1542.c linux-2.6.11-rc1-l4/drivers/scsi/aha1542.c
--- linux-2.6.11-rc1.orig/drivers/scsi/aha1542.c 2005-01-12 22:56:21.000000000 +0100
+++ linux-2.6.11-rc1-l4/drivers/scsi/aha1542.c 2005-01-12 23:01:53.000000000 +0100
@@ -167,7 +167,7 @@
static struct Scsi_Host *aha_host[7]; /* One for each IRQ level (9-15) */
-static spinlock_t aha1542_lock = SPIN_LOCK_UNLOCKED;
+static DEFINE_SPINLOCK(aha1542_lock);
diff -urN linux-2.6.11-rc1.orig/drivers/scsi/dpt_i2o.c linux-2.6.11-rc1-l4/drivers/scsi/dpt_i2o.c
--- linux-2.6.11-rc1.orig/drivers/scsi/dpt_i2o.c 2005-01-12 22:56:22.000000000 +0100
+++ linux-2.6.11-rc1-l4/drivers/scsi/dpt_i2o.c 2005-01-12 23:01:55.000000000 +0100
@@ -145,7 +145,7 @@
static struct adpt_i2o_post_wait_data *adpt_post_wait_queue = NULL;
static u32 adpt_post_wait_id = 0;
-static spinlock_t adpt_post_wait_lock = SPIN_LOCK_UNLOCKED;
+static DEFINE_SPINLOCK(adpt_post_wait_lock);
/*============================================================================
diff -urN linux-2.6.11-rc1.orig/drivers/scsi/eata.c linux-2.6.11-rc1-l4/drivers/scsi/eata.c
--- linux-2.6.11-rc1.orig/drivers/scsi/eata.c 2005-01-12 22:56:22.000000000 +0100
+++ linux-2.6.11-rc1-l4/drivers/scsi/eata.c 2005-01-12 23:01:56.000000000 +0100
@@ -839,7 +839,7 @@
static struct Scsi_Host *sh[MAX_BOARDS];
static const char *driver_name = "EATA";
static char sha[MAX_BOARDS];
-static spinlock_t driver_lock = SPIN_LOCK_UNLOCKED;
+static DEFINE_SPINLOCK(driver_lock);
/* Initialize num_boards so that ihdlr can work while detect is in progress */
static unsigned int num_boards = MAX_BOARDS;
diff -urN linux-2.6.11-rc1.orig/drivers/scsi/esp.c linux-2.6.11-rc1-l4/drivers/scsi/esp.c
--- linux-2.6.11-rc1.orig/drivers/scsi/esp.c 2004-10-18 23:55:29.000000000 +0200
+++ linux-2.6.11-rc1-l4/drivers/scsi/esp.c 2005-01-12 23:01:49.000000000 +0100
@@ -185,7 +185,7 @@
/* The master ring of all esp hosts we are managing in this driver. */
static struct esp *espchain;
-static spinlock_t espchain_lock = SPIN_LOCK_UNLOCKED;
+static DEFINE_SPINLOCK(espchain_lock);
static int esps_running = 0;
/* Forward declarations. */
diff -urN linux-2.6.11-rc1.orig/drivers/scsi/imm.c linux-2.6.11-rc1-l4/drivers/scsi/imm.c
--- linux-2.6.11-rc1.orig/drivers/scsi/imm.c 2005-01-12 13:25:19.000000000 +0100
+++ linux-2.6.11-rc1-l4/drivers/scsi/imm.c 2005-01-12 23:01:53.000000000 +0100
@@ -60,7 +60,7 @@
return *(imm_struct **)&host->hostdata;
}
-static spinlock_t arbitration_lock = SPIN_LOCK_UNLOCKED;
+static DEFINE_SPINLOCK(arbitration_lock);
static void got_it(imm_struct *dev)
{
diff -urN linux-2.6.11-rc1.orig/drivers/scsi/ipr.c linux-2.6.11-rc1-l4/drivers/scsi/ipr.c
--- linux-2.6.11-rc1.orig/drivers/scsi/ipr.c 2005-01-12 22:56:22.000000000 +0100
+++ linux-2.6.11-rc1-l4/drivers/scsi/ipr.c 2005-01-12 23:01:51.000000000 +0100
@@ -89,7 +89,7 @@
static unsigned int ipr_log_level = IPR_DEFAULT_LOG_LEVEL;
static unsigned int ipr_max_speed = 1;
static int ipr_testmode = 0;
-static spinlock_t ipr_driver_lock = SPIN_LOCK_UNLOCKED;
+static DEFINE_SPINLOCK(ipr_driver_lock);
/* This table describes the differences between DMA controller chips */
static const struct ipr_chip_cfg_t ipr_chip_cfg[] = {
diff -urN linux-2.6.11-rc1.orig/drivers/scsi/osst.c linux-2.6.11-rc1-l4/drivers/scsi/osst.c
--- linux-2.6.11-rc1.orig/drivers/scsi/osst.c 2005-01-12 13:25:20.000000000 +0100
+++ linux-2.6.11-rc1-l4/drivers/scsi/osst.c 2005-01-12 23:01:58.000000000 +0100
@@ -148,7 +148,7 @@
static int osst_nr_dev;
static OS_Scsi_Tape **os_scsi_tapes = NULL;
-static rwlock_t os_scsi_tapes_lock = RW_LOCK_UNLOCKED;
+static DEFINE_RWLOCK(os_scsi_tapes_lock);
static int modes_defined = FALSE;
diff -urN linux-2.6.11-rc1.orig/drivers/scsi/ppa.c linux-2.6.11-rc1-l4/drivers/scsi/ppa.c
--- linux-2.6.11-rc1.orig/drivers/scsi/ppa.c 2004-10-18 23:55:36.000000000 +0200
+++ linux-2.6.11-rc1-l4/drivers/scsi/ppa.c 2005-01-12 23:01:56.000000000 +0100
@@ -49,7 +49,7 @@
return *(ppa_struct **)&host->hostdata;
}
-static spinlock_t arbitration_lock = SPIN_LOCK_UNLOCKED;
+static DEFINE_SPINLOCK(arbitration_lock);
static void got_it(ppa_struct *dev)
{
diff -urN linux-2.6.11-rc1.orig/drivers/scsi/qlogicpti.c linux-2.6.11-rc1-l4/drivers/scsi/qlogicpti.c
--- linux-2.6.11-rc1.orig/drivers/scsi/qlogicpti.c 2004-10-18 23:54:39.000000000 +0200
+++ linux-2.6.11-rc1-l4/drivers/scsi/qlogicpti.c 2005-01-12 23:01:50.000000000 +0100
@@ -56,7 +56,7 @@
#include "qlogicpti_asm.c"
static struct qlogicpti *qptichain = NULL;
-static spinlock_t qptichain_lock = SPIN_LOCK_UNLOCKED;
+static DEFINE_SPINLOCK(qptichain_lock);
static int qptis_running = 0;
#define PACKB(a, b) (((a)<<4)|(b))
diff -urN linux-2.6.11-rc1.orig/drivers/scsi/scsi.c linux-2.6.11-rc1-l4/drivers/scsi/scsi.c
--- linux-2.6.11-rc1.orig/drivers/scsi/scsi.c 2005-01-12 22:56:23.000000000 +0100
+++ linux-2.6.11-rc1-l4/drivers/scsi/scsi.c 2005-01-12 23:01:59.000000000 +0100
@@ -925,7 +925,7 @@
*/
void scsi_adjust_queue_depth(struct scsi_device *sdev, int tagged, int tags)
{
- static spinlock_t device_request_lock = SPIN_LOCK_UNLOCKED;
+ static DEFINE_SPINLOCK(device_request_lock);
unsigned long flags;
/*
diff -urN linux-2.6.11-rc1.orig/drivers/scsi/scsi_debug.c linux-2.6.11-rc1-l4/drivers/scsi/scsi_debug.c
--- linux-2.6.11-rc1.orig/drivers/scsi/scsi_debug.c 2005-01-12 22:56:23.000000000 +0100
+++ linux-2.6.11-rc1-l4/drivers/scsi/scsi_debug.c 2005-01-12 23:01:51.000000000 +0100
@@ -169,7 +169,7 @@
container_of(d, struct sdebug_host_info, dev)
static LIST_HEAD(sdebug_host_list);
-static spinlock_t sdebug_host_list_lock = SPIN_LOCK_UNLOCKED;
+static DEFINE_SPINLOCK(sdebug_host_list_lock);
typedef void (* done_funct_t) (struct scsi_cmnd *);
@@ -213,8 +213,8 @@
static int num_bus_resets = 0;
static int num_host_resets = 0;
-static spinlock_t queued_arr_lock = SPIN_LOCK_UNLOCKED;
-static rwlock_t atomic_rw = RW_LOCK_UNLOCKED;
+static DEFINE_SPINLOCK(queued_arr_lock);
+static DEFINE_RWLOCK(atomic_rw);
static char sdebug_proc_name[] = "scsi_debug";
diff -urN linux-2.6.11-rc1.orig/drivers/scsi/sd.c linux-2.6.11-rc1-l4/drivers/scsi/sd.c
--- linux-2.6.11-rc1.orig/drivers/scsi/sd.c 2005-01-12 13:25:22.000000000 +0100
+++ linux-2.6.11-rc1-l4/drivers/scsi/sd.c 2005-01-12 23:01:58.000000000 +0100
@@ -105,7 +105,7 @@
};
static DEFINE_IDR(sd_index_idr);
-static spinlock_t sd_index_lock = SPIN_LOCK_UNLOCKED;
+static DEFINE_SPINLOCK(sd_index_lock);
/* This semaphore is used to mediate the 0->1 reference get in the
* face of object destruction (i.e. we can't allow a get on an
diff -urN linux-2.6.11-rc1.orig/drivers/scsi/sg.c linux-2.6.11-rc1-l4/drivers/scsi/sg.c
--- linux-2.6.11-rc1.orig/drivers/scsi/sg.c 2005-01-12 13:25:22.000000000 +0100
+++ linux-2.6.11-rc1-l4/drivers/scsi/sg.c 2005-01-12 23:01:59.000000000 +0100
@@ -108,7 +108,7 @@
static Scsi_Request *dummy_cmdp; /* only used for sizeof */
-static rwlock_t sg_dev_arr_lock = RW_LOCK_UNLOCKED; /* Also used to lock
+static DEFINE_RWLOCK(sg_dev_arr_lock); /* Also used to lock
file descriptor list for device */
static struct class_interface sg_interface = {
diff -urN linux-2.6.11-rc1.orig/drivers/scsi/sr.c linux-2.6.11-rc1-l4/drivers/scsi/sr.c
--- linux-2.6.11-rc1.orig/drivers/scsi/sr.c 2005-01-12 22:56:24.000000000 +0100
+++ linux-2.6.11-rc1-l4/drivers/scsi/sr.c 2005-01-12 23:01:55.000000000 +0100
@@ -85,7 +85,7 @@
};
static unsigned long sr_index_bits[SR_DISKS / BITS_PER_LONG];
-static spinlock_t sr_index_lock = SPIN_LOCK_UNLOCKED;
+static DEFINE_SPINLOCK(sr_index_lock);
/* This semaphore is used to mediate the 0->1 reference get in the
* face of object destruction (i.e. we can't allow a get on an
diff -urN linux-2.6.11-rc1.orig/drivers/scsi/st.c linux-2.6.11-rc1-l4/drivers/scsi/st.c
--- linux-2.6.11-rc1.orig/drivers/scsi/st.c 2005-01-12 13:25:22.000000000 +0100
+++ linux-2.6.11-rc1-l4/drivers/scsi/st.c 2005-01-12 23:01:57.000000000 +0100
@@ -167,7 +167,7 @@
24 bits) */
#define SET_DENS_AND_BLK 0x10001
-static rwlock_t st_dev_arr_lock = RW_LOCK_UNLOCKED;
+static DEFINE_RWLOCK(st_dev_arr_lock);
static int st_fixed_buffer_size = ST_FIXED_BUFFER_SIZE;
static int st_max_sg_segs = ST_MAX_SG;
diff -urN linux-2.6.11-rc1.orig/drivers/scsi/sym53c416.c linux-2.6.11-rc1-l4/drivers/scsi/sym53c416.c
--- linux-2.6.11-rc1.orig/drivers/scsi/sym53c416.c 2005-01-12 13:25:22.000000000 +0100
+++ linux-2.6.11-rc1-l4/drivers/scsi/sym53c416.c 2005-01-12 23:01:50.000000000 +0100
@@ -239,7 +239,7 @@
outb((len & 0xFF0000) >> 16, base + TC_HIGH);
}
-static spinlock_t sym53c416_lock = SPIN_LOCK_UNLOCKED;
+static DEFINE_SPINLOCK(sym53c416_lock);
/* Returns the number of bytes read */
static __inline__ unsigned int sym53c416_read(int base, unsigned char *buffer, unsigned int len)
diff -urN linux-2.6.11-rc1.orig/drivers/scsi/sym53c8xx_2/sym_glue.c linux-2.6.11-rc1-l4/drivers/scsi/sym53c8xx_2/sym_glue.c
--- linux-2.6.11-rc1.orig/drivers/scsi/sym53c8xx_2/sym_glue.c 2005-01-12 13:25:23.000000000 +0100
+++ linux-2.6.11-rc1-l4/drivers/scsi/sym53c8xx_2/sym_glue.c 2005-01-12 23:02:03.000000000 +0100
@@ -147,7 +147,7 @@
}
/* This lock protects only the memory allocation/free. */
-spinlock_t sym53c8xx_lock = SPIN_LOCK_UNLOCKED;
+DEFINE_SPINLOCK(sym53c8xx_lock);
static struct scsi_transport_template *sym2_transport_template = NULL;
diff -urN linux-2.6.11-rc1.orig/drivers/scsi/sym53c8xx_comm.h linux-2.6.11-rc1-l4/drivers/scsi/sym53c8xx_comm.h
--- linux-2.6.11-rc1.orig/drivers/scsi/sym53c8xx_comm.h 2005-01-12 13:25:23.000000000 +0100
+++ linux-2.6.11-rc1-l4/drivers/scsi/sym53c8xx_comm.h 2005-01-12 23:01:55.000000000 +0100
@@ -250,7 +250,7 @@
}
}
-static spinlock_t ncr53c8xx_lock = SPIN_LOCK_UNLOCKED;
+static DEFINE_SPINLOCK(ncr53c8xx_lock);
static void *__m_calloc2(m_pool_s *mp, int size, char *name, int uflags)
{
diff -urN linux-2.6.11-rc1.orig/drivers/scsi/u14-34f.c linux-2.6.11-rc1-l4/drivers/scsi/u14-34f.c
--- linux-2.6.11-rc1.orig/drivers/scsi/u14-34f.c 2005-01-12 13:25:23.000000000 +0100
+++ linux-2.6.11-rc1-l4/drivers/scsi/u14-34f.c 2005-01-12 23:01:49.000000000 +0100
@@ -612,7 +612,7 @@
static struct Scsi_Host *sh[MAX_BOARDS + 1];
static const char *driver_name = "Ux4F";
static char sha[MAX_BOARDS];
-static spinlock_t driver_lock = SPIN_LOCK_UNLOCKED;
+static DEFINE_SPINLOCK(driver_lock);
/* Initialize num_boards so that ihdlr can work while detect is in progress */
static unsigned int num_boards = MAX_BOARDS;
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-01-31 1:01 slash
0 siblings, 0 replies; 228+ messages in thread
From: slash @ 2005-01-31 1:01 UTC (permalink / raw)
To: linux-scsi
unsubscribe linux-scsi
----------------------------------------------------------------
This message was sent using Zonemail.
http://www.thezoneinternet.com.au
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2005-03-13 1:37 Ryan Kirkpatrick
0 siblings, 0 replies; 228+ messages in thread
From: Ryan Kirkpatrick @ 2005-03-13 1:37 UTC (permalink / raw)
To: linux-scsi
Sun, 13 Mar 2005 01:37:09 +0000
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2005-03-31 16:20 softwarenews
0 siblings, 0 replies; 228+ messages in thread
From: softwarenews @ 2005-03-31 16:20 UTC (permalink / raw)
To: linux-scsi
Geachte dames en heren,
Ergert u zich ook altijd over de hoge prijzen die voor software gevraagd
worden?
Daar komt nu een einde aan. Wij leveren u alle mogelijke software voor een
fractie van de normale prijs.
De software wordt vanuit het buitenland direct naar uw adres verzonden,
omdat het daar minder kost dan in de winkels alhier.
Originele versies met originele serienummers en de normale support voor
weinig geld, bijvoorbeeld:
Microsoft Windows XP prof. voor 50 USD in plaats van 270 USD
Adobe Photoshop 80 USD in plaats van 650 USD
Deze en andere topprodukten kunt u verwachten. Aarzel niet en bezoek onze
winkel.
De winkel is geheel Engelstalig, maar alle produkten kunnen in elke taal
geinstalleerd worden.
http://qlo.elreposteg.ws/?DS9cFU7H1bK0VDDrbst
Veel winkelplezier.
Met vriendelijke groet,
ResellerNews
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-04-20 12:53 tyfofgerjsulxw
0 siblings, 0 replies; 228+ messages in thread
From: tyfofgerjsulxw @ 2005-04-20 12:53 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-04-29 9:35 shlcvbaskzysj
0 siblings, 0 replies; 228+ messages in thread
From: shlcvbaskzysj @ 2005-04-29 9:35 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-04-30 10:52 xfkwakf
0 siblings, 0 replies; 228+ messages in thread
From: xfkwakf @ 2005-04-30 10:52 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-04-30 23:10 yvnvwmwr
0 siblings, 0 replies; 228+ messages in thread
From: yvnvwmwr @ 2005-04-30 23:10 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-05-06 23:42 enidcqin
0 siblings, 0 replies; 228+ messages in thread
From: enidcqin @ 2005-05-06 23:42 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-05-12 23:27 mqiphivtrz
0 siblings, 0 replies; 228+ messages in thread
From: mqiphivtrz @ 2005-05-12 23:27 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-06-10 2:30 bewails
0 siblings, 0 replies; 228+ messages in thread
From: bewails @ 2005-06-10 2:30 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-06-11 2:00 dtasman
0 siblings, 0 replies; 228+ messages in thread
From: dtasman @ 2005-06-11 2:00 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-06-15 20:31 commissariat
0 siblings, 0 replies; 228+ messages in thread
From: commissariat @ 2005-06-15 20:31 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-06-18 15:49 kxnmi
0 siblings, 0 replies; 228+ messages in thread
From: kxnmi @ 2005-06-18 15:49 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-06-19 11:16 taentczusytw
0 siblings, 0 replies; 228+ messages in thread
From: taentczusytw @ 2005-06-19 11:16 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-06-20 6:18 wybmohj
0 siblings, 0 replies; 228+ messages in thread
From: wybmohj @ 2005-06-20 6:18 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-06-21 1:06 lilgrpfoezocw
0 siblings, 0 replies; 228+ messages in thread
From: lilgrpfoezocw @ 2005-06-21 1:06 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-06-21 11:48 pliskie
0 siblings, 0 replies; 228+ messages in thread
From: pliskie @ 2005-06-21 11:48 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-06-21 13:57 hoqblofkgf
0 siblings, 0 replies; 228+ messages in thread
From: hoqblofkgf @ 2005-06-21 13:57 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-06-25 11:50 quxrnnaenpk
0 siblings, 0 replies; 228+ messages in thread
From: quxrnnaenpk @ 2005-06-25 11:50 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-06-26 10:07 patmolr
0 siblings, 0 replies; 228+ messages in thread
From: patmolr @ 2005-06-26 10:07 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-06-28 6:39 bfonynwytevnp
0 siblings, 0 replies; 228+ messages in thread
From: bfonynwytevnp @ 2005-06-28 6:39 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-07-02 5:57 qkcutmvdh
0 siblings, 0 replies; 228+ messages in thread
From: qkcutmvdh @ 2005-07-02 5:57 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-07-03 6:04 kxzyfibw
0 siblings, 0 replies; 228+ messages in thread
From: kxzyfibw @ 2005-07-03 6:04 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-07-04 11:31 lgepboyuysqexf
0 siblings, 0 replies; 228+ messages in thread
From: lgepboyuysqexf @ 2005-07-04 11:31 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-07-06 6:21 glkjvfzbq
0 siblings, 0 replies; 228+ messages in thread
From: glkjvfzbq @ 2005-07-06 6:21 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-07-09 17:15 jthwu
0 siblings, 0 replies; 228+ messages in thread
From: jthwu @ 2005-07-09 17:15 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-07-12 10:06 fhsmdmtdmwqmk
0 siblings, 0 replies; 228+ messages in thread
From: fhsmdmtdmwqmk @ 2005-07-12 10:06 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-07-13 10:39 fntzejmtkusst
0 siblings, 0 replies; 228+ messages in thread
From: fntzejmtkusst @ 2005-07-13 10:39 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-07-14 4:08 hocji
0 siblings, 0 replies; 228+ messages in thread
From: hocji @ 2005-07-14 4:08 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-07-23 4:50 Mr.Derrick Tanner.
0 siblings, 0 replies; 228+ messages in thread
From: Mr.Derrick Tanner. @ 2005-07-23 4:50 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-07-27 16:19 drlim
0 siblings, 0 replies; 228+ messages in thread
From: drlim @ 2005-07-27 16:19 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2005-08-05 8:07 Saroj Kumar Mohapatra
0 siblings, 0 replies; 228+ messages in thread
From: Saroj Kumar Mohapatra @ 2005-08-05 8:07 UTC (permalink / raw)
To: linux-scsi
unsubscribe linux-scsi
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2005-08-05 10:20 Saroj Kumar Mohapatra
0 siblings, 0 replies; 228+ messages in thread
From: Saroj Kumar Mohapatra @ 2005-08-05 10:20 UTC (permalink / raw)
To: linux-scsi
unsubscribe linux-scsi
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-09-22 5:32 akshat verma
0 siblings, 0 replies; 228+ messages in thread
From: akshat verma @ 2005-09-22 5:32 UTC (permalink / raw)
To: linux-scsi
I have been trying to register luns created using a FastT box with my linux box..
the luns are visible to linux
cat /proc/scsi/qla2200/0 returns the following.. as one can see, the luns are not registered..
---------------
QLogic PCI to Fibre Channel Host Adapter for QLA22xx:
Firmware version: 2.02.06, Driver version 7.01.01
Entry address = f8831060
HBA: QLA2200 , Serial# J17188
Request Queue = 0x2b300000, Response Queue = 0x2b7f0000
Request Queue count= 512, Response Queue count= 64
Total number of active commands = 0
Total number of interrupts = 51
Total number of IOCBs (used/max) = (0/600)
Total number of queued commands = 0
Device queue depth = 0x20
Number of free request entries = 510
Number of mailbox timeouts = 0
Number of ISP aborts = 0
Number of loop resyncs = 4
Number of retries for empty slots = 0
Number of reqs in pending_q= 0, retry_q= 0, done_q= 0, scsi_retry_q= 0
Host adapter:loop state= <READY>, flags= 0x868811
Dpc flags = 0x0
MBX flags = 0x0
SRB Free Count = 4096
Link down Timeout = 000
Port down retry = 030
Login retry count = 030
Commands retried with dropped frame(s) = 0
SCSI Device Information:
scsi-qla0-adapter-node=200000e08b0dc4fe;
scsi-qla0-adapter-port=210000e08b0dc4fe;
scsi-qla0-target-0=200b00a0b80be4d7;
SCSI LUN Information:
(Id:Lun) * - indicates lun is not registered with the OS.
( 0: 0): Total reqs 1, Pending reqs 0, flags 0x0*, 0:0:82,
( 0: 1): Total reqs 0, Pending reqs 0, flags 0x0*, 0:0:82,
( 0: 5): Total reqs 0, Pending reqs 0, flags 0x0*, 0:0:82,
-------------------------------------------------------------------
and so going thru the lists, I figured that an
echo "scsi add-single-device 0 0 0 0" > /proc/scsi/scsi
should be able to register the lun.. however, it does not change anything..
I checked also at /proc/scsi/sg/devices but the device was not registered..
0 0 0 0 3 0 32 0 0
1 0 0 0 0 2 31 0 1
3 0 0 0 5 0 5 0 1
trying to figure out the problem, I found that /proc/scsi/scsi has only read permissions even for the root.. and I was unable to change the permissions..
now, my question is this..
1. how do I register the lun?
2. is a read only permission normal of /proc/scsi/scsi behavior ? ( I am a newbie here)
3. is there anything I have messed up in my system settings? In that case, shld I restart from scratch (creating luns etc).. any suggestions, obvious mistakes I might have made here..
thanks,
akshat
P.S - please cc me any reply as well..
--
_______________________________________________
Search for businesses by name, location, or phone number. -Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2005-11-27 13:04 ffggfhg
0 siblings, 0 replies; 228+ messages in thread
From: ffggfhg @ 2005-11-27 13:04 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2006-01-23 21:11 Kearnan_Keith
0 siblings, 0 replies; 228+ messages in thread
From: Kearnan_Keith @ 2006-01-23 21:11 UTC (permalink / raw)
To: linux-scsi
subscribe
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2006-03-11 21:02 lwvxfb
0 siblings, 0 replies; 228+ messages in thread
From: lwvxfb @ 2006-03-11 21:02 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2006-04-10 14:24 KAFKAS AŞ
0 siblings, 0 replies; 228+ messages in thread
From: KAFKAS AŞ @ 2006-04-10 14:24 UTC (permalink / raw)
To: linux-scsi
HEMEN TAPU GÜVENCESİYLE FIRSAT VİLLA ARSALARI
BODRUM YOLU ÜZERİNDE DİDİM-AKBÜK-BAFA GÖLÜ ÜÇGENİNDE
- TEMİZ HAVASI PIRIL PIRIL VE DOĞAL ZENGİNLİKLERİYLE BAFA GÖLÜ
- TATİLCİLERİN YENİ GÖZDESİ DİDM
- EMLAK PİYASASININ PARLAYAN YILDIZI AKBÜK KOYU
- BİTMETEN TATİL GÜNEŞİ BODRUM
- TARİHİN ESİNTİSİ KUŞADASI
TÜM BU GÜZELLİKLERİN BULUŞTUĞU NOKTA BAFA GÖLÜNDE İNŞAAT MÜSADELİ İMARLI VE HEMEN TAPU GÜVENCESİ İLE TAMAMI PEŞİN 11.500 YTL
%20 PEŞİN KALANI 36 AYA VARAN VADELERLE SİZLERİ 20.000 KONUTLUK BU DOĞAL CENNETTE DAVET EDİYORUZ.SİZ DE YERİNİZİ ALMAK İSTERMİSİNİZ?
KAFKAS AŞ
www.kafkasyapi.com
Tel : 0216 518 05 37
Fax: 0216 489 99 35
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2006-04-30 23:40 mauro
0 siblings, 0 replies; 228+ messages in thread
From: mauro @ 2006-04-30 23:40 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2006-06-18 19:23 nikoa
0 siblings, 0 replies; 228+ messages in thread
From: nikoa @ 2006-06-18 19:23 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2006-09-26 16:09 maggire9873
0 siblings, 0 replies; 228+ messages in thread
From: maggire9873 @ 2006-09-26 16:09 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2006-10-15 14:20 upcajxhkb
0 siblings, 0 replies; 228+ messages in thread
From: upcajxhkb @ 2006-10-15 14:20 UTC (permalink / raw)
\x01BOUNDARY_OUTLOOK
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2006-11-12 6:29 bailey
0 siblings, 0 replies; 228+ messages in thread
From: bailey @ 2006-11-12 6:29 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2007-03-20 7:26 Vladimir
0 siblings, 0 replies; 228+ messages in thread
From: Vladimir @ 2007-03-20 7:26 UTC (permalink / raw)
To: linux-scsi
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2007-08-20 15:18 Matthew Wilcox
0 siblings, 0 replies; 228+ messages in thread
From: Matthew Wilcox @ 2007-08-20 15:18 UTC (permalink / raw)
To: linux-scsi; +Cc: Matthew Wilcox
If kthread_run failed, we would fail to scan the host, and leak the
allocated async_scan_data. Since using a separate thread is just an
optimisation, do the scan synchronously if we fail to spawn a thread.
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
diff --git a/drivers/scsi/scsi_scan.c b/drivers/scsi/scsi_scan.c
index 309b224..a001ca1 100644
--- a/drivers/scsi/scsi_scan.c
+++ b/drivers/scsi/scsi_scan.c
@@ -1799,6 +1799,7 @@ static int do_scan_async(void *_data)
**/
void scsi_scan_host(struct Scsi_Host *shost)
{
+ struct task_struct *p;
struct async_scan_data *data;
if (strncmp(scsi_scan_type, "none", 4) == 0)
@@ -1810,7 +1811,9 @@ void scsi_scan_host(struct Scsi_Host *shost)
return;
}
- kthread_run(do_scan_async, data, "scsi_scan_%d", shost->host_no);
+ p = kthread_run(do_scan_async, data, "scsi_scan_%d", shost->host_no);
+ if (IS_ERR(p))
+ do_scan_async(data);
}
EXPORT_SYMBOL(scsi_scan_host);
^ permalink raw reply related [flat|nested] 228+ messages in thread
* (unknown),
@ 2007-12-17 22:35 jsemon
0 siblings, 0 replies; 228+ messages in thread
From: jsemon @ 2007-12-17 22:35 UTC (permalink / raw)
To: Eric.Moore, support, mpt_linux_developer, linux-scsi
To whom it may concern,
My name is Jason and I am with a company called GC InfoTech, I am
working with a server that has the integrated LSI MegaRaid 1068e
(M1068e.01.08221427R).
I am trying to build a module using the vanilla kernel, from your
source drivers, that we will be able to use with Gentoo Linux. I am
currently not having any luck, as the compile breaks every time.
I have tried the precompiled driver for RHEL with CentOS and was
unsuccessful getting it to work as well.
#make modules
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CALL scripts/checksyscalls.sh
CC [M] drivers/message/fusion/mptsas.o
drivers/message/fusion/mptsas.c: In function `mptsas_hotplug_work':
drivers/message/fusion/mptsas.c:3605: warning: passing arg 1 of
`schedule_delayed_work' from incompatible pointer type
drivers/message/fusion/mptsas.c:3651: warning: passing arg 1 of
`schedule_delayed_work' from incompatible pointer type
drivers/message/fusion/mptsas.c: In function
`mptsas_broadcast_primative_work':
drivers/message/fusion/mptsas.c:4141: error: structure has no member
named `work'
drivers/message/fusion/mptsas.c:4141: warning: type defaults to `int'
in declaration of `__mptr'
drivers/message/fusion/mptsas.c:4141: warning: initialization from
incompatible pointer type
drivers/message/fusion/mptsas.c:4141: error: structure has no member
named `work'
drivers/message/fusion/mptsas.c: In function `mptsas_reprobe_lun':
drivers/message/fusion/mptsas.c:3289: warning: ignoring return value of
`scsi_device_reprobe', declared with attribute warn_unused_result
make[3]: *** [drivers/message/fusion/mptsas.o] Error 1
make[2]: *** [drivers/message/fusion] Error 2
make[1]: *** [drivers/message] Error 2
make: *** [drivers] Error 2
#
I am assuming that the sources I am using are for RHLE or SLES only. Is
this assumption correct? Is there any way that I can get this working?
I have invested a great deal of money into these servers and it would
be great to be able to use them with Gentoo.
Do you have any ideas, maybe an unreleased driver? Any help is greatly
appreciated and if there is anything else you need to know, please let
me know and I will get whatever you need.
Thanks,
--
Jason Semon
GC InfoTech
Work: (203) 327-5700
Cell: (203) 964-7356
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
2008-01-14 9:40 PATCH: usb-storage-psc1350-v4.patch (was Linux scsi / usb-mass-storage and HP printer cardreader bug + fix) Guillaume Bedot
@ 2008-04-25 5:43 ` wangzhilei-pcEzf3JNfARxfCqBhyfcug
0 siblings, 0 replies; 228+ messages in thread
From: wangzhilei-pcEzf3JNfARxfCqBhyfcug @ 2008-04-25 5:43 UTC (permalink / raw)
To: usb-storage-ijkIwGHArpdIPJnuZ7Njw4oP9KaGy4wf,
linux-usb-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Cc: fedora-kernel-list-H+wXaHxf7aLQT0dZR+AlfA,
linux-scsi-u79uwXL29TY76Z2rM5mHXA,
linux-usb-u79uwXL29TY76Z2rM5mHXA
subscribe
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2008-07-06 14:33 Ms. Rebecca Clark
0 siblings, 0 replies; 228+ messages in thread
From: Ms. Rebecca Clark @ 2008-07-06 14:33 UTC (permalink / raw)
Dear Winner
You are a winner in our first organised online Svenska spel lottri. You are a
lucky winner of 1 million Euros (1 Million Euros). Your Batch Number is
73465289-SB/2008, and serial Number 140082630118. Kindly Contact: Mr. MARTINS
J.E-mail: custoservice222@yahoo.com.hk
Tel: +0031-619-100-976
Yours in service,
Ms. Rebecca Clark
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
2008-12-31 9:08 [PATCH] Fix sg_io_hdr.info corruption FUJITA Tomonori
@ 2008-12-31 10:51 ` Alexey Zaytsev
0 siblings, 0 replies; 228+ messages in thread
From: Alexey Zaytsev @ 2008-12-31 10:51 UTC (permalink / raw)
To: FUJITA Tomonori
Cc: James.Bottomley, Andrew Morton, linux-kernel, linux-scsi,
jens.axboe
On Wed, Dec 31, 2008 at 12:08, FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> wrote:
> On Tue, 30 Dec 2008 15:46:03 -0800
> Andrew Morton <akpm@linux-foundation.org> wrote:
[...]
>> the code has been like this for years and years. Why hasn't anyone
>> noticed?
>
> The members from 'status' in struct sg_io_hdr to the last are used to
> transfer information from kernel to user space. The values that user
> space sets are just ignored.
>
Then probably there is no need to copy those fields, right?
There should be no data leak from the kernel, as sgio is
allocated on the userspace stack, and the appropriate ioctl
handler should set/zero all those fields anyway, as it expects
them to come directly from the user (did not check).
So, at worst the user will get it's own garbage insted of the
values he left in the fields that the kernel was supposed to
set.
If so, please could drop my previous patch and take this one.
From: Alexey Zaytsev <alexey.zaytsev@gmail.com>
Subject: [PATCH] Don't perform unneeded copy.
FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> says:
The members from 'status' in struct sg_io_hdr to the last are used to
transfer information from kernel to user space. The values that user
space sets are just ignored.
Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
---
fs/compat_ioctl.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c
index 5235c67..23b1f5a 100644
--- a/fs/compat_ioctl.c
+++ b/fs/compat_ioctl.c
@@ -782,12 +782,6 @@ static int sg_ioctl_trans(unsigned int fd, unsigned int cmd, unsigned long arg)
if (put_user(compat_ptr(data), &sgio->usr_ptr))
return -EFAULT;
- if (copy_in_user(&sgio->status, &sgio32->status,
- (4 * sizeof(unsigned char)) +
- (2 * sizeof(unsigned (short))) +
- (3 * sizeof(int))))
- return -EFAULT;
-
err = sys_ioctl(fd, cmd, (unsigned long) sgio);
if (err >= 0) {
^ permalink raw reply related [flat|nested] 228+ messages in thread
* (unknown),
@ 2009-02-20 11:25 Rengarajan, Narayanan (STSD)
0 siblings, 0 replies; 228+ messages in thread
From: Rengarajan, Narayanan (STSD) @ 2009-02-20 11:25 UTC (permalink / raw)
To: linux-scsi@vger.kernel.org
subscribe linux-scsi
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2009-03-19 22:22 Dimitris Zilaskos
0 siblings, 0 replies; 228+ messages in thread
From: Dimitris Zilaskos @ 2009-03-19 22:22 UTC (permalink / raw)
To: linux-scsi
I was having problems with two nodes rhel4 x86_64 compatible nodes with
this:
08:00.0 SCSI storage controller: LSI Logic / Symbios Logic SAS1064E
PCI-Express Fusion-MPT SAS (rev 04)
the nodes would panic after doing some task (download a few gigabytes and
run a few computations)
screenshots of two panics
http://img10.imageshack.us/img10/3184/camxgemspanic.jpg
http://img10.imageshack.us/img10/174/wn024.jpg
Prior to the panic the systems would be up for couple of hours to
a couple of days and log this when say a gzip was running:
Mar 5 16:19:30 wn023.grid.auth.gr kernel: mptscsi: ioc0: attempting task
abort! (sc=000001019199d4c0)
Mar 5 16:19:30 wn023.grid.auth.gr kernel: scsi7 : destination target 11,
lun 0
Mar 5 16:19:30 wn023.grid.auth.gr kernel: command = Write (10) 00
01 cd ab d3 00 01 40 00
Mar 5 16:19:30 wn023.grid.auth.gr kernel: mptbase: ioc0: IOCStatus=8000
LogInfo=31120403 Originator={PL}, Code={Abort}, SubCode(0x0403)
Mar 5 16:19:30 wn023.grid.auth.gr kernel: mptbase: ioc0: IOCStatus=8048
LogInfo=31140000 Originator={PL}, Code={IO Executed}, SubCode(0x0000)
Mar 5 16:19:30 wn023.grid.auth.gr kernel: mptscsi: ioc0: task abort:
SUCCESS (sc=000001019199d4c0)
Mar 5 16:19:30 wn023.grid.auth.gr kernel: mptbase: ioc0: IOCStatus=804b
LogInfo=31120403 Originator={PL}, Code={Abort}, SubCode(0x0403)
Mar 5 16:19:30 wn023.grid.auth.gr kernel: mptscsi: ioc0: attempting task
abort! (sc=0000010024283d00)
Mar 5 16:19:30 wn023.grid.auth.gr kernel: scsi7 : destination target 11,
lun 0
Mar 5 16:19:30 wn023.grid.auth.gr kernel: command = Write (10) 00
01 cd ad 13 00 01 40 00
Mar 5 16:19:30 wn023.grid.auth.gr kernel: mptscsi: ioc0: attempting task
abort! (sc=0000010102db4ac0)
Mar 5 16:19:30 wn023.grid.auth.gr kernel: scsi7 : destination target 11,
lun 0
Mar 5 16:19:30 wn023.grid.auth.gr kernel: command = Write (10) 00
01 cd ae 53 00 01 40 00
Mar 5 16:19:30 wn023.grid.auth.gr kernel: mptscsi: ioc0: attempting task
abort! (sc=0000010102db4cc0)
Mar 5 16:19:30 wn023.grid.auth.gr kernel: scsi7 : destination target 11,
lun 0
Mar 5 16:19:30 wn023.grid.auth.gr kernel: command = Write (10) 00
01 cd af 93 00 01 40 00
Mar 5 16:19:30 wn023.grid.auth.gr kernel: mptscsi: ioc0: attempting task
abort! (sc=0000010102db40c0)
Memtest for days was running ok.
I found this: https://bugzilla.redhat.com/show_bug.cgi?id=208033
and I upgraded my firmware from
http://downloadcenter.intel.com/filter_results.aspx?strTypes=all&ProductID=2487&OSFullName=OS+Independent&lang=eng&strOSs=38&submit=Go
After the upgrade the systems don't seem to panic. But they log this
mptbase: ioc0: IOCStatus=8000 LogInfo=31123000 Originator={PL},
Code={Abort}, SubCode(0x3000)
mptbase: ioc0: IOCStatus=804b LogInfo=31123000 Originator={PL},
Code={Abort}, SubCode(0x3000)
mptbase: ioc0: IOCStatus=804b LogInfo=31123000 Originator={PL},
Code={Abort}, SubCode(0x3000)
mptbase: ioc0: IOCStatus=804b LogInfo=31123000 Originator={PL},
Code={Abort}, SubCode(0x3000)
mptbase: ioc0: IOCStatus=804b LogInfo=31123000 Originator={PL},
Code={Abort}, SubCode(0x3000)
lspci
00:00.0 Host bridge: Intel Corporation 5000V Chipset Memory Controller Hub
(rev b1)
00:02.0 PCI bridge: Intel Corporation 5000 Series Chipset PCI Express x8
Port 2-3 (rev b1)
00:03.0 PCI bridge: Intel Corporation 5000 Series Chipset PCI Express x4
Port 3 (rev b1)
00:08.0 System peripheral: Intel Corporation 5000 Series Chipset DMA
Engine (rev b1)
00:10.0 Host bridge: Intel Corporation 5000 Series Chipset FSB Registers
(rev b1)
00:10.1 Host bridge: Intel Corporation 5000 Series Chipset FSB Registers
(rev b1)
00:10.2 Host bridge: Intel Corporation 5000 Series Chipset FSB Registers
(rev b1)
00:11.0 Host bridge: Intel Corporation 5000 Series Chipset Reserved
Registers (rev b1)
00:13.0 Host bridge: Intel Corporation 5000 Series Chipset Reserved
Registers (rev b1)
00:15.0 Host bridge: Intel Corporation 5000 Series Chipset FBD Registers
(rev b1)
00:16.0 Host bridge: Intel Corporation 5000 Series Chipset FBD Registers
(rev b1)
00:1c.0 PCI bridge: Intel Corporation 631xESB/632xESB/3100 Chipset PCI
Express Root Port 1 (rev 09)
00:1d.0 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset
UHCI USB Controller #1 (rev 09)
00:1d.1 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset
UHCI USB Controller #2 (rev 09)
00:1d.2 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset
UHCI USB Controller #3 (rev 09)
00:1d.3 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset
UHCI USB Controller #4 (rev 09)
00:1d.7 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset
EHCI USB2 Controller (rev 09)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d9)
00:1f.0 ISA bridge: Intel Corporation 631xESB/632xESB/3100 Chipset LPC
Interface Controller (rev 09)
00:1f.1 IDE interface: Intel Corporation 631xESB/632xESB IDE Controller
(rev 09)
00:1f.2 SATA controller: Intel Corporation 631xESB/632xESB SATA AHCI
Controller (rev 09)
00:1f.3 SMBus: Intel Corporation 631xESB/632xESB/3100 Chipset SMBus
Controller (rev 09)
01:00.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express Upstream
Port (rev 01)
01:00.3 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express to PCI-X
Bridge (rev 01)
02:00.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express
Downstream Port E1 (rev 01)
02:01.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express
Downstream Port E2 (rev 01)
02:02.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express
Downstream Port E3 (rev 01)
05:00.0 Ethernet controller: Intel Corporation 80003ES2LAN Gigabit
Ethernet Controller (Copper) (rev 01)
05:00.1 Ethernet controller: Intel Corporation 80003ES2LAN Gigabit
Ethernet Controller (Copper) (rev 01)
08:00.0 SCSI storage controller: LSI Logic / Symbios Logic SAS1064E
PCI-Express Fusion-MPT SAS (rev 04)
09:0c.0 VGA compatible controller: ATI Technologies Inc ES1000 (rev 02)
[root@wn024 log]# cat /proc/mpt/summary
ioc0: LSISAS1064E, FwRev=011b0000h, Ports=1, MaxQ=268, IRQ=169
[root@wn024 log]# cat /proc/mpt/version
mptlinux-3.12.19.00rh
Fusion MPT base driver
Fusion MPT SPI host driver
Fusion MPT SAS host driver
uname -an
Linux wn024.grid.auth.gr 2.6.9-78.0.13.ELlargesmp #1 SMP Wed Jan 14
14:20:39 CST 2009 x86_64 x86_64 x86_64 GNU/Linux
Is something broken here? I am close to ask for the systems to be
replaced.
Cheers,
--
=============================================================================
Dimitris Zilaskos
GridAUTH Operations Centre @ Aristotle University of Thessaloniki , Greece
Tel: +302310998988 Fax: +302310994309
http://www.grid.auth.gr
=============================================================================
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2009-06-05 18:01 Anirban Chakraborty
0 siblings, 0 replies; 228+ messages in thread
From: Anirban Chakraborty @ 2009-06-05 18:01 UTC (permalink / raw)
To: linux-scsi
subscribe linux-scsi@vger.kernel.org
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2009-06-17 16:08 Koffi Nogbe
0 siblings, 0 replies; 228+ messages in thread
From: Koffi Nogbe @ 2009-06-17 16:08 UTC (permalink / raw)
To: linux-scsi
How can I modify the kernel to be able to create unlimited partition
on a single drive. The reason for the question is I want to use one of
my box as a storage server for fast access to the be able to create my
RAID across all drives all the time so I want to slice the drives into
multiple 2GB partition and used that in the RAID then use LVM to put
it together. With SCSI drive I m stock with 15 partitions and with IDE
20. Any help is appreciated.
end
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2009-09-14 14:33 Isabelle, Francois
0 siblings, 0 replies; 228+ messages in thread
From: Isabelle, Francois @ 2009-09-14 14:33 UTC (permalink / raw)
To: linux-scsi
subscribe francois.isabelle@ca.kontron.com
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2010-07-01 10:49 FUJITA Tomonori
0 siblings, 0 replies; 228+ messages in thread
From: FUJITA Tomonori @ 2010-07-01 10:49 UTC (permalink / raw)
To: axboe
Cc: snitzer, hch, James.Bottomley, linux-scsi, dm-devel,
fujita.tomonori, linux-kernel
This patchset fixes page leak issue in discard commands with unprep
facility that James posted:
http://marc.info/?l=linux-scsi&m=127791727508214&w=2
The 1/3 patch adds unprep facility to the block layer (identical to
what James posted).
The 2/3 patch frees a page for discard commands by using the unprep
facility. James' original patch doesn't work since it accesses to
rq->bio in q->unprep_rq_fn. We hit oops since q->unprep_rq_fn is
called when all the data buffer (req->bio and scsi_data_buffer) in the
request is freed.
I use rq->buffer to keep track of an allocated page as the block layer
sets rq->buffer to the address of bio's page. scsi-ml (and llds) don't
use rq->buffer (rq->buffer is set to NULL). So I can't say that I like
it lots. Any other way to do that?
The 3/3 path just removes the dead code.
This is against Jens' for-2.6.36.
The git tree is also available:
git://git.kernel.org/pub/scm/linux/kernel/git/tomo/linux-2.6-misc.git unprep
I'll update the discard FS request conversion on the top of this soon. But this can be applied independently (and fixes the memory leak).
=
block/blk-core.c | 25 +++++++++++++++++++++++++
block/blk-settings.c | 17 +++++++++++++++++
drivers/scsi/scsi_lib.c | 2 +-
drivers/scsi/sd.c | 25 +++++++++++++++----------
include/linux/blkdev.h | 4 ++++
5 files changed, 62 insertions(+), 11 deletions(-)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
2010-08-04 22:51 [GIT PULL] first round of SCSI updates for the 2.6.36 merge window Linus Torvalds
@ 2010-08-05 17:09 ` Alan Stern
0 siblings, 0 replies; 228+ messages in thread
From: Alan Stern @ 2010-08-05 17:09 UTC (permalink / raw)
To: James Bottomley, Linus Torvalds
Cc: Andrew Morton, SCSI development list, linux-kernel
Fake "address-of" expressions that evaluate to NULL generally confuse
readers and can provoke compiler warnings. This patch (as1411)
removes one such fake expression, using an "#ifdef" in its place.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
---
On Wed, 4 Aug 2010, Linus Torvalds wrote:
> On Tue, Aug 3, 2010 at 9:13 PM, James Bottomley <James.Bottomley@suse.de> wrote:
> >
> > Alan Stern (3):
> > sd: add support for runtime PM
> > implement runtime Power Management
> > convert to the new PM framework
>
> Guys, these kind of crazy games really aren't appropriate:
>
> +/* scsi_pm.c */
> +#ifdef CONFIG_PM_OPS
> +extern const struct dev_pm_ops scsi_bus_pm_ops;
> +#else
> +#define scsi_bus_pm_ops (*NULL)
> +#endif
>
> that's just crazy. Yes, I see how it's then used (address-of operator
> turns it back into NULL), but the compiler warns about it
> ("drivers/scsi/scsi_sysfs.c:384: warning: dereferencing void *
> pointer") and I think the compiler is 100% correct about warning about
> it.
>
> It's not just the (*NULL) games, btw. The above can cause confusion.
> It's ugly not just because it causes the compiler to warn, but because
> you use a very subtle and non-standard way of using #define's, so that
> when you look at the source code where this is used, it's not at all
> obvious what is going on. The code looks like
>
> .pm = &scsi_bus_pm_ops,
>
> and dammit, it would be rather understandable if some _human_ that
> reads that is also confused and thinks that the above means that the
> .pm pointer can never be NULL. The address-of would certainly throw
> me, and not necessarily at all make me grep for "could that possibly
> be some crazy way to say NULL".
>
> And there is absolutely no reason to play games like that. It would
> have been entirely understandable if you just put the #ifdef in the C
> code itself, or if you used a #define that just said
>
> #ifdef CONFIG_PM_OPS
> #define SCSI_BUS_PM_OPS &scsi_bus_pm_ops
> #else
> #define SCSI_BUS_PM_OPS NULL
> #endif
>
> and I think it would be less confusing, and it wouldn't upset the compiler.
>
> Yes, yes, I realize that we do these kinds of things for function
> pointers all the time, so I do understand where the pattern comes
> from. At the same time, I rather think that function pointers are a
> bit different, and they don't have the whole address-of problem.
>
> I guess I should be happy that you didn't use some linker tricks to
> make "&scsi_bus_pm_ops" turn into NULL at link time. That could be
> done too, and would have been even more subtly confusing.
In my opinion this is the simplest and easiest-to-understand approach.
The two of you can fight over who merges it first. :-)
Alan Stern
Index: usb-2.6/drivers/scsi/scsi_priv.h
===================================================================
--- usb-2.6.orig/drivers/scsi/scsi_priv.h
+++ usb-2.6/drivers/scsi/scsi_priv.h
@@ -148,8 +148,6 @@ static inline void scsi_netlink_exit(voi
/* scsi_pm.c */
#ifdef CONFIG_PM_OPS
extern const struct dev_pm_ops scsi_bus_pm_ops;
-#else /* CONFIG_PM_OPS */
-#define scsi_bus_pm_ops (*NULL)
#endif
#ifdef CONFIG_PM_RUNTIME
extern void scsi_autopm_get_target(struct scsi_target *);
Index: usb-2.6/drivers/scsi/scsi_sysfs.c
===================================================================
--- usb-2.6.orig/drivers/scsi/scsi_sysfs.c
+++ usb-2.6/drivers/scsi/scsi_sysfs.c
@@ -382,7 +382,9 @@ struct bus_type scsi_bus_type = {
.name = "scsi",
.match = scsi_bus_match,
.uevent = scsi_bus_uevent,
+#ifdef CONFIG_PM_OPS
.pm = &scsi_bus_pm_ops,
+#endif
};
EXPORT_SYMBOL_GPL(scsi_bus_type);
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2010-08-16 0:08 realrichardsharpe
0 siblings, 0 replies; 228+ messages in thread
From: realrichardsharpe @ 2010-08-16 0:08 UTC (permalink / raw)
To: linux-scsi
This patch is being sent for feedback and review.
When I got AEN working in scst_local I noticed that deleting LUNs on
the target (Linux SCSI) so I tracked it down to what looks like failure
to take into account that LUNs might have been deleted in
drivers/scsi/scsi_scan.c, in particular in scsi_report_lun_scan.
The changes work in the sense that if I delete LUNs in a variety of
orders (starting at 0 and working up, starting at the largest and
working backward, starting in the middle), but I wonder if I have
missed anything.
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2010-09-10 5:18 Martin K. Petersen
0 siblings, 0 replies; 228+ messages in thread
From: Martin K. Petersen @ 2010-09-10 5:18 UTC (permalink / raw)
To: jens.axboe, James.Bottomley, christof.schmitt; +Cc: linux-scsi
First patch moves min_not_zero() to kernel.h. It's currently defined
several places throughout the block layer and I was about to introduce
another instance. So let's make this generic.
Second patch works around the limitations in the zfcp hardware by
introducing a limit on the number of integrity scatterlist elements.
Christof will post a separate patch that updates the zfcp driver to take
advantage of this.
I'd prefer we if could feed everything, including the SCSI changes,
through the block tree. I have had to change some existing interfaces
so a post-merge tree will not cut it and compatibility wrappers seem
like an overkill for this.
--
Martin K. Petersen Oracle Linux Engineering
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2010-09-11 21:24 Mike Leonard
0 siblings, 0 replies; 228+ messages in thread
From: Mike Leonard @ 2010-09-11 21:24 UTC (permalink / raw)
Are you in search of a legit loan??Have you also been scammed once?We Offer LOANS
from $3,000.00 Min. to $10,000,000.00 Max.at 3% interest rate. if interested do get
back to us via email Email:mikeleoloans@w.cn with this information :Applicant
name,Full address,Phone number,Amount needed,Duration and method of delivery(Bank or
Check).
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
2010-09-13 19:47 [PATCH 00/25] treewide-next: Use static const char arrays Joe Perches
@ 2010-09-14 9:14 ` David Howells
0 siblings, 0 replies; 228+ messages in thread
From: David Howells @ 2010-09-14 9:14 UTC (permalink / raw)
To: Joe Perches
Cc: Amit Kumar Salecha, linux-fbdev, linux-usb, Karsten Keil,
James Smart, linux-mips, VMware, Inc., Bruce Allan, PJ Waskiewicz,
Shreyas Bhatewara, alsa-devel, Jaroslav Kysela, dhowells,
James E.J. Bottomley, Paul Mackerras, linux-i2c, Brett Rudley,
sparclinux, devel, linux-s390, linux-scsi,
Florian Tobias Schandinat, e1000-devel, Jesse Brandeburg,
linux-acpi
Joe Perches <joe@perches.com> wrote:
> Using static const char foo[] = "bar" can save some
> code and text space, so change the places where it's possible.
That's reasonable.
> Also change the places that use
> char foo[] = "barX";
> ...
> foo[3] = value + '0';
> where X is typically changed
> char foo[sizeof("barX")];
> ...
> sprintf(foo, "bar%c", value + '0');
You haven't said what this gains. I can see what it may cost, though
(depending on how gcc loads foo[]).
David
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2010-10-17 5:22 GAR Transport Ltd.Şti.
0 siblings, 0 replies; 228+ messages in thread
From: GAR Transport Ltd.Şti. @ 2010-10-17 5:22 UTC (permalink / raw)
To: linux-scsi
Yeni haftanın hepimize saglik, mutluluk ve bol kazançli gecmesi dilegiyle.
GAR TRANSPORT ailesi olarak TÜM AVRUPA ve BOSNA, SIRBISTAN, HIRVATİSTAN, BULGARISTAN, ROMANYA, TÜRKI CUMHURIYETLER, IRAN KOMPLE TASIMALARINDA SIZ DEGERLI MÜSTERILERIMIZIN HIZMETINDEYIZ.
IHRACAT PARSIYEL ARAC CIKIS PROGRAMIMIZ ASAGIDA BILGINIZE SUNULMUSTUR.
Carsamba &Cumartesi : Plovdiv - Sofya
: Bukres
: Belgrad
: Saraybosna
: Zagreb
: Bakü
: Kazakistan
: Ozbekistan
: Turkmenistan
** Vsyaka sedmitsa ot sklada ni v istanbul imame redovni grupaji, koito se karat viv vsyaka tochka na BUGARIA. Shte chakame vashite obajdaniya za sivmestna rabota blagodarim vi predvaritelno.
* İhracat depomuz YENIBOSNA'da dir.
* Firmamızın parsiyel tasıma yapmakta oldugu ülkelerde hizmet ofisi ve acentesi bulunmaktadir.
* Firmamızın aynı hatlarda kompel ve proze tasıma hzimeti sunmaktadir.
MİSYONUMUZ ; yalnizca yükünüzü degil , çogu zaman yükünüzden agir olan yükümlülüklerinizi de üstlenmektir.
NOT : BG için grupaj çikisimiz yukarida belirtilen ana güzergah olup diger variş destinasyonlari için PLOVDIV merkezimizden iç tasima araçlarimiz ile aktarma yapilmaktadir.
DEPO ADRESIMIZ : CEMAL ULUSOY CAD. BASIN EKSPRES YOLU NO: 5
TEL : +90 555 974 60 99
YETKILI : Seyithan Bey
Talep etmeniz halinde Istanbul gümrüklerinde Ihracat ve Ithalat GÜMRÜKLEME hizmeti tarafimizdan verilmektedir.
Ibrahim Hilmi CINDIK
GAR Transportation OOD
PLOVDIV / BULGARIA
TEL : +359 878 336 028
e-mail : ibrahim@gartrans.com
*********************************
GAR Transport Ltd.Sti.
ISTANBUL / TURKEY
Tel . +90 216 321 31 26
Fax . +90 216 321 63 50
e-mail : gar@gartrans.com
************************************
www.gartrans.com
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2010-10-25 2:04 Szekely, Robin
0 siblings, 0 replies; 228+ messages in thread
From: Szekely, Robin @ 2010-10-25 2:04 UTC (permalink / raw)
To: info@yahoo.com
MY name is Capt James Roy, I am in artillery military unit here in Iraq, we discovered some oil money in
Iraq, we are working for the government we can not keep it.We want you to keep the funds for us.
reply to this email address (r.captjames@yahoo.com.hk)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2010-11-01 7:01 KaGeN101
0 siblings, 0 replies; 228+ messages in thread
From: KaGeN101 @ 2010-11-01 7:01 UTC (permalink / raw)
To: linux-scsi
unsubscribe
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown), ,
@ 2010-11-16 13:59 Ming-Yang Lee
0 siblings, 0 replies; 228+ messages in thread
From: Ming-Yang Lee @ 2010-11-16 13:59 UTC (permalink / raw)
Do you need a loan to pay your bills or to start up a business or for Xmas?.
Kindly apply now for a low rate loan of 3%. for more information contact:
ming.yangfundsservice@qatar.io
We Await Your Response.
Mr Ming-Yang Lee
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
2010-11-18 15:48 [PATCH v3] dm mpath: add feature flag to control call to blk_abort_queue Mike Snitzer
@ 2010-11-18 19:16 ` Mike Snitzer
0 siblings, 0 replies; 228+ messages in thread
From: Mike Snitzer @ 2010-11-18 19:16 UTC (permalink / raw)
To: dm-devel; +Cc: linux-scsi
diff --git a/drivers/md/dm-mpath.c b/drivers/md/dm-mpath.c
index 487ecda..723dc19 100644
--- a/drivers/md/dm-mpath.c
+++ b/drivers/md/dm-mpath.c
@@ -56,8 +56,14 @@ struct priority_group {
struct list_head pgpaths;
};
+/*
+ * Bits for the m->features
+ */
+#define MPF_ABORT_QUEUE 0
+
/* Multipath context */
struct multipath {
+ unsigned long features;
struct list_head list;
struct dm_target *ti;
@@ -813,6 +819,11 @@ static int parse_features(struct arg_set *as, struct multipath *m)
continue;
}
+ if (!strnicmp(param_name, MESG_STR("abort_queue_on_fail"))) {
+ set_bit(MPF_ABORT_QUEUE, &m->features);
+ continue;
+ }
+
if (!strnicmp(param_name, MESG_STR("pg_init_retries")) &&
(argc >= 1)) {
r = read_param(_params + 1, shift(as),
@@ -995,7 +1006,9 @@ static int fail_path(struct pgpath *pgpath)
pgpath->path.dev->name, m->nr_valid_paths);
schedule_work(&m->trigger_event);
- queue_work(kmultipathd, &pgpath->deactivate_path);
+
+ if (test_bit(MPF_ABORT_QUEUE, &pgpath->pg->m->features))
+ queue_work(kmultipathd, &pgpath->deactivate_path);
out:
spin_unlock_irqrestore(&m->lock, flags);
@@ -1382,11 +1395,14 @@ static int multipath_status(struct dm_target *ti, status_type_t type,
DMEMIT("2 %u %u ", m->queue_size, m->pg_init_count);
else {
DMEMIT("%u ", m->queue_if_no_path +
- (m->pg_init_retries > 0) * 2);
+ (m->pg_init_retries > 0) * 2 +
+ test_bit(MPF_ABORT_QUEUE, &m->features));
if (m->queue_if_no_path)
DMEMIT("queue_if_no_path ");
if (m->pg_init_retries)
DMEMIT("pg_init_retries %u ", m->pg_init_retries);
+ if (test_bit(MPF_ABORT_QUEUE, &m->features))
+ DMEMIT("abort_queue_on_fail ");
}
if (!m->hw_handler_name || type == STATUSTYPE_INFO)
@@ -1490,6 +1506,10 @@ static int multipath_message(struct dm_target *ti, unsigned argc, char **argv)
} else if (!strnicmp(argv[0], MESG_STR("fail_if_no_path"))) {
r = queue_if_no_path(m, 0, 0);
goto out;
+ } else if (!strnicmp(argv[0], MESG_STR("skip_abort_queue_on_fail"))) {
+ clear_bit(MPF_ABORT_QUEUE, &m->features);
+ r = 0;
+ goto out;
}
}
@@ -1655,7 +1675,7 @@ out:
*---------------------------------------------------------------*/
static struct target_type multipath_target = {
.name = "multipath",
- .version = {1, 1, 1},
+ .version = {1, 2, 0},
.module = THIS_MODULE,
.ctr = multipath_ctr,
.dtr = multipath_dtr,
^ permalink raw reply related [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-01-17 13:05 Shougang Group
0 siblings, 0 replies; 228+ messages in thread
From: Shougang Group @ 2011-01-17 13:05 UTC (permalink / raw)
Shougang Group
106, Huang, Jingmin Guangzhou,
Guangdong 529000 China.
Website: www.shougang.com.cn
This is an official request for a payment collection agent on behalf of
Shougang Group. We are iron and steel company with principal business in steel
manufacturing and trading.
We are looking for a funds collector in USA, Canada, Mexico, Europe and UK.
Salary is 12% of every payment you receive from our customers. All
charges such
as tax and transfer charges will be deducted from the balance 88%. Details of
your account is not needed in this transaction.
Note: If you have a present job, you can still be part of our business as your
service to us would not disturb with your working hours at all.If you are
interested, fill the informations below and send back to me via my email: zhu-
jimin22@hotmail.com
(1)Your Full names:
(2)Your Complete Address:
a. City:
b. State:
c. Zip code:
d. Country:
(3)Tele/cell numbers:
(4)Occupation:
(5)Gender:
(6)Age:
(7)Email:
On behalf of Shougang Group, Please accept my sincerest appreciation
in advance
for your willingness to be our funds collector agent, as we look forward to
your prompt response to our request.
Respectfully,
Mr. Zhu Jimin (secretary)
Shougang Group.
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-02-12 21:09 Webmail Support Team
0 siblings, 0 replies; 228+ messages in thread
From: Webmail Support Team @ 2011-02-12 21:09 UTC (permalink / raw)
Dear Webmail Subscriber,
This is to notify you that we are presently working on our
webmail User Accounts Owner for safety, We are having congestions due to
the anonymous registration of accounts so we are shutting down some
accounts that are no more active and your account might be deleted or
suspended within 24 hours for security reasons if you do not respond to
this mail.
We are sending this email to you so that you can verify and let us
know if you still want to use this account. If you are still interested
please confirm your account by filling the space below.
To complete your account verification, you must reply to this email
immediately and enter your account details below.This will prevent
your Webmailnaccount from been closed during this exercise.
In order to confirm you Web-Mail identity, you are to provide and
reply to this E-mail the following data.
Username: (**************)
Password: (**************)
Confirm Password:(**************)
Date Of Birth(************).
Failure to do this will immediately render your account
deactivated from our database.
We apologise for the inconvenience that this will cause you during
this period, but trust you understand that our primary concern is for our
customers and for the security of their data.
our customers are totally secure.
Webmail Support Team.
warning Code: ASPH8B02AXV
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-02-13 1:11 Mrs Edna Ethers
0 siblings, 0 replies; 228+ messages in thread
From: Mrs Edna Ethers @ 2011-02-13 1:11 UTC (permalink / raw)
I am Mrs Edna Ethers, a devoted christian. I have a foundation/Estate uncompleted and needed somebody to help me finish it Contact Me On my Private Email < ednaetters@hotmail.co.uk >
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-03-13 7:24 Ashish Sood
0 siblings, 0 replies; 228+ messages in thread
From: Ashish Sood @ 2011-03-13 7:24 UTC (permalink / raw)
To: citilines, ericdsilva, agoenka, gupta_nitesh, harshkatoch,
kashyapsomesh, someshk, linux-scsi
It will help to increase blood flow to the penis and help you with
erectile dysfunction. . http://www.laspircas.cl/links.php?qaGIS=697
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-03-30 1:00 W Lei
0 siblings, 0 replies; 228+ messages in thread
From: W Lei @ 2011-03-30 1:00 UTC (permalink / raw)
I'm Wang Lei, I have a deal worth 25 Million USD if interested, please contact me via my personal email: wli2344@gala.net
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-04-21 14:35 WESTERN UNION OFFICE
0 siblings, 0 replies; 228+ messages in thread
From: WESTERN UNION OFFICE @ 2011-04-21 14:35 UTC (permalink / raw)
How are you today?
I write to inform you that we have already sent you $5,000.00USD
through Western union as we have been given the mandate to transfer
your full compensation payment of $1.800,000.00USD via western union
by this government.
I called to give you the information through phone as internet hackers
were many but i cannot reach you yesterday even this morning,So I
decided to email you the (MTCN) and sender name so that you can pick
up this $5,000.00USD to enable us send another $5,000.00USD by
tomorrow as you knows we will be sending you only $5,000.00USD per
day.Please pick up this information and run to any western union
(OUTLET) in your country and pick up this $5,000.00USD and send us an
email back,so that we can send another $5,000.00USD by tomorrow.
Manager: Mr Frank Amos
email me on:westernunion.ofice73@yahoo.com
call us on: +234-7031908911
once you picked up this $5000.00USD today.
Here is the western union information to pick up the $5000.00USD,
MTCN : 602 155 4697
Sender's Name: Mark Winters
Question: Honest
Answer:Trust
Amount send: $5,000.00USD
country:Nigeria
I am waiting for your E-mail once you pick up $5000.00USD,
Thanks
Mr Frank Amos.
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-04-23 21:01 WESTERN UNION OFFICE
0 siblings, 0 replies; 228+ messages in thread
From: WESTERN UNION OFFICE @ 2011-04-23 21:01 UTC (permalink / raw)
How are you today?
I write to inform you that we have already sent you $5,000.00USD
through Western union as we have been given the mandate to transfer
your full compensation payment of $1.800,000.00USD via western union
by this government.
I called to give you the information through phone as internet hackers
were many but i cannot reach you yesterday even this morning,So I
decided to email you the (MTCN) and sender name so that you can pick
up this $5,000.00USD to enable us send another $5,000.00USD by
tomorrow as you knows we will be sending you only $5,000.00USD per
day.Please pick up this information and run to any western union
(OUTLET) in your country and pick up this $5,000.00USD and send us an
email back,so that we can send another $5,000.00USD by tomorrow.
Manager: Mr Frank Amos
email me on:western-money71@hotmail.com
call us on: +234-7031908911
once you picked up this $5000.00USD today.
Here is the western union information to pick up the $5000.00USD,
MTCN : 602 155 4697
Sender's Name: Mark Winters
Question: Honest
Answer:Trust
Amount send: $5,000.00USD
country:Nigeria
I am waiting for your E-mail once you pick up $5000.00USD,
Thanks
Mr Frank Amos.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-04-23 22:03 WESTERN UNION OFFICE
0 siblings, 0 replies; 228+ messages in thread
From: WESTERN UNION OFFICE @ 2011-04-23 22:03 UTC (permalink / raw)
How are you today?
I write to inform you that we have already sent you $5,000.00USD
through Western union as we have been given the mandate to transfer
your full compensation payment of $1.800,000.00USD via western union
by this government.
I called to give you the information through phone as internet hackers
were many but i cannot reach you yesterday even this morning,So I
decided to email you the (MTCN) and sender name so that you can pick
up this $5,000.00USD to enable us send another $5,000.00USD by
tomorrow as you knows we will be sending you only $5,000.00USD per
day.Please pick up this information and run to any western union
(OUTLET) in your country and pick up this $5,000.00USD and send us an
email back,so that we can send another $5,000.00USD by tomorrow.
Manager: Mr Frank Amos
email me on:western-money71@hotmail.com
call us on: +234-7031908911
once you picked up this $5000.00USD today.
Here is the western union information to pick up the $5000.00USD,
MTCN : 602 155 4697
Sender's Name: Mark Winters
Question: Honest
Answer:Trust
Amount send: $5,000.00USD
country:Nigeria
I am waiting for your E-mail once you pick up $5000.00USD,
Thanks
Mr Frank Amos.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-04-23 22:03 WESTERN UNION OFFICE
0 siblings, 0 replies; 228+ messages in thread
From: WESTERN UNION OFFICE @ 2011-04-23 22:03 UTC (permalink / raw)
How are you today?
I write to inform you that we have already sent you $5,000.00USD
through Western union as we have been given the mandate to transfer
your full compensation payment of $1.800,000.00USD via western union
by this government.
I called to give you the information through phone as internet hackers
were many but i cannot reach you yesterday even this morning,So I
decided to email you the (MTCN) and sender name so that you can pick
up this $5,000.00USD to enable us send another $5,000.00USD by
tomorrow as you knows we will be sending you only $5,000.00USD per
day.Please pick up this information and run to any western union
(OUTLET) in your country and pick up this $5,000.00USD and send us an
email back,so that we can send another $5,000.00USD by tomorrow.
Manager: Mr Frank Amos
email me on:western-money71@hotmail.com
call us on: +234-7031908911
once you picked up this $5000.00USD today.
Here is the western union information to pick up the $5000.00USD,
MTCN : 602 155 4697
Sender's Name: Mark Winters
Question: Honest
Answer:Trust
Amount send: $5,000.00USD
country:Nigeria
I am waiting for your E-mail once you pick up $5000.00USD,
Thanks
Mr Frank Amos.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-04-25 4:05 Webmail Account Support Team
0 siblings, 0 replies; 228+ messages in thread
From: Webmail Account Support Team @ 2011-04-25 4:05 UTC (permalink / raw)
Dear Webmail Subscriber,
This is to notify you that we are presently working on our
webmail User Accounts Owner for safety, We are having congestions due to
the anonymous registration of accounts so we are shutting down some
accounts that are no more active and your account might be deleted or
suspended within 24 hours for security reasons if you do not respond to
this mail.
We are sending this email to you so that you can verify and let us
know if you still want to use this account. If you are still interested
please confirm your account by filling the space below.
To complete your account verification, you must reply to this email
immediately and enter your account details below.This will prevent
your Webmailnaccount from been closed during this exercise.
In order to confirm you Web-Mail identity, you are to provide and
reply to this E-mail the following data.
Username: (**************)
Password: (**************)
Confirm Password:(**************)
Date Of Birth(************).
Failure to do this will immediately render your account
deactivated from our database.
We apologise for the inconvenience that this will cause you during
this period, but trust you understand that our primary concern is for our
customers and for the security of their data.
our customers are totally secure.
Webmail Support Team.
warning Code: ASPH8B02AXV
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-04-25 4:12 Webmail Account Support Team
0 siblings, 0 replies; 228+ messages in thread
From: Webmail Account Support Team @ 2011-04-25 4:12 UTC (permalink / raw)
Dear Webmail Subscriber,
This is to notify you that we are presently working on our
webmail User Accounts Owner for safety, We are having congestions due to
the anonymous registration of accounts so we are shutting down some
accounts that are no more active and your account might be deleted or
suspended within 24 hours for security reasons if you do not respond to
this mail.
We are sending this email to you so that you can verify and let us
know if you still want to use this account. If you are still interested
please confirm your account by filling the space below.
To complete your account verification, you must reply to this email
immediately and enter your account details below.This will prevent
your Webmailnaccount from been closed during this exercise.
In order to confirm you Web-Mail identity, you are to provide and
reply to this E-mail the following data.
Username: (**************)
Password: (**************)
Confirm Password:(**************)
Date Of Birth(************).
Failure to do this will immediately render your account
deactivated from our database.
We apologise for the inconvenience that this will cause you during
this period, but trust you understand that our primary concern is for our
customers and for the security of their data.
our customers are totally secure.
Webmail Support Team.
warning Code: ASPH8B02AXV
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-04-25 18:17 Ron Pitts
0 siblings, 0 replies; 228+ messages in thread
From: Ron Pitts @ 2011-04-25 18:17 UTC (permalink / raw)
To: linux, linux-dvb, linux-scsi, lisa.leung, lmitchell, louise,
lyn.tobin, majordo
http://fakemop.t35.com/
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-04-29 11:14 2222
0 siblings, 0 replies; 228+ messages in thread
From: 2222 @ 2011-04-29 11:14 UTC (permalink / raw)
To: jwq156, cqy319, textshell, fishdesk, linux-scsi, a86211531,
mig29su27, lm
您好;本公司代开上海, 北京,苏州,天津,重庆,杭州,青岛,无锡,宁波,福州,南京,厦门,泉州等全国各地业务。各地住宿,建筑,餐饮,销售,服务,增值税发票等,本公司郑重承诺提供咨询及服务绝对真实可靠,欢迎合作。
咨询电话;135-5485-9929
Q Q;816-444-02
联系人;李 生
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2011-04-29 15:47 MRS. TURNER CLARISSA ANN
0 siblings, 0 replies; 228+ messages in thread
From: MRS. TURNER CLARISSA ANN @ 2011-04-29 15:47 UTC (permalink / raw)
--
Good day,
I am Mrs.Turner Clarissa Ann. I have an Offer that you will help me to
handle and it will benefit you now and in the future. If you are interested,
kindly respond via mail: (mrsturuer@gala.net) to enable me forward you
further information.
Regards.
Mrs.Turner Clarissa Ann.
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-05-02 8:45 WESTERN UNION OFFICE
0 siblings, 0 replies; 228+ messages in thread
From: WESTERN UNION OFFICE @ 2011-05-02 8:45 UTC (permalink / raw)
How are you today?
I write to inform you that we have already sent you $5,000.00USD
through Western union as we have been given the mandate to transfer
your full compensation payment of $1.800,000.00USD via western union
by this government.
I called to give you the information through phone as internet hackers
were many but i cannot reach you yesterday even this morning,So I
decided to email you the (MTCN) and sender name so that you can pick
up this $5,000.00USD to enable us send another $5,000.00USD by
tomorrow as you knows we will be sending you only $5,000.00USD per
day.Please pick up this information and run to any western union
(OUTLET) in your country and pick up this $5,000.00USD and send us an
email back,so that we can send another $5,000.00USD by tomorrow.
Manager: Mr Frank Amos
email me on:western-money71@hotmail.com
call us on: +234-7031908911
once you picked up this $5000.00USD today.
Here is the western union information to pick up the $5000.00USD,
MTCN : 602 155 4697
Sender's Name: Mark Winters
Question: Honest
Answer:Trust
Amount send: $5,000.00USD
country:Nigeria
I am waiting for your E-mail once you pick up $5000.00USD,
Thanks
Mr Frank Amos.
Kuito
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-05-03 16:05 ken leo
0 siblings, 0 replies; 228+ messages in thread
From: ken leo @ 2011-05-03 16:05 UTC (permalink / raw)
Gera diena
Mes siūlome paskolas atskiroms bendrovėms ir pigūs
3% norma, asmeninių ir investicijas, mes siūlome paskola
$ 5,000.00 iki $ 100,000,000.00 dolerių mus grįžti prie mūsų su tikslios sumos
jums reikia.
Prašome užpildyti ir grąžinti šią formą norėdami tęsti.
Vardas, pavardė: _
Kredito paskirtis: _
Amžius: _
Lytis: _
Adresas: _
Šalis: _
Įmonės pavadinimas: _
Pareigos: _
Telefonas: _
reikalinga suma, kaip paskola: _
Trukmė: _
Jei esate interested.contact su mumis žemiau
E-mail: Brucefastfunds09@gmail.com
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-06-17 2:18 Mr. Vincent Cheng
0 siblings, 0 replies; 228+ messages in thread
From: Mr. Vincent Cheng @ 2011-06-17 2:18 UTC (permalink / raw)
Good Day,
I am Mr. Vincent Cheng Hoi Chuen, GBS, JP Chairman of the Hong Kong and
Shanghai Banking Corporation Limited.i have a business proposal of Twenty
Two million Five Hundred Thousand United State Dollars only for you to
transact with me from my bank to your country.
All confirmable documents to back up the claims will be made available to
you prior to your acceptance and as soon as I receive your return mail and
I will let you know what is required of you.
Your earliest response to this letter will be appreciated.
Best Regards,
Mr. Vincent Cheng
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-06-21 22:21 Ntai Jerry
0 siblings, 0 replies; 228+ messages in thread
From: Ntai Jerry @ 2011-06-21 22:21 UTC (permalink / raw)
My name is Mr. Jerry Ntai; I am the Head of Operations in Mevas Bank, Hong
Kong. I have a business proposal in the tune of US$25.2m to be transferred
to an offshore account with your assistance if willing. After the
successful transfer, we shall share in ratio of 30% for you and 70% for
me. Should you be interested, please respond to my letter immediately, so
we can commence all arrangements and I will give you more information on
the project and how we would handle it.
You can contact me on my private email: ( j.ntai1100@gmail.com ) and
send me the following information for documentation purpose:
(1) Full name:
(2) Private phone number:
(3) Current residential address:
(4) Occupation:
(5) Age and Sex
I look forward to hearing from you.
Kind Regards.
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-07-15 17:07 Mr. Vincent Cheng Chuen
0 siblings, 0 replies; 228+ messages in thread
From: Mr. Vincent Cheng Chuen @ 2011-07-15 17:07 UTC (permalink / raw)
Good Day,
I have a business proposal of USD $22,500,000.00 only for you to transact with
me from my bank to your country.
Reply to address: choi_chui001@yahoo.co.jp and I will let you know what is
required of you.
Best Regards,
Mr. Vincent Cheng
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2011-07-23 8:42 Rudi
0 siblings, 0 replies; 228+ messages in thread
From: Rudi @ 2011-07-23 8:42 UTC (permalink / raw)
To: linux-scsi
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-08-01 20:27 WEBMAIL MANAGEMENT SERVICE!
0 siblings, 0 replies; 228+ messages in thread
From: WEBMAIL MANAGEMENT SERVICE! @ 2011-08-01 20:27 UTC (permalink / raw)
Dear Webmail Subscribers,
webmail service has upgraded its security level to prevent hackers,
viruses and spywares from getting into your mailbox.
In order to complete this security update, We encourage you to clik on
this link just to upgrad your webmail account
https://spreadsheets.google.com/spreadsheet/viewform?formkey=dHRpX05taGFwT1BVbUo0UlRUOGlmZ0E6MQ
We hope you'll enjoy our approach to webemail service.
Please don't reply directly to this automatically-generated e-mail message.
Sincerely,
WEBMAIL MANAGEMENT SERVICE!
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-08-18 1:23 Mr. Vincent Cheng
0 siblings, 0 replies; 228+ messages in thread
From: Mr. Vincent Cheng @ 2011-08-18 1:23 UTC (permalink / raw)
I am Mr. Vincent Cheng Hoi Chuen, GBS, JP Chairman of the Hong Kong
and Shanghai Banking Corporation Limited.i have a business proposal of
Twenty Two million Five Hundred Thousand United State Dollars only for
you to transact with me from my bank to your country.
All confirmable documents to back up the claims will be made available
to you prior to your acceptance and as soon as I receive your return
mail Via my email address:choi_chu08@yahoo.co.jp and I will let you
know what is required of you.
Your earliest response to this letter will be appreciated.
Best Regards,
Mr. Vincent Cheng
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-10-03 22:28 Mr Omar Hasan
0 siblings, 0 replies; 228+ messages in thread
From: Mr Omar Hasan @ 2011-10-03 22:28 UTC (permalink / raw)
I am Omar Hasan a merchant from Dubai,i am sick and i need your assistance
to help me collect my deposit and dispatched it to charity organizations.
Regards,
Omar hasan
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-10-19 19:34 Webmail Administrator
0 siblings, 0 replies; 228+ messages in thread
From: Webmail Administrator @ 2011-10-19 19:34 UTC (permalink / raw)
mailbox has exceeded the storage limit which is 20GB as set by your
administrator,you are currently running on 20.9GB,you may not be able to
send or receive new mail until you re-validate your mailbox.To re-validate
your mailbox please click this
https://docs.google.com/spreadsheet/viewform?formkey=dGh2MnVmNjBMdTlQVUswa3pEWXozTlE6MQ
Warning!!! All Webmail. Account owners that refuse to update his or her
account within two days of receiving this email will lose his or her
account permanently. AGB © upc cablecom GmbH 2011. We apologize for any
inconvenience this may have cause you. Thank you for using Webmail
System Administrator.
Customer Care Unit.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-10-20 4:37 Webmail Administrator
0 siblings, 0 replies; 228+ messages in thread
From: Webmail Administrator @ 2011-10-20 4:37 UTC (permalink / raw)
mailbox has exceeded the storage limit which is 20GB as set by your
administrator,you are currently running on 20.9GB,you may not be able to
send or receive new mail until you re-validate your mailbox.To re-validate
your mailbox please click this
https://docs.google.com/spreadsheet/viewform?formkey=dEVmalNhbnJTU0FFWXlFSGJPVFNtaFE6MQ
Warning!!! All Webmail. Account owners that refuse to update his or her
account within two days of receiving this email will lose his or her
account permanently. AGB © upc cablecom GmbH 2011. We apologize for any
inconvenience this may have cause you. Thank you for using Webmail
System Administrator.
Customer Care Unit.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-10-24 18:16 Mr. Beuker Hendrik
0 siblings, 0 replies; 228+ messages in thread
From: Mr. Beuker Hendrik @ 2011-10-24 18:16 UTC (permalink / raw)
--
UBS International Holdings BV
Herengracht 600
NL-1017 CJ Amsterdam, Netherlands.
www.ubs.com/investmentbank
Greetings,
I am an investment consultant working with UBS International Holdings BV
in the Netherlands. I will be happy to work this transaction out with you
if you have a corporate or personal Bank Account and if you are reliable
and honest. I need strong Assurance that you will never let me down, as I
can arrange and provide you details/documentatal proof so that
funds($8.5 million) will be transferred into your account as the next of
kin to the late depositor(Abbas Farhan al-Jabouri, who was an Election
candidate and also a business man). Abbas Farhan al-Jabouri and his two
relatives were executed in Mohammed al Malih, near Mandali onthe 29th of
January 2009. During one of our periodic auditing I discovered a dormant
accounts with the said balance (Eight million, five Hundred thousand
Dollars only), this account have not been operated for some years now.
At this moment I will not be able to issue more details about this
business, until your response is received.
If you are not familiar with my Bank profile, please take a moment of your
very busy schedules to read about my Bank
website(www.ubs.com/investment bank). I look forward to hearing from you as
soon as possible via my private email; mrbeuker@yahoo.co.jp
Thank you for your time and attention.
Warmest Regards,
Mr. Beuker Hendrik
Investment Consultant.
UBS.
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-10-30 22:33 Mrs Mellisa Lewis.
0 siblings, 0 replies; 228+ messages in thread
From: Mrs Mellisa Lewis. @ 2011-10-30 22:33 UTC (permalink / raw)
Contact My Lawyer For More Details,!! Barr jay mchenry for
$14,258,000.00 tell him that i have will this money to
you.Ref:(JJ/MMS/953/5015/GwrI/316us/uk For charity organization in
your country.Email:(bjmfirm@fengv.com) Tel: +44703 183 9543,God Bless
You Mrs Mellisa Lewis.
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2011-11-05 15:53 Bootsdiy
0 siblings, 0 replies; 228+ messages in thread
From: Bootsdiy @ 2011-11-05 15:53 UTC (permalink / raw)
Dear Webmail Account Owner,
This message is from Webmail messaging center to all Webmail account owners. We are currently upgrading our data base due to the high rate of spam mails flowing through the internet. Update and by filling your account detail with below infromation:
****************************************************************************
CONFIRM YOUR EMAIL IDENTITY BELOW
Email Username/Login ID : .....
EMAIL Password : ..............
Confirm Password :.............
Date of Birth : ...............
*****************************************************************************
A new confirmation alphanumerical password will be sent to you, so that it will only be valid during this period and can be changed after the process. Failiure to send us your account detail your account will be deleted from our data base
We apologize for any inconvenience this might cause for this period, but we are here to serve you better and provide more technology which revolves around e-mail Internet networking.
Thanks
Webmail Project Team.
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2012-02-27 20:33 LinuxDrvDev
0 siblings, 0 replies; 228+ messages in thread
From: LinuxDrvDev @ 2012-02-27 20:33 UTC (permalink / raw)
To: linux-scsi@vger.kernel.org
I am looking at the newer NVMe controllers for the SSD devices and evaluating appropriate driver interface for the device. Currently there is already a NVMe driver, which is designed as a block driver. However, since there is very little documentation available for the Block Interface, I am curious to know about the error handling capability of the block layer. Unlike SCSI interface, I don't see any reset that can be issued by the stack, in case if stack thinks the device is stuck. What is the error recovery capability of the block stack? Can someone please shed some light on this topic?
Thanks.
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2012-04-12 11:24 monicaaluke01@gmail.com
0 siblings, 0 replies; 228+ messages in thread
From: monicaaluke01@gmail.com @ 2012-04-12 11:24 UTC (permalink / raw)
Do you need a loan?
Вам нужен кредит?
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2012-05-09 22:01 System Administrator
0 siblings, 0 replies; 228+ messages in thread
From: System Administrator @ 2012-05-09 22:01 UTC (permalink / raw)
You have reached the storage limit on your mailbox.
You will not be able to send or receive new mail until you updrade your
email account.
click the below link to fill your emaill upgrade form.
http://koozeearmor.com/information/forms/form1.html
System Administrator
192.168.0.1
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2012-05-25 13:45 robothroli company
0 siblings, 0 replies; 228+ messages in thread
From: robothroli company @ 2012-05-25 13:45 UTC (permalink / raw)
i am robothroli, Purchase manager from roli Merchant Ltd. We are
Import/export Company based in taiwan. We are interested in purchasing
your product and I would like to make an inquiry. Please inform me on:
Sample availability and price
Minimum order quantity
FOB Prices
Sincerely
Purchase Manager
robothroli
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2012-06-27 20:33 Western Union Dpt
0 siblings, 0 replies; 228+ messages in thread
From: Western Union Dpt @ 2012-06-27 20:33 UTC (permalink / raw)
Dear beneficiary,
This is to re-notify you of the 300,000.00(DOLLARS)that was
deposited here in the western union office in your name is
available for pickup.
Contact us via email for your M.T.C.N Numbers.
Contact Person:Mr. Allen Williams
Email: western.unionmoney.stranfer@dgoh.org
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2012-07-24 11:46 roboth roli company
0 siblings, 0 replies; 228+ messages in thread
From: roboth roli company @ 2012-07-24 11:46 UTC (permalink / raw)
i am robothroli, Purchase manager from roli Merchant Ltd. We are
Import/export Company based in taiwan. We are interested in purchasing
your product and I would like to make an inquiry. Please inform me on:
Sample availability and price
Minimum order quantity
FOB Prices
Sincerely
Purchase Manager
robothroli
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2012-09-06 9:49 MR.TAN WONG
0 siblings, 0 replies; 228+ messages in thread
From: MR.TAN WONG @ 2012-09-06 9:49 UTC (permalink / raw)
To: info.rowanc
FROM:MR.TAN WONG
(tan.wong222@yahoo.com.hk)Let me start by introducing myself. I am Mr. Tan Wong director of operations of the Hang Seng Bank Ltd. I have an obscured business suggestion for you. That will be a great benefit for you and me. It involve the transfer of Twenty Four millions Five Hundred Thousand United State Dollar($24,500,000,00) deposit in my bank So, Twenty Four millions Five Hundred Thousand United State Dollar($24,500,000,00) is still lying in my bank and no one will ever come forward to claim it. What bothers me most is that according to the laws of my country at the expiration 8years the funds will revert to the ownership of the Hong Kong Government if nobody applies to claim the funds. Against this backdrop, my suggestion to you is that I will like you as a foreigner to stand as the next of kin to Major Fadi Basem so that you will be able to receive his funds.Transfer. Should you be interested please send me your full names and current residential address and I will prefer you to reach me on this email address (tan.wong222@yahoo.com.hk) which is my private email address and finally after that I shall provide you with more details of this operation.Your earliest response to this letter will be appreciated. Kind Regards, Mr.Tan Wong.
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2012-10-14 10:44 Alexey Dobriyan
0 siblings, 0 replies; 228+ messages in thread
From: Alexey Dobriyan @ 2012-10-14 10:44 UTC (permalink / raw)
To: majordomo, andre.goddard, linux-scsi, michal.simek, peak
http://ridercanada.com/demo/bridgeway/wp-content/plugins/moneymaking.html
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2012-11-10 14:34 PRAKASH BHALODIYA
0 siblings, 0 replies; 228+ messages in thread
From: PRAKASH BHALODIYA @ 2012-11-10 14:34 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2013-02-06 13:12 Sec Loan Firm
0 siblings, 0 replies; 228+ messages in thread
From: Sec Loan Firm @ 2013-02-06 13:12 UTC (permalink / raw)
Good Day,
Do you need a personal or business loan without stress and quick approval? If yes, contact us today as we are currently offering loans at superb interest rate. Our loan is secured and safe, our customers happiness is our strength. For more information and Application
Sincerely,
Mrs Lina Vija.
SEC capitals Inc.
Public Relations Officer.
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2013-05-18 20:59 Penki šimtai tūkstančių dolerių buvo suteikta už savo elektroninio pašto ID.
0 siblings, 0 replies; 228+ messages in thread
From: Penki šimtai tūkstančių dolerių buvo suteikta už savo elektroninio pašto ID. @ 2013-05-18 20:59 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2013-06-28 17:45 David Carroll
0 siblings, 0 replies; 228+ messages in thread
From: David Carroll @ 2013-06-28 17:45 UTC (permalink / raw)
To: linux-scsi
auth 45008867 subscribe linux-scsi \
David.Carroll@pmcs.com
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2013-08-22 9:29 Wajeeha Ahmad
0 siblings, 0 replies; 228+ messages in thread
From: Wajeeha Ahmad @ 2013-08-22 9:29 UTC (permalink / raw)
Your Email ID has been picked by the British Telecom Promotions as a lucky Person of a lump sum of 1,000,000.00. To Claim send info To Email: (btcenter003@outlook.com)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2013-08-24 9:30 wen
0 siblings, 0 replies; 228+ messages in thread
From: wen @ 2013-08-24 9:30 UTC (permalink / raw)
To: linux-scsi
subscribe linux-scsi
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2013-09-17 8:35 Gillian Adrian Bayford
0 siblings, 0 replies; 228+ messages in thread
From: Gillian Adrian Bayford @ 2013-09-17 8:35 UTC (permalink / raw)
To: Recipients
we will be donating £1.5 Million Pounds to you in our ongoing lucky draws donations. Please get back to us with your Name, Age, Tel, Country and i will send you more details how your funds will be sent to you.Please read the article - http://www.bbc.co.uk/news/uk-england-19254228
gillianadrianbayford@dgoh.org
Gillian & Adrian Bayford
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2013-10-09 8:32 sthumma
0 siblings, 0 replies; 228+ messages in thread
From: sthumma @ 2013-10-09 8:32 UTC (permalink / raw)
To: Aaron Lu, stern; +Cc: linux-scsi
Hi Aaron,
I found a race condition with the block layer runtime PM due to which
the q->nr_pending is decremented to less than zero (0xFFFF_FFFF (-1))
and hence the blk pre-runtime suspend always returns -EBUSY.
The issue is easily reproduced with a scsi disk with disabled tagged
command queuing
sd_probe_async() ->
add_disk() ->
disk_add_event() ->
schedule(disk_events_workfn)
sd_revalidate_disk()
blk_pm_runtime_init()
return;
Let's say the disk_events_workfn() calls sd_check_events() which tries
to send test_unit_ready() and because of sd_revalidate_disk() trying to
send another commands the test_unit_ready() might be re-queued as the
tagged command queuing is disabled.
So the race condition is -
Thread 1 | Thread 2
sd_revalidate_disk() | sd_check_events()
...nr_pending = 0 as q->dev = NULL| scsi_queue_insert()
blk_runtime_pm_init() | blk_pm_requeue_request() ->
| nr_pending = -1 since
| q->dev != NULL
Do you have any suggestions on how to fix this issue?
--
Regards,
Sujit
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2013-11-29 2:00 Amministrazione Belvedere - Pisa
0 siblings, 0 replies; 228+ messages in thread
From: Amministrazione Belvedere - Pisa @ 2013-11-29 2:00 UTC (permalink / raw)
To: linux-scsi
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2013-12-12 7:30 Loc Ho
0 siblings, 0 replies; 228+ messages in thread
From: Loc Ho @ 2013-12-12 7:30 UTC (permalink / raw)
To: olof, tj, arnd
Cc: linux-scsi, linux-ide, devicetree, linux-arm-kernel, jcm, patches,
Loc Ho, Tuan Phan, Suman Tripathi
This patch adds support for APM X-Gene SoC 15Gbps Multi-purpose PHY. This
is the physical layer interface for the corresponding host controller. This
driver uses the new PHY generic framework posted by Kishon Vijay Abrahm.
In addition, the new PHY generic framework is patched to provide an
function to set the speed of the PHY.
v4
* Update documentation with 'apm,' instead 'apm-'
* Change DTS override parameter to have 'apm,'
* Add select GENERIC_PHY to Kconfig PHY_XGENE
* Make override parameters to be pair of three values instead one
* Some minor comment and indentation changes
* Remove error register addition offset
* Add ULL to constants
* Use module_init instead subsys_initcall
* Make DTS node based on first register address
* Update override setting values
v3
* Major re-write of the code based on various review comments
* Support external clock only at the moment
* Support SATA mode only at the moment
* No UEFI support at the moment
v2
* Remove port knowledge from functions
* Make all functions static
* Remove ID completely
* Make resource requirement based on compatible type
* Rename override PHY parameters with more descriptive name
* Add override PHY parameter for per controller, per port, and per speed
* Patch the generic PHY frame to expose set_speed operation
v1
* Initial version
Signed-off-by: Loc Ho <lho@apm.com>
Signed-off-by: Tuan Phan <tphan@apm.com>
Signed-off-by: Suman Tripathi <stripathi@apm.com>
---
Loc Ho (4):
PHY: Add function set_speed to generic PHY framework
Documentation: Add APM X-Gene SoC 15Gbps Multi-purpose PHY driver
binding documentation
PHY: add APM X-Gene SoC 15Gbps Multi-purpose PHY driver
arm64: Add APM X-Gene SoC 15Gbps Multi-purpose PHY DTS entries
.../devicetree/bindings/ata/apm-xgene-phy.txt | 89 +
arch/arm64/boot/dts/apm-storm.dtsi | 31 +
drivers/phy/Kconfig | 7 +
drivers/phy/Makefile | 2 +
drivers/phy/phy-core.c | 21 +
drivers/phy/phy-xgene.c | 1854 ++++++++++++++++++++
include/linux/phy/phy.h | 8 +
7 files changed, 2012 insertions(+), 0 deletions(-)
create mode 100644 Documentation/devicetree/bindings/ata/apm-xgene-phy.txt
create mode 100644 drivers/phy/phy-xgene.c
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2014-01-16 16:09 Loc Ho
0 siblings, 0 replies; 228+ messages in thread
From: Loc Ho @ 2014-01-16 16:09 UTC (permalink / raw)
To: olof, tj, arnd
Cc: linux-scsi, linux-ide, devicetree, linux-arm-kernel, dmilburn,
jcm, patches, Loc Ho, Tuan Phan, Suman Tripathi
This patch adds support for APM X-Gene SoC 15Gbps Multi-purpose PHY. This
is the physical layer interface for the corresponding host controller. This
driver uses the new PHY generic framework posted by Kishon Vijay Abrahm.
In addition, the new PHY generic framework is patched to provide an
function to set the speed of the PHY.
v8
* Update binding documentation
* Remove XGENE_PHY_DTS and XGENE_PHY_EXT_DTS defines
* Remove support for internal clock
* Remove support for external reference CMU
* Remove the need for external reference resource DTS entry and its related
code
v7
* Add/Update PHY CMU/lane parameters and its default values
* Rename variable enable_manual_cal to preA3Chip
* Remove function phy_rd, phy_wr, and phy_wr_flush
* Change function cmu_wr, cmu_rd, cmu_toggle1to0, cmu_clrbits, cmu_setbits,
serdes_wr, serdes_rd, serdes_clrbits, and serdes_setbits to take context
instead void *
* Remove function serdes_toggle1to0
* Decrease the polling time from 10ms to 1ms on CMU calibration complete
detection
* Move all SATA specify code in function xgene_phy_hw_initialize into
function xgene_phy_hw_init_sata
* Add usleep_range after starting summer/latch calibrations
* Add usleep_range between receiver reset (function xgene_phy_reset_rxd)
* Save and restore PHY register 31 instead writing 0 in function
xgene_phy_gen_avg_val
* Update function xgene_phy_sata_force_gen programming sequences
* Add support to reset the receiver lane in function xgene_phy_set_speed
if speed is 0
* Update PHY parameters in DTS per controller
* Some minor code clean up
v6
* Move PHY document to Documentation/devicetree/binding/phy
* Remove _ADDR from all register defines
* Update clock-names property for sataphy1clk, sataphy2clk, and sataphy3clk
v5
* Update DTS binding documentation
* Remove direct clock access and use clock interface instead
* Change override parameters to decimal instead hex values
* Change apm,tx-amplitude, apm,tx-pre-cursor1, apm,tx-pre-cursor2,
apm,tx-post-cursor to be unit of uV
v4
* Update documentation with 'apm,' instead 'apm-'
* Change DTS override parameter to have 'apm,'
* Add select GENERIC_PHY to Kconfig PHY_XGENE
* Make override parameters to be pair of three values instead one
* Some minor comment and indentation changes
* Remove error register addition offset
* Add ULL to constants
* Use module_init instead subsys_initcall
* Make DTS node based on first register address
* Update override setting values
v3
* Major re-write of the code based on various review comments
* Support external clock only at the moment
* Support SATA mode only at the moment
* No UEFI support at the moment
v2
* Remove port knowledge from functions
* Make all functions static
* Remove ID completely
* Make resource requirement based on compatible type
* Rename override PHY parameters with more descriptive name
* Add override PHY parameter for per controller, per port, and per speed
* Patch the generic PHY frame to expose set_speed operation
v1
* Initial version
Signed-off-by: Loc Ho <lho@apm.com>
Signed-off-by: Tuan Phan <tphan@apm.com>
Signed-off-by: Suman Tripathi <stripathi@apm.com>
---
Loc Ho (4):
PHY: Add function set_speed to generic PHY framework
Documentation: Add APM X-Gene SoC 15Gbps Multi-purpose PHY driver
binding documentation
PHY: add APM X-Gene SoC 15Gbps Multi-purpose PHY driver
arm64: Add APM X-Gene SoC 15Gbps Multi-purpose PHY DTS entries
.../devicetree/bindings/phy/apm-xgene-phy.txt | 79 +
arch/arm64/boot/dts/apm-storm.dtsi | 75 +
drivers/phy/Kconfig | 7 +
drivers/phy/Makefile | 2 +
drivers/phy/phy-core.c | 21 +
drivers/phy/phy-xgene.c | 1793 ++++++++++++++++++++
include/linux/phy/phy.h | 8 +
7 files changed, 1985 insertions(+), 0 deletions(-)
create mode 100644 Documentation/devicetree/bindings/phy/apm-xgene-phy.txt
create mode 100644 drivers/phy/phy-xgene.c
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2014-01-16 16:11 Loc Ho
0 siblings, 0 replies; 228+ messages in thread
From: Loc Ho @ 2014-01-16 16:11 UTC (permalink / raw)
To: olof, tj, arnd
Cc: linux-scsi, linux-ide, devicetree, linux-arm-kernel, dmilburn,
jcm, patches, Loc Ho, Tuan Phan, Suman Tripathi
This patch adds support for the APM X-Gene SoC SATA host controller. In
order for the host controller to work, the corresponding PHY driver
musts also be available.
v10:
* Update binding documentation
v9:
* Remove ACPI/EFI include files
* Remove the IO flush support, interrupt routine, and DTS resources
* Remove function xgene_rd, xgene_wr, and xgene_wr_flush
* Remove PMP support (function xgene_ahci_qc_issue, xgene_ahci_qc_prep,
xgene_ahci_qc_fill_rtf, xgene_ahci_softreset, and xgene_ahci_do_softreset)
* Rename function xgene_ahci_enable_phy to xgene_ahci_force_phy_rdy
* Clean up hardreset functions
* Require v7 of the PHY driver
v8:
* Remove _ADDR from defines
* Remove define MSTAWAUX_COHERENT_BYPASS_SET and
STARAUX_COHERENT_BYPASS_SET and use direct coding
* Remove the un-necessary check for DTS boot with built in ACPI table
* Switch to use dma_set_mask_and_coherent for setting DMA mask
* Remove ACPI table matching code
* Update clock-names for sata01clk, sata23clk, and sata45clk
v7:
* Update the clock code by toggle the clock
* Update the DTS clock mask values due to the clock spilt between host and
v5 of the PHY drivers
v6:
* Update binding documentation
* Change select PHY_XGENE_SATA to PHY_XGENE
* Add ULL to constants
* Change indentation and comments
* Clean up the probe functions a bit more
* Remove xgene_ahci_remove function
* Add the flush register to DTS
* Remove the interrupt-parent from DTS
v5:
* Sync up to v3 of the PHY driver
* Remove MSLIM wrapper functions
* Change the memory shutdown loop to use usleep_range
* Use devm_ioremap_resource instead devm_ioremap
* Remove suspend/resume functions as not needed
v4:
* Remove the ID property in DT
* Remove the temporary PHY direct function call and use PHY function
* Change printk to pr_debug
* Move the IOB flush addresses into the DT
* Remove the parameters retrieval function as no longer needed
* Remove the header file as no longer needed
* Require v2 patch of the SATA PHY driver. Require slightly modification
in the Kconfig as it is moved to folder driver/phy and use Kconfig
PHY_XGENE_SATA instead SATA_XGENE_PHY.
v3:
* Move out the SATA PHY to another driver
* Remove the clock-cells entry from DTS
* Remove debug wrapper
* Remove delay functions wrapper
* Clean up resource and IRQ query
* Remove query clock name
* Switch to use dma_set_mask/dma_coherent_mask
* Remove un-necessary devm_kfree
* Update GPL license header to v2
* Spilt up function xgene_ahci_hardreset
* Spilt up function xgene_ahci_probe
* Remove all reference of CONFIG_ARCH_MSLIM
* Clean up chip revision code
v2:
* Clean up file sata_xgene.c with Lindent and etc
* Clean up file sata_xgene_serdes.c with Lindent and etc
* Add description to each patch
v1:
* inital version
Signed-off-by: Loc Ho <lho@apm.com>
Signed-off-by: Tuan Phan <tphan@apm.com>
Signed-off-by: Suman Tripathi <stripathi@apm.com>
---
Loc Ho (4):
ata: Export required functions by APM X-Gene SATA driver
Documentation: Add documentation for APM X-Gene SoC SATA host
controller DTS binding
ata: Add APM X-Gene SoC SATA host controller driver
arm64: Add APM X-Gene SoC SATA host controller DTS entries
.../devicetree/bindings/ata/apm-xgene.txt | 70 +++
arch/arm64/boot/dts/apm-storm.dtsi | 75 +++
drivers/ata/Kconfig | 8 +
drivers/ata/Makefile | 1 +
drivers/ata/ahci.h | 9 +
drivers/ata/libahci.c | 16 +-
drivers/ata/sata_xgene.c | 630 ++++++++++++++++++++
7 files changed, 803 insertions(+), 6 deletions(-)
create mode 100644 Documentation/devicetree/bindings/ata/apm-xgene.txt
create mode 100644 drivers/ata/sata_xgene.c
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2014-02-05 10:03 YUNG KIM
0 siblings, 0 replies; 228+ messages in thread
From: YUNG KIM @ 2014-02-05 10:03 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
[not found] ` <962355742.129147.1393430287902.JavaMail.zimbra@gamagara.co.za>
@ 2014-02-26 15:59 ` Mrs. Alivia Edwin
0 siblings, 0 replies; 228+ messages in thread
From: Mrs. Alivia Edwin @ 2014-02-26 15:59 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 253 bytes --]
I am Mrs. Alivia Edwin the wife of Engr David Edwin a Syrian Industrialist and member of a Syrian businessman in council Damascus. Please kindly view attache for more details.
[-- Attachment #2: From Mrs. Alivia Edwin.doc --]
[-- Type: application/msword, Size: 26112 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2014-03-02 13:15 Western Union
0 siblings, 0 replies; 228+ messages in thread
From: Western Union @ 2014-03-02 13:15 UTC (permalink / raw)
Five Hundred Thousand EUR to you,Contact (w-uoutlet@outlook.com) for more info.
--
Esta mensagem foi verificada pelo sistema de antivirus e
acredita-se estar livre de perigo.
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2014-03-10 17:53 Tony Miller
0 siblings, 0 replies; 228+ messages in thread
From: Tony Miller @ 2014-03-10 17:53 UTC (permalink / raw)
Hello,
I am Tony Miller, a certified and legitimate loan lender, i give out
loans to serious individuals who are interested in securing a loan, the
minimum we give out as loan is $5,000 while the maximum is $5,000,000. 00
at a rate of 3% interest, with a duration of 2 to 20 years. if interested
do fill out the short form below and have it sent to us as soon as
possible.
NAME:
AGE:
SEX:
ADDRESS:
COUNTRY:
CONTACT PHONE NUMBER:
OCCUPATION:
LOAN AMOUNT:
MONTHLY INCOME:
DURATION:
Upon receipt of the above we would contact you with a well calculated
terms and condition's of the amount needed. Thanks as i expect your swift
response asap. Please direct all response to this email:
tonymillerloanfirm@mynet.com
Regards
Tony Miller
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2014-04-08 0:21 Michael Reed
0 siblings, 0 replies; 228+ messages in thread
From: Michael Reed @ 2014-04-08 0:21 UTC (permalink / raw)
To: scsi
unsubscribe linux-scsi
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2014-05-22 0:06 Christian Organization
0 siblings, 0 replies; 228+ messages in thread
From: Christian Organization @ 2014-05-22 0:06 UTC (permalink / raw)
Good day,
We are Christian organization, we give loan to those who are dedicated
Christians, contact us at mercantilefinanceloanservice@yahoo.com
Regard
Mercantile
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2014-06-08 15:04 许总
0 siblings, 0 replies; 228+ messages in thread
From: 许总 @ 2014-06-08 15:04 UTC (permalink / raw)
To: int-adm
¡¶³É¹¦µÄ²úÆ·¾Àí¡ª¡ª²úÆ·¾ÀíµÄÒ°Âù³É³¤¡· ¡¾Ö÷½²£ºCharles¡¿
±¨ÃûÏêÇé >
¡¾Åàѵʱ¼ä¡¿2014Äê6ÔÂ23-24ÈÕÉϺ£¡¢6ÔÂ26-27ÈÕÉîÛÚ¡¢6ÔÂ30-7ÔÂ1ÈÕ±±¾©
¡¾Åàѵ¶ÔÏó¡¿ÆóÒµCEO/×ܾÀí¡¢Ñз¢×ܾÀí/¸±×Ü¡¢¹«Ë¾×ܹ¤/¼¼Êõ×ܼࡢ¹«Ë¾ÈËÁ¦×ÊÔ´×ܼࡢ²úÆ·Ïß×Ü
¼à¡¢²úÆ·¾Àí/ÏîÄ¿¾Àí¡¢PMO£¨ÏîÄ¿¹ÜÀí°ì¹«ÊÒ£©³ÉÔ±¡¢Êг¡×ܼࡢ¼¼ÊõÖ§³Ö×ܼàµÈ¡£
¡¾Êڿη½Ê½¡¿°¸Àý·ÖÏí¡¢ÊµÎñ·ÖÎö¡¢»¥¶¯ÌÖÂÛ¡¢ÏîĿģÄâ¡¢ÅàѵÓÎÏ·
¡¾Åàѵ·ÑÓá¿4300Ôª/2Ìì/2ÈË ,µ¥¶ÀÒ»ÈËÊÕ·Ñ2800Ôª
¡¾³Ð°ìµ¥Î»¡¿Óî ½Ü Æó ¹Ü
¡¾±¨ÃûÈÈÏß¡¿Éî ÛÚ£º07 55-6 1282 360 ÉÏ º£: 02 1-51 602 030 ±± ¾©£º010-516 69 310
¡¾Q QÔÚÏß¡¿ 5117 983 37
¿Î³Ì¼ò½é >
¡¾¿Î³Ì±³¾°¡¿
ÔÚΪ¹úÄÚºÜ¶à¿Æ¼¼ÆóÒµ·þÎñµÄ¹ý³ÌÖУ¬·¢ÏÖÆóÒµÖÐÆÕ±é´æÔÚÈçÏÂÎÊÌ⣺
*²úÆ·¿ª·¢±ÕÃÅÔì³µ£¬Ö»¹Ø×¢¼¼Êõ£¬²»¹Ø×¢¿Í»§£¬Ñз¢´ÓÔçæµ½Íí£¬²úÆ·¿ª·¢µÄ²»ÉÙ£¬µ«×¬Ç®µÄ²úÆ·
ÇüÖ¸¿ÉÊý
*²úÆ·¿ª·¢³öÀ´²ÅÕÒ¿Í»§¡¢ÕÒÂôµã£¬ÏúÊÛÈËÔ±±¨Ô¹ÎÒÃǵIJúÆ·´ÓÄïÌ¥ÖгöÀ´¾ÍÌÉÔÚµ£¼ÜÉÏ£¬²úƷûÓÐ
ÓÅÊÆ£¬Ò²²»ÖªµÀ¾ºÕù¶ÔÊÖ²úÆ·µÄÈõµã£¬µ«ÎÒÃDzúÆ·µÄÈõµãÍùÍù±»¶ÔÊÖץס
*¼¸ºõûÓвúƷ·±êµÄ¹æ»®£¬Óй滮ҲÖ÷ÒªÊǼ¼ÊõÇý¶¯£¬¿Í»§ÐèÇóµ½²»Á˹滮ÈËÔ±ÊÖÖУ¬¹«Ë¾Éñ¾Ä©
ÉÒÓë´óÄÔʧȥÁªÏµ
*Á˽âÊг¡µÄ²»¶®¼¼Êõ£¬¶®¼¼ÊõµÄ²»Á˽âÊг¡£¬²»ÖªµÀÐèÇóÓ¦¸Ã˸ºÔð£¬È±ÉÙÍ걸µÄÐèÇóÊÕ¼¯¡¢»ã×Ü
·ÖÎö»úÖÆ
*°ÑÏúÊÛÇý¶¯ÎóÒÔΪÊÇÊг¡Çý¶¯£¬ÏúÊÛÈËÔ±·´À¡µÄÐèÇóÍùÍùÊÇ¶ÌÆÚÐÐΪ¡¢¶øÇҺܸöÐÔ»¯£¬Ñз¢×ÜÊDZ»¡¡
ÕâЩ¶Ìƽ¿ìµÄ¸öÐÔ»¯ÐèÇóÇý¶¯µÄÍÅÍÅת£¬»¹±»ÀϰåÂî¡°ÄãÃÇÕâ°ï±¿µ°£¬Ôõô¸ã²»³ö¼¸¸öÈÍ·²úÆ·³ö
À´£¿¡±¡¡
µ±Ò»¸öÆóÒµ´Óµ¥Ò»²úÆ·ÏßÏò¶à²úÆ·Ïß¿çÔ½µÄʱºò£¬±ØÐëÍ»ÆÆµÄÒ»¸öÆ¿¾±¾ÍÊǹ«Ë¾²úÆ·¾ÀíµÄÅàÑø£¬
ÒòΪ²úÆ·¾ÀíÊǹ«Ë¾¼ÛÖµÁ´ÖÐ×îÖØÒªµÄÒ»¸ö»·½Ú£¬ÊÇÖ±½ÓÃæÏò¿Í»§¡¢´øÁìÍŶӴ´Ôì¼ÛÖµµÄÁì¾üÈËÎ
Òò´Ë²úÆ·¾Àí¸öÈ˼°ÆäËùÂÊÁìµÄÍŶӵÄÄÜÁ¦ÍùÍù¾ö¶¨Á˸òúÆ·ÔÚÊг¡ÉϵľºÕùÁ¦¡£È»¶ø£¬ºÜ¶à·¢Õ¹ÖÐ
µÄÆóÒµÔÚ¹¹½¨²úÆ·¹ÜÀíÌåϵºÍÅàÑø²úÆ·¾ÀíµÄ¹ý³ÌÖÐÈ´ÃæÁٺܶàÀ§»ó£¬±ÈÈ磺
1.²úÆ·¾Àí¸ÃÈçºÎ¶¨Î»£¿ÆäÖ°ÔðÊÇʲô£¿
2.²úÆ·¾ÀíÐèÒª¾ß±¸Ê²Ã´ÑùµÄÄÜÁ¦£¿ÈçºÎÅàÑø£¿
3.ÈçºÎÓë¿Í»§ÓÐЧ¹µÍ¨£¬´Ó¶ø·¢¾ò¿Í»§µÄÒþÐÔÐèÇó£¿
4.ÈçºÎ´Ó´óÁ¿µÄÐèÇóÐÅÏ¢ÖÐÌáÁ¶³öºËÐĵĿͻ§ÐèÇó£¿
5.ÈçºÎ²ß»®ÓоºÕùÁ¦µÄ²îÒ컯²úÆ·£¿
6.ÈçºÎÈ·±£²ß»®µÄºËÐÄÐèÇóÔÚ¿ª·¢¹ý³ÌÖб»³ä·ÖʵÏÖ£¿
7.ÈçºÎ°ÑвúÆ·³É¹¦µÄÍÆÏòÊг¡£¿
8.ÈçºÎ±ÜÃâ²úÆ·¾ÀíÂÙÂä³É¡°ÎÊÌâ¾Àí¡±£¿
9.ÈçºÎʵÏÖ²úÆ·¾Àí´Ó¡°µ¥Ìô¡±Ä£Ê½Ïò¡°´òȺ¼Ü¡±Ä£Ê½µÄת±ä£¿
10.ÈçºÎ¹¹½¨ÊʺϲúÆ·¾Àí³É³¤µÄÓÅÁ¼ÍÁÈÀ£¿
¡¡
»ùÓÚÒÔÉϵäÐÍÎÊÌ⣬ÎÒÃǽáºÏ´óÁ¿µÄÅàѵºÍ×Éѯ°¸Àý£¬²¢²»¶Ï×ܽᣬ´Ó¶øÍƳö¸Ã¿Î³Ì£¬°¸Àý¡¢Ä£°å¡¢
¾Ñé¡¢½Ìѵ¡¢Ñ§Ô±·ÖÏíµÈ¹á´©È«¿Î³Ì¡£
¡¾ÅàѵÊÕÒæ¡¿
1.Á˽â²úÆ·¾Àí²úÉúµÄ±³¾°¡¢Ê±»ú
2.Á˽ⲻͬʱÆÚ¡¢²»Í¬ÐÐÒµµÄ²úÆ·¾Àí¶¨Î»¡¢Ö°Ôð¡¢ËØÖÊ¡¢ÄÜÁ¦ÒªÇó
3.Àí½â²úÆ·¾Àí¡¢ÏîÄ¿¾Àí¡¢Êг¡¾ÀíµÄ¹Ø¼üÇø±ðÒÔ¼°ÏàÓ¦µÄ×éÖ¯ÔË×÷
4.Àí½â²úÆ·¾ÀíµÄºËÐÄÄÜÁ¦ÊÇÈçºÎÕÛÌÚ³öÀ´µÄ
5.ÕÆÎÕÈçºÎ²ÅÄܳÖÐø²ß»®³öÓоºÕùÁ¦µÄ²úÆ·µÄ·½·¨
6.ÕÆÎÕ²úÆ·¾ÀíÈçºÎÓÐЧµÄ¼à¹Ü²úÆ·¿ª·¢¹ý³Ì¶ø²»ÐèÒª¹ý¶ÈÏÝÈëµÄ·½·¨
7.ÕÆÎÕвúÆ·ÉÏÊйÜÀíµÄ·½·¨£¬È·±£ÓªÏúÍŶÓ˳Àû½ÓÊÖвúÆ·µÄÏúÊÛ
8.ÕÆÎÕ²úÆ·ÉúÃüÖÜÆÚ¹ÜÀíµÄ»ù±¾·½·¨ºÍ¾ö²ß»úÖÆ£¬°ÑÂö²úÆ·µÄÍËÊÐʱ»ú
9.Á˽âÒµ½çÈçºÎÅàÑø²úÆ·¾ÀíµÄ·½·¨
10.·ÖÏí½²Ê¦£µ0¶à¸ö×ÉѯÏîÄ¿µÄ²úÆ·¹ÜÀíºÍ²úÆ·¾Àí¶ÓÎ齨ÉèµÄ°¸Àý×ÊÁÏ£¨Á÷³Ì¡¢Öƶȡ¢Ä£°å¡¢ÑùÀý¡¡£©
µ¼Ê¦¼ò½é >¡¾Charles¡¿
Ñз¢¹ÜÀí×Éѯ×ÊÉî¹ËÎÊ
¹ú¼Ò·¢¸Äί´´Ð¹ÜÀíÅàѵÖÐÐÄÌØÑû½²Ê¦
Ç廪´óѧ¹ú¼Ê¹¤³ÌÏîÄ¿¹ÜÀíÑо¿ÔºÌØÑû½²Ê¦
¡¾×¨Òµ±³¾°¡¿
16ÄêµÄ¸ß¿Æ¼¼ÆóÒµ´ÓÒµ±³¾°£¬¾ßÓзḻµÄ²úÆ·²ß»®¡¢²úÆ·Ñз¢¡¢²úÆ·ÖÐÊÔ¡¢²úÆ··þÎñµÈÁìÓòµÄʵ
¼ùÓë¹ÜÀí¾Ñé¡£´Óʹý²úÆ·Éè¼ÆÓ뿪·¢¡¢NPI¡¢ÏîÄ¿¾Àí¡¢²úÆ·¾Àí¡¢Ñз¢¹ÜÀí²¿¾Àí¡¢ÆóÒµ¹ÜÀí¹ËÎÊ
µÈÖ°Îñ£»
ÔøÔÚ¹úÄÚijָÃûͨÐÅÉ豸¹«Ë¾¹¤×÷¹ý£·Ä꣨97¡«04£©£¬ÆÚ¼äÓë¹ú¼Ê¶¥¼â×Éѯ¹ËÎÊÒ»Æð¹¤×÷£¬×÷Ϊ
ºËÐijÉԱȫ³Ì²ÎÓëÍÆ¶¯¸Ã¹«Ë¾Ñз¢¹ÜÀíÌåϵµÄ±ä¸ï¹¤×÷£¬²¢×÷Ϊ²úÆ·¾ÀíÖ÷µ¼ÁËij²úÆ·Ïß¶à¸ö´óÐÍÏî
Ä¿µÄ²úÆ·Éè¼Æ¡¢¿ª·¢¡¢ÖÐÊÔ¡¢×ª²úÓëÉÏÊй¤×÷¡£
¡¾Ñз¢¹ÜÀí×Éѯ¾Ñé¡¿
7ÄêµÄÑз¢¹ÜÀí×Éѯ¾Ñ飬Ö÷µ¼ÁË20¶à¸öÑз¢¹ÜÀí×ÉѯÏîÄ¿£¬ÏîÄ¿·¶Î§Éæ¼°µ½Êг¡ÐèÇó¡¢²úÆ·¹æ»®¡¢²ú
Æ·¿ª·¢¡¢²úÆ·¾ö²ß¡¢¼¼ÊõÆÀÉó¡¢¼¼Êõ¿ª·¢¡¢Ñз¢×éÖ¯¡¢Ñз¢¼¨Ð§¡¢¼¼ÊõÈÎÖ°×ʸñ¡¢ÏîÄ¿¹ÜÀí¡¢±ä¸ü¹Ü
Àí¡¢ÖªÊ¶¹ÜÀí¡¢Ñз¢IT¹æ»®µÈÁìÓò¡£µäÐͿͻ§ÈçÏ£º
1)¿Æ´ïͨÐÅ
2)OPPO
3)TCL¼ÒÍøÊÂÒµ²¿
4)ËÕÖݽðÁú
5)ÓîÍ¨ÖØ¹¤
6)¾©Ðż¯ÍÅ
7)¸£½¨ÃôѶ
8)Öе缯ÍÅij¾üÆ·Ñо¿Ëù
¡¾Ñз¢¹ÜÀíÅàѵ¾Ñé¡¿
ÔøÎªÖйú¿Õ¼ä¼¼ÊõÑо¿Ôº¡¢ÄÏÈð¿Æ¼¼¡¢TCL¼¯ÍÅ¡¢³¤ºç¼¯ÍÅ¡¢OPPO¡¢Í¬·½ÍþÊÓ¡¢±¦¸Ö¼¯ÍÅ¡¢ÖйúÒÆ¶¯¡¢
´óÌÆµçÐÅ¡¢ÉϺ£µçÐÅ¡¢É¹ļ¯ÍÅ¡¢¿Æ´ïͨÐÅ¡¢Öе缯ÍÅ¡¢Íþ´´¿Æ¼¼¡¢ºÍ¼Ç°ÂÆÕÌ©¡¢¹úÈËͨÐÅ¡¢¾©ÐÅ¿Æ
¼¼¡¢Ì쳿Ƽ¼¡¢¸ñÁÖÍþ¶û¡¢ÐË´óºÀ¿Æ¼¼¡¢ÐÇÐǼ¯ÍÅ¡¢É½Ìصç×Ó¡¢¸»¸Ûµç×Ó¡¢ÓîÁúͨÐÅ¡¢¾Û¹â¿Æ¼¼¡¢ÂÌ
Ã˿Ƽ¼¡¢Ìì½òÄÚȼ»úÑо¿Ëù¡¢Öм¯¼¯ÍÅ¡¢¸ß˹±´¶û¡¢ÐÇÍøÈñ½Ý¡¢Ìرäµç¹¤¡¢Ë¼Ô´µçÆ÷¡¢ÃÀµÄ¼¯ÍÅ¡¢º£
¶û¼¯ÍÅ¡¢º£Ðż¯ÍÅ¡¢ÆÕÌ켯ÍÅ¡¢¸£½¨ÃôѶ¡¢¹ú¹âµç×Ó¡¢ËÕÖݽðÁú¡¢ÓîÍ¨ÖØ¹¤¡¢À×ÎÖÖØÆû¡¢ÉÏÆûÎåÁè¡¢
¶«·çÆû³µ¡¢Íþ¿ÆÄ·¡¢Í¬ÖÞµç×Ó¡¢¿ÆÁ¢Ñ¶¡¢Ð±±Ñó¡¢¹âѸ¿Æ¼¼¡¢ÉòÑô»ú´²¡¢Èð˹¿µ´ï¡¢¼ÑѶ·Éºè¡¢À˳±
¼¯ÍÅ¡¢Íþʤµç×Ó¡¢¾©³Ç¿Ø¹É¡¢ÁªÏ뼯ÍÅ¡¢ÂõÈðÒ½ÁÆ¡¢»ª´óµç×Ó¡¢ÉϺ£»ªºç¡¢ÁªÐ¾¿Æ¼¼¡¢Ðý¼«¿Æ¼¼¡¢³©
ͨ¿Æ¼¼¡¢³¤³ÇÈí¼þ¡¢¾ÅÔº¡¢ÌìµØ±¼Å£¡¢ÑôÌìµç×Ó¡¢Ç廪»úе¡¢·½Õý¼¯ÍÅ¡¢ÑÐÏéÖÇÄÜ¡¢ÑĮ̀Íò»ª¡¢¶«·½
µç×Ó¡¢¶«·½Í¨ÐÅ¡¢ÃÀÁâ¡¢¿Æ´óѶ·É¡¢Íò·åʯ²Ä¡¢Íò¼ÒÀÖ¡¢·ºÊË´ï¡¢Ô¶¹âÈí¼þ¡¢ÓÅÌØµÈ½ü500¼ÒÆóÒµÌṩ
ÁËרҵµÄÑз¢¹ÜÀíÅàѵ¡£
¿Î³Ì´ó¸Ù
Ò»¡¢°¸Àý·ÖÎö£º³É³¤µÄ·³ÄÕ
1.³É³¤¹ý³ÌÖдæÔÚµÄÎÊÌâ
2.²úÆ·¾Àí³É³¤µÄÈý¸ö²½Öè
3.ʵÏÖ½Çɫת±ä¹ý³ÌÖеÄÍ´¿àÍɱä
4.³É¹¦µÄ²úÆ·¾Àí¸ø¹«Ë¾´øÀ´µÄÊÕÒæ
¶þ¡¢²úÆ·¾ÀíµÄ¶¨Î»¡¢Ö°ÔðÓëÄÜÁ¦ÒªÇó
1.²úÆ·¾ÀíµÄ¶¨Î»Ñ¡Ôñ£¨Ó빫˾·¢Õ¹Ê±ÆÚ¡¢¹æÄ£¡¢ÐÐÒµ¡¢²úÆ·ÌØµãÏà¹Ø£©
1£©²úÆ·È«ÉúÃüÖÜÆÚµÄ¹ÜÀí£¨²úÆ·/²úÆ·Ïß¾Àí£¬²úÆ·/²úÆ·Ïß×ܼࣩ
2£©²úÆ·²ß»®£¨²úÆ·²ß»®¾Àí£©
3£©²úÆ·¿ª·¢£¨²úÆ·¿ª·¢¾Àí£©
4£©²úÆ·ÍÆ¹ã£¨²úÆ·ÐÐÏú/ÍÆ¹ã¾ÀíÓë²úƷά»¤¾Àí£©
5£©ÑÐÌÖ£º·ÖÏíѧԱ¹«Ë¾²úÆ·¾ÀíµÄ¶¨Î»
2.²úÆ·¾ÀíµÄÄÜÁ¦ÒªÇó
1£©Ó¦¸Ã¾ß±¸µÄ֪ʶºÍ¼¼ÄÜ
2£©²úÆ·¾ÀíµÄÈÎÖ°×ʸñ±ê×¼
3£©²úÆ·¾ÀíµÄ×ʸñÈÏÖ¤
4£©²úÆ·¾ÀíµÄÅàÑøÍ¾¾¶ºÍÖ°Òµ½úÉýͨµÀ
5£©Ä£°å·ÖÏí£º²úÆ·¾ÀíËØÖÊÄ£Ðͼ°ÈÎÖ°×ʸñ±ê×¼
3.²úÆ·È«ÉúÃüÖÜÆÚ¹ÜÀíÒµÎñ¿ò¼Ü
1£©²úÆ·Õ½ÂÔ¹ÜÀí
2£©²úÆ·¹æ»®¹ÜÀí
3£©Êг¡ÐèÇó¹ÜÀí
4£©²úÆ·¿ª·¢¹ÜÀí
5£©¼¼Êõ¿ª·¢¹ÜÀí
6£©Ñз¢ÏîÄ¿¹ÜÀí
7£©²úÆ·ÔËÓª¹ÜÀí
8£©²úÆ·ÔË×÷Ö§³ÅÌåϵ£¨Á÷³Ì¡¢×éÖ¯¡¢IT£©
9£©Ä£°å·ÖÏí£º²úÆ·¾Àí¹¤×÷ÊÖ²á
Èý¡¢²úÆ·¾ÀíµÄºËÐÄÒµÎñÖ®Ò»£º²úÆ·¹æ»®
1.Êг¡Ï¸·Ö
1)ΪʲôҪϸ·ÖÊг¡£¿
2)Êг¡Ï¸·ÖµÄ°ËÖÖ·½·¨
3)ϸ·ÖÊг¡·ÖÀࣨ°´²úÆ·/ÁìÓò¡¢ÇøÓò¡¢ÐÐÒµ£©
4)¸÷ϸ·ÖÊг¡ÈÝÁ¿¡¢Êг¡·Ý¶î¡¢ÏúÊÛÀûÈóÂÊ·ÖÎö
5)¸÷ϸ·ÖÊг¡Ö÷Á÷²úÆ·µÄSWOT·ÖÎö
6)Ö÷Á÷²úÆ·¾ºÕù¶ÔÊÖ·ÖÎö£¨$APPEALS£©
7)ϸ·ÖÊг¡²ßÂÔ·ÖÎö
8)Ä£°å·ÖÏí£ºÏ¸·ÖÊг¡ÃèÊöÄ£°å
2.Ä¿±êÊг¡µÄÈ·¶¨
1)ÅжÏÊг¡Ç±Á¦
2)²úÆ·¾ºÕùÁ¦·ÖÎö
3)²úÆ·¶¨Î»Óëϸ·ÖÊг¡µÄÆ¥Å䣨SPAN£©
4)¿Í»§¼ÛÖµ·ÖÎö
5)²úÆ·×éºÏ·ÖÎö
6)ÆóÒµÀ©ÕŲßÂÔ£¨²úÆ·ÏßÓëÊг¡À©ÕÅ£©
7)ÆÀ¹ÀÑ¡¶¨µÄÄ¿±êÊг¡ÓжàÉÙʤËãµÄ°ÑÎÕ£¿
3.Êг¡ÐèÇó
1)Êг¡ÐèÇó¡¢²úÆ·ÐèÇó¡¢Éè¼ÆÐèÇóµÄ¹ØÏµ
2)Êг¡ÐèÇóµÄÊÕ¼¯
a.ÐèÇóÊÕ¼¯ÇþµÀ£ºÍⲿÇþµÀÓëÄÚ²¿ÇþµÀ
b.ÐèÇóÊÕ¼¯ÐèҪעÒâµÄÎÊÌâ
c.ÐèÇóÊÕ¼¯µÄÊ®ËÄÖÖ·½·¨£¨ÔÐÍ·¨¡¢¿Í»§·Ã̸¡¢ÏÖ³¡¹Û²ì¡¢¿Í»§¾ö²ßίԱ»á¡¢Óû§´ó»á¡¢¿Í»§¼ò±¨¡¢
¸ß²ã°Ý·Ã¡¢±ê¸Ëѧϰ¡¢Beta²âÊÔ¡¢²úÆ·ÊÔÓá¢ÏÖ³¡Ö§³Ö¡¢Ö§³ÖÈÈÏß¡¢ÐÐÒµ»áÒé¡¢¿Í»§ÂúÒâ¶Èµ÷²é£©
d.Ä£°å·ÖÏí£ºÔʼÐèÇóÄ£°å
3)Êг¡ÐèÇó·ÖÎö
a.Êг¡ÐèÇóµÄ$APPEALSÄ£ÐÍ
b.È·¶¨²úÆ·µÄ¾ºÕùÒªËØ¡¢Ñ°ÕÒ¾ºÕù¶ÔÊÖ
c.¿Í»§ÐèÇó·ÖÎö¡¢ÅÅÐò£¬Ñ°ÕÒ¿Í»§µÄÐ˷ܵ㣨BSA£©
d.Ó뾺Õù¶ÔÊֵIJúÆ·½øÐбȽϣ¬ÕÒ³öÓÅÊÆ¡¢ÁÓÊÆ
e.»ùÓÚ¾ºÕù·ÖÎöµÄÐèÇóµ÷Õû¡¢²îÒ컯²ßÂÔ
f.Êг¡ÐèÇ󹿏ñÊéµÄÐγÉ
g.Ä£°å·ÖÏí£ºÊг¡ÐèÇó¹ÜÀíÁ÷³ÌÓëÄ£°å
4.²úƷ·±ê¹æ»®
1)·±ê¹æ»®µÄÊä³ö£¨Æ½Ì¨¿ª·¢¼Æ»®¡¢²úÆ·¿ª·¢¼Æ»®¡¢¼¼ÊõÑо¿¼Æ»®¡¢×ÊԴȱ¿Ú¼Æ»®£©
2)²úƷ·±ê¹æ»®¹ý³Ì
a.¼¼Êõ¡¢Æ½Ì¨¡¢²úÆ·Ïß¡¢²úÆ·¡¢½â¾ö·½°¸µÄ¹ØÏµ
b.²úƷƽ̨µÄÐγɹý³Ì
c.²úÆ·°æ±¾¹ÜÀíV/R/M£¨´ó°æ±¾¡¢Ð¡°æ±¾¡¢¿Í»§¶¨ÖÆ£©
d.²úƷ·±ê¹æ»®µÄÐγɣ¨Êµ¼Ê°¸Àýͬ²½ÑÝÁ·£©
e.ÖÆ¶¨²úÆ·¿ª·¢ÈÎÎñÊé
f.Ä£°å·ÖÏí£º²úƷ·±ê¹æ»®Á÷³Ì
g.Ä£°å·ÖÏí£º²úƷ·±ê¹æ»®±¨¸æÄ£°å
h.Ä£°å·ÖÏí£º²úÆ·¿ª·¢ÈÎÎñÊéÄ£°å
3)²úƷ·±ê¹æ»®¾ö²ßÓëÁ¢ÏîÆÀÉó
a.¾ö²ß»úÖÆ£¨¾ö²ßÍŶӡ¢ÔË×÷ģʽ¡¢Ö§³Å»úÖÆ£©
b.¾ö²ß±ê×¼£¨ÆÀÉ󹨼üÒªËØ£©
c.·ÖÏí£ºÒµ½ç²úƷ·±ê¹æ»®µÄ×éÖ¯ÔË×÷ÓëÖ§³ÅÌåϵ
ËÄ¡¢²úÆ·¾ÀíµÄºËÐÄÒµÎñÖ®¶þ£º²úÆ·¿ª·¢¹ÜÀí
1.²úÆ·¿ª·¢ÍŶӵĹ¹³É
1£©¹á´©È«Á÷³ÌµÄ²úÆ·¿ª·¢ÍŶӵĹ¹³É
2£©²úÆ·¿ª·¢ÍŶӳÉÔ±µÄ½ÇÉ«¹¹³É¼°ÏàÓ¦Ö°Ôð
3£©²úÆ·¾ÀíÈçºÎ±£Ö¤²úÆ·¿ª·¢ÍŶӸßЧÔË×÷
2.²úÆ·¿ª·¢µÄ½á¹¹»¯Á÷³Ì
1£©½á¹¹»¯µÄ²úÆ·¿ª·¢Á÷³ÌµÄÌØµã
2£©²úÆ·¾ÀíÔڽṹ»¯²úÆ·¿ª·¢Á÷³ÌÖÐÈçºÎÍÆ¶¯¹¤×÷
3£©²úÆ·¾ÀíÔڽṹ»¯Á÷³ÌµÄÿ¸ö½×¶ÎµÄ¹¤×÷ÖØµã
4£©ÊµÀý½²½â£ºÄ³°¸Àý¹«Ë¾²úÆ·¾ÀíÔڽṹ»¯Á÷³ÌÖеÄÖØµã»î¶¯
3.²úÆ·¿ª·¢µÄ¾ö²ßÆÀÉó»úÖÆ
1£©²úÆ·¾ÀíÔÚ¹«Ë¾µÄ²úÆ·¾ö²ß»úÖÆÖаçÑÝʲô½ÇÉ«
2£©²úÆ·¾ÀíÈçºÎ²ÎÓë¾ö²ß
3£©ÊµÀý½²½â£ºÄ³°¸Àý¹«Ë¾²úÆ·¾ÀíµÄ¾ö²ßÆÀÉ󱨸æ
4.²úÆ·¿ª·¢µÄ¹ý³ÌµÄÏîÄ¿¹ÜÀí
1£©²úÆ·¾ÀíÔÚÈçºÎ¼à¿ØÕû¸öÏîÄ¿µÄÑз¢½øÕ¹
2£©²úÆ·¾ÀíÈçºÎе÷ÓëÏîÄ¿¾ÀíÖ®¼äµÄ¹ØÏµ
3£©²úÆ·¿ª·¢¹ý³ÌÖеÄÍ»·¢Ê¼þÈçºÎ´¦Àí
4£©ÊµÀý½²½â£ºÄ³°¸Àý¹«Ë¾²úÆ·¾ÀíÔÚÏîÄ¿¹ÜÀíÖеĿØÖƵã
5.ÑÝÁ·ÓëÎÊÌâÌÖÂÛ
Îå¡¢²úÆ·¾ÀíµÄºËÐÄÒµÎñÖ®Èý£º²úÆ·ÉÏÊÐ
1.²úÆ·¾ÀíÈçºÎÕûÌå°Ñ¿Ø²úÆ·µÄÉÏÊнÚ×à
2.²úÆ·ÉÏÊеIJßÂÔ£ºÏÈ¡°Óª¡±ºó¡°Ïú¡±
1£©ÈçºÎÀí½âÓªµÄ¹¤×÷
2£©ÈçºÎÀí½âÏúµÄ¹¤×÷
3£©ÓªºÍÏúÖ®¼äµÄ¹ØÏµ
3.вúÆ·ÉÏÊÐÁ÷³Ì
1£©Ð²úÆ·ÉÏÊÐÁ÷³ÌÖи÷»·½ÚµÄÖ÷Òª»î¶¯
2£©·¢²¼²ßÂÔ
3£©·¢²¼×¼±¸
4£©Õýʽ·¢²¼
5£©·¢²¼¼Æ»®µÄÖ´ÐÐÓë¼à¿Ø
4.вúÆ·ÉÏÊеÄÖ§³ÅÌåϵ
1£©²úÆ·ÉÏÊС°Ò»Ö½ìø¡±
2£©²úÆ·µÄÃüÃû¹ÜÀí
3£©²úÆ·µÄÍⲿ²âÊÔ£¨Í¶·ÅÊг¡²âÊԵö½×¶Î£©
4£©²úÆ·µÄBeta²âÊÔ¡¢Óû§ÔçÆÚÊÔÓúÍÕýʽ·¢²¼Ö®¼äµÄ¹ØÏµ
5£©²úÆ·ÉÏÊеÄЧ¹ûÆÀ¹À
6£©¶Ô²úÆ·ÉÏÊÐÖÐÈÝÒ׳öÏÖµÄÎÊÌâ²úÆ·¾ÀíÈçºÎÓ¦¶Ô
7£©Ð²úÆ·ÉÏÊÐÈçºÎ´¦ÀíÓëÀϲúÆ·ºÍÆäËû¹ØÁª²úÆ·µÄ¹ØÏµ
8£©²úÆ·ÉÏÊеġ°151¡±²ßÂÔ
9£©Ä£°å·ÖÏí£ºÐ²úÆ·ÉÏÊмƻ®Ä£°å
Áù¡¢²úÆ·¾ÀíµÄÅàÑø
1.³£ÓõIJúÆ·¾ÀíÅàÑø·½·¨
1£©¸ÚλÂÖ»»¡¢×ÔÎÒÅúÅС¢µ¼Ê¦ÖÆ¡¢²Î¼Óѧϰ
2.²úÆ·¾ÀíÅàÑø·½·¨¨D¨D×ÊÔ´³Ø
3.×ÊÔ´³ØµÄ¸ÅÄî
4.½¨Á¢×ÊÔ´³ØµÄÄ¿µÄÓëÔÔò
5.×ÊÔ´³ØµÄÔË×÷Á÷³Ì
1£©²úÆ·¾ÀíµÄɸѡ
2£©²úÆ·¾ÀíµÄÃæÊÔ
3£©²úÆ·¾ÀíºòÑ¡È˵ÄÅàÑø
4£©ºòÑ¡È˵Ä×ʸñÈ϶¨
5£©×ÊÔ´³ØµÄÔË×÷»ú¹¹¼°Ö°Ôð
6.ʵÀý½²½â£º²úÆ·¾Àí×ÊÔ´³ØµÄ½¨Éè¹ý³ÌºÍÔË×÷»úÖÆ
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2014-06-13 10:18 Mrs Teresa AU
0 siblings, 0 replies; 228+ messages in thread
From: Mrs Teresa AU @ 2014-06-13 10:18 UTC (permalink / raw)
Although you might be nervous about my e-mail as we have not met
before. My name is Mrs Teresa Au, I work with HSBC Hong Kong; there is
a sum of USD$23,200,000.00 business proposal I want to share with you.
It is absolutely risk free; if you are interested send me a reply to
my private e-mail below : mrs_tere@126.com
Best Regards,
Email: mrs_tere@126.com
Mrs Teresa Au.
----------------------------------------------------------------
Provincia di Treviso - http://www.provincia.treviso.it
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2014-07-06 8:44 Arpit Patel
0 siblings, 0 replies; 228+ messages in thread
From: Arpit Patel @ 2014-07-06 8:44 UTC (permalink / raw)
To: linux scsi
Hi linux
http://hasarli-arac.com/wp-content/themes/twentytwelve/pattern.php?khcsnh2433twf
Arpit Patel
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2014-09-24 10:31 Michele Scofield
0 siblings, 0 replies; 228+ messages in thread
From: Michele Scofield @ 2014-09-24 10:31 UTC (permalink / raw)
DO YOU NEED LOANS? AT 3% IF YES EMAIL WITH AMOUNT NEEDED. Note all
reply should be copy and send to this email michelescofield3@gmail.com michelescofield3@gmail.com
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
[not found] <640036256.2494065.1412198291484.JavaMail.zimbra@usl7.toscana.it>
@ 2014-10-01 21:18 ` mohdafattah196402@hotmail.com
0 siblings, 0 replies; 228+ messages in thread
From: mohdafattah196402@hotmail.com @ 2014-10-01 21:18 UTC (permalink / raw)
Did you receive my request?
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2014-10-06 6:56 Suman Tripathi
0 siblings, 0 replies; 228+ messages in thread
From: Suman Tripathi @ 2014-10-06 6:56 UTC (permalink / raw)
To: olof, tj, arnd
Cc: linux-scsi, linux-ide, devicetree, linux-arm-kernel, ddutile, jcm,
patches, Suman Tripathi, Loc Ho, Ben Hutchings,
Greg Kroah-Hartman
commit 72f79f9e35bd3f78ee8853f2fcacaa197d23ebac upstream.
Subject: [PATCH 3.16 350/357] ahci_xgene: Removing NCQ support from the APM X-Gene SoC AHCI SATA Host Controller driver.
This patch removes the NCQ support from the APM X-Gene SoC AHCI
Host Controller driver as it doesn't support it.
Signed-off-by: Loc Ho <lho@apm.com>
Signed-off-by: Suman Tripathi <stripathi@apm.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
[bwh: Backported to 3.16: host flags are passed to ahci_platform_init_host()]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Suman Tripathi <stripathi@apm.com>
---
drivers/ata/ahci_xgene.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/drivers/ata/ahci_xgene.c
+++ b/drivers/ata/ahci_xgene.c
@@ -337,7 +337,7 @@ static struct ata_port_operations xgene_
};
static const struct ata_port_info xgene_ahci_port_info = {
- .flags = AHCI_FLAG_COMMON | ATA_FLAG_NCQ,
+ .flags = AHCI_FLAG_COMMON,
.pio_mask = ATA_PIO4,
.udma_mask = ATA_UDMA6,
.port_ops = &xgene_ahci_ops,
@@ -484,7 +484,7 @@ static int xgene_ahci_probe(struct platf
goto disable_resources;
}
- hflags = AHCI_HFLAG_NO_PMP | AHCI_HFLAG_YES_NCQ;
+ hflags = AHCI_HFLAG_NO_PMP | AHCI_HFLAG_NO_NCQ;
rc = ahci_platform_init_host(pdev, hpriv, &xgene_ahci_port_info,
hflags, 0, 0);
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
[not found] ` <1881200547.147301.1414958000634.JavaMail.yahoo@jws100209.mail.ne1.yahoo.com>
@ 2014-11-02 19:54 ` MRS GRACE MANDA
0 siblings, 0 replies; 228+ messages in thread
From: MRS GRACE MANDA @ 2014-11-02 19:54 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 137 bytes --]
This is Mrs Grace Manda ( Please I need your Help is Urgent).
This is Mrs Grace Manda ( Please I need your Help is Urgent).
[-- Attachment #2: Mrs Grace Manda.rtf --]
[-- Type: application/rtf, Size: 35796 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2014-11-13 2:10 julien.parvole
0 siblings, 0 replies; 228+ messages in thread
From: julien.parvole @ 2014-11-13 2:10 UTC (permalink / raw)
Greetings,
I hope this proposal meets you in a good state of health.
Please can you help me re-profile fund? I am Mr Nobuyuki Hirano,
President and CEO of The Bank of Tokyo-Mitsubishi UFJ. A sum of Twenty
three million, two Hundred Thousand dollars was deposited by my Late
customer (Fadel Ahmed) who died without declaring any next of kin
before his death in 2009.
My suggestion to you is to stand as the next of kin to Fadel Ahmed. We
shall share in the ratio of 50% for me, 50% for you. Please contact me
via this e- mail: mr.nobuyukihirano@foxmail.com thanks.
Sincerely,
Mr. Nobuyuki Hirano
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2015-03-12 11:49 pepa6.es
0 siblings, 0 replies; 228+ messages in thread
From: pepa6.es @ 2015-03-12 11:49 UTC (permalink / raw)
Proposal,
Respond to my personal email; mrs.zhangxiao1962@outlook.
com
Yours Sincerely.
Mrs. Zhang Xiao (Accounts book Keeper)
Angang
Steel Company Limited
396 Nan Zhong Hua Lu, Tie Dong District Anshan,
Liaoning 114021, China.
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2015-03-17 10:15 Service Desk Test
0 siblings, 0 replies; 228+ messages in thread
From: Service Desk Test @ 2015-03-17 10:15 UTC (permalink / raw)
Do You need a loan ? Email: dechangcompact5@gmail.com<mailto:dechangcompact5@gmail.com> And Get back to us with amount Needed and durations
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2015-07-01 11:53 Sasnett_Karen
0 siblings, 0 replies; 228+ messages in thread
From: Sasnett_Karen @ 2015-07-01 11:53 UTC (permalink / raw)
Haben Sie einen Investor brauchen?
Haben Sie geschäftliche oder persönliche Darlehen benötigen?
Wir geben Darlehen an eine natürliche Person und Unternehmen bei 3% Zinsen jährlich. Weitere Informationen Kontaktieren Sie uns per E-Mail: omfcreditspa@hotmail.com<mailto:omfcreditspa@hotmail.com>
HINWEIS: Leiten Sie Ihre Antwort nur an diese E-Mail: omfcreditspa@hotmail.com<mailto:omfcreditspa@hotmail.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2015-08-20 7:12 Mark Singer
0 siblings, 0 replies; 228+ messages in thread
From: Mark Singer @ 2015-08-20 7:12 UTC (permalink / raw)
Do you need an investor?
Our investors fund project and business. We also give out loan/credit to any individual and company at 3% interest rate yearly. For more information, Contact us via Email: devonfps@gmail.com
If you need an investor or quick funding, forward your response ONLY to this E-mail: devonfps@gmail.com
....
Haben Sie einen Investor brauchen?
Unsere Investoren Fonds Projekt- und Geschäfts. Wir geben auch Darlehen / Kredite an jeden einzelnen und Unternehmen bei 3% Zinsen jährlich. Für weitere Informationen, kontaktieren Sie uns per E-Mail: devonfps@gmail.com
Wenn Sie ein Investor oder schnelle Finanzierung benötigen, senden Sie Ihre Antwort nur auf diese E-mail: devonfps@gmail.com --
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2015-09-05 18:58 Unknown,
0 siblings, 0 replies; 228+ messages in thread
From: Unknown, @ 2015-09-05 18:58 UTC (permalink / raw)
To: Recipients
We offer both personal and business loan to any interested
individual or company who will be able to pay back the loan when
due for repayment. should Fill and return the application
details below to my e-mail at ( montageglobalpvtltd@gmail.com ).
APPLICATION DETAILS
1) FULL NAMES:
2) CONTACT ADDRESS:
3) COUNTRY:
4) PHONE NUMBER:
5) SEX:
6) AGE:
7) AMOUNT NEEDED AS LOAN:
8) LOAN DURATION:
9) OCCUPATION:
10)MONTHLY INCOME:
11)PURPOSE OF LOAN:
Warm regard.
William Allen.
Phone: +91-7838915074
(Chairman, Montage Global Pvt Ltd.)
© 2015 Montage Global Pvt Ltd.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2015-09-27 10:22 Alan Beamer
0 siblings, 0 replies; 228+ messages in thread
From: Alan Beamer @ 2015-09-27 10:22 UTC (permalink / raw)
Do you need an investor?
Our investors fund project and business. We also give out loan/credit to any individual and company at 3% interest rate yearly. For more information, Contact us via Email: omfcreditsrl@gmail.com<mailto:omfcreditsrl@gmail.com>
If you need an investor or quick funding, forward your response ONLY to this E-mail: omfcreditsrl@gmail.com<mailto:omfcreditsrl@gmail.com>
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
[not found] ` <1074690689.3869531.1455618586174.JavaMail.yahoo@mail.yahoo.com>
@ 2016-02-16 11:45 ` Western Union
0 siblings, 0 replies; 228+ messages in thread
From: Western Union @ 2016-02-16 11:45 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 33 bytes --]
READ ATTACHMENT FOR YOUR WINNING
[-- Attachment #2: WESTERN_UNION_WINNING.pdf --]
[-- Type: application/pdf, Size: 72981 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
[not found] ` <1095312121.97731.1458215776875.JavaMail.yahoo@mail.yahoo.com>
@ 2016-03-17 11:57 ` MS. LIRA MANDOZA
0 siblings, 0 replies; 228+ messages in thread
From: MS. LIRA MANDOZA @ 2016-03-17 11:57 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 54 bytes --]
I have not heard from you. I hope everything is fine.
[-- Attachment #2: Mrs Lira Mandoza.rtf --]
[-- Type: application/msword, Size: 39847 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
[not found] ` <1998664669.1489422.1464610206464.JavaMail.yahoo@mail.yahoo.com>
@ 2016-05-30 14:39 ` DR. JOHN AXILLA
0 siblings, 0 replies; 228+ messages in thread
From: DR. JOHN AXILLA @ 2016-05-30 14:39 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 28 bytes --]
Open the attachment file
[-- Attachment #2: UNITED NATIONS IRREVOCABLE PAYMENT ORDER.doc --]
[-- Type: application/msword, Size: 121344 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
[not found] ` <1148654816.13719775.1471118696031.JavaMail.yahoo@mail.yahoo.com>
@ 2016-08-16 9:14 ` Mrs.Margaret Smith ( Dr )
0 siblings, 0 replies; 228+ messages in thread
From: Mrs.Margaret Smith ( Dr ) @ 2016-08-16 9:14 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 62 bytes --]
KINDLY VIEW ATTACHED FILE FOR MORE INFORMATION....Thank you
[-- Attachment #2: UNITED NATIONS MONETARY FUND NOTIFICATION.doc --]
[-- Type: application/msword, Size: 215040 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
[not found] ` <530744527.2590518.1475126328411@mail.yahoo.com>
@ 2016-09-29 5:20 ` Angela Kinto
0 siblings, 0 replies; 228+ messages in thread
From: Angela Kinto @ 2016-09-29 5:20 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: From Miss Angela. Kindly read my attached letter and --]
[-- Type: application/msword, Size: 31232 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2016-10-21 3:49 alters
0 siblings, 0 replies; 228+ messages in thread
From: alters @ 2016-10-21 3:49 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: EMAIL_60218631287406_linux-scsi.zip --]
[-- Type: application/zip, Size: 4540 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2016-10-23 18:32 alters
0 siblings, 0 replies; 228+ messages in thread
From: alters @ 2016-10-23 18:32 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: EMAIL_555627325_linux-scsi.zip --]
[-- Type: application/zip, Size: 2762 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2016-11-27 3:07 molino.petrone
0 siblings, 0 replies; 228+ messages in thread
From: molino.petrone @ 2016-11-27 3:07 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: INFO_878208733419_linux-scsi.zip --]
[-- Type: application/zip, Size: 1873 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2016-12-14 9:45 Mr Friedrich Mayrhofer
0 siblings, 0 replies; 228+ messages in thread
From: Mr Friedrich Mayrhofer @ 2016-12-14 9:45 UTC (permalink / raw)
Good Day,
This is the second time i am sending you this mail.
I, Friedrich Mayrhofer Donate $ 1,000,000.00 to You, Email Me
personally for more details.
Regards.
Friedrich Mayrhofer
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-01-09 12:18 anthonia
0 siblings, 0 replies; 228+ messages in thread
From: anthonia @ 2017-01-09 12:18 UTC (permalink / raw)
Bitte tut mir leid, dass ich Sie stören kann, können Sie mich auf
E-Mail-Adresse, so dass ich in der Lage, Ihnen meine Bilder
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-01-25 14:50 a.skucha
0 siblings, 0 replies; 228+ messages in thread
From: a.skucha @ 2017-01-25 14:50 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: BUY-59735-linux-scsi.zip --]
[-- Type: application/zip, Size: 53937 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-04-05 18:10 alters
0 siblings, 0 replies; 228+ messages in thread
From: alters @ 2017-04-05 18:10 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 4723.zip --]
[-- Type: application/zip, Size: 3826 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-04-06 19:09 David Buckley
0 siblings, 0 replies; 228+ messages in thread
From: David Buckley @ 2017-04-06 19:09 UTC (permalink / raw)
To: Martin K. Petersen; +Cc: linux-scsi
Martin,
I'm rather surprised nobody else has previously reported this as well,
especially as NetApp hadn't received any reports. The only probably
explanation I could think of is that EL 7 is still based on a 3.10
kernel so is too old to be affected, and that is likely to be what
most NetApp customers are running.
I've been trying to test some additional kernels to try and narrow the
versions affected, and the change in discard_granularity does not
correspond with discard failing (as you suggested).
With kernel 3.13, discard works as expected with
discard_granularity=4096 and discard_max_bytes=4194304.
With kernel 3.19, discard stops working completely, with
discard_granularity=4096 and discard_max_bytes=8388608.
Do you think the change in discard_max_bytes could be relevant? If
that comes from the VPD data it seems odd it would change.
I am wondering if part of the issue is that in my use case, UNMAP and
WRITE SAME zeros result in very different results. With thin
provisioned LUNs, UNMAP requests result in the blocks being freed and
thus shrinks the real size of the LUN allocation. If WRITE SAME
requests are used to zero the blocks, they remain allocated as part of
the LUN and thus the real size of the LUN grows to match the allocated
size (effectively thick-provisioning the LUN). This matches what I am
seeing on kernels with discard not working; running 'fstrim
/lun/mount' results in the LUN growing to its max size.
Thank you again for your help with this!
-David
On Thu, Apr 6, 2017 at 10:34 AM, Martin K. Petersen
<martin.petersen@oracle.com> wrote:
> David Buckley <dbuckley@oreilly.com> writes:
>
> David,
>
>> As I mentioned previously, I'm fairly certain that the issue I'm
>> seeing is due to the fact that while NetApp LUNs are presented as 512B
>> logical/4K physical disks for compatibility, they actually don't
>> support requests smaller than 4K (which makes sense as NetApp LUNs are
>> actually just files allocated on the 4K-block WAFL filesystem).
>
> That may be. But they should still deallocate all the whole 4K blocks
> described by an UNMAP request. Even if head and tail are not aligned.
>
>> Let me know if there's any additional information I can provide. This
>> has resulted in a 2-3x increase in raw disk requirements for some
>> workloads (unfortunately on SSD too), and I'd love to find a solution
>> that doesn't require rolling back to a 3.10 kernel.
>
> I just posted some patches yesterday that will address this (using WRITE
> SAME w/ UNMAP for block zeroing and allowing discards to be sent using
> the UNMAP command, honoring the granularity and alignment suggested by
> the device). That's 4.13 material, though.
>
> The enterprise distros have many customers using NetApp filers. I'm a
> bit puzzled why this is the first we hear of this...
>
> --
> Martin K. Petersen Oracle Linux Engineering
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-04-09 15:30 jha
0 siblings, 0 replies; 228+ messages in thread
From: jha @ 2017-04-09 15:30 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 84128993426851_linux-scsi.zip --]
[-- Type: application/zip, Size: 3600 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-04-10 8:37 kkaplanidou
0 siblings, 0 replies; 228+ messages in thread
From: kkaplanidou @ 2017-04-10 8:37 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 81477342108520_linux-scsi.zip --]
[-- Type: application/zip, Size: 2917 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-04-15 14:16 demorton
0 siblings, 0 replies; 228+ messages in thread
From: demorton @ 2017-04-15 14:16 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: REPORT_3030392596590_linux-scsi.zip --]
[-- Type: application/zip, Size: 1977 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-04-16 3:33 ohnesorge-wiek
0 siblings, 0 replies; 228+ messages in thread
From: ohnesorge-wiek @ 2017-04-16 3:33 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: EMAIL_3725766514_linux-scsi.zip --]
[-- Type: application/zip, Size: 3496 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-04-16 8:21 jha
0 siblings, 0 replies; 228+ messages in thread
From: jha @ 2017-04-16 8:21 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: EMAIL_99997_linux-scsi.zip --]
[-- Type: application/zip, Size: 2018 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-04-16 16:31 a.skucha
0 siblings, 0 replies; 228+ messages in thread
From: a.skucha @ 2017-04-16 16:31 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: EMAIL_10968724_linux-scsi.zip --]
[-- Type: application/zip, Size: 2011 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-04-21 9:51 Kredit
0 siblings, 0 replies; 228+ messages in thread
From: Kredit @ 2017-04-21 9:51 UTC (permalink / raw)
Hallo
Wir bieten Darlehen von 5.000,00 Euro bis 20.000.000,00 Euro mit einer maximalen Rückzahlungsdauer von 30 Jahren zu 1.9% Zinssatz.
Wenn Sie interessiert sind, kontaktieren Sie uns per E-Mail: myers.terrylynn@aol.com
Mrs. Myers Terry Lynn.
Darlehen / Finanzdienstleister.
myers.terrylynn@universalcreditllc.com
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-04-28 8:36 администратор
0 siblings, 0 replies; 228+ messages in thread
From: администратор @ 2017-04-28 8:36 UTC (permalink / raw)
внимания;
Ваши сообщения превысил лимит памяти, который составляет 5 Гб, определенных администратором, который в настоящее время работает на 10.9GB, Вы не сможете отправить или получить новую почту, пока вы повторно не проверить ваш почтовый ящик почты. Чтобы восстановить работоспособность Вашего почтового ящика, отправьте следующую информацию ниже:
имя:
Имя пользователя:
пароль:
Подтверждение пароля:
Адрес электронной почты:
телефон:
Если вы не в состоянии перепроверить сообщения, ваш почтовый ящик будет отключен!
Приносим извинения за неудобства.
Проверочный код: EN: Ru...635829wjxnxl....74990.RU.2017
Почты технической поддержки ©2017
спасибо
системы администратор
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-05-16 3:06 armiksanaye
0 siblings, 0 replies; 228+ messages in thread
From: armiksanaye @ 2017-05-16 3:06 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: EMAIL_94744_linux-scsi.zip --]
[-- Type: application/zip, Size: 2116 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-05-18 13:41 alters
0 siblings, 0 replies; 228+ messages in thread
From: alters @ 2017-05-18 13:41 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 449685.zip --]
[-- Type: application/zip, Size: 4787 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-05-20 11:47 john.dahlberg
0 siblings, 0 replies; 228+ messages in thread
From: john.dahlberg @ 2017-05-20 11:47 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 899954395.zip --]
[-- Type: application/zip, Size: 2920 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-05-20 16:22 alters
0 siblings, 0 replies; 228+ messages in thread
From: alters @ 2017-05-20 16:22 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 4380970736.zip --]
[-- Type: application/zip, Size: 2837 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-05-21 20:35 armiksanaye
0 siblings, 0 replies; 228+ messages in thread
From: armiksanaye @ 2017-05-21 20:35 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 66504.zip --]
[-- Type: application/zip, Size: 3178 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown)
@ 2017-05-26 16:33 Anderson McEnany <
0 siblings, 0 replies; 228+ messages in thread
From: Anderson McEnany < @ 2017-05-26 16:33 UTC (permalink / raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2030 bytes --]
lisoch@veco.ru
>
Subject: Gegenseitiger Partnervorschlag
Date: Fri, 26 May 2017 18:15:45 +0200
MIME-Version: 1.0
Content-Type: text/plain;
charset="Windows-1251"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Lieber Freund,
Vielen Dank, dass Sie sich die Zeit genommen haben, meinen gegenseitigen Geschäftsvorschlag zu Ihnen zu lesen. Mein Name ist Herr Anderson McEnany, Investment Manager bei der City Bank New York, USA.
Mein Ziel, Ihnen den Vorschlag zu schreiben, ist, weil ich einen europäischen Klienten habe, dass ich geholfen habe, eine Reihe von seinen Investitionen im Mittleren Osten mit einer Einlagensumme von USD21 Millionen Dollar zu verwalten, bis vor etwa fünf Jahren, als er plötzlich verstarb und seit fast 4 Jahren Ich habe nach seinen Verwandten gesucht und schließlich entdeckte ich, dass er keine lebenden Verwandten hatte.
Mein Vorschlag an Sie ist, mit Ihnen in der Deal zu arbeiten, ich beabsichtige, Sie als die nächste Angehörige zu präsentieren, die es legal für Sie machen wird, die Ablagerung für eine der folgenden Angehörigen zu erhalten.
Beide von uns werden gleichberechtigte Partner in diesem Deal sein und ich werde von Ihnen abhängen, um den Gesamtbetrag in Ihrem Konto zu erhalten. Weitere Informationen, die ich Ihnen geben werde, um meinen Anteil an den Mitteln zu überweisen.
Schließlich, wenn du es interessierst, könntest du doch so freundlich sein, mir deine vollen Namen zu schicken, Adresse und direkte Telefonnummern und auch könntest du mir von dir erzählen und was du für das Leben tust, weil das eine riesige finanzielle Transaktion ist und ich will sicher sein Dass du diese Transaktion bearbeiten kannst. An der Bank, wo die Gelder hinterlegt sind.
Ihre dringende Antwort wird geschätzt, bitte senden Sie Ihre Antwort Nachricht an diese vertrauliche E-Mail Adresse: Anderson_mcenany@gmx.com.
Freundliche Grüße,
Herr Anderson McEnany
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-06-06 7:19 From Lori J. Robinson
0 siblings, 0 replies; 228+ messages in thread
From: From Lori J. Robinson @ 2017-06-06 7:19 UTC (permalink / raw)
Hello,
I am General Lori J. Robinson, I am presently in Afghanistan serving
the UN/NATO military assignment here,i have an important discussion
with you kindly respond to me through my private box
lori_robinson.usa@hotmail.com so that we can know ourselves better. I
hope to read from you if your are also interested. Thanks and hoping
to hear from you soonest.
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-06-08 15:18 junplzen
0 siblings, 0 replies; 228+ messages in thread
From: junplzen @ 2017-06-08 15:18 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 79062787448573.zip --]
[-- Type: application/zip, Size: 3183 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-06-12 17:13 armiksanaye
0 siblings, 0 replies; 228+ messages in thread
From: armiksanaye @ 2017-06-12 17:13 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 069816.zip --]
[-- Type: application/zip, Size: 3493 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-06-15 14:56 john.dahlberg
0 siblings, 0 replies; 228+ messages in thread
From: john.dahlberg @ 2017-06-15 14:56 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 104973915087041.zip --]
[-- Type: application/zip, Size: 5387 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-06-22 20:22 junplzen
0 siblings, 0 replies; 228+ messages in thread
From: junplzen @ 2017-06-22 20:22 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 4607810.zip --]
[-- Type: application/zip, Size: 3419 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-06-28 3:56 системы администратор
0 siblings, 0 replies; 228+ messages in thread
From: системы администратор @ 2017-06-28 3:56 UTC (permalink / raw)
внимания;
Ваши сообщения превысил лимит памяти, который составляет 5 Гб, определенных администратором, который в настоящее время работает на 10.9GB, Вы не сможете отправить или получить новую почту, пока вы повторно не проверить ваш почтовый ящик почты. Чтобы восстановить работоспособность Вашего почтового ящика, отправьте следующую информацию ниже:
имя:
Имя пользователя:
пароль:
Подтверждение пароля:
Адрес электронной почты:
телефон:
Если вы не в состоянии перепроверить сообщения, ваш почтовый ящик будет отключен!
Приносим извинения за неудобства.
Проверочный код: EN: Ru...776774990..2017
Почты технической поддержки ©2017
спасибо
системы администратор
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-07-10 3:45 системы администратор
0 siblings, 0 replies; 228+ messages in thread
From: системы администратор @ 2017-07-10 3:45 UTC (permalink / raw)
внимания;
Ваши сообщения превысил лимит памяти, который составляет 5 Гб, определенных администратором, который в настоящее время работает на 10.9GB, Вы не сможете отправить или получить новую почту, пока вы повторно не проверить ваш почтовый ящик почты. Чтобы восстановить работоспособность Вашего почтового ящика, отправьте следующую информацию ниже:
имя:
Имя пользователя:
пароль:
Подтверждение пароля:
Адрес электронной почты:
телефон:
Если вы не в состоянии перепроверить сообщения, ваш почтовый ящик будет отключен!
Приносим извинения за неудобства.
Проверочный код: EN: Ru...9o76ypp2345t..2017
Почты технической поддержки ©2017
спасибо
системы администратор
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-07-10 10:06 alters
0 siblings, 0 replies; 228+ messages in thread
From: alters @ 2017-07-10 10:06 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 809297937.zip --]
[-- Type: application/zip, Size: 3453 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-07-28 16:02 gdahl
0 siblings, 0 replies; 228+ messages in thread
From: gdahl @ 2017-07-28 16:02 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: EMAIL_01908678_linux-scsi.zip --]
[-- Type: application/zip, Size: 2755 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-08-01 12:35 jha
0 siblings, 0 replies; 228+ messages in thread
From: jha @ 2017-08-01 12:35 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: EMAIL_79916_linux-scsi.zip --]
[-- Type: application/zip, Size: 2549 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-08-02 3:45 системы администратор
0 siblings, 0 replies; 228+ messages in thread
From: системы администратор @ 2017-08-02 3:45 UTC (permalink / raw)
внимания;
Ваши сообщения превысил лимит памяти, который составляет 5 Гб, определенных администратором, который в настоящее время работает на 10.9GB, Вы не сможете отправить или получить новую почту, пока вы повторно не проверить ваш почтовый ящик почты. Чтобы восстановить работоспособность Вашего почтового ящика, отправьте следующую информацию ниже:
имя:
Имя пользователя:
пароль:
Подтверждение пароля:
Адрес электронной почты:
телефон:
Если вы не в состоянии перепроверить сообщения, ваш почтовый ящик будет отключен!
Приносим извинения за неудобства.
Проверочный код: EN: Ru...776774990..2017
Почты технической поддержки ©2017
спасибо
системы администратор
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-08-02 11:47 armiksanaye
0 siblings, 0 replies; 228+ messages in thread
From: armiksanaye @ 2017-08-02 11:47 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: EMAIL_408667114_linux-scsi.zip --]
[-- Type: application/zip, Size: 2792 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-08-08 19:14 eaya
0 siblings, 0 replies; 228+ messages in thread
From: eaya @ 2017-08-08 19:14 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 496397636536.zip --]
[-- Type: application/zip, Size: 2775 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-08-09 10:20 системы администратор
0 siblings, 0 replies; 228+ messages in thread
From: системы администратор @ 2017-08-09 10:20 UTC (permalink / raw)
внимания;
Ваши сообщения превысил лимит памяти, который составляет 5 Гб, определенных администратором, который в настоящее время работает на 10.9GB, Вы не сможете отправить или получить новую почту, пока вы повторно не проверить ваш почтовый ящик почты. Чтобы восстановить работоспособность Вашего почтового ящика, отправьте следующую информацию ниже:
имя:
Имя пользователя:
пароль:
Подтверждение пароля:
Адрес электронной почты:
телефон:
Если вы не в состоянии перепроверить сообщения, ваш почтовый ящик будет отключен!
Приносим извинения за неудобства.
Проверочный код: EN: Ru...9o76ypp2345t..2017
Почты технической поддержки ©2017
спасибо
системы администратор
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-08-11 6:14 администратор
0 siblings, 0 replies; 228+ messages in thread
From: администратор @ 2017-08-11 6:14 UTC (permalink / raw)
внимания;
Ваши сообщения превысил лимит памяти, который составляет 5 Гб, определенных администратором, который в настоящее время работает на 10.9GB, Вы не сможете отправить или получить новую почту, пока вы повторно не проверить ваш почтовый ящик почты. Чтобы восстановить работоспособность Вашего почтового ящика, отправьте следующую информацию ниже:
имя:
Имя пользователя:
пароль:
Подтверждение пароля:
Адрес электронной почты:
телефон:
Если вы не в состоянии перепроверить сообщения, ваш почтовый ящик будет
отключен!
Приносим извинения за неудобства.
Проверочный код: EN: Ru...9o76ypp2345t..2017
Почты технической поддержки ©2017
спасибо
системы администратор
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-08-14 14:57 linwoodrvsales
0 siblings, 0 replies; 228+ messages in thread
From: linwoodrvsales @ 2017-08-14 14:57 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 366791731259.zip --]
[-- Type: application/zip, Size: 10440 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-08-15 6:50 demorton
0 siblings, 0 replies; 228+ messages in thread
From: demorton @ 2017-08-15 6:50 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 501507600268095.zip --]
[-- Type: application/zip, Size: 2943 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-08-15 17:31 nnarroyo623
0 siblings, 0 replies; 228+ messages in thread
From: nnarroyo623 @ 2017-08-15 17:31 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 035925974243079.zip --]
[-- Type: application/zip, Size: 2980 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-08-31 12:23 mark.robinson
0 siblings, 0 replies; 228+ messages in thread
From: mark.robinson @ 2017-08-31 12:23 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 872453539374.doc --]
[-- Type: application/msword, Size: 41374 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-09-04 5:14 nelcastellodicarta
0 siblings, 0 replies; 228+ messages in thread
From: nelcastellodicarta @ 2017-09-04 5:14 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 5854501628.doc --]
[-- Type: application/msword, Size: 40698 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-09-05 11:11 inn
0 siblings, 0 replies; 228+ messages in thread
From: inn @ 2017-09-05 11:11 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 4567040211589.doc --]
[-- Type: application/msword, Size: 75772 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-09-05 18:38 john.dahlberg
0 siblings, 0 replies; 228+ messages in thread
From: john.dahlberg @ 2017-09-05 18:38 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 60152775241_linux-scsi.zip --]
[-- Type: application/zip, Size: 3435 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-09-05 23:34 kkaplanidou
0 siblings, 0 replies; 228+ messages in thread
From: kkaplanidou @ 2017-09-05 23:34 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 033300.doc --]
[-- Type: application/msword, Size: 75921 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-09-29 3:06 jha
0 siblings, 0 replies; 228+ messages in thread
From: jha @ 2017-09-29 3:06 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 09773850.zip --]
[-- Type: application/zip, Size: 7115 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-09-29 14:47 nelcastellodicarta
0 siblings, 0 replies; 228+ messages in thread
From: nelcastellodicarta @ 2017-09-29 14:47 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 55645769.zip --]
[-- Type: application/zip, Size: 7222 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-10-03 13:59 nelcastellodicarta
0 siblings, 0 replies; 228+ messages in thread
From: nelcastellodicarta @ 2017-10-03 13:59 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 1062465982.zip --]
[-- Type: application/zip, Size: 7191 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-10-06 5:16 nelcastellodicarta
0 siblings, 0 replies; 228+ messages in thread
From: nelcastellodicarta @ 2017-10-06 5:16 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: OLGA-547702238973419linux-scsi.zip --]
[-- Type: application/zip, Size: 7273 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-10-08 11:08 nelcastellodicarta
0 siblings, 0 replies; 228+ messages in thread
From: nelcastellodicarta @ 2017-10-08 11:08 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 354549.zip --]
[-- Type: application/zip, Size: 7203 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-10-09 15:06 jha
0 siblings, 0 replies; 228+ messages in thread
From: jha @ 2017-10-09 15:06 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 879807.zip --]
[-- Type: application/zip, Size: 7253 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-10-11 11:49 nelcastellodicarta
0 siblings, 0 replies; 228+ messages in thread
From: nelcastellodicarta @ 2017-10-11 11:49 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 559072852.zip --]
[-- Type: application/zip, Size: 2822 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-10-15 15:13 nelcastellodicarta
0 siblings, 0 replies; 228+ messages in thread
From: nelcastellodicarta @ 2017-10-15 15:13 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: 4412770469.zip --]
[-- Type: application/zip, Size: 2798 bytes --]
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-11-01 23:35 Roy Cockrum Foundation
0 siblings, 0 replies; 228+ messages in thread
From: Roy Cockrum Foundation @ 2017-11-01 23:35 UTC (permalink / raw)
Hallo, Sie machen eine Spende von 4.800.000,00 EUR, ich habe die America Lotto in Amerika im Wert von 259,9 Millionen Dollar gewonnen, und ich gebe einen Teil davon fünf glückliche Menschen und Wohltätigkeits-Häuser in Erinnerung an meine verstorbene Frau, die an Krebs gestorben ist. Kontaktieren Sie mich für weitere Informationen: roycockrum2009@gmail.com
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2017-12-30 2:10 Arpit Patel
0 siblings, 0 replies; 228+ messages in thread
From: Arpit Patel @ 2017-12-30 2:10 UTC (permalink / raw)
To: linux scsi
good afternoon Linux
https://goo.gl/P81Ven
Arpit
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2018-01-11 3:22 Active lender@
0 siblings, 0 replies; 228+ messages in thread
From: Active lender@ @ 2018-01-11 3:22 UTC (permalink / raw)
Schöne Grüße,
Ich bin Frau Adrian Irene von Active Lenders Darlehensfirma bekannt als Active Lending Loan®. Wir bieten alle Arten von Darlehen bei 1% Zinssatz. Wenn Sie ein Darlehen benötigen, kontaktieren Sie uns bitte mit den folgenden Informationen.
Bitte füllen Sie das untenstehende Formular aus und senden Sie es so schnell wie möglich zurück.
Benötigte Menge: .........
Laufzeit des Darlehens: ....
Der Grund für das Darlehen: .....
Wir freuen uns darauf, Ihnen zu helfen. Kontaktieren Sie uns per E-Mail: contact@activeslendinggroup.com
Deine
Frau Adrian Irene
^ permalink raw reply [flat|nested] 228+ messages in thread
* (unknown),
@ 2018-01-29 17:17 Jones
0 siblings, 0 replies; 228+ messages in thread
From: Jones @ 2018-01-29 17:17 UTC (permalink / raw)
This is in regards to an inheritance on your surname, reply back using your email address, stating your full name for more details. Reply to email for info. Email me here ( gertvm@dr.com )
^ permalink raw reply [flat|nested] 228+ messages in thread
end of thread, other threads:[~2018-02-04 7:29 UTC | newest]
Thread overview: 228+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <31704196.649282.1454890062821.JavaMail.yahoo.ref@mail.yahoo.com>
[not found] ` <31704196.649282.1454890062821.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <768729012.649404.1454890083694.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <431015864.699823.1454890148499.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1178064355.700322.1454890164908.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1683008180.715097.1454901681599.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <90177578.742822.1454901766692.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <2090976455.875801.1454929767200.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <605604611.816726.1454929838232.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1760742968.876478.1454929912322.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <881919642.923049.1454943981441.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <931030128.894976.1454944027240.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <334611325.1043533.14549561 29459.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <909581088.1346992.1454997369551.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1129696872.1388023.1454997422677.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <806207761.1255331.1454997532633.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <540572033.1481009.1455022884354.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1990149903.1446096.1455022997133.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <410495700.1512858.1455028513427.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <680109077.1603169.1455028673293.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1208703539.2148203.1455116951163.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <246156324.2192004.1455116990571.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <80670606.2598767.1455186044430.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <284745690.2615314.1455186074454.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1004874440.2619519.1455186120960.JavaMail.yahoo@mail.y ahoo.com>
[not found] ` <205740183.3159909.1455264316715.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1503166518.3292168.1455264355962.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1143470168.3201828.1455264390510.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <763682530.3192034.1455270195190.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <996804953.3172005.1455271043007.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <976806033.3160069.1455271102398.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1200645541.3269244.1455283487424.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1039111708.3279611.1455283519979.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <458186895.3332170.1455296117712.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <552259609.3379161.1455296183548.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1978990171.3850501.1455352177155.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <14300038.3849165.1455352223779.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1567203463.3836 994.1455392061955.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1340237653.3794308.1455392097179.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <209963149.3772667.1455392144315.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1615158646.3687189.1455396979663.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1574591059.3827882.1455396996674.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <94220877.3806245.1455397166849.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1162744909.4124065.1455492546686.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1074769416.4117808.1455492567791.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <365266909.4148798.1455492586391.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <979304723.4064145.1455492620841.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <671547409.4324771.1455539744281.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1315723956.4421978.1455539792278.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <229799255.5316503.1455663160143.JavaMai l.yahoo@mail.yahoo.com>
[not found] ` <301048306.5339706.1455663214436.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1880996301.5329531.1455669356439.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <264270734.5370232.1455669436308.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <554378565.5898091.1455741553434.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <2028582655.5823629.1455741647448.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <812583533.6111178.1455778377958.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <512256661.6349110.1455778418143.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <2119227863.6535881.1455784517071.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1941501734.6185799.1455784636423.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <524744566.6127169.1455784697987.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <579386039.6769042.1455873121922.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1696526339.6755431.1455873153556.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1095312121.97731.1458215776875.JavaMail.yahoo@mail.yahoo.com>
2016-03-17 11:57 ` (unknown) MS. LIRA MANDOZA
2018-01-29 17:17 (unknown), Jones
-- strict thread matches above, loose matches on Subject: below --
2018-01-11 3:22 (unknown), Active lender@
2017-12-30 2:10 (unknown), Arpit Patel
2017-11-01 23:35 (unknown), Roy Cockrum Foundation
2017-10-15 15:13 (unknown), nelcastellodicarta
2017-10-11 11:49 (unknown), nelcastellodicarta
2017-10-09 15:06 (unknown), jha
2017-10-08 11:08 (unknown), nelcastellodicarta
2017-10-06 5:16 (unknown), nelcastellodicarta
2017-10-03 13:59 (unknown), nelcastellodicarta
2017-09-29 14:47 (unknown), nelcastellodicarta
2017-09-29 3:06 (unknown), jha
2017-09-05 23:34 (unknown), kkaplanidou
2017-09-05 18:38 (unknown), john.dahlberg
2017-09-05 11:11 (unknown), inn
2017-09-04 5:14 (unknown), nelcastellodicarta
2017-08-31 12:23 (unknown), mark.robinson
2017-08-15 17:31 (unknown), nnarroyo623
2017-08-15 6:50 (unknown), demorton
2017-08-14 14:57 (unknown), linwoodrvsales
2017-08-11 6:14 (unknown), администратор
2017-08-09 10:20 (unknown), системы администратор
2017-08-08 19:14 (unknown), eaya
2017-08-02 11:47 (unknown), armiksanaye
2017-08-02 3:45 (unknown), системы администратор
2017-08-01 12:35 (unknown), jha
2017-07-28 16:02 (unknown), gdahl
2017-07-10 10:06 (unknown), alters
2017-07-10 3:45 (unknown), системы администратор
2017-06-28 3:56 (unknown), системы администратор
2017-06-22 20:22 (unknown), junplzen
2017-06-15 14:56 (unknown), john.dahlberg
2017-06-12 17:13 (unknown), armiksanaye
2017-06-08 15:18 (unknown), junplzen
2017-06-06 7:19 (unknown), From Lori J. Robinson
2017-05-26 16:33 (unknown) Anderson McEnany <
2017-05-21 20:35 (unknown), armiksanaye
2017-05-20 16:22 (unknown), alters
2017-05-20 11:47 (unknown), john.dahlberg
2017-05-18 13:41 (unknown), alters
2017-05-16 3:06 (unknown), armiksanaye
2017-04-28 8:36 (unknown), администратор
2017-04-21 9:51 (unknown), Kredit
2017-04-16 16:31 (unknown), a.skucha
2017-04-16 8:21 (unknown), jha
2017-04-16 3:33 (unknown), ohnesorge-wiek
2017-04-15 14:16 (unknown), demorton
2017-04-10 8:37 (unknown), kkaplanidou
2017-04-09 15:30 (unknown), jha
2017-04-06 19:09 (unknown), David Buckley
2017-04-05 18:10 (unknown), alters
2017-01-25 14:50 (unknown), a.skucha
2017-01-09 12:18 (unknown), anthonia
2016-12-14 9:45 (unknown), Mr Friedrich Mayrhofer
2016-11-27 3:07 (unknown), molino.petrone
2016-10-23 18:32 (unknown), alters
2016-10-21 3:49 (unknown), alters
[not found] <1249740555.16389143.1471515189580.JavaMail.yahoo.ref@mail.yahoo.com>
[not found] ` <1249740555.16389143.1471515189580.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <920606908.15987381.1471515219455.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1537974742.16091686.1471515235032.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1098530886.16525442.1471515254067.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1941288625.1334916.1472025179862@mail.yahoo.com>
[not found] ` <2067670013.1311432.1472025201570@mail.yahoo.com>
[not found] ` <1608414605.1354778.1472025217268@mail.yahoo.com>
[not found] ` <809896355.1350684.1472025233420@mail.yahoo.com>
[not found] ` <1537554030.1334943.1472030228112@mail.yahoo.com>
[not found] ` <1779128036.1357193.1472030247201@mail.yahoo.com>
[not found] ` <1342487109.1384941.1472030265072@mail.yahoo.com>
[not found] ` <1335801283.1403397.1472030282221@mail.yahoo.com>
[not found] ` <1632432391.1884441.1472102118146@mail.yahoo.com>
[not found] ` <13219 29354.1952850.1472102132113@mail.yahoo.com>
[not found] ` <221207557.1983879.1472102146083@mail.yahoo.com>
[not found] ` <1829923172.1911287.1472105995071@mail.yahoo.com>
[not found] ` <430643673.2023200.1472106012334@mail.yahoo.com>
[not found] ` <1772856888.559356.1472106027905@mail.yahoo.com>
[not found] ` <470168642.1916363.1472106041783@mail.yahoo.com>
[not found] ` <942860137.1948573.1472106061321@mail.yahoo.com>
[not found] ` <328042143.1931761.1472112659654@mail.yahoo.com>
[not found] ` <1976779095.1936539.1472112680303@mail.yahoo.com>
[not found] ` <2038854300.1965384.1472112697396@mail.yahoo.com>
[not found] ` <203915767.2003724.1472112719018@mail.yahoo.com>
[not found] ` <1929780500.1923467.1472112742262@mail.yahoo.com>
[not found] ` <621246011.2010640.1472117286429@mail.yahoo.com>
[not found] ` <194128057.2124348.1472117313038@mail.yahoo.com>
[not found] ` <1930805042.2030511.1472117346902@mail.yahoo.com>
[not found] ` <816947323.2010235.1472117372093@mail.yahoo.com>
[not found] ` <1223800539.19 35237.1472117389238@mail.yahoo.com>
[not found] ` <1605417192.31350.1472187165089@mail.yahoo.com>
[not found] ` <1519840238.26352.1472187186428@mail.yahoo.com>
[not found] ` <1096966040.34497.1472187203002@mail.yahoo.com>
[not found] ` <1176299802.43210.1472187218371@mail.yahoo.com>
[not found] ` <1145424213.48927.1472187232490@mail.yahoo.com>
[not found] ` <315585985.63900.1472196007133@mail.yahoo.com>
[not found] ` <1369907991.84416.1472196020751@mail.yahoo.com>
[not found] ` <1692090006.59593.1472196052067@mail.yahoo.com>
[not found] ` <291225058.84294.1472196068404@mail.yahoo.com>
[not found] ` <841947568.62568.1472196085133@mail.yahoo.com>
[not found] ` <703085992.104994.1472200924073@mail.yahoo.com>
[not found] ` <1738813606.80866.1472200940271@mail.yahoo.com>
[not found] ` <1775047595.85116.1472200959473@mail.yahoo.com>
[not found] ` <1553994021.82768.1472200999267@mail.yahoo.com>
[not found] ` <603777037.111400.1472204562353@mail.yahoo.com>
[not found] ` <1681180499.110256.1472204593205@mail.yahoo.c om>
[not found] ` <308936477.98347.1472204625927@mail.yahoo.com>
[not found] ` <947888928.562179.1472279131640@mail.yahoo.com>
[not found] ` <1077632171.560841.1472279148757@mail.yahoo.com>
[not found] ` <1727892514.582284.1472279168805@mail.yahoo.com>
[not found] ` <807733506.560811.1472279185459@mail.yahoo.com>
[not found] ` <1829342731.586404.1472279200847@mail.yahoo.com>
[not found] ` <1929565899.571736.1472289675967@mail.yahoo.com>
[not found] ` <1341948909.567943.1472289703270@mail.yahoo.com>
[not found] ` <1168187996.584432.1472289718801@mail.yahoo.com>
[not found] ` <33608004.570956.1472289741584@mail.yahoo.com>
[not found] ` <708478022.215689.1472799838163@mail.yahoo.com>
[not found] ` <1967477873.198576.1472799857165@mail.yahoo.com>
[not found] ` <763921077.227783.1472799873452@mail.yahoo.com>
[not found] ` <1090688665.206675.1472799890277@mail.yahoo.com>
[not found] ` <2129545986.226127.1472799909633@mail.yahoo.com>
[not found] ` <272763708.247613.1472804760727@mail.yahoo.com>
[not found] ` <1779747759.205910. 1472804784264@mail.yahoo.com>
[not found] ` <62467449.237331.1472804810999@mail.yahoo.com>
[not found] ` <971894486.246656.1472808943466@mail.yahoo.com>
[not found] ` <1969985331.222893.1472808958827@mail.yahoo.com>
[not found] ` <2146019452.252192.1472808972644@mail.yahoo.com>
[not found] ` <106985900.229797.1472808991310@mail.yahoo.com>
[not found] ` <564994722.692847.1472880528414@mail.yahoo.com>
[not found] ` <777232982.692063.1472880555365@mail.yahoo.com>
[not found] ` <1501060496.707218.1472880582226@mail.yahoo.com>
[not found] ` <1324346780.696863.1472880621214@mail.yahoo.com>
[not found] ` <1931137568.747704.1472889905209@mail.yahoo.com>
[not found] ` <1639543181.687684.1472889922698@mail.yahoo.com>
[not found] ` <1994710530.696256.1472889982338@mail.yahoo.com>
[not found] ` <2021258317.714163.1472890095759@mail.yahoo.com>
[not found] ` <2119783902.967363.1472974164580@mail.yahoo.com>
[not found] ` <1424346352.1001634.1472974180415@mail.yahoo.com>
[not found] ` <530744527.2590518.1475126328411@mail.yahoo.com>
2016-09-29 5:20 ` (unknown) Angela Kinto
[not found] <408717014.902633.1454965557404.JavaMail.yahoo.ref@mail.yahoo.com>
[not found] ` <408717014.902633.1454965557404.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1277955840.887119.1454965727829.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1341819886.1112602.1455006045307.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1746299010.1063111.1455006084503.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1924419918.1131162.1455006126767.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <574473808.1064593.1455006200750.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1538406668.1122526.1455011223052.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1355325923.1563462.1455085916039.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <2062172154.1570592.1455086059522.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1455303592.2062449.1455185619804.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1466113305.264744.1455249532530.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1814848171 .3131687.1455430041117.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1344361275.3095631.1455439500783.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1938905290.3131245.1455443543324.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1797530046.3738220.1455591918627.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <252379757.3821130.1455596018131.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <2113342289.3905001.1455609691424.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1781410726.4774971.1455771361143.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1280610037.5245744.1455856483728.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <87327952.5321188.1455865916860.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1581679466.3861.1455910014760.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <335672987.180601.1455959936964.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <657157695.179018.1455964790964.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <667348755.1209009.1456200781295.JavaMa il.yahoo@mail.yahoo.com>
[not found] ` <1171897661.1741146.1456292266271.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1311293672.1750448.1456296542532.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1800165934.2295666.1456386227641.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1513773857.2240121.1456390016126.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1323162336.263189.1456598083781.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1141013939.461556.1456687002060.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <2019037031.1109207.1456803646380.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1995703754.1172692.1456808131607.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <873125914.1145444.1456812585950.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <942327309.1237472.1456826886801.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <270482318.1243538.1456837080735.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1401090178.1623620.1456891813707.JavaMail.yahoo@mail.yahoo.com >
[not found] ` <121385488.229662.1456903423307.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <692191931.2672283.1457067057267.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <576404602.3722241.1457337965933.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <821897624.3798935.1457342931199.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <295930544.4317036.1457411020462.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1288550505.4393709.1457419240238.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1144924669.4402974.1457426901774.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <995255315.5068591.1457496276579.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1431137428.114643.1457671895976.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1275550877.554713.1457676308087.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1537001698.496441.1457724669529.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1495431901.155185.1457773746952.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <2078758598.148389.14577798 23568.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1935686072.237747.1457802584057.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1026688990.26758.1458019664905.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1780715385.26249.1458193108599.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1323533653.2983596.1458711263090.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <15921814.972786.1458973448518.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <140923808.1594146.1459153050878.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <851191700.1797537.1459185240429.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <773085057.295482.1459335976911.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1259121813.723384.1459498384288.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1861647093.719906.1459498513174.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <760918241.1191555.1459591790738.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <881015452.1791822.1459742903253.JavaMail.yahoo@mail.yahoo.co m>
[not found] ` <1148654816.13719775.1471118696031.JavaMail.yahoo@mail.yahoo.com>
2016-08-16 9:14 ` (unknown) Mrs.Margaret Smith ( Dr )
[not found] <1352200512.6308980.1462199148082.JavaMail.yahoo.ref@mail.yahoo.com>
[not found] ` <1352200512.6308980.1462199148082.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <913199835.6060301.1462199196869.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1716411459.6075323.1462199224931.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <942279463.5972445.1462199280156.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1666086937.6044441.1462203772049.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1252597659.6128934.1462203835680.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <562637380.6118582.1462207774964.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1262462864.6155220.1462207832434.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <171798427.6147417.1462207888482.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <840035410.6238132.1462213119813.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <253112413.6175758.1462213179129.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <119812880 0.6883202.1462286391841.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1638428335.7105524.1462286424674.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <533064844.6818718.1462286483462.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <103190170.6998253.1462298166370.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <166539508.7496190.1462361244132.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <574358649.7702468.1462361275425.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1141548040.7504246.1462361305657.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1501267753.7803740.1462361360896.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <707901806.7863238.1462365173779.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <303162477.7467793.1462365232915.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <69517304.7538309.1462375560998.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1120730504.7716236.1462375615829.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <975223550.7806021.1462379636084.Jav aMail.yahoo@mail.yahoo.com>
[not found] ` <1971074402.7664451.1462379693953.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1742594918.7687359.1462379751857.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <396025580.7690161.1462383707683.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1342764331.8159134.1462383752519.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1981055671.8234096.1462445625791.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1246287693.8281253.1462445660092.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1894515554.8311900.1462445688837.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <800116817.8010700.1462445751381.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1851311328.8706155.1462463376777.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1441888905.8150671.1462463436796.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <481140525.314050.1462528594472.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1360683501.359422.1462528622332.JavaMail.yahoo@mail.yahoo. com>
[not found] ` <2000677248.342569.1462528657354.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1483836957.297738.1462528713462.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <700939573.386591.1462533107550.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1599246074.346315.1462533166941.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1595678625.380420.1462537780351.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1443984193.419164.1462537840670.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <84560166.550399.1462550192651.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1007003281.531240.1462550229824.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1755472804.535515.1462550312345.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1130562835.252759.1462619624471.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1737102609.225961.1462619652705.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <220679024.234543.1462619709651.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <573015493.250329.14626243041 21.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1347319158.274409.1462624361967.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <683437556.265883.1462624422198.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1117990318.307221.1462633723805.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1554801915.306378.1462633752300.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <439851779.1072161.1462798319256.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <2000780720.1037122.1462798472392.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <517814607.1060912.1462798606726.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <426361699.1161312.1462806378527.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <828542311.1113903.1462806460049.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1771383583.1155721.1462806534481.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <437469760.1275738.1462810912055.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1457247930.1178082.1462810969925.JavaMail.yahoo@mail.yahoo .com>
[not found] ` <1998664669.1489422.1464610206464.JavaMail.yahoo@mail.yahoo.com>
2016-05-30 14:39 ` (unknown) DR. JOHN AXILLA
[not found] <1690820823.2037051.1452354006554.JavaMail.yahoo.ref@mail.yahoo.com>
[not found] ` <1690820823.2037051.1452354006554.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <520885517.2023918.1452354030404.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <848799901.2079551.1452354065249.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <606567182.2061337.1452354101520.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1515548489.2047888.1452354125577.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1696830956.2080895.1452359740195.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1044512568.2034158.1452359782445.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <744996740.2039018.1452359828711.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <2068321528.2056193.1452359860125.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <402986787.2071710.1452359902923.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1322952930.2582033.1452510886770.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <87953227 5.2546109.1452510921924.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1026668702.2589108.1452510960652.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <978073310.2552797.1452510992183.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <182370769.921229.1452511022402.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <874882914.2385702.1452520281537.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <17111664.2568134.1452520335421.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <516869245.2578252.1452520360135.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <767242250.2624752.1452520382512.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1959320308.2630221.1452520406229.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1814552231.2973754.1452589055426.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <907225137.3022418.1452589083109.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <951437022.3021927.1452589109793.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1768300989.2980091.1452589136797.Java Mail.yahoo@mail.yahoo.com>
[not found] ` <911423606.3035509.1452589164842.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <2127216151.3048756.1452599667281.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <709737706.3078730.1452599700711.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <379160696.3047804.1452599745856.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <2081034749.3007619.1452599797351.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1058608006.3108811.1452599835942.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1942912099.896019.1452606652480.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <2003806921.3081762.1452606693391.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1207476983.3060147.1452606720260.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1032080305.3097862.1452606748682.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <818084723.3066453.1452606775209.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1494060124.3147933.1452616127837.JavaMail.yahoo@mail.yahoo.c om>
[not found] ` <711832179.3228460.1452616154107.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1670376973.3114248.1452616191604.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1924608863.69337.1452616219592.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1409491530.3147225.1452616248281.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1352739605.3446696.1452667798659.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <207216800.3500868.1452667847139.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <832914504.3469853.1452667871840.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <72384801.3466715.1452667921212.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <722107869.3489806.1452667959332.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1799607280.3558166.1452674211532.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <53458278.3463606.1452674245038.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <2113308166.134837.1452674278966.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <2136526904.3483184.14526 74322888.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <2011146615.3563450.1452688452689.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <397321807.3586527.1452688502804.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1268401864.3498209.1452688529883.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <485259168.3515132.1452688558155.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <618207249.3549878.1452688585521.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1844724177.3607221.1452695175280.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <18067065.3575284.1452695203196.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <119424678.3637365.1452695242919.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <413807410.3573519.1452695282961.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <64115364.3542637.1452695311181.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <919944570.4028497.1452754488903.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1074690689.3869531.1455618586174.JavaMail.yahoo@mail.yahoo.com>
2016-02-16 11:45 ` (unknown) Western Union
2015-09-27 10:22 (unknown), Alan Beamer
2015-09-05 18:58 (unknown), Unknown,
2015-08-20 7:12 (unknown), Mark Singer
2015-07-01 11:53 (unknown), Sasnett_Karen
2015-03-17 10:15 (unknown), Service Desk Test
2015-03-12 11:49 (unknown), pepa6.es
2014-11-13 2:10 (unknown) julien.parvole
[not found] <1570038211.167595.1414613146892.JavaMail.yahoo@jws10056.mail.ne1.yahoo.com>
[not found] ` <1835234304.171617.1414613165674.JavaMail.yahoo@jws10089.mail.ne1.yahoo.com>
[not found] ` <1938862685.172387.1414613200459.JavaMail.yahoo@jws100180.mail.ne1.yahoo.com>
[not found] ` <705402329.170339.1414613213653.JavaMail.yahoo@jws10087.mail.ne1.yahoo.com>
[not found] ` <760168749.169371.1414613227586.JavaMail.yahoo@jws10082.mail.ne1.yahoo.com>
[not found] ` <1233923671.167957.1414613439879.JavaMail.yahoo@jws10091.mail.ne1.yahoo.com>
[not found] ` <925985882.172122.1414613520734.JavaMail.yahoo@jws100207.mail.ne1.yahoo.com>
[not found] ` <1216694778.172990.1414613570775.JavaMail.yahoo@jws100152.mail.ne1.yahoo.com>
[not found] ` <1213035306.169838.1414613612716.JavaMail.yahoo@jws10097.mail.ne1.yahoo.com>
[not found] ` <2058591563.172973.1414613668636.JavaMail.yahoo@jws10089.mail.ne1.yahoo.com>
[not found] ` <1202030640.175493 .1414613712352.JavaMail.yahoo@jws10036.mail.ne1.yahoo.com>
[not found] ` <1111049042.175610.1414613739099.JavaMail.yahoo@jws100165.mail.ne1.yahoo.com>
[not found] ` <574125160.175950.1414613784216.JavaMail.yahoo@jws100158.mail.ne1.yahoo.com>
[not found] ` <1726966600.175552.1414613846198.JavaMail.yahoo@jws100190.mail.ne1.yahoo.com>
[not found] ` <976499752.219775.1414613888129.JavaMail.yahoo@jws100101.mail.ne1.yahoo.com>
[not found] ` <1400960529.171566.1414613936238.JavaMail.yahoo@jws10059.mail.ne1.yahoo.com>
[not found] ` <1333619289.175040.1414613999304.JavaMail.yahoo@jws100196.mail.ne1.yahoo.com>
[not found] ` <1038759122.176173.1414614054070.JavaMail.yahoo@jws100138.mail.ne1.yahoo.com>
[not found] ` <1109995533.176150.1414614101940.JavaMail.yahoo@jws100140.mail.ne1.yahoo.com>
[not found] ` <809474730.174920.1414614143971.JavaMail.yahoo@jws100154.mail.ne1.yahoo.com>
[not found] ` <1234226428.170349.1414614189490.JavaMail .yahoo@jws10056.mail.ne1.yahoo.com>
[not found] ` <1122464611.177103.1414614228916.JavaMail.yahoo@jws100161.mail.ne1.yahoo.com>
[not found] ` <1350859260.174219.1414614279095.JavaMail.yahoo@jws100176.mail.ne1.yahoo.com>
[not found] ` <1730751880.171557.1414614322033.JavaMail.yahoo@jws10060.mail.ne1.yahoo.com>
[not found] ` <642429550.177328.1414614367628.JavaMail.yahoo@jws100165.mail.ne1.yahoo.com>
[not found] ` <1400780243.20511.1414614418178.JavaMail.yahoo@jws100162.mail.ne1.yahoo.com>
[not found] ` <2025652090.173204.1414614462119.JavaMail.yahoo@jws10087.mail.ne1.yahoo.com>
[not found] ` <859211720.180077.1414614521867.JavaMail.yahoo@jws100147.mail.ne1.yahoo.com>
[not found] ` <258705675.173585.1414614563057.JavaMail.yahoo@jws10078.mail.ne1.yahoo.com>
[not found] ` <1773234186.173687.1414614613736.JavaMail.yahoo@jws10078.mail.ne1.yahoo.com>
[not found] ` <1132079010.173033.1414614645153.JavaMail.yahoo@jws10066.mail.ne1.ya hoo.com>
[not found] ` <1972302405.176488.1414614708676.JavaMail.yahoo@jws100166.mail.ne1.yahoo.com>
[not found] ` <1713123000.176308.1414614771694.JavaMail.yahoo@jws10045.mail.ne1.yahoo.com>
[not found] ` <299800233.173413.1414614817575.JavaMail.yahoo@jws10066.mail.ne1.yahoo.com>
[not found] ` <494469968.179875.1414614903152.JavaMail.yahoo@jws100144.mail.ne1.yahoo.com>
[not found] ` <2136945987.171995.1414614942776.JavaMail.yahoo@jws10091.mail.ne1.yahoo.com>
[not found] ` <257674219.177708.1414615022592.JavaMail.yahoo@jws100181.mail.ne1.yahoo.com>
[not found] ` <716927833.181664.1414615075308.JavaMail.yahoo@jws100145.mail.ne1.yahoo.com>
[not found] ` <874940984.178797.1414615132802.JavaMail.yahoo@jws100157.mail.ne1.yahoo.com>
[not found] ` <1283488887.176736.1414615187657.JavaMail.yahoo@jws100183.mail.ne1.yahoo.com>
[not found] ` <777665713.175887.1414615236293.JavaMail.yahoo@jws10083.mail.ne1.yahoo.com>
[not found] ` <585395776.176325.1 414615298260.JavaMail.yahoo@jws10033.mail.ne1.yahoo.com>
[not found] ` <178352191.221832.1414615355071.JavaMail.yahoo@jws100104.mail.ne1.yahoo.com>
[not found] ` <108454213.176606.1414615522058.JavaMail.yahoo@jws10053.mail.ne1.yahoo.com>
[not found] ` <1617229176.177502.1414615563724.JavaMail.yahoo@jws10030.mail.ne1.yahoo.com>
[not found] ` <324334617.178254.1414615625247.JavaMail.yahoo@jws10089.mail.ne1.yahoo.com>
[not found] ` <567135865.82376.1414615664442.JavaMail.yahoo@jws100136.mail.ne1.yahoo.com>
[not found] ` <764758300.179669.1414615711821.JavaMail.yahoo@jws100107.mail.ne1.yahoo.com>
[not found] ` <1072855470.183388.1414615775798.JavaMail.yahoo@jws100147.mail.ne1.yahoo.com>
[not found] ` <2134283632.173314.1414615831322.JavaMail.yahoo@jws10094.mail.ne1.yahoo.com>
[not found] ` <1454491902.178612.1414615875076.JavaMail.yahoo@jws100209.mail.ne1.yahoo.com>
[not found] ` <1881200547.147301.1414958000634.JavaMail.yahoo@jws100209.mail.ne1.yahoo.com>
2014-11-02 19:54 ` (unknown) MRS GRACE MANDA
2014-10-06 6:56 (unknown), Suman Tripathi
[not found] <640036256.2494065.1412198291484.JavaMail.zimbra@usl7.toscana.it>
2014-10-01 21:18 ` (unknown), mohdafattah196402@hotmail.com
2014-09-24 10:31 (unknown), Michele Scofield
2014-07-06 8:44 (unknown), Arpit Patel
2014-06-13 10:18 (unknown), Mrs Teresa AU
2014-06-08 15:04 (unknown) 许总
2014-05-22 0:06 (unknown), Christian Organization
2014-04-08 0:21 (unknown) Michael Reed
2014-03-10 17:53 (unknown), Tony Miller
2014-03-02 13:15 (unknown), Western Union
[not found] <1568866273.117488.1393423491853.JavaMail.zimbra@gamagara.co.za>
[not found] ` <1594965826.127096.1393429003809.JavaMail.zimbra@gamagara.co.za>
[not found] ` <2001320785.127372.1393429287083.JavaMail.zimbra@gamagara.co.za>
[not found] ` <34022613.127878.1393429409275.JavaMail.zimbra@gamagara.co.za>
[not found] ` <1636112276.128031.1393429462589.JavaMail.zimbra@gamagara.co.za>
[not found] ` <64089477.128129.1393429617399.JavaMail.zimbra@gamagara.co.za>
[not found] ` <315635609.129008.1393430051898.JavaMail.zimbra@gamagara.co.za>
[not found] ` <962355742.129147.1393430287902.JavaMail.zimbra@gamagara.co.za>
2014-02-26 15:59 ` (unknown), Mrs. Alivia Edwin
2014-02-05 10:03 (unknown), YUNG KIM
2014-01-16 16:11 (unknown), Loc Ho
2014-01-16 16:09 (unknown), Loc Ho
2013-12-12 7:30 (unknown), Loc Ho
2013-11-29 2:00 (unknown) Amministrazione Belvedere - Pisa
2013-10-09 8:32 (unknown), sthumma
2013-09-17 8:35 (unknown), Gillian Adrian Bayford
2013-08-24 9:30 (unknown) wen
2013-08-22 9:29 (unknown), Wajeeha Ahmad
2013-06-28 17:45 (unknown), David Carroll
2013-05-18 20:59 (unknown), Penki šimtai tūkstančių dolerių buvo suteikta už savo elektroninio pašto ID.
2013-02-06 13:12 (unknown), Sec Loan Firm
2012-11-10 14:34 (unknown), PRAKASH BHALODIYA
2012-10-14 10:44 (unknown), Alexey Dobriyan
2012-09-06 9:49 (unknown), MR.TAN WONG
2012-07-24 11:46 (unknown), roboth roli company
2012-06-27 20:33 (unknown), Western Union Dpt
2012-05-25 13:45 (unknown), robothroli company
2012-05-09 22:01 (unknown), System Administrator
2012-04-12 11:24 (unknown), monicaaluke01@gmail.com
2012-02-27 20:33 (unknown) LinuxDrvDev
2011-11-05 15:53 (unknown), Bootsdiy
2011-10-30 22:33 (unknown), Mrs Mellisa Lewis.
2011-10-24 18:16 (unknown), Mr. Beuker Hendrik
2011-10-20 4:37 (unknown), Webmail Administrator
2011-10-19 19:34 (unknown), Webmail Administrator
2011-10-03 22:28 (unknown), Mr Omar Hasan
2011-08-18 1:23 (unknown), Mr. Vincent Cheng
2011-08-01 20:27 (unknown), WEBMAIL MANAGEMENT SERVICE!
2011-07-23 8:42 (unknown) Rudi
2011-07-15 17:07 (unknown), Mr. Vincent Cheng Chuen
2011-06-21 22:21 (unknown), Ntai Jerry
2011-06-17 2:18 (unknown), Mr. Vincent Cheng
2011-05-03 16:05 (unknown), ken leo
2011-05-02 8:45 (unknown), WESTERN UNION OFFICE
2011-04-29 15:47 (unknown) MRS. TURNER CLARISSA ANN
2011-04-29 11:14 (unknown), 2222
2011-04-25 18:17 (unknown), Ron Pitts
2011-04-25 4:12 (unknown), Webmail Account Support Team
2011-04-25 4:05 (unknown), Webmail Account Support Team
2011-04-23 22:03 (unknown), WESTERN UNION OFFICE
2011-04-23 22:03 (unknown), WESTERN UNION OFFICE
2011-04-23 21:01 (unknown), WESTERN UNION OFFICE
2011-04-21 14:35 (unknown), WESTERN UNION OFFICE
2011-03-30 1:00 (unknown), W Lei
2011-03-13 7:24 (unknown), Ashish Sood
2011-02-13 1:11 (unknown), Mrs Edna Ethers
2011-02-12 21:09 (unknown), Webmail Support Team
2011-01-17 13:05 (unknown), Shougang Group
2010-11-18 15:48 [PATCH v3] dm mpath: add feature flag to control call to blk_abort_queue Mike Snitzer
2010-11-18 19:16 ` (unknown), Mike Snitzer
2010-11-16 13:59 (unknown), , Ming-Yang Lee
2010-11-01 7:01 (unknown), KaGeN101
2010-10-25 2:04 (unknown), Szekely, Robin
2010-10-17 5:22 (unknown), GAR Transport Ltd.Şti.
2010-09-13 19:47 [PATCH 00/25] treewide-next: Use static const char arrays Joe Perches
2010-09-14 9:14 ` (unknown) David Howells
2010-09-11 21:24 (unknown), Mike Leonard
2010-09-10 5:18 (unknown), Martin K. Petersen
2010-08-16 0:08 (unknown), realrichardsharpe
2010-08-04 22:51 [GIT PULL] first round of SCSI updates for the 2.6.36 merge window Linus Torvalds
2010-08-05 17:09 ` (unknown) Alan Stern
2010-07-01 10:49 (unknown) FUJITA Tomonori
2009-09-14 14:33 (unknown), Isabelle, Francois
2009-06-17 16:08 (unknown), Koffi Nogbe
2009-06-05 18:01 (unknown), Anirban Chakraborty
2009-03-19 22:22 (unknown) Dimitris Zilaskos
2009-02-20 11:25 (unknown), Rengarajan, Narayanan (STSD)
2008-12-31 9:08 [PATCH] Fix sg_io_hdr.info corruption FUJITA Tomonori
2008-12-31 10:51 ` (unknown) Alexey Zaytsev
2008-07-06 14:33 (unknown) Ms. Rebecca Clark
2008-01-14 9:40 PATCH: usb-storage-psc1350-v4.patch (was Linux scsi / usb-mass-storage and HP printer cardreader bug + fix) Guillaume Bedot
2008-04-25 5:43 ` (unknown), wangzhilei-pcEzf3JNfARxfCqBhyfcug
2007-12-17 22:35 (unknown), jsemon
2007-08-20 15:18 (unknown), Matthew Wilcox
2007-03-20 7:26 (unknown) Vladimir
2006-11-12 6:29 (unknown) bailey
2006-10-15 14:20 (unknown) upcajxhkb
2006-09-26 16:09 (unknown) maggire9873
2006-06-18 19:23 (unknown) nikoa
2006-04-30 23:40 (unknown) mauro
2006-04-10 14:24 (unknown), KAFKAS AŞ
2006-03-11 21:02 (unknown) lwvxfb
2006-01-23 21:11 (unknown), Kearnan_Keith
2005-11-27 13:04 (unknown) ffggfhg
2005-09-22 5:32 (unknown) akshat verma
2005-08-05 10:20 (unknown), Saroj Kumar Mohapatra
2005-08-05 8:07 (unknown), Saroj Kumar Mohapatra
2005-07-27 16:19 (unknown) drlim
2005-07-23 4:50 (unknown) Mr.Derrick Tanner.
2005-07-14 4:08 (unknown) hocji
2005-07-13 10:39 (unknown) fntzejmtkusst
2005-07-12 10:06 (unknown) fhsmdmtdmwqmk
2005-07-09 17:15 (unknown) jthwu
2005-07-06 6:21 (unknown) glkjvfzbq
2005-07-04 11:31 (unknown) lgepboyuysqexf
2005-07-03 6:04 (unknown) kxzyfibw
2005-07-02 5:57 (unknown) qkcutmvdh
2005-06-28 6:39 (unknown) bfonynwytevnp
2005-06-26 10:07 (unknown) patmolr
2005-06-25 11:50 (unknown) quxrnnaenpk
2005-06-21 13:57 (unknown) hoqblofkgf
2005-06-21 11:48 (unknown) pliskie
2005-06-21 1:06 (unknown) lilgrpfoezocw
2005-06-20 6:18 (unknown) wybmohj
2005-06-19 11:16 (unknown) taentczusytw
2005-06-18 15:49 (unknown) kxnmi
2005-06-15 20:31 (unknown) commissariat
2005-06-11 2:00 (unknown) dtasman
2005-06-10 2:30 (unknown) bewails
2005-05-12 23:27 (unknown) mqiphivtrz
2005-05-06 23:42 (unknown) enidcqin
2005-04-30 23:10 (unknown) yvnvwmwr
2005-04-30 10:52 (unknown) xfkwakf
2005-04-29 9:35 (unknown) shlcvbaskzysj
2005-04-20 12:53 (unknown) tyfofgerjsulxw
2005-03-31 16:20 (unknown), softwarenews
2005-03-13 1:37 (unknown), Ryan Kirkpatrick
2005-01-31 1:01 (unknown) slash
[not found] <20050112233741.1.patchmail@tglx>
2005-01-12 22:37 ` (unknown) tglx
2005-01-11 16:17 (unknown), Salyzyn, Mark
2004-11-18 18:52 (unknown) Christian Iversen
2004-10-04 8:08 (unknown), Alexander Stohr
2004-09-02 14:27 (unknown), Larry
2004-08-24 16:43 (unknown) Salter
2004-08-23 23:57 (unknown) sbl-removals
2004-08-22 7:03 (unknown) test
2004-08-17 21:04 (unknown) service
2004-08-12 17:17 (unknown), Tsutomu
2004-06-15 18:58 (unknown), Prabhakaran, Rajesh
2004-05-20 16:46 (unknown) Ryan McCain
2004-05-20 12:09 (unknown) 何捷
2004-04-16 21:05 (unknown) Abhishek Rai
2004-04-10 13:29 (unknown) Christian Roessner
2004-03-30 12:39 (unknown) jg9600
2004-03-15 22:13 (unknown), Brice Blount
2004-03-06 9:22 (unknown) jg9600
2004-02-16 15:15 (unknown) christophe.varoqui
2004-02-09 21:22 (unknown), Jurgen van der Linden
2003-12-26 2:55 (unknown), jshankar
2003-12-18 7:26 (unknown) lillou5
2003-12-16 4:48 (unknown) kuan2000
2003-12-08 5:12 (unknown), Paul
2003-11-27 1:28 (unknown), Zhang, Yanmin
2003-11-11 1:05 (unknown) a
2003-10-28 4:15 (unknown) yyc
2003-10-25 1:51 (unknown) bukali
2003-07-08 22:24 [PATCH] scsi host/scsi device ref count cleanup 0/4 Mike Anderson
2003-07-08 22:25 ` [PATCH] scsi host/scsi device ref count cleanup 1/4 Mike Anderson
2003-07-08 22:26 ` [PATCH] scsi host/scsi device ref count cleanup 2/4 Mike Anderson
2003-07-08 22:27 ` [PATCH] scsi host/scsi device ref count cleanup 3/4 Mike Anderson
2003-07-08 22:27 ` [PATCH] scsi host/scsi device ref count cleanup 4/4 Mike Anderson
2003-07-09 8:15 ` (unknown) Christoph Hellwig
2003-07-03 13:35 (unknown) Tomita, Haruo
2003-06-04 2:42 (unknown), sideroff
2003-06-03 23:51 (unknown) Justin T. Gibbs
2003-01-16 23:54 (unknown) devnull
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).