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 00/13] staging/lustre: sync with external tree, set 3
Date: Mon, 9 Dec 2013 22:56:52 +0800 [thread overview]
Message-ID: <1386601025-422-1-git-send-email-bergwolf@gmail.com> (raw)
Hi Greg,
The first patch is a cleanup. The rest were ported from external tree.
Please see if they can be merged.
Thanks,
Tao
Cc: Andreas Dilger <andreas.dilger@intel.com>
Andreas Dilger (1):
staging/lustre/idl: remove LASSERT/CLASSERT from lustre_idl.h
Andriy Skulysh (1):
staging/lustre/ptlrpc: flock deadlock detection does not work
Artem Blagodarenko (2):
staging/lustre/mgs: set_param -P option that sets value permanently
staging/lustre/obdclass: remove extra break in class_process_config
Doug Oucharek (1):
staging/lustre/lnet: Add LNet Router Priority parameter
JC Lafoucriere (2):
staging/lustre/api: HSM import uses new released pattern
staging/lustre/lustre_user.h: remove obsolete comments
John L. Hammond (1):
staging/lustre/llite: pass correct pointer to obd_iocontrol()
Lai Siyao (2):
staging/lustre/llite: remove ll_d_root_ops
staging/lustre/llite: don't d_add for create only files
Mikhail Pershin (2):
staging/lustre/target: move OUT to the unified target code
staging/lustre/seq: remove seq_{query,handle}
Peng Tao (1):
staging/lustre: remove server macros from lustre_net.h
.../lustre/include/linux/libcfs/libcfs_ioctl.h | 1 +
.../staging/lustre/include/linux/lnet/lib-lnet.h | 5 +-
.../staging/lustre/include/linux/lnet/lib-types.h | 2 +-
drivers/staging/lustre/lnet/lnet/api-ni.c | 5 +-
drivers/staging/lustre/lnet/lnet/config.c | 39 +++-
drivers/staging/lustre/lnet/lnet/lib-move.c | 6 +
drivers/staging/lustre/lnet/lnet/router.c | 19 +-
drivers/staging/lustre/lnet/lnet/router_proc.c | 16 +-
.../lustre/lustre/include/lustre/lustre_idl.h | 48 +---
.../lustre/lustre/include/lustre/lustre_user.h | 23 +-
drivers/staging/lustre/lustre/include/lustre_cfg.h | 2 +
.../staging/lustre/lustre/include/lustre_disk.h | 2 +
.../lustre/lustre/include/lustre_dlm_flags.h | 14 +-
drivers/staging/lustre/lustre/include/lustre_fid.h | 6 -
drivers/staging/lustre/lustre/include/lustre_net.h | 234 --------------------
drivers/staging/lustre/lustre/include/obd_class.h | 9 +-
drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 41 +++-
drivers/staging/lustre/lustre/llite/dcache.c | 41 +---
drivers/staging/lustre/lustre/llite/dir.c | 23 +-
drivers/staging/lustre/lustre/llite/file.c | 118 ++++++++--
.../staging/lustre/lustre/llite/llite_internal.h | 7 +-
drivers/staging/lustre/lustre/llite/llite_lib.c | 44 ++--
drivers/staging/lustre/lustre/llite/llite_nfs.c | 6 +-
drivers/staging/lustre/lustre/llite/namei.c | 33 ++-
drivers/staging/lustre/lustre/llite/statahead.c | 7 +-
drivers/staging/lustre/lustre/mdc/mdc_request.c | 32 +--
drivers/staging/lustre/lustre/mgc/mgc_request.c | 90 ++++++--
.../lustre/lustre/obdclass/lprocfs_status.c | 1 +
.../staging/lustre/lustre/obdclass/obd_config.c | 51 ++++-
drivers/staging/lustre/lustre/ptlrpc/wiretest.c | 60 +++++
30 files changed, 511 insertions(+), 474 deletions(-)
--
1.7.9.5
next reply other threads:[~2013-12-09 14:59 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-09 14:56 Peng Tao [this message]
2013-12-09 14:56 ` [PATCH 01/13] staging/lustre: remove server macros from lustre_net.h Peng Tao
2013-12-09 14:56 ` [PATCH 02/13] staging/lustre/lnet: Add LNet Router Priority parameter Peng Tao
2013-12-09 14:56 ` [PATCH 03/13] staging/lustre/api: HSM import uses new released pattern Peng Tao
2013-12-09 14:56 ` [PATCH 04/13] staging/lustre/target: move OUT to the unified target code Peng Tao
2013-12-09 14:56 ` [PATCH 05/13] staging/lustre/seq: remove seq_{query,handle} Peng Tao
2013-12-09 14:56 ` [PATCH 06/13] staging/lustre/llite: remove ll_d_root_ops Peng Tao
2013-12-11 2:32 ` Greg Kroah-Hartman
2013-12-11 3:23 ` Peng Tao
2013-12-09 14:56 ` [PATCH 07/13] staging/lustre/llite: don't d_add for create only files Peng Tao
2013-12-09 14:57 ` [PATCH 08/13] staging/lustre/llite: pass correct pointer to obd_iocontrol() Peng Tao
2013-12-09 14:57 ` [PATCH 09/13] staging/lustre/idl: remove LASSERT/CLASSERT from lustre_idl.h Peng Tao
2013-12-09 14:57 ` [PATCH 10/13] staging/lustre/mgs: set_param -P option that sets value permanently Peng Tao
2013-12-09 14:57 ` [PATCH 11/13] staging/lustre/obdclass: remove extra break in class_process_config Peng Tao
2013-12-09 14:57 ` [PATCH 12/13] staging/lustre/lustre_user.h: remove obsolete comments Peng Tao
2013-12-09 14:57 ` [PATCH 13/13] staging/lustre/ptlrpc: flock deadlock detection does not work Peng Tao
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=1386601025-422-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