Add btrfs subvol find-new command
authorChris Mason <chris.mason@oracle.com>
Thu, 18 Mar 2010 16:32:32 +0000 (12:32 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 18 Mar 2010 16:32:32 +0000 (12:32 -0400)
commit8f55b769c703c3f7cc8c94d165ea2587d4384ae9
treef0e76f0e5fd59a65692236ce66b8f8724d055802
parentfb3a539c9224b9923acccc684bc1f2719d651004
Add btrfs subvol find-new command

btrfs-subvol find-new <subvol> <id> will search through a given subvol
and print out all the files with extents newer than a given id.

Care must be taken to make sure any pending delalloc is on disk before
running this because that won't show up in the output.
btrfs-list.c
btrfs.c
btrfs_cmds.c
btrfs_cmds.h
ctree.h
ioctl.h