Grüße von Frau Jordanka

2018-04-08 Thread noreply
Nachricht des Absenders: /Guten Morgen, Bitte schämen Sie sich nicht, diese Nachricht zu lesen, weil Sie der beabsichtigte Empfänger sind. Ich habe deine E-Mail-Adresse über ein Verzeichnis gesehen und ich habe dich kontaktiert, weil ich dringend deine Hilfe benötigt habe. Mein Name ist Frau Yorda

Grüße von Frau Jordanka

2018-04-08 Thread noreply
Nachricht des Absenders: /Guten Morgen, Bitte schämen Sie sich nicht, diese Nachricht zu lesen, weil Sie der beabsichtigte Empfänger sind. Ich habe deine E-Mail-Adresse über ein Verzeichnis gesehen und ich habe dich kontaktiert, weil ich dringend deine Hilfe benötigt habe. Mein Name ist Frau Yorda

Inquiry about your product/ From exportersindia_ Awaiting your reply.

2018-02-02 Thread noreply
I am interested in your Product i got your listing from exportersindia.com we need large quantites of about 100pcs. Pls send a mail for business discussions at kmike2...@gmail.com so as to carryout orders and payment as soon as possibles. Mike Kennedy CEO 9037623258 USA www.goodman.com

[PATCH-v2 2/4] staging/lustre/obdclass: convert lu_object shrinker to count/scan API

2013-07-24 Thread mail-agent-noreply
From: Peng Tao convert lu_object shrinker to new count/scan API. Signed-off-by: Peng Tao Signed-off-by: Andreas Dilger Cc: Michal Hocko Cc: Dave Chinner Signed-off-by: Andrew Morton --- drivers/staging/lustre/lustre/obdclass/lu_object.c | 98 ++- 1 files changed, 52 inser

[PATCH-v2 1/4] staging/lustre/ldlm: convert to shrinkers to count/scan API

2013-07-24 Thread mail-agent-noreply
From: Peng Tao convert ldlm shrinker to new count/scan API. Signed-off-by: Peng Tao Signed-off-by: Andreas Dilger Cc: Michal Hocko Cc: Dave Chinner Signed-off-by: Andrew Morton --- drivers/staging/lustre/lustre/ldlm/ldlm_pool.c | 148 +--- 1 files changed, 79 insertion

[PATCH-v2 4/4] staging/lustre/libcfs: cleanup linux-mem.h

2013-07-24 Thread mail-agent-noreply
From: Peng Tao remove shrinker related wrappers. Signed-off-by: Peng Tao Signed-off-by: Andreas Dilger Cc: Michal Hocko Cc: Dave Chinner Signed-off-by: Andrew Morton --- .../lustre/include/linux/libcfs/linux/linux-mem.h | 38 1 files changed, 0 insertions(+), 38 del

[PATCH-v2 3/4] staging/lustre/ptlrpc: convert to new shrinker API

2013-07-24 Thread mail-agent-noreply
From: Peng Tao Convert sptlrpc encode pool shrinker to use scan/count API. Signed-off-by: Peng Tao Signed-off-by: Andreas Dilger Cc: Michal Hocko Cc: Dave Chinner Signed-off-by: Andrew Morton --- drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c | 76 +-- 1 files change

[PATCH-v2 0/4] staging/lustre: convert to new shrinker API

2013-07-24 Thread mail-agent-noreply
From: Peng Tao Hi Andrew, Following patches convert Lustre to new shrinker scan/count API. They are rebased on top of latest staging-next and can replace the current Lustre shrinker patches in linux-next/akpm. Please help to queue them. Thanks, Tao Cc: Andreas Dilger Peng Tao (4): staging/

[PATCH 0/8] staging/lustre: Intel tree sync and two fixups

2013-07-24 Thread mail-agent-noreply
From: Peng Tao Hi Greg, I've fixed up the rest of Intel tree ported patches and rebased them on top of your staging-next. Also I found that the Lustre errno translate code breaks build on non-x86 systems. I've added one patch to fix it. Please queue them if they are OK to you. Thanks, Tao Cc:

[PATCH 7/8] staging/lustre/obdclass: use a dummy structure for lu_ref_link

2013-07-24 Thread mail-agent-noreply
From: John L. Hammond Move the definition of struct lu_ref_link to lu_ref.h. If USE_LU_REF is not defined then define it to be the empty struct. Change the return type of lu_ref_add() and lu_ref_add_atomic() to void. Add lu_ref_add_at() taking same arguments as lu_ref_add() togerther with a po

[PATCH 5/8] staging/lustre/obdclass: add obd_target.h

2013-07-24 Thread mail-agent-noreply
From: Liu Xuezhao Move some server-side data structures form obd.h to obd_target.h. To remove some code dependencies use HAVE_SERVER_SUPPORT to protect some llog/fsfilt_* functions. Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-1330 Lustre-change: http://review.whamcloud.com/2678 Signed-o

[PATCH 4/8] staging/lustre/llite: fix 'data race condition' issues of lli_flags

2013-07-24 Thread mail-agent-noreply
From: Sebastien Buisson Fix 'data race condition' defects found by Coverity version 6.5.0: Data race condition (MISSING_LOCK) Accessing variable without holding lock. Elsewhere, this variable is accessed with lock held. lli->lli_flags need to be protected by lli->lli_lock. Intel-bug-id: https:/

[PATCH 6/8] staging/lustre: fix Kconfig bool defaults

2013-07-24 Thread mail-agent-noreply
From: Peng Tao Should be y instead of true. Reported-by: Paul Bolle Cc: Andreas Dilger Signed-off-by: Peng Tao --- drivers/staging/lustre/lustre/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/lustre/lustre/Kconfig b/drivers/staging/lustre/l

[PATCH 8/8] staging/lustre: fix errno translate code on non-x86

2013-07-24 Thread mail-agent-noreply
From: Peng Tao On non-x86 we will build with Lustre's errno translate code but it has a few issues that break build on non-x86 platforms. Cc: Andreas Dilger Signed-off-by: Peng Tao --- drivers/staging/lustre/lustre/ptlrpc/Makefile |2 +- drivers/staging/lustre/lustre/ptlrpc/errno.c |

[PATCH 2/8] staging/lustre/llite: handle io init failure in ll_fault_io_init()

2013-07-24 Thread mail-agent-noreply
From: John L. Hammond In ll_fault_io_init(), if cl_io_init() has failed then cleanup and return an ERR_PTR(). This fixes an oops in the page fault handling code when a partially initialized io is used. In ll_page_mkwrite0() do not call cl_io_fini() on an ERR_PTR(). Intel-bug-id: https://jira.hpd

[PATCH 3/8] staging/lustre: fix 'data race condition' issues in at_reset()

2013-07-24 Thread mail-agent-noreply
From: Sebastien Buisson Fix 'data race condition' defects found by Coverity version 6.5.0: Data race condition (MISSING_LOCK) Accessing variable without holding lock. Elsewhere, this variable is accessed with lock held. at_reset() needs to take at->at_lock before modifying its members. Intel-bu

[PATCH 1/8] staging/lustre/lmv: support DNE with HSM.

2013-07-24 Thread mail-agent-noreply
From: Thomas Leibovici Send HSM requests to the appropriate MDT. Split lists of fids of HSM actions into one list per MDT. Move kuc registration/unregistration from MDC to LMV as this is not MDT related. Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-3365 Lustre-change: http://review.whamcl

**VIRUS** Warning about your e-mail account.

2005-04-07 Thread noreply
Dear user of "Kernel.org" mailing system, Our antivirus software has detected a large ammount of viruses outgoing from your email account, you may use our free anti-virus tool to clean up your computer software. Further details can be obtained from attached file. Have a good day, T