mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/5] Lustre fixes
@ 2014-02-09  7:51 Oleg Drokin
  2014-02-09  7:51 ` [PATCH 1/5] lustre/lov: avoid subobj's coh_parent race Oleg Drokin
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Oleg Drokin @ 2014-02-09  7:51 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-kernel, devel; +Cc: Oleg Drokin

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-02-09  7:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-09  7:51 [PATCH 0/5] Lustre fixes Oleg Drokin
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

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