All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Lustre fixes
@ 2015-03-26  1:53 green
  2015-03-26  1:53 ` [PATCH 01/10] staging/lustre/osc: shorten IO calling path green
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: green @ 2015-03-26  1:53 UTC (permalink / raw)
  To: Greg Kroah-Hartman, devel, Andreas Dilger
  Cc: Linux Kernel Mailing List, Oleg Drokin

From: Oleg Drokin <green@linuxhacker.ru>

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


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

end of thread, other threads:[~2015-03-26 10:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-26  1:53 [PATCH 00/10] Lustre fixes green
2015-03-26  1:53 ` [PATCH 01/10] staging/lustre/osc: shorten IO calling path green
2015-03-26  2:04   ` [PATCH v2 " green
2015-03-26 10:09     ` Greg Kroah-Hartman
2015-03-26  1:53 ` [PATCH 02/10] staging/lustre/mdc: Handle empty but non-zero acl xattr green
2015-03-26  1:53 ` [PATCH 03/10] staging/lustre/ptlrpc: false alarm in AT network latency measuring green
2015-03-26  1:53 ` [PATCH 04/10] staging/lustre/mgc: check the import stat for lprocfs green
2015-03-26  1:53 ` [PATCH 05/10] staging/lustre/mgc: detach MGC dev on error green
2015-03-26  1:53 ` [PATCH 06/10] staging/lustre/lov: don't crash accessing LOV object with FID{0,0} green
2015-03-26  1:53 ` [PATCH 07/10] staging/lustre/ptlrpc: fix import state during replay green
2015-03-26  2:07   ` [PATCH v2 " green
2015-03-26  1:53 ` [PATCH 08/10] staging/lustre/llite: glimpse the inode before doing fiemap green
2015-03-26  1:53 ` [PATCH 09/10] staging/lustre: update timestamps after buiding rpc green
2015-03-26  1:53 ` [PATCH 10/10] staging/lustre/xattr: xattr data may be gone with lock held green

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.