* What happened to e4defrag relevant file and free space defrag?
@ 2014-08-23 11:04 Joakim Ziegler
2014-09-03 18:40 ` Joakim Ziegler
0 siblings, 1 reply; 4+ messages in thread
From: Joakim Ziegler @ 2014-08-23 11:04 UTC (permalink / raw)
To: linux-ext4
I'm using ext4 on quite large filesystems, for large image sequences. Some times
these file systems fill up, and things get fragmented and a lot slower.
When reading this presentation from Linuxcon Japan 2010:
https://events.linuxfoundation.org/slides/2010/linuxcon_japan/linuxcon_jp2010_fujita.pdf
I see references to "relevant file defrag", which would be useable for me to
defrag image sequences to get them in sequence, specifically:
"Patches related to relevant file defrag (e4defrag -r) are under review."
Also, about free space defrag, it says:
"Implement free space defragmentation (e4defrag -f). We might implement this
feature when the relevant defrag development is completed."
Both of these, but especially relevant file defrag, would be very useful to
solve the problems I'm facing. What happened to the patches that were under
review? Was anything done? Was development of these features abandoned? Is there
any chance of any of them being implemented in the relatively near future?
--
Joakim Ziegler - Supervisor de postproducción - Terminal
joakim@terminalmx.com - 044 55 2971 8514 - 5264 0864
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: What happened to e4defrag relevant file and free space defrag?
2014-08-23 11:04 What happened to e4defrag relevant file and free space defrag? Joakim Ziegler
@ 2014-09-03 18:40 ` Joakim Ziegler
2014-09-03 19:02 ` Theodore Ts'o
0 siblings, 1 reply; 4+ messages in thread
From: Joakim Ziegler @ 2014-09-03 18:40 UTC (permalink / raw)
To: linux-ext4, Akira Fujita
On 23/08/14, 6:04, Joakim Ziegler wrote:
> I'm using ext4 on quite large filesystems, for large image sequences. Some times
> these file systems fill up, and things get fragmented and a lot slower.
>
> When reading this presentation from Linuxcon Japan 2010:
>
> https://events.linuxfoundation.org/slides/2010/linuxcon_japan/linuxcon_jp2010_fujita.pdf
>
>
> I see references to "relevant file defrag", which would be useable for me to
> defrag image sequences to get them in sequence, specifically:
>
> "Patches related to relevant file defrag (e4defrag -r) are under review."
>
> Also, about free space defrag, it says:
>
> "Implement free space defragmentation (e4defrag -f). We might implement this
> feature when the relevant defrag development is completed."
>
> Both of these, but especially relevant file defrag, would be very useful to
> solve the problems I'm facing. What happened to the patches that were under
> review? Was anything done? Was development of these features abandoned? Is there
> any chance of any of them being implemented in the relatively near future?
Bumping this, does anyone have any idea? Also copying Akira Fujita.
--
Joakim Ziegler - Supervisor de postproducción - Terminal
joakim@terminalmx.com - 044 55 2971 8514 - 5264 0864
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: What happened to e4defrag relevant file and free space defrag?
2014-09-03 18:40 ` Joakim Ziegler
@ 2014-09-03 19:02 ` Theodore Ts'o
2014-09-03 19:26 ` Joakim Ziegler
0 siblings, 1 reply; 4+ messages in thread
From: Theodore Ts'o @ 2014-09-03 19:02 UTC (permalink / raw)
To: Joakim Ziegler; +Cc: linux-ext4, Akira Fujita
On Wed, Sep 03, 2014 at 01:40:42PM -0500, Joakim Ziegler wrote:
> On 23/08/14, 6:04, Joakim Ziegler wrote:
> >
> >Also, about free space defrag, it says:
> >
> >"Implement free space defragmentation (e4defrag -f). We might implement this
> >feature when the relevant defrag development is completed."
The e4defrag is in e2fsprogs, and the code is still getting maintained
and improved. Dmitry Monakhov has in particular added a lot of
"torture tests", and found a number of race conditions in the
underlying kernel code. He recently also sent a code refactor of the
kernel code which significantly improved it and (shrank the size of
ext4 by 550 lines of code).
That being said, there hasn't been any real feature development for
e4defrag in quite some time. There has been some discussion about
what the kernel API's might be to support this feature, but there has
never been a finalized API proposal, let alone an implementation.
Cheers,
- Ted
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: What happened to e4defrag relevant file and free space defrag?
2014-09-03 19:02 ` Theodore Ts'o
@ 2014-09-03 19:26 ` Joakim Ziegler
0 siblings, 0 replies; 4+ messages in thread
From: Joakim Ziegler @ 2014-09-03 19:26 UTC (permalink / raw)
To: Theodore Ts'o; +Cc: linux-ext4, Akira Fujita
On 03/09/14, 14:02, Theodore Ts'o wrote:
> On Wed, Sep 03, 2014 at 01:40:42PM -0500, Joakim Ziegler wrote:
>> On 23/08/14, 6:04, Joakim Ziegler wrote:
>>>
>>> Also, about free space defrag, it says:
>>>
>>> "Implement free space defragmentation (e4defrag -f). We might implement this
>>> feature when the relevant defrag development is completed."
>
> The e4defrag is in e2fsprogs, and the code is still getting maintained
> and improved. Dmitry Monakhov has in particular added a lot of
> "torture tests", and found a number of race conditions in the
> underlying kernel code. He recently also sent a code refactor of the
> kernel code which significantly improved it and (shrank the size of
> ext4 by 550 lines of code).
>
> That being said, there hasn't been any real feature development for
> e4defrag in quite some time. There has been some discussion about
> what the kernel API's might be to support this feature, but there has
> never been a finalized API proposal, let alone an implementation.
Yeah, I was mostly curious about the relevant file defrag, since Akira's
presentation from a few years back said that there were patches in review, and
it would, I think, largely solve my problem.
--
Joakim Ziegler - Supervisor de postproducción - Terminal
joakim@terminalmx.com - 044 55 2971 8514 - 5264 0864
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-09-03 19:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-23 11:04 What happened to e4defrag relevant file and free space defrag? Joakim Ziegler
2014-09-03 18:40 ` Joakim Ziegler
2014-09-03 19:02 ` Theodore Ts'o
2014-09-03 19:26 ` Joakim Ziegler
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).