News Archive (1999-2012) | 2013-current at LinuxGizmos | Current Tech News Portal |    About   

Linux 2.6.30 gets new filesystems

Jun 10, 2009 — by Eric Brown — from the LinuxDevices Archive — 1 views

Linus Torvalds (pictured) announced Linux kernel 2.6.30, adding several new filesystems, including the NILFS2 log-structured filesystem. Linux 2.6.30 enhancements include a local caching layer for NFS data, the RDS server cluster communications protocol, the Tomoyo security module, and support… for LZMA and BZIP2 compression algorithms.

The 2.6.30 release arrives less than three months after Linux kernel 2.6.29, which added a wide variety of driver and header updates, WiMAX support, the embedded-oriented Squashfs filesystem, and a preliminary new Btrfs filesystem. The new kernel release further feeds Linux developers' insatiable appetite for new filesystems.

The new NILFS2 treats the whole disk as a consecutive list of blocks (or “log”), and never rewrites blocks. As a result, all modifications and creations are converted into sequential operations, which are said to be faster. Other NILFS2 improvements are said to include the ability to offer a more coherent historical view of operations, called “continuus snapshotting,” enabling users to restore files that have been mistakenly destroyed only a few seconds previously.

In addition to the NILFS2 system, Linux 2.6.30 adds an EXOFS filesystem designed for object-based storage, and a POHMELFS distributed networking filesystem. Other filesystem enhancements include improved data security with the controversial new ext4 filesystem, as well as automatic flushing of files on renames/truncates in ext3, ext4, and Btrfs.

Beyond filesystems, the new release offers numerous incremental improvements, including enhanced power management for more robust system hibernation features, DRM support for Radeon R6xx/R7xx graphic cards, and hundreds of new and improved drivers. Many of the enhancements target data storage, including improved switching between RAID 5/6 modes.

Major new features of Linux 2.6.30 are said to include:

  • NILFS2 — This log-structured filesystem offers “continuous snapshotting” restore feature (see above).
  • POHMELFS and DST — POHMELFS (Parallel Optimized Host Message Exchange Layered File System) is a network distributed filesystem which is said to offer faster I/O operation compared to NFS. DST (Distributed network Storage) is said to streamline the creation of high-performance storage networks.
  • Reliable Datagram Sockets (RDS) protocol support — RDS provides a high bandwidth, low-latency, inter-process communication protocol and transport system between the servers in a cluster.
  • Fastboot — Intel's quick-booting technology performs storage scanning asynchronously, enabling the kernel to keep booting while storage devices are scanned in parallel.
  • IEEE 802.11w — A preliminary implementation of a proposed WiFi amendment that increases the security of 802.11's management frames, IEEE 802.11w is said to offer “wireless management frame protection support.”
  • Preadv()/pwritev() system calls — These Red Hat contributed syscalls, which are also used in BSD, are “a pretty straightforward combination of pread/pwrite and readv/pwrite,” says the kernel project.
  • EXOFS — This filesystem supports a new generation of experimental, object-based storage devices that offload work from the host, and offer a higher-level interface via an array of objects.
  • NFS 4.1 — A preliminary version of the IETF's NFS 4.1, the Linux implementation adds the mandatory-to-implement NFSv4.1 Sessions. Other features, including Parallel NFS, will be added in later releases.
  • FS-Cache — This caching filesystem caches data from networked filesystems disk, speeding up operations, similar to the CacheFS of other Unix OSes.
  • Tomoyo — The Tomoyo Mandatory Access Control (MAC) is an alternative to the Selinux and Smack security subsystems, and offers pathname-based access control.
  • Filesystems performance improvements — To improve disk I/O on fsync calls, changes have been to create an implicit internal fsync of a file after a rename or truncate in ext3, ext4, and Btrfs filesystems.
  • LZMA/BZIP2 kernel image compression — LZMA or BZIP2 can now be used for compression. The kernel size is said to be about 10 percent smaller with BZIP2 in comparison to the pre-existing GZIP, and about 33 percent smaller with LZMA.
  • Microblaze support — The new release supports the Xilinx MMU-less Microblaze CPU architecture.

    Tuz

  • Integrity Management Architecture — The Trusted Computing Group (TCG)'s runtime Integrity Measurement Architecture(IMA) improves security, especially on systems with TPM chips.
  • Tux returns — The official codename of Linux 2.6.30 may be “Man-Eating Seals of Antiquity”, but it might also be called “The Return of the Tux.” The previous kernel release sent Tux (pictured, as always on the LinuxDevices masthead) on vacation as official mascot in order to showcase a Tasmanian devil called “Tuz” (pictured). Now that the Linux world is aware of the Australian species' endangered status, however, the penguin is back.

Availability

The official Linux 2.6.30 announcement from Linus Torvalds may be found here, and release notes can be found here.


 
This article was originally published on LinuxDevices.com and has been donated to the open source community by QuinStreet Inc. Please visit LinuxToday.com for up-to-date news and articles about Linux and open source.



Comments are closed.