From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com ([66.111.4.26]:60988 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752054Ab3LRUv6 (ORCPT ); Wed, 18 Dec 2013 15:51:58 -0500 Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 840FE20FA2 for ; Wed, 18 Dec 2013 15:51:53 -0500 (EST) Date: Wed, 18 Dec 2013 12:51:54 -0800 From: Greg KH To: dsterba@suse.cz, stable@vger.kernel.org, linux-btrfs@vger.kernel.org, clm@fb.com, jbacik@fb.com, Liu Bo , Filipe David Borba Manana Subject: Re: Btrfs stable updates for 3.12 Message-ID: <20131218205154.GG16267@kroah.com> References: <20131218151402.GZ6498@twin.jikos.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20131218151402.GZ6498@twin.jikos.cz> Sender: linux-btrfs-owner@vger.kernel.org List-ID: On Wed, Dec 18, 2013 at 04:14:02PM +0100, David Sterba wrote: > Hi, > > please queue the following patches to 3.12 stable. They fix a few > crashes or lockups that were reported by users. > > The patch "stop using vfs_read in send" may seem big for stable, but without it > the send/receive ioctl hits the global open file limit sooner or later, > depending on the ram size. > > Subjects: > Btrfs: do a full search everytime in btrfs_search_old_slot > Btrfs: reset intwrite on transaction abort > Btrfs: fix memory leak of chunks' extent map > Btrfs: fix hole check in log_one_extent [bug 66661] > Btrfs: fix incorrect inode acl reset > Btrfs: stop using vfs_read in send > Btrfs: take ordered root lock when removing ordered operations inode > Btrfs: do not run snapshot-aware defragment on error > Btrfs: fix a crash when running balance and defrag concurrently > Btrfs: fix lockdep error in async commit > Commits: > d4b4087c43cc00a196c5be57fac41f41309f1d56 > e0228285a8cad70e4b7b4833cc650e36ecd8de89 > 7d3d1744f8a7d62e4875bd69cc2192a939813880 > ed9e8af88e2551aaa6bf51d8063a2493e2d71597 > 8185554d3eb09d23a805456b6fa98dcbb34aa518 > ed2590953bd06b892f0411fc94e19175d32f197a > 93858769172c4e3678917810e9d5de360eb991cc > 6f519564d7d978c00351d9ab6abac3deeac31621 > 48ec47364b6d493f0a9cdc116977bf3f34e5c3ec > b1a06a4b574996692b72b742bf6e6aa0c711a948 > > all apply cleanly on top of 3.12.5. all now applied, along with 4 of these that seem to be applicable to 3.10-stable. thanks, greg k-h