public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Catchup lustre fixes
@ 2014-08-15 16:48 Oleg Drokin
  2014-08-15 16:48 ` [PATCH 01/10] staging/lustre/llite: check for integer overflow in hsm user request Oleg Drokin
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Oleg Drokin @ 2014-08-15 16:48 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-kernel, devel; +Cc: Oleg Drokin

In this batch there are eight recent bugfixes to lustre client,
also adds Lustre MAINTAINERS entry and a bit of documention
in Documentation.filesystems with some basic info.

Patch #4 generates checkpatch warning about to long split message,
but it is genuinely long and won't fit into 80 columns considering indenting
and such.

Please consider.

Fan Yong (1):
  staging/lustre/ldlm: drop redundant ibits lock interoperability check

Frank Zago (1):
  staging/lustre/llite: optimize ll_fid2path()

John L. Hammond (3):
  staging/lustre/mdc: cleanup intent if mdc_finish_enqueue() fails
  staging/lustre/clio: reorder initialization in cl_req_alloc()
  staging/lustre/llite: hold inode mutex around ll_setattr_raw()

Nathaniel Clark (1):
  staging/lustre/llite: check for integer overflow in hsm user request

Oleg Drokin (3):
  staging/lustre/llite: Fix integer overflow in ll_fid2path
  lustre: Add MAINTAINERS entry
  lustre: Add some basic documentation

Paul Cassella (1):
  staging/lustre/llite: Make sure ft_flags is valid

 Documentation/filesystems/lustre.txt               | 87 ++++++++++++++++++++++
 MAINTAINERS                                        |  8 ++
 .../lustre/lustre/include/lustre/lustre_user.h     | 23 ++++--
 .../staging/lustre/lustre/include/obd_support.h    |  1 +
 drivers/staging/lustre/lustre/ldlm/ldlm_lock.c     | 50 ++-----------
 drivers/staging/lustre/lustre/ldlm/ldlm_request.c  | 15 +---
 drivers/staging/lustre/lustre/llite/dir.c          |  4 +-
 drivers/staging/lustre/lustre/llite/file.c         | 41 +++++-----
 .../staging/lustre/lustre/llite/llite_internal.h   |  6 +-
 drivers/staging/lustre/lustre/llite/llite_mmap.c   |  8 +-
 drivers/staging/lustre/lustre/llite/vvp_io.c       |  1 +
 drivers/staging/lustre/lustre/mdc/mdc_locks.c      |  5 ++
 drivers/staging/lustre/lustre/obdclass/cl_io.c     |  7 +-
 drivers/staging/lustre/lustre/ptlrpc/import.c      | 15 +++-
 14 files changed, 180 insertions(+), 91 deletions(-)
 create mode 100644 Documentation/filesystems/lustre.txt

-- 
1.9.3


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

end of thread, other threads:[~2014-08-30 18:51 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-15 16:48 [PATCH 00/10] Catchup lustre fixes Oleg Drokin
2014-08-15 16:48 ` [PATCH 01/10] staging/lustre/llite: check for integer overflow in hsm user request Oleg Drokin
2014-08-15 16:48 ` [PATCH 02/10] staging/lustre/mdc: cleanup intent if mdc_finish_enqueue() fails Oleg Drokin
2014-08-15 16:48 ` [PATCH 03/10] staging/lustre/llite: Make sure ft_flags is valid Oleg Drokin
2014-08-15 16:48 ` [PATCH 04/10] staging/lustre/ldlm: drop redundant ibits lock interoperability check Oleg Drokin
2014-08-15 16:48 ` [PATCH 05/10] staging/lustre/clio: reorder initialization in cl_req_alloc() Oleg Drokin
2014-08-15 16:48 ` [PATCH 06/10] staging/lustre/llite: hold inode mutex around ll_setattr_raw() Oleg Drokin
2014-08-15 16:48 ` [PATCH 07/10] staging/lustre/llite: optimize ll_fid2path() Oleg Drokin
2014-08-15 16:48 ` [PATCH 08/10] staging/lustre/llite: Fix integer overflow in ll_fid2path Oleg Drokin
2014-08-15 16:48 ` [PATCH 09/10] lustre: Add MAINTAINERS entry Oleg Drokin
2014-08-17 16:37   ` Greg Kroah-Hartman
2014-08-17 16:47     ` Oleg Drokin
2014-08-18 14:21       ` Dan Carpenter
2014-08-30 18:51       ` Greg Kroah-Hartman
2014-08-15 16:48 ` [PATCH 10/10] lustre: Add some basic documentation Oleg Drokin
2014-08-17 16:37   ` Greg Kroah-Hartman
2014-08-17 16:49     ` Oleg Drokin
2014-08-17 16:53       ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox