What are open source file systems?

Hello, I am developing a data storage application that needs to be cross-platform compatible. I found that the commercial file systems on the market were expensive and did not meet the flexibility requirements, so I wanted to learn about open source file systems, hoping to use them to achieve cross-platform compatibility of applications and save costs. So here are my questions.
What are open source file systems?
What are the advantages of open source file systems?
What are common open source file systems examples?
Any help would be appreciated!

Briefly speaking, open source file systems are a subset of file systems, that is, all open source file systems belong to the category of file systems, but not all file systems are

open source.

Unlike proprietary file systems , open source file systems refer to file system solutions whose source code is open to the public, allowing anyone to view, modify, distribute, and use them.

In addition, open source file systems are designed to promote technological innovation, reduce the cost of use, and improve the customizability and flexibility of the system.

When discussing file storage and management, you might think of proprietary file systems like NTFS . However, open source file systems are also growing in popularity. Compared with proprietary file systems, it has many advantages. So, let’s take a look at what these advantages are.

Transparency

Open-source file systems make the accessibility of their source code to the public, empowering individuals to scrutinize, evaluate, and even alter the code as needed. This level of transparency makes it easier to identify and fix potential security flaws, enhancing the system’s overall security.

Conversely, proprietary file systems often shroud their code in secrecy, hindering users’ ability to delve into their mechanisms and uncover vulnerabilities.

Cost-effectiveness

Open source file systems are usually free to use without paying software license fees. This significantly reduces IT costs for individuals, small businesses, and even large enterprises. Therefore, for many enterprises, they will choose to use open source file systems.

However, proprietary file systems often come with hefty licensing fees and can include long-term maintenance and upgrade costs. Moreover, once a vendor discontinues support for a system version, users may face the risk that the system will become unusable or difficult to maintain.

Cross-platform support

Open source file systems typically support multiple operating systems, such as Linux, Windows, and macOS, which allows them to be deployed flexibly in different environments. However, proprietary file systems may be limited to specific operating systems or devices.

There are many common open source file systems, and four common open source file system types are listed below. I believe that after reading, you will have a deeper understanding of open source file systems.

EXT4 (Fourth Extended Filesystem)

EXT4 is one of the most commonly used Linux file systems and the default file system for Ubuntu . It is an improved version of ext3, offering better performance and greater file system support. It is excellent at handling large files and large amounts of data.

XFS

XFS, a high-performance 64-bit journling file system, is known for its exceptional scale and performance scalability, especially for environments that need to handle large files and high throughput, such as media servers.

Btrfs (B-tree File System)

Btrfs (B-tree File System) is an open source file system developed by Oracle Corporation in 2007 and licensed under the GPL. Its main features include support for Copy-On-Write (COW), which was intended to replace the ext family of file systems used in Linux’s early days, especially ext3, to provide more power and better data security.

ZFS

Zettabyte File System (ZFS) is an open source file system originally developed by Sun for the Solaris 10 operating system, known as the Dynamic File System. ZFS is celebrated for its reliability, ability to handle large storage capacities, impressive data integrity features like checksumming, and advanced capabilities such as snapshots, deduplication, and replication.