From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757107AbcHWVMu (ORCPT ); Tue, 23 Aug 2016 17:12:50 -0400 Received: from linuxhacker.ru ([217.76.32.60]:50960 "EHLO fiona.linuxhacker.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755378AbcHWVMr (ORCPT ); Tue, 23 Aug 2016 17:12:47 -0400 From: Oleg Drokin To: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Andreas Dilger , James Simmons Cc: Linux Kernel Mailing List , Lustre Development List , Oleg Drokin Subject: [PATCH 0/8] Lustre fixes Date: Tue, 23 Aug 2016 17:11:34 -0400 Message-Id: <1471986702-682922-1-git-send-email-green@linuxhacker.ru> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org HEre are some more recent Lustre fixes and a cleanup. 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 | 56 +++++++++++++--------- drivers/staging/lustre/lustre/obdclass/obd_mount.c | 2 +- drivers/staging/lustre/lustre/osc/osc_request.c | 22 --------- 20 files changed, 108 insertions(+), 296 deletions(-) -- 2.7.4