From: Peng Tao <bergwolf@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-kernel@vger.kernel.org, Peng Tao <bergwolf@gmail.com>,
Andreas Dilger <andreas.dilger@intel.com>
Subject: [PATCH 0/9] staging/lustre: sync with exernal tree
Date: Tue, 19 Nov 2013 21:23:39 +0800 [thread overview]
Message-ID: <1384867428-8395-1-git-send-email-bergwolf@gmail.com> (raw)
Hi Greg,
Following patches were ported from Lustre external tree.
PATCH 4/9 was splitted into five patches to do separate things that
were done in the original single patch.
PATCh 3/9 is a cleanup patch.
Thanks,
Tao
Cc: Andreas Dilger <andreas.dilger@intel.com>
Amir Shehata (5):
staging/lustre/lnet: Fix assert on empty group in selftest module
staging/lustre/lnet: coding style fix for lst_test_add_ioctl
staging/lustre/lnet: remove extra space in lstcon_rpc_trans_abort
staging/lustre/lnet: constify name argument of
lstcon_group_find/lstcon_batch_find
staging/lustre/lnet: coding style fix for lstcon_test_add
Andreas Dilger (1):
staging/lustre/ldlm: fix resource/fid check, use DLDLMRES
JC Lafoucriere (1):
staging/lustre/llite: Access to released file trigs a restore
Jinshan Xiong (1):
staging/lustre/hsm: Implementation of exclusive open
Peng Tao (1):
drivers/staging/lustre: indent lustre_ldlm_flags_vals
drivers/staging/lustre/lnet/selftest/conctl.c | 56 ++--
drivers/staging/lustre/lnet/selftest/conrpc.c | 2 +-
drivers/staging/lustre/lnet/selftest/console.c | 103 ++++--
drivers/staging/lustre/lnet/selftest/console.h | 6 +-
drivers/staging/lustre/lustre/include/cl_object.h | 6 +-
.../lustre/lustre/include/linux/lustre_intent.h | 2 +-
.../lustre/lustre/include/lustre/lustre_idl.h | 19 +-
.../lustre/lustre/include/lustre/lustre_user.h | 3 +
.../lustre/lustre/include/lustre_dlm_flags.h | 90 +++---
drivers/staging/lustre/lustre/include/lustre_lib.h | 11 +-
drivers/staging/lustre/lustre/lclient/lcommon_cl.c | 6 +
drivers/staging/lustre/lustre/ldlm/ldlm_lock.c | 5 +
drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 36 +--
drivers/staging/lustre/lustre/ldlm/ldlm_resource.c | 19 +-
drivers/staging/lustre/lustre/llite/file.c | 336 +++++++++++++++++++-
.../staging/lustre/lustre/llite/llite_internal.h | 14 +-
drivers/staging/lustre/lustre/llite/llite_lib.c | 36 +++
drivers/staging/lustre/lustre/llite/namei.c | 5 +-
drivers/staging/lustre/lustre/llite/vvp_io.c | 54 +++-
drivers/staging/lustre/lustre/lov/lov_io.c | 15 +-
drivers/staging/lustre/lustre/mdc/mdc_internal.h | 2 +-
drivers/staging/lustre/lustre/mdc/mdc_lib.c | 7 +-
drivers/staging/lustre/lustre/mdc/mdc_locks.c | 49 +--
drivers/staging/lustre/lustre/mgc/mgc_request.c | 4 +-
.../staging/lustre/lustre/ptlrpc/pack_generic.c | 2 +-
drivers/staging/lustre/lustre/ptlrpc/wiretest.c | 17 +-
26 files changed, 699 insertions(+), 206 deletions(-)
--
1.7.9.5
next reply other threads:[~2013-11-19 13:26 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-19 13:23 Peng Tao [this message]
2013-11-19 13:23 ` [PATCH 1/9] staging/lustre/llite: Access to released file trigs a restore Peng Tao
2013-11-19 18:29 ` Greg Kroah-Hartman
2013-11-20 7:35 ` Peng Tao
2013-11-20 9:40 ` Peng Tao
2013-11-19 13:23 ` [PATCH 2/9] staging/lustre/hsm: Implementation of exclusive open Peng Tao
2013-11-19 13:23 ` [PATCH 3/9] drivers/staging/lustre: indent lustre_ldlm_flags_vals Peng Tao
2013-11-19 13:23 ` [PATCH 4/9] staging/lustre/lnet: Fix assert on empty group in selftest module Peng Tao
2013-11-19 18:37 ` Greg Kroah-Hartman
2013-11-20 9:26 ` Peng Tao
2013-11-20 16:27 ` Greg Kroah-Hartman
2013-11-20 17:34 ` Peng Tao
2013-11-19 13:23 ` [PATCH 5/9] staging/lustre/lnet: coding style fix for lst_test_add_ioctl Peng Tao
2013-11-19 13:23 ` [PATCH 6/9] staging/lustre/lnet: remove extra space in lstcon_rpc_trans_abort Peng Tao
2013-11-19 13:23 ` [PATCH 7/9] staging/lustre/lnet: constify name argument of lstcon_group_find/lstcon_batch_find Peng Tao
2013-11-19 13:23 ` [PATCH 8/9] staging/lustre/lnet: coding style fix for lstcon_test_add Peng Tao
2013-11-19 13:23 ` [PATCH 9/9] staging/lustre/ldlm: fix resource/fid check, use DLDLMRES Peng Tao
2013-11-19 18:40 ` Greg Kroah-Hartman
2013-11-19 18:41 ` [PATCH 0/9] staging/lustre: sync with exernal tree Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1384867428-8395-1-git-send-email-bergwolf@gmail.com \
--to=bergwolf@gmail.com \
--cc=andreas.dilger@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).