Linux 2.6.33 has been released. This version features Nouveau, Nintendo Wii and Gamecube support, DRDB (Distributed Replicated Block Device), TCP “cookie transactions”, a syscall for batching recvmsg() calls, several new perf subcommands (perf probe, perf bench, perf kmem, perf diff), support for cache compression and other improvements. See the full changelog here.
Is Trim support for SSDs.
Yes I agree. But is will it work by default, or does the user need to use a kernel parameter to activate it?
It’s a real pity this feature will not be part of the next Ubuntu release (unless someone backports it into their release kernel).
Sticking with 2.6.32 makes sense for 10.04 LTS. I think Redhat, SuSe and Ubuntu (Mainly the first two) will “keep it alive”:
http://www.kroah.com/log/linux/stable-status-01-2010.html
I can’t wait to use my Wii-Fit to edit text in VI. Let me see, is it Stomp or Shuffle to switch to insert mode…
For people running servers that require maximum disk reliability, some of us like to use full data journaling. This involves double-writes of all data, but it’s more robust. Well, EXT4 doesn’t support delayed allocation (which would a really nice optimization) in data journaling mode. STILL.
You can use XFS to put the full journal in a second disk, so your disk will undergo less I/O stress. But I agree, being able to wait for idle moment to do the stuff would be nice, but it’s a little dangerous.
I thought XFS only journaled metadata.
I think ext3/4 can put the journal somewhere else too. Or is it only ext4? I remember checking that for my eeepc…
Does anyone have some good links to hacking the Wii?
http://www.wiibrew.org should get you started.
Page flipping: A ioctl has been added to support page flipping in the KMS API. This functionality is needed to implement tearing-free desktops
When will this happen? I really hope it’s soon…
Wayland uses it. I don’t know how this fits in X.org
That’d be great news if it wasn’t for the fact tha Wayland is not even close to usable right now (and there is not much work on it, check the commits…)
Kernelnewbies is the place to see a list of changes that actually makes sense:
http://kernelnewbies.org/LinuxChanges
Kernelnewbies is the place to see a list of changes that actually makes sense: