From: Oleg Drokin <green@linuxhacker.ru>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org
Cc: Oleg Drokin <green@linuxhacker.ru>
Subject: [PATCH 0/5] Lustre fixes
Date: Sun, 9 Feb 2014 02:51:44 -0500 [thread overview]
Message-ID: <1391932309-6009-1-git-send-email-green@linuxhacker.ru> (raw)
This is a set of patches that eliminates rest of crashes and
most leaks hit during standard lustre regression testing for me.
This serie + O_LOV_DELAY_CREATE patch from Andreas (that was
submitted separately and needs separate approval:
http://www.spinics.net/lists/linux-fsdevel/msg72386.html )
makes most of the sanity testing to also pass.
Andrew Perepechko (1):
lustre/xattr: separate ACL and XATTR caches
Bobi Jam (1):
lustre/lov: avoid subobj's coh_parent race
John L. Hammond (1):
lustre: don't leak llog handle in llog_cat_process_cb()
Swapnil Pimpale (1):
lustre: Unsafe error handling around ll_splice_alias
yang sheng (1):
lustre: instantiate negative dentry
.../lustre/lustre/include/lustre/lustre_idl.h | 1 -
drivers/staging/lustre/lustre/ldlm/ldlm_lock.c | 2 -
.../staging/lustre/lustre/llite/llite_internal.h | 7 --
drivers/staging/lustre/lustre/llite/namei.c | 15 ++-
drivers/staging/lustre/lustre/llite/statahead.c | 9 +-
drivers/staging/lustre/lustre/llite/xattr.c | 29 +++--
drivers/staging/lustre/lustre/llite/xattr_cache.c | 117 ++++-----------------
drivers/staging/lustre/lustre/lov/lov_object.c | 10 +-
drivers/staging/lustre/lustre/lov/lovsub_dev.c | 4 +
drivers/staging/lustre/lustre/mdc/mdc_internal.h | 2 +-
drivers/staging/lustre/lustre/mdc/mdc_locks.c | 9 +-
drivers/staging/lustre/lustre/mdc/mdc_reint.c | 2 +-
drivers/staging/lustre/lustre/mdc/mdc_request.c | 30 +++++-
drivers/staging/lustre/lustre/obdclass/llog_cat.c | 6 +-
drivers/staging/lustre/lustre/ptlrpc/layout.c | 3 +-
15 files changed, 100 insertions(+), 146 deletions(-)
--
1.8.5.3
next reply other threads:[~2014-02-09 7:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-09 7:51 Oleg Drokin [this message]
2014-02-09 7:51 ` [PATCH 1/5] lustre/lov: avoid subobj's coh_parent race Oleg Drokin
2014-02-09 7:51 ` [PATCH 2/5] lustre: Unsafe error handling around ll_splice_alias Oleg Drokin
2014-02-09 7:51 ` [PATCH 3/5] lustre: instantiate negative dentry Oleg Drokin
2014-02-09 7:51 ` [PATCH 4/5] lustre/xattr: separate ACL and XATTR caches Oleg Drokin
2014-02-09 7:51 ` [PATCH 5/5] lustre: don't leak llog handle in llog_cat_process_cb() Oleg Drokin
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=1391932309-6009-1-git-send-email-green@linuxhacker.ru \
--to=green@linuxhacker.ru \
--cc=devel@driverdev.osuosl.org \
--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
Powered by JetHome