From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Samuel Subject: Re: [PATCH 00/19 v5] Fix filesystem freezing deadlocks Date: Wed, 18 Apr 2012 10:46:55 +1000 Message-ID: <4F8E0EFF.4090007@csamuel.org> References: <1334592845-22862-1-git-send-email-jack@suse.cz> <20120417004329.GE6734@dastard> <141752A3-EDF1-4ABC-919D-4170B0455948@whamcloud.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Dave Chinner , Jan Kara , Al Viro , dchinner@redhat.com, LKML , linux-fsdevel@vger.kernel.org, Alex Elder , Anton Altaparmakov , Ben Myers , Chris Mason , cluster-devel@redhat.com, "David S. Miller" , fuse-devel@lists.sourceforge.net, "J. Bruce Fields" , Joel Becker , KONISHI Ryusuke , linux-btrfs@vger.kernel.org, linux-ext4@vger.kernel.org, linux-nfs@vger.kernel.org, linux-nilfs@vger.kernel.org, linux-ntfs-dev@lists.sourceforge.net, Mark Fasheh , Miklos Szeredi , ocfs2-devel@oss.oracle.com, OGAWA Hirofumi , Steven Whitehouse , To: Andreas Dilger Return-path: In-Reply-To: <141752A3-EDF1-4ABC-919D-4170B0455948@whamcloud.com> List-ID: On 17/04/12 15:10, Andreas Dilger wrote: > (which IMHO would prevent nearly every Gnome system from freezing unless these > apps have changed their behaviour in more recent releases). It would also affect current KDE desktops as they tend to use MySQL for Akonadi & Nepomuk, plus anyone using Chromium (and presumably Chrome): samuel@eris:/tmp$ sudo lsof | grep deleted | awk '{print $1}' | sort | uniq -c [sudo] password for samuel: 32 chromium- 1 dovecot 5 imap-logi 5 mysqld I would be surprised if you could find many systems that didn't have files in this situation. -- Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Samuel Subject: Re: [PATCH 00/19 v5] Fix filesystem freezing deadlocks Date: Wed, 18 Apr 2012 10:46:55 +1000 Message-ID: <4F8E0EFF.4090007@csamuel.org> References: <1334592845-22862-1-git-send-email-jack@suse.cz> <20120417004329.GE6734@dastard> <141752A3-EDF1-4ABC-919D-4170B0455948@whamcloud.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <141752A3-EDF1-4ABC-919D-4170B0455948@whamcloud.com> Sender: linux-btrfs-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Andreas Dilger Cc: Dave Chinner , Jan Kara , Al Viro , dchinner@redhat.com, LKML , linux-fsdevel@vger.kernel.org, Alex Elder , Anton Altaparmakov , Ben Myers , Chris Mason , cluster-devel@redhat.com, "David S. Miller" , fuse-devel@lists.sourceforge.net, "J. Bruce Fields" , Joel Becker , KONISHI Ryusuke , linux-btrfs@vger.kernel.org, linux-ext4@vger.kernel.org, linux-nfs@vger.kernel.org, linux-nilfs@vger.kernel.org, linux-ntfs-dev@lists.sourceforge.net, Mark Fasheh , Miklos Szeredi , ocfs2-devel@oss.oracle.com, OGAWA Hirofumi , Steven Whitehouse On 17/04/12 15:10, Andreas Dilger wrote: > (which IMHO would prevent nearly every Gnome system from freezing unless these > apps have changed their behaviour in more recent releases). It would also affect current KDE desktops as they tend to use MySQL for Akonadi & Nepomuk, plus anyone using Chromium (and presumably Chrome): samuel@eris:/tmp$ sudo lsof | grep deleted | awk '{print $1}' | sort | uniq -c [sudo] password for samuel: 32 chromium- 1 dovecot 5 imap-logi 5 mysqld I would be surprised if you could find many systems that didn't have files in this situation. -- Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: linux-nfs-owner@vger.kernel.org Received: from csamuel.org ([74.50.50.137]:39200 "EHLO csamuel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752214Ab2DRAze (ORCPT ); Tue, 17 Apr 2012 20:55:34 -0400 Message-ID: <4F8E0EFF.4090007@csamuel.org> Date: Wed, 18 Apr 2012 10:46:55 +1000 From: Chris Samuel MIME-Version: 1.0 To: Andreas Dilger CC: Dave Chinner , Jan Kara , Al Viro , dchinner@redhat.com, LKML , linux-fsdevel@vger.kernel.org, Alex Elder , Anton Altaparmakov , Ben Myers , Chris Mason , cluster-devel@redhat.com, "David S. Miller" , fuse-devel@lists.sourceforge.net, "J. Bruce Fields" , Joel Becker , KONISHI Ryusuke , linux-btrfs@vger.kernel.org, linux-ext4@vger.kernel.org, linux-nfs@vger.kernel.org, linux-nilfs@vger.kernel.org, linux-ntfs-dev@lists.sourceforge.net, Mark Fasheh , Miklos Szeredi , ocfs2-devel@oss.oracle.com, OGAWA Hirofumi , Steven Whitehouse , "Theodore Ts'o" , xfs@oss.sgi.com Subject: Re: [PATCH 00/19 v5] Fix filesystem freezing deadlocks References: <1334592845-22862-1-git-send-email-jack@suse.cz> <20120417004329.GE6734@dastard> <141752A3-EDF1-4ABC-919D-4170B0455948@whamcloud.com> In-Reply-To: <141752A3-EDF1-4ABC-919D-4170B0455948@whamcloud.com> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-nfs-owner@vger.kernel.org List-ID: On 17/04/12 15:10, Andreas Dilger wrote: > (which IMHO would prevent nearly every Gnome system from freezing unless these > apps have changed their behaviour in more recent releases). It would also affect current KDE desktops as they tend to use MySQL for Akonadi & Nepomuk, plus anyone using Chromium (and presumably Chrome): samuel@eris:/tmp$ sudo lsof | grep deleted | awk '{print $1}' | sort | uniq -c [sudo] password for samuel: 32 chromium- 1 dovecot 5 imap-logi 5 mysqld I would be surprised if you could find many systems that didn't have files in this situation. -- Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda2.sgi.com [192.48.176.25]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id q3I0lMYo124176 for ; Tue, 17 Apr 2012 19:47:22 -0500 Received: from csamuel.org (csamuel.org [74.50.50.137]) by cuda.sgi.com with ESMTP id Za7aMDUE19Ag1Q38 for ; Tue, 17 Apr 2012 17:47:21 -0700 (PDT) Message-ID: <4F8E0EFF.4090007@csamuel.org> Date: Wed, 18 Apr 2012 10:46:55 +1000 From: Chris Samuel MIME-Version: 1.0 Subject: Re: [PATCH 00/19 v5] Fix filesystem freezing deadlocks References: <1334592845-22862-1-git-send-email-jack@suse.cz> <20120417004329.GE6734@dastard> <141752A3-EDF1-4ABC-919D-4170B0455948@whamcloud.com> In-Reply-To: <141752A3-EDF1-4ABC-919D-4170B0455948@whamcloud.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Andreas Dilger Cc: Jan Kara , "J. Bruce Fields" , ocfs2-devel@oss.oracle.com, KONISHI Ryusuke , OGAWA Hirofumi , linux-nilfs@vger.kernel.org, Miklos Szeredi , cluster-devel@redhat.com, Anton Altaparmakov , linux-ext4@vger.kernel.org, fuse-devel@lists.sourceforge.net, Mark Fasheh , xfs@oss.sgi.com, Ben Myers , Joel Becker , dchinner@redhat.com, Steven Whitehouse , Chris Mason , linux-nfs@vger.kernel.org, Alex Elder , Theodore Ts'o , linux-ntfs-dev@lists.sourceforge.net, LKML , Al Viro , linux-fsdevel@vger.kernel.org, "David S. Miller" , linux-btrfs@vger.kernel.org On 17/04/12 15:10, Andreas Dilger wrote: > (which IMHO would prevent nearly every Gnome system from freezing unless these > apps have changed their behaviour in more recent releases). It would also affect current KDE desktops as they tend to use MySQL for Akonadi & Nepomuk, plus anyone using Chromium (and presumably Chrome): samuel@eris:/tmp$ sudo lsof | grep deleted | awk '{print $1}' | sort | uniq -c [sudo] password for samuel: 32 chromium- 1 dovecot 5 imap-logi 5 mysqld I would be surprised if you could find many systems that didn't have files in this situation. -- Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs