Suply Sample

2013-06-18 Thread Donald Ness
Hello sir/madam how are you doing i hope fine. Sir i contacted you r company so we can go into seriouse business . I will like you to supply the following product in a large quantity to my company i have attach a sample of it kindly view the sample in the attachment and see if you can supply mu

Re: [PATCH 07/14] scsi_transport_srp: Add transport layer error handling

2013-06-18 Thread Vu Pham
Bart Van Assche wrote: On 06/14/13 19:59, Vu Pham wrote: On 06/13/13 21:43, Vu Pham wrote: +/** + * srp_tmo_valid() - check timeout combination validity + * + * If no fast I/O fail timeout has been configured then the device loss timeout + * must be below SCSI_DEVICE_BLOCK_MAX_TIMEOUT. If a fas

GUARANTEED LOAN OFFER

2013-06-18 Thread Library
Do You Need Personal/Business Loan At 3%? If Yes Send Reply To This Email: williamsmark...@gmail.com 1. Name___2. Amount3. Country___4. Phone No___5. Duration_ All Repply Should Be Forwarded to This Email: williamsmark...@gmail.com-- To unsubscribe from this list: send the line "unsubs

Re: [PATCH v2 2/4] lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()

2013-06-18 Thread Tejun Heo
On Tue, Jun 18, 2013 at 10:31:32PM +0900, Akinobu Mita wrote: > /** > + * sg_miter_seek - reposition mapping iterator > + * @miter: sg mapping iter to be seeked > + * @offset: number of bytes to plus the current location > + * > + * Description: > + * Sets the offset of @miter to its current loc

Re: [PATCH v2 1/4] lib/scatterlist: factor out sg_miter_get_next_page() from sg_miter_next()

2013-06-18 Thread Tejun Heo
On Tue, Jun 18, 2013 at 10:31:31PM +0900, Akinobu Mita wrote: > This function is used to proceed page iterator to the next page if > necessary, and will be used to implement the variants of > sg_copy_{from,to}_buffer() later. > > Signed-off-by: Akinobu Mita > Cc: Tejun Heo > Cc: Imre Deak > Cc:

[PATCH v2 2/4] lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()

2013-06-18 Thread Akinobu Mita
The only difference between sg_pcopy_{from,to}_buffer() and sg_copy_{from,to}_buffer() is an additional argument that specifies the number of bytes to skip the SG list before copying. Signed-off-by: Akinobu Mita Cc: Tejun Heo Cc: Imre Deak Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-cry...

[PATCH v2 4/4] scsi_debug: fix do_device_access() with wrap around range

2013-06-18 Thread Akinobu Mita
do_device_access() is a function that abstracts copying SG list from/to ramdisk storage (fake_storep). It must deal with the ranges exceeding actual fake_storep size, because such ranges are valid if virtual_gb is set greater than zero, and they should be treated as fake_storep is repeatedly mirro

[PATCH v2 1/4] lib/scatterlist: factor out sg_miter_get_next_page() from sg_miter_next()

2013-06-18 Thread Akinobu Mita
This function is used to proceed page iterator to the next page if necessary, and will be used to implement the variants of sg_copy_{from,to}_buffer() later. Signed-off-by: Akinobu Mita Cc: Tejun Heo Cc: Imre Deak Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-cry...@vger.kernel.org Cc: "Jame

[PATCH v2 0/4] introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()

2013-06-18 Thread Akinobu Mita
This patch set introduces sg_pcopy_from_buffer() and sg_pcopy_to_buffer(), which copy data between a linear buffer and an SG list. The only difference between sg_pcopy_{from,to}_buffer() and sg_copy_{from,to}_buffer() is an additional argument that specifies the number of bytes to skip the SG list

[PATCH 1/1] aacraid: Fix for arrays are going offline in the system. System hangs

2013-06-18 Thread Mahesh Rajashekhara
Hi James, One of the customer had reported that the set of raid logical arrays will become unavailable (I/O offline) after a long hours of IO stress test. The OS wouldn`t be accessible afterwards and require a hard reset. This driver patch has a fix for race condition between the doorbell and

Re: Re: [SCSI] mvsas: Fix the kernel panic due to unaligned data access

2013-06-18 Thread Paul Guo
Hi James, Thanks for the reply. See more below. > On Wed, 2013-05-08 at 15:01 +0800, Paul Guo wrote: >> It's easy to find the address and symbol that causes the unalignd data >> access according to the stack dump information. The following small >> patch will fix it. > > Do you have the panic lo

RE: [PATCH 8/9] scsi/pm8001: use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM)

2013-06-18 Thread lindar_liu
It works, thanks. Lindar. -Original Message- From: Yijing Wang [mailto:wangyij...@huawei.com] Sent: Tuesday, June 18, 2013 4:24 PM To: James E.J. Bottomley Cc: linux-ker...@vger.kernel.org; Hanjun Guo; jiang@huawei.com; Yijing Wang; xjtu...@gmail.com; lindar_...@usish.com; linux-scsi

[PATCH 8/9] scsi/pm8001: use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM)

2013-06-18 Thread Yijing Wang
Pci core has been saved pm cap register offset by pdev->pm_cap in pci_pm_init() in init path. So we can use pdev->pm_cap instead of using pci_find_capability(pdev, PCI_CAP_ID_PM) for better performance and simplified code. Signed-off-by: Yijing Wang Cc: xjtu...@gmail.com Cc: lindar_...@usish.com

[PATCH 6/9] hpsa: rework pci pm related code for simplification

2013-06-18 Thread Yijing Wang
Use pci core pm interface to simplify code. Signed-off-by: Yijing Wang Cc: "Stephen M. Cameron" Cc: "James E.J. Bottomley" Cc: iss_storage...@hp.com Cc: linux-scsi@vger.kernel.org Cc: linux-ker...@vger.kernel.org --- drivers/scsi/hpsa.c | 16 +++- 1 files changed, 3 insertions(+)