From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Subject: Re: [PATCH-v3 0/2] lazytime fixes for 4.0 Date: Tue, 24 Mar 2015 19:12:52 -0400 Message-ID: <20150324231252.GB28505@thunk.org> References: <1426723714-4560-1-git-send-email-tytso@mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: jack@suse.cz, torvalds@linux-foundation.org, viro@zeniv.linux.org.uk To: Linux Filesystem Development List Return-path: Received: from imap.thunk.org ([74.207.234.97]:59039 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751915AbbCXXM6 (ORCPT ); Tue, 24 Mar 2015 19:12:58 -0400 Content-Disposition: inline In-Reply-To: <1426723714-4560-1-git-send-email-tytso@mit.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, Mar 18, 2015 at 08:08:32PM -0400, Theodore Ts'o wrote: > Theodore Ts'o (2): > fs: make sure the timestamps for lazytime inodes eventually get > written > fs: add dirtytime_expire_seconds sysctl > > fs/fs-writeback.c | 93 ++++++++++++++++++++++++++++++++++++++++++----- > include/linux/fs.h | 1 + > include/linux/writeback.h | 3 ++ > kernel/sysctl.c | 8 ++++ > 4 files changed, 95 insertions(+), 10 deletions(-) Ping? Al, are you OK with taking these patches and sending them to Linus? Thanks, - Ted