From patchwork Wed Sep 15 14:10:39 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Nicol X-Patchwork-Id: 182662 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o8FEAiUW022346 for ; Wed, 15 Sep 2010 14:10:44 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754061Ab0IOOKm (ORCPT ); Wed, 15 Sep 2010 10:10:42 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:61349 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753053Ab0IOOKl (ORCPT ); Wed, 15 Sep 2010 10:10:41 -0400 Received: by pzk34 with SMTP id 34so58577pzk.19 for ; Wed, 15 Sep 2010 07:10:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=SKGCDZ9Q4XyVj20ekcAskEhO+GPM77pxgkz7Mq9SsSs=; b=G2beZYvALEF0LVvgTYvVy8lNjdj/HOoVTReTm4awwyg15+4Hg6Kp7scd79tplN4Sln mD9AUURjLB8n7kGwbaOERl7JYf5GBDYa+um68YP30Rv7vdJWxZF7pVlqDmyEvfS83/5E jIO2tPXT2O4m0GVr9qOP+Qrh6vjIoH9KFYcbE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=XQd/n4Spcm1EHW3D7ZpxE+By9BTAKt0Ql/iSW/nKpTd+5C6YdCjMSdrECSEU70diZC 4HMo/dEVbrnHFsxFV8HopUj+XdQsbHL/Lnj9CyXwzg/TjgAReKQaLqY+WUp8Ot+Rsbwz YcBWUyLA2kdutJyRBircXUH2ybDoCmX+9zZb8= MIME-Version: 1.0 Received: by 10.114.46.14 with SMTP id t14mr1819053wat.67.1284559839906; Wed, 15 Sep 2010 07:10:39 -0700 (PDT) Received: by 10.231.47.72 with HTTP; Wed, 15 Sep 2010 07:10:39 -0700 (PDT) In-Reply-To: <201009142125.56710.kreijack@libero.it> References: <201009131923.53227.kreijack@libero.it> <201009142125.56710.kreijack@libero.it> Date: Wed, 15 Sep 2010 09:10:39 -0500 Message-ID: Subject: Re: Updating the wiki pages adding btrfs command [Was Re: reserving an IOCTL number; other details] From: David Nicol To: kreijack Cc: linux-btrfs Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Wed, 15 Sep 2010 14:10:44 +0000 (UTC) diff --git a/man/btrfs.8.in b/man/btrfs.8.in index 26ef982..290d202 100644 --- a/man/btrfs.8.in +++ b/man/btrfs.8.in @@ -19,6 +19,8 @@ btrfs \- control a btrfs filesystem .PP \fBbtrfs\fP \fBfilesystem sync\fP\fI \fP .PP +\fBbtrfs\fP \fBfilesystem GC\fP\fI [ms] \fP +.PP \fBbtrfs\fP \fBfilesystem resize\fP\fI [+/\-][gkm]|max \fP .PP \fBbtrfs\fP \fBdevice scan\fP\fI [ [..]]\fP @@ -115,6 +117,12 @@ all the block devices. Force a sync for the filesystem identified by \fI\fR. .TP +\fBfilesystem GC\fR\fI [ms] \fR +wait for completion of salvage of deleted subvolumes on +the filesystem identified by \fI\fR. The optional +timeout is in milliseconds. +.TP + .\" .\" Some wording are extracted by the resize2fs man page .\"