From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751764AbbCZBxu (ORCPT ); Wed, 25 Mar 2015 21:53:50 -0400 Received: from linuxhacker.ru ([217.76.32.60]:39144 "EHLO fiona.linuxhacker.ru" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751402AbbCZBxt (ORCPT ); Wed, 25 Mar 2015 21:53:49 -0400 From: green@linuxhacker.ru To: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Andreas Dilger Cc: Linux Kernel Mailing List , Oleg Drokin Subject: [PATCH 00/10] Lustre fixes Date: Wed, 25 Mar 2015 21:53:16 -0400 Message-Id: <1427334806-31466-1-git-send-email-green@linuxhacker.ru> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Oleg Drokin A number of lustre fixes. Andriy Skulysh (1): staging/lustre/ptlrpc: fix import state during replay Bobi Jam (2): staging/lustre/osc: shorten IO calling path staging/lustre/mgc: detach MGC dev on error Christopher J. Morrone (1): staging/lustre/mdc: Handle empty but non-zero acl xattr Hongchao Zhang (1): staging/lustre/mgc: check the import stat for lprocfs Lai Siyao (1): staging/lustre/xattr: xattr data may be gone with lock held Li Dongyang (1): staging/lustre/llite: glimpse the inode before doing fiemap Liang Zhen (1): staging/lustre/ptlrpc: false alarm in AT network latency measuring Niu Yawei (1): staging/lustre: update timestamps after buiding rpc Yang Sheng (1): staging/lustre/lov: don't crash accessing LOV object with FID{0,0} .../staging/lustre/lustre/include/lustre_import.h | 2 + drivers/staging/lustre/lustre/llite/file.c | 6 +++ drivers/staging/lustre/lustre/llite/xattr_cache.c | 19 +++++---- drivers/staging/lustre/lustre/lov/lov_ea.c | 6 +++ drivers/staging/lustre/lustre/lov/lov_internal.h | 12 ++++++ drivers/staging/lustre/lustre/lov/lov_io.c | 12 ++++++ drivers/staging/lustre/lustre/lov/lov_lock.c | 26 ++++++++++--- drivers/staging/lustre/lustre/lov/lov_obd.c | 32 ++++++++++++--- drivers/staging/lustre/lustre/lov/lov_object.c | 7 ++++ drivers/staging/lustre/lustre/lov/lov_request.c | 9 +++++ drivers/staging/lustre/lustre/mdc/mdc_request.c | 3 ++ drivers/staging/lustre/lustre/mgc/mgc_request.c | 45 +++++++++++++++------- drivers/staging/lustre/lustre/osc/osc_cache.c | 2 +- drivers/staging/lustre/lustre/osc/osc_request.c | 3 ++ drivers/staging/lustre/lustre/ptlrpc/client.c | 25 +++++++++--- drivers/staging/lustre/lustre/ptlrpc/import.c | 15 +++++++- 16 files changed, 184 insertions(+), 40 deletions(-) -- 2.1.0