From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 0/7] super block scalabilit patches V3 Date: Fri, 12 Jun 2015 05:50:39 +0900 Message-ID: <20150611205030.GA6205@mtj.duckdns.org> References: <1434051673-13838-1-git-send-email-jbacik@fb.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: , , , , , , Jens Axboe To: Josef Bacik Return-path: Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:55247 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754482AbbFKUvP (ORCPT ); Thu, 11 Jun 2015 16:51:15 -0400 Content-Disposition: inline In-Reply-To: <1434051673-13838-1-git-send-email-jbacik@fb.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hello, (cc'ing Jens) On Thu, Jun 11, 2015 at 03:41:05PM -0400, Josef Bacik wrote: > Here are the cleaned up versions of Dave Chinners super block scalability > patches. I've been testing them locally for a while and they are pretty solid. > They fix a few big issues, such as the global inode list and soft lockups on > boxes on unmount that have lots of inodes in cache. Al if you would consider > pulling these in that would be great, you can pull from here FYI, the bdi / writeback changes will conflict with the cgroup writeback support queued in block/for-4.2/writeback. I think updating the patchset should be fairly straight forward tho. Thanks. -- tejun