LWN: Comments on "The 2.6.29 kernel is out" https://lwn.net/Articles/325047/ This is a special feed containing comments posted to the individual LWN article titled "The 2.6.29 kernel is out". en-us Mon, 01 Sep 2025 21:02:44 +0000 Mon, 01 Sep 2025 21:02:44 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net The 2.6.29 kernel is out https://lwn.net/Articles/325849/ https://lwn.net/Articles/325849/ Spudd86 <div class="FormattedComment"> It moves responsability for large amounts of graphics hardware state out of X and into the kernel, this lets all kinds of things happen.<br> - Mode only gets set once as you boot (no flicker when X starts)<br> - Kernel can display panic messages while X is running<br> - X doesn't need to be root anymore<br> </div> Fri, 27 Mar 2009 14:59:13 +0000 The 2.6.29 kernel is out https://lwn.net/Articles/325278/ https://lwn.net/Articles/325278/ bojan <div class="FormattedComment"> But it was so much fun! ;-)<br> </div> Wed, 25 Mar 2009 06:42:42 +0000 The 2.6.29 kernel is out https://lwn.net/Articles/325277/ https://lwn.net/Articles/325277/ thedevil <div class="FormattedComment"> I am confused by the excitement about kernel GPU modesetting.<br> <p> Wasn't this exactly what the "use framebuffer for modesetting" option in the X server has done for many years now?<br> <p> I am a very light user of graphics - 2D only, no games, etc. That may partly excuse my ignorance here :)<br> <p> </div> Wed, 25 Mar 2009 06:28:18 +0000 The 2.6.29 kernel is out https://lwn.net/Articles/325220/ https://lwn.net/Articles/325220/ muwlgr <div class="FormattedComment"> Google do not use fsync. They use triple redundancy for their data and handle single storage node faults as usual in-process working events (i.e. bring the redundancy back to 3, and replace the failed node with a new empty operational one).<br> </div> Tue, 24 Mar 2009 20:46:11 +0000 The 2.6.29 kernel is out https://lwn.net/Articles/325218/ https://lwn.net/Articles/325218/ tialaramex <div class="FormattedComment"> Ted's talking about ext4 there, not ext3. Combining delayed allocation with data journalling clearly doesn't make much sense. But point taken.<br> </div> Tue, 24 Mar 2009 20:45:30 +0000 The 2.6.29 kernel is out https://lwn.net/Articles/325209/ https://lwn.net/Articles/325209/ cortana <blockquote><p>The data=journal mode protected data, didn't it?</blockquote> <p><a href="http://thunk.org/tytso/blog/2009/03/12/delayed-allocation-and-the-zero-length-file-problem/#comment-2034">Apparantly not.</a> I think you want the 'sync' mount option in this case. Tue, 24 Mar 2009 19:59:21 +0000 The 2.6.29 kernel is out https://lwn.net/Articles/325189/ https://lwn.net/Articles/325189/ tialaramex <div class="FormattedComment"> The data=journal mode protected data, didn't it?<br> <p> But yes, some people (and Google are apparently enough people to count) want the best possible FS features minus journalling.<br> <p> Also fsck is probably /faster/ in ext4 than ext2, so Google would be wise to choose ext4 w/o journalling over ext2 even if they did care about fsck performance. Sparse inode structures iirc were a particularly big fsck win.<br> </div> Tue, 24 Mar 2009 18:19:01 +0000 The 2.6.29 kernel is out https://lwn.net/Articles/325124/ https://lwn.net/Articles/325124/ nix <div class="FormattedComment"> Journals only protect metadata, not data. Google don't care how long fsck takes (they never run it), but they *do* care about I/O rates. So they don't want to use a journal.<br> </div> Tue, 24 Mar 2009 15:45:23 +0000 The 2.6.29 kernel is out https://lwn.net/Articles/325104/ https://lwn.net/Articles/325104/ Tuxie <div class="FormattedComment"> Btrfs is cool but I'm waiting for it to get Z-RAID equivalent functionality before I'll start playing with it.<br> </div> Tue, 24 Mar 2009 14:02:58 +0000 The 2.6.29 kernel is out https://lwn.net/Articles/325094/ https://lwn.net/Articles/325094/ clugstj <div class="FormattedComment"> Let's not start this again!<br> </div> Tue, 24 Mar 2009 13:04:57 +0000 The 2.6.29 kernel is out https://lwn.net/Articles/325090/ https://lwn.net/Articles/325090/ epa <div class="FormattedComment"> Yes, obviously if your application requires the data to be stored permanently it should call fsync()!<br> </div> Tue, 24 Mar 2009 12:21:25 +0000 The 2.6.29 kernel is out https://lwn.net/Articles/325084/ https://lwn.net/Articles/325084/ kragil <div class="FormattedComment"> The patch is from Google (they still use EXT2) because they just reimage a machine when it crashes.<br> <p> Sometimes you don't need a journal but you want the added speed and features. <br> </div> Tue, 24 Mar 2009 11:40:57 +0000 The 2.6.29 kernel is out https://lwn.net/Articles/325083/ https://lwn.net/Articles/325083/ ssam <div class="FormattedComment"> Great to see the 'Ext4 no journal mode'.<br> <p> I guess this is to guarantee data loss after hard crashes and power outages. POSIX FTW <br> </div> Tue, 24 Mar 2009 11:34:46 +0000