From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751611AbdBANu5 (ORCPT ); Wed, 1 Feb 2017 08:50:57 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:36334 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751023AbdBANuz (ORCPT ); Wed, 1 Feb 2017 08:50:55 -0500 Date: Wed, 1 Feb 2017 13:50:53 +0000 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] fscache fixes Message-ID: <20170201135053.GD27291@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 566cf877a1fcb6d6dc0126b076aad062054c2637: Linux 4.10-rc6 (2017-01-29 14:25:17 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus for you to fetch changes up to e26bfebdfc0d212d366de9990a096665d5c0209a: fscache: Fix dead object requeue (2017-01-31 13:23:09 -0500) ---------------------------------------------------------------- David Howells (3): FS-Cache: Initialise stores_lock in netfs cookie fscache: Clear outstanding writes when disabling a cookie fscache: Fix dead object requeue fs/fscache/cookie.c | 5 +++++ fs/fscache/netfs.c | 1 + fs/fscache/object.c | 32 ++++++++++++++++++++++++++++++-- include/linux/fscache-cache.h | 1 + 4 files changed, 37 insertions(+), 2 deletions(-)