this post was submitted on 18 Jul 2024
141 points (100.0% liked)

Linux

47345 readers
1550 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Ted Ts'o sent out the EXT4 updates today for Linux 6.11. He explained in that pull request:

"Many cleanups and bug fixes in ext4, especially for the fast commit feature. Also some performance improvements; in particular, improving IOPS and throughput on fast devices running Async Direct I/O by up to 20% by optimizing jbd2_transaction_committed()."

you are viewing a single comment's thread
view the rest of the comments
[–] possiblylinux127@lemmy.zip 4 points 2 months ago (2 children)

For those who still use it.

Ok I'm just giving it a hard time as I still use it for VMs

[–] thingsiplay@beehaw.org 11 points 2 months ago (3 children)

I still use it (Ext4) exclusively and its great. How can you have a hard time with Ext4? It's the most proven and most polished FS. Its not like slowing down your system or being buggy or like that.

[–] shirro@aussie.zone 5 points 2 months ago

Same here. Ext4 is an excellent general purpose file systems and a sensible default. It lacks features that are useful, even critical, for some use cases which sometimes rules it out but it certainly isn't obsolete.

[–] Samueru@lemmy.ml 5 points 2 months ago

Btrfs snapshots made me stop using ext4 all together.

[–] possiblylinux127@lemmy.zip 0 points 2 months ago (1 children)

It is slower than btrfs and lacks protection against corruption

[–] bsergay@discuss.online 4 points 2 months ago

It is slower than btrfs

What evidence supports your statement, given that it contradicts the overall results of tests conducted in the past year by both DJ Ware and Michael Larabel from Phoronix?

[–] PrivateNoob@sopuli.xyz 3 points 2 months ago

Well that's the default for debian based systems. So a lot of us use it.