Return-Path: linux-nfs-owner@vger.kernel.org Received: from mail-ie0-f172.google.com ([209.85.223.172]:41700 "EHLO mail-ie0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753313AbaJQS6V (ORCPT ); Fri, 17 Oct 2014 14:58:21 -0400 Received: by mail-ie0-f172.google.com with SMTP id rl12so1337825iec.31 for ; Fri, 17 Oct 2014 11:58:20 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <544156FE.7070905@windriver.com> References: <544156FE.7070905@windriver.com> From: Austin Schuh Date: Fri, 17 Oct 2014 11:58:00 -0700 Message-ID: Subject: Re: Hang writing to nfs-mounted filesystem from client, all nfsd tasks on server blocked in D To: Chris Friesen Cc: linux-nfs , "J. Bruce Fields" , linux-ext4 , tytso , "adilger.kernel" , rt-users Content-Type: text/plain; charset=UTF-8 Sender: linux-nfs-owner@vger.kernel.org List-ID: On Fri, Oct 17, 2014 at 10:50 AM, Chris Friesen wrote: > Where generic_file_aio_write() is calling mutex_lock(&inode->i_mutex). Use the 121 patch. This sounds very similar to the issue that I helped debug with XFS. There ended up being a deadlock due to a bug in the kernel work queues. You can search the RT archives for more info.