Facebook  Twitter  Google +  Linkedin


Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/lwegabab/public_html/old/plugins/content/al_facebook_comments/al_facebook_comments.php on line 516

Warning: file_get_contents(https://api.facebook.com/restserver.php?method=links.getStats&urls=https://old.yourictmagazine.com/apps-software/406-the-linux-kernel-3-4-released-with-new-filesystem): Failed to open stream: no suitable wrapper could be found in /home/lwegabab/public_html/old/plugins/content/al_facebook_comments/al_facebook_comments.php on line 516

Warning: Undefined array key 1 in /home/lwegabab/public_html/old/plugins/content/al_facebook_comments/al_facebook_comments.php on line 521

The stable version of Linux 3.4 is officially out providing users of the open source operating system with new filesystem, driver and performance updates. This follows  follows the Linux 3.3 release by two months and is now officially "stable" after Linux creator Linus Torvalds pushed out seven release candidates.

In terms of features, enhancements to the Btrfs filesystem top the list. The Btrfs effort was initiated by Oracle engineer Chris Mason as a means to provide a more robust filesystem for Linux than the default Ext4 system. Linux Kernel Btrfs first debuted in March 2009 as part of the Linux 2.6.29 kernel and has been steadily evolving ever since.

Linux 3.4 adds a new btfs-restore utility for Btrfs, which can help to recover data from a filesystem that is not mountable. Performance in Btrfs has also been improved with support for metadata blocks of up to 64KB in size, up from the previous 4KB. Read More

A critical part of Btrfs is the use of something known as extents, which define the part of the disk being used for storing a given piece of information. In Linux 3.4, Btrfs has improved the way it handles extents.

"Previously we could exit writepages with only having written half of an extent buffer, which meant we had to track the state of the pages and the state of the extent buffers differently," Kernel developer Josef Bacik wrote in his kernel commit message."Now we only read in entire extent buffers and write out entire extent buffers. This allows us to simply set bits in our bflags to indicate the state of the extent buffer, and we no longer have to do things like track uptodate with our iotree."

Among the other new features in Linux 3.4 is a set of improvements to B.A.T.M.A.N. BATMAN, or Better Approach To Mobile Adhoc Networking, first landed in the 2.6.38 Linux kernel back in March of 2011. In the 3.4 kernel, B.A.T.M.A.N has been improved to now have the ability to alter the routing algorithm used to create the ad hoc mesh network.

KVM virtualization also gets a big boost in Linux 3.4. New kernel features contributed by Red Hat expand the maximum number of virtual CPUs (vCPUs) that can be supported in Linux, from 64 all the way to 160.