linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Takashi Sato" <sho@tnes.nec.co.jp>
To: "Jens Axboe" <jens.axboe@oracle.com>
Cc: <linux-ext4@vger.kernel.org>, <linux-fsdevel@vger.kernel.org>
Subject: Re: [RFC][PATCH 3/3] Online defrag command
Date: Fri, 9 Feb 2007 17:08:50 +0900	[thread overview]
Message-ID: <071601c74c21$8b75bf90$4168010a@bsd.tnes.nec.co.jp> (raw)
In-Reply-To: 20070208135620.GF4487@kernel.dk

Hi,

> On Thu, Feb 08 2007, Takashi Sato wrote:
>> The defrag command.  Usage is as follows:
>> o Put the multiple files closer together.
>>   # e4defrag -r directory-name
>> o Defrag for a single file.
>>   # e4defrag file-name
>> o Defrag for all files on ext4.
>>   # e4defrag device-name
>
> Would it be possible to provide support for putting multiple files close
> together? Ala
>
> # e4defrag file1 file2 file3 ... fileN

e4defrag cannot do it in my current implementation.
I will consider its implementation on my later version.

Alternatively, you can do it if you link those files with a directory.
# ln file1 file2 file3 ... fileN directory-name
# e4defrag -r directory-name

> I'm thinking boot speedup, gather the list of read files and put them
> close on disk.

I think so.  It's my final goal.

Cheers, Takashi

  reply	other threads:[~2007-02-09  8:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-08  9:02 [RFC][PATCH 3/3] Online defrag command Takashi Sato
2007-02-08 13:56 ` Jens Axboe
2007-02-09  8:08   ` Takashi Sato [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-01-16 12:06 sho
2006-12-22 10:30 sho
2006-11-09 11:11 sho

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='071601c74c21$8b75bf90$4168010a@bsd.tnes.nec.co.jp' \
    --to=sho@tnes.nec.co.jp \
    --cc=jens.axboe@oracle.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).