From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751426AbbCTRO0 (ORCPT ); Fri, 20 Mar 2015 13:14:26 -0400 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:50111 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751045AbbCTROZ (ORCPT ); Fri, 20 Mar 2015 13:14:25 -0400 From: Josef Bacik To: , , , , Subject: [PATCH 0/8] Sync and VFS scalability improvements V2 Date: Fri, 20 Mar 2015 13:14:08 -0400 Message-ID: <1426871656-28032-1-git-send-email-jbacik@fb.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.54.13] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-03-20_07:2015-03-20,2015-03-20,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=fb_default_notspam policy=fb_default score=0 kscore.is_bulkscore=0 kscore.compositescore=0 circleOfTrustscore=0 compositescore=0.925924926977281 suspectscore=0 recipient_domain_to_sender_totalscore=0 phishscore=0 bulkscore=0 kscore.is_spamscore=0 rbsscore=0.925924926977281 recipient_to_sender_totalscore=0 recipient_domain_to_sender_domain_totalscore=0 spamscore=0 recipient_to_sender_domain_totalscore=0 urlsuspectscore=0.925924926977281 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1503200176 X-FB-Internal: deliver Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Here is the update to the patches based on comments from Al and Jan. The changes since V1 are - Dropped the IOP_NOTHASHED patch and replaced it wit the hlist_fake patch as per Al's suggestion. - Dropped "inode: convert per-sb inode list to a list_lru" since Jan has found some issues with it and it doesn't seem as awesome as we want. - Fixed "inode: don't softlockup when evicting inodes" since it was based on the list_lru patch. - Added my SOB to all the patches as per Jan's suggestion and added his relevant Reviewed-by's. I'm getting new performance numbers for these patches now, hopefully that stuff will finish soon and I can get them posted. I wanted to get the updated patchset up as quickly as possible since we're getting close to the merge window and I'm getting ready to disappear into vacation for a little bit. Thanks, Josef