[PATCH v2 0/8] Lustre fixes

From: Oleg Drokin
Date: Wed Aug 24 2016 - 11:14:32 EST


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