From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mason Subject: Re: btrfs subvol find-modified Date: Fri, 26 Mar 2010 15:36:42 -0400 Message-ID: <20100326193642.GC13680@think> References: <20100326111807.24dcc2f0@simplux> <20100326132219.GF16453@think> <20100326195147.146db06e@simplux> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-btrfs@vger.kernel.org To: "Dipl.-Ing. Michael Niederle" Return-path: In-Reply-To: <20100326195147.146db06e@simplux> List-ID: On Fri, Mar 26, 2010 at 07:51:47PM +0100, Dipl.-Ing. Michael Niederle wrote: > I have added a command > > btrfs subvolume find-modified > List the recently modified files and directories in a filesystem. > > It's similar to find-new with the following differences: Ok, I'd suggest two changes. Add an optional timestamp field to filter files that have changed since a given timestamp. Also make it take -e that prints the extents. -chris