* I have one idea to improve ext4 filesystem efficientcy
@ 2025-07-24 11:56 Sergio Abreu
2025-07-24 12:53 ` Theodore Ts'o
0 siblings, 1 reply; 2+ messages in thread
From: Sergio Abreu @ 2025-07-24 11:56 UTC (permalink / raw)
To: linux-ext4
Hello
I am just in love with ext family file system!
I have studied it deeply and now I want to contribute with an idea that
could be used for next versions from ext4 and ahead
It's a simple thing that is fully compatible with current Ext4 version
and will improve space efficiency.
I don't really want to write code, just transfer my vision to an already
envolved and competent programmer that is working on ext4 development.
PS: I have contributed to other free open source projects. My name is
present in the Greasemonkey Mozilla extension (js expert) and as
TuxGuitar as translator.
Now I just wanted to share a tech insight that would improve ext4
efficiency even more.
Best Regards
Sergio Abreu - Brazilian developer since the year 2001
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: I have one idea to improve ext4 filesystem efficientcy
2025-07-24 11:56 I have one idea to improve ext4 filesystem efficientcy Sergio Abreu
@ 2025-07-24 12:53 ` Theodore Ts'o
0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2025-07-24 12:53 UTC (permalink / raw)
To: Sergio Abreu; +Cc: linux-ext4
On Thu, Jul 24, 2025 at 08:56:49AM -0300, Sergio Abreu wrote:
>
> I have studied it deeply and now I want to contribute with an idea that
> could be used for next versions from ext4 and ahead
>
> It's a simple thing that is fully compatible with current Ext4 version and
> will improve space efficiency.
>
> I don't really want to write code, just transfer my vision to an already
> envolved and competent programmer that is working on ext4 development.
>
> Now I just wanted to share a tech insight that would improve ext4 efficiency
> even more.
Why don't you just send the idea to the list, instead of just sayting
that you would like to contribute an idea?
I will note that in general, ideas are generally not the bottleneck.
The bottleneck is software engineering time / bandwidth. Either it
needs to come with a volunteer who is passionate enough to pursue the
implementation effort, or it needs to align with some company's
business goals, and so will allow their software engineer to dedicate
their work time towards the project. Because file system engineering
is so demanding, and reiability is critical, most few features tend to
fall into that second category.
This is especially true for space efficiency, because storage per
terabyte has never been cheaper. For example, adding support for
compression is an obvious way of improving space efficiency. However,
the estimated cost per gigabyte in mid-2025 is roughly a penny (US
Dollars) using hard drives. The cost per gigabyte stored on NVMe
flash is about 8 cents USD. When you factor into that the cost of a
software engineer, whether in Brazil, US, China, India, etc., it's
hard for a company to justify such an investment. And this does't
take into account that there are other performance tradeoffs involved
in using compression. As the saying goes, there's no such thing as a
free lunch.
Cheers,
- Ted
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-24 12:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-24 11:56 I have one idea to improve ext4 filesystem efficientcy Sergio Abreu
2025-07-24 12:53 ` Theodore Ts'o
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox