[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1472051518-745466-1-git-send-email-green@linuxhacker.ru>
Date: Wed, 24 Aug 2016 11:11:50 -0400
From: Oleg Drokin <green@...uxhacker.ru>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
devel@...verdev.osuosl.org,
Andreas Dilger <andreas.dilger@...el.com>,
James Simmons <jsimmons@...radead.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Lustre Development List <lustre-devel@...ts.lustre.org>,
Oleg Drokin <green@...uxhacker.ru>
Subject: [PATCH v2 0/8] Lustre fixes
Here are some more recent Lustre fixes and a cleanup.
This resend fixes the "fix panic at mdc_free_open()" patch to actually work.
Please consider.
Alexander Boyko (1):
staging/lustre/mdc: fix panic at mdc_free_open()
Andrew Perepechko (1):
staging/lustre: avoid clearing i_nlink for inodes in use
Dmitry Eremin (1):
staging/lustre/llite: Fix suspicious dereference of pointer
'vma->vm_file'
James Simmons (1):
staging/lustre/o2iblnd: handle mixed page size configurations.
John L. Hammond (2):
staging/lustre: const correct set_lock_data()
staging/lustre: release MGC device if connect fails
Lokesh Nagappa Jaliminche (1):
staging/lustre/llite: changes to avoid cache corruption
Yang Sheng (1):
staging/lustre/llite: check return value for obd_set_info_async
.../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c | 14 ++---
.../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h | 13 ++---
.../staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c | 55 +++++++++----------
drivers/staging/lustre/lustre/include/obd.h | 7 +--
drivers/staging/lustre/lustre/include/obd_class.h | 28 +---------
.../staging/lustre/lustre/include/obd_support.h | 2 +
drivers/staging/lustre/lustre/llite/dcache.c | 55 -------------------
drivers/staging/lustre/lustre/llite/file.c | 4 +-
.../staging/lustre/lustre/llite/llite_internal.h | 5 +-
drivers/staging/lustre/lustre/llite/llite_lib.c | 10 ++++
drivers/staging/lustre/lustre/llite/llite_mmap.c | 2 -
drivers/staging/lustre/lustre/llite/namei.c | 3 +-
drivers/staging/lustre/lustre/lmv/lmv_intent.c | 2 +-
drivers/staging/lustre/lustre/lmv/lmv_obd.c | 47 ++--------------
drivers/staging/lustre/lustre/lov/lov_obd.c | 41 --------------
drivers/staging/lustre/lustre/mdc/mdc_internal.h | 6 +--
drivers/staging/lustre/lustre/mdc/mdc_locks.c | 30 ++---------
drivers/staging/lustre/lustre/mdc/mdc_request.c | 62 ++++++++++++++--------
drivers/staging/lustre/lustre/obdclass/obd_mount.c | 2 +-
drivers/staging/lustre/lustre/osc/osc_request.c | 22 --------
20 files changed, 114 insertions(+), 296 deletions(-)
--
2.7.4
Powered by blists - more mailing lists