Difference between revisions of "ChangeLog-2.3"
From Linux-VServer
Daniel hozac (Talk | contribs) (New page: {| class="wikitable" style="width: 100%;" ! 2.6.22.6-vs2.3.0.20 | rowspan="2" | * make mount -o tag (as long as CONFIG_PROPAGATE=n) work again |- | style="text-align: center;" | ''11 Sep ...) |
|||
(9 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable" style="width: 100%;" | {| class="wikitable" style="width: 100%;" | ||
+ | |||
+ | ! 2.6.22.19-vs2.3.0.34 | ||
+ | | rowspan="2" | | ||
+ | * let the host reclaim loop devices previously used by guests | ||
+ | * fix a crash when creating a device map with no device or target | ||
+ | |- | ||
+ | | style="text-align: center;" | ''17 Mar 2008'' | ||
+ | |- | ||
+ | |||
+ | ! 2.6.22.19-vs2.3.0.33 | ||
+ | | rowspan="2" | | ||
+ | * add a way to assign tun/tap interfaces to network contexts | ||
+ | |- | ||
+ | | style="text-align: center;" | ''16 Mar 2008'' | ||
+ | |- | ||
+ | |||
+ | ! 2.6.22.19-vs2.3.0.32.1 | ||
+ | | rowspan="2" | | ||
+ | * add a new network context flag, LBACK_ALLOW, which lets gets without an lback connect to 127.0.0.0/8. | ||
+ | |- | ||
+ | | style="text-align: center;" | ''14 Mar 2008'' | ||
+ | |- | ||
+ | |||
+ | ! 2.6.22.16-vs2.3.0.32 | ||
+ | | rowspan="2" | | ||
+ | * fix oops on ip route get <IPv6 address> | ||
+ | |- | ||
+ | | style="text-align: center;" | ''19 Jan 2008'' | ||
+ | |- | ||
+ | |||
+ | ! 2.6.22.16-vs2.3.0.31 | ||
+ | | rowspan="2" | | ||
+ | * fix OCFS2 hang | ||
+ | * fix mount namespace leak | ||
+ | |- | ||
+ | | style="text-align: center;" | ''19 Jan 2008'' | ||
+ | |- | ||
+ | |||
+ | ! 2.6.22.16-vs2.3.0.30 | ||
+ | | rowspan="2" | | ||
+ | * make AF_RXRPC and AFS_FS depend on !VSERVER_SECURITY | ||
+ | * hide RTNLGRP_IPV[46]_IFADDR messages from guests | ||
+ | * kill -1 should not kill fakeinit | ||
+ | * kill 1 should kill fakeinit | ||
+ | |- | ||
+ | | style="text-align: center;" | ''19 Jan 2008'' | ||
+ | |- | ||
+ | |||
+ | ! 2.6.22.10-vs2.3.0.29 | ||
+ | | rowspan="2" | | ||
+ | * add the task and its xid, nid, and tag to all warning messages | ||
+ | * when the dentry gets invalid during COW, redo the lookup and return the new dentry | ||
+ | * drop the vfs_cow_mutex again, it's unnecessary | ||
+ | * output the context id when warning about them still having resources assigned on exit | ||
+ | * fix oopses in inet_diag | ||
+ | |- | ||
+ | | style="text-align: center;" | ''30 Oct 2007'' | ||
+ | |- | ||
+ | |||
+ | ! 2.6.22.9-vs2.3.0.28 | ||
+ | | rowspan="2" | | ||
+ | * use the same allowed bits for the lookup case as the access case for devpts | ||
+ | * check inode_setattr's return value and error if it fails | ||
+ | * lock the vfs_rename_mutex to protect the vfs_rename | ||
+ | * add a vfs_cow_mutex to protect the COW-operation | ||
+ | * fix an oops in ipv4_rcv_saddr_equal | ||
+ | |- | ||
+ | | style="text-align: center;" | ''18 Oct 2007'' | ||
+ | |- | ||
+ | |||
+ | ! 2.6.22.9-vs2.3.0.27 | ||
+ | | rowspan="2" | | ||
+ | * add dmap | ||
+ | * revert some of the code added to track down the POSIX timer issue | ||
+ | * "implement" splice for JFFS2 | ||
+ | * don't use dx_permission for devpts or procfs, they're still xid-tagged | ||
+ | * 127.0.0.1 is just for show inside the context, it's not actually assigned | ||
+ | * all of 127.0.0.0/8 is rewritten to the guest's lback-address, if configured | ||
+ | * fix hiding of lback in UDPv4 | ||
+ | |- | ||
+ | | style="text-align: center;" | ''11 Oct 2007'' | ||
+ | |- | ||
+ | |||
+ | ! 2.6.22.9-vs2.3.0.26 | ||
+ | | rowspan="2" | | ||
+ | * fix an accounting bug in the POSIX timer code | ||
+ | * fix some includes | ||
+ | |- | ||
+ | | style="text-align: center;" | ''01 Oct 2007'' | ||
+ | |- | ||
+ | |||
+ | ! 2.6.22.9-vs2.3.0.25 | ||
+ | | rowspan="2" | | ||
+ | * fix history dumps on x86_64 | ||
+ | * exit the context earlier | ||
+ | * make the vxi to use in mm_init an argument | ||
+ | * check use count and the number of tasks before VXS_SHUTDOWN | ||
+ | |- | ||
+ | | style="text-align: center;" | ''30 Sep 2007'' | ||
+ | |- | ||
+ | |||
+ | ! 2.6.22.6-vs2.3.0.24 | ||
+ | | rowspan="2" | | ||
+ | * guests with no IPv4 addresses shouldn't be able to connect | ||
+ | |- | ||
+ | | style="text-align: center;" | ''23 Sep 2007'' | ||
+ | |- | ||
+ | |||
+ | ! 2.6.22.6-vs2.3.0.23 | ||
+ | | rowspan="2" | | ||
+ | * remove more sendfile-to-files hunks | ||
+ | * fix /proc/<pid>/ninfo's IPv6 address display | ||
+ | * add a VXC_KTHREAD to allow a guest to create kernel threads | ||
+ | * copy the uid and gid on COW link breaking | ||
+ | |- | ||
+ | | style="text-align: center;" | ''23 Sep 2007'' | ||
+ | |- | ||
+ | |||
+ | ! 2.6.22.6-vs2.3.0.22 | ||
+ | | rowspan="2" | | ||
+ | * fix splice | ||
+ | * export ip_v4_find_src | ||
+ | * use the creating process's nsproxy as a default | ||
+ | |- | ||
+ | | style="text-align: center;" | ''19 Sep 2007'' | ||
+ | |- | ||
+ | |||
+ | ! 2.6.22.6-vs2.3.0.21 | ||
+ | | rowspan="2" | | ||
+ | * use splice for COW | ||
+ | * alter the internal structures to allow for a mask for ranges too | ||
+ | * check the assigned IP addresses networks to find the most appropriate route | ||
+ | |- | ||
+ | | style="text-align: center;" | ''18 Sep 2007'' | ||
+ | |- | ||
! 2.6.22.6-vs2.3.0.20 | ! 2.6.22.6-vs2.3.0.20 | ||
Line 52: | Line 187: | ||
| style="text-align: center;" | ''05 Aug 2007'' | | style="text-align: center;" | ''05 Aug 2007'' | ||
|} | |} | ||
+ | |||
+ | [[Category:Documentation]] |
Latest revision as of 20:32, 21 October 2011
2.6.22.19-vs2.3.0.34 |
|
---|---|
17 Mar 2008 | |
2.6.22.19-vs2.3.0.33 |
|
16 Mar 2008 | |
2.6.22.19-vs2.3.0.32.1 |
|
14 Mar 2008 | |
2.6.22.16-vs2.3.0.32 |
|
19 Jan 2008 | |
2.6.22.16-vs2.3.0.31 |
|
19 Jan 2008 | |
2.6.22.16-vs2.3.0.30 |
|
19 Jan 2008 | |
2.6.22.10-vs2.3.0.29 |
|
30 Oct 2007 | |
2.6.22.9-vs2.3.0.28 |
|
18 Oct 2007 | |
2.6.22.9-vs2.3.0.27 |
|
11 Oct 2007 | |
2.6.22.9-vs2.3.0.26 |
|
01 Oct 2007 | |
2.6.22.9-vs2.3.0.25 |
|
30 Sep 2007 | |
2.6.22.6-vs2.3.0.24 |
|
23 Sep 2007 | |
2.6.22.6-vs2.3.0.23 |
|
23 Sep 2007 | |
2.6.22.6-vs2.3.0.22 |
|
19 Sep 2007 | |
2.6.22.6-vs2.3.0.21 |
|
18 Sep 2007 | |
2.6.22.6-vs2.3.0.20 |
|
11 Sep 2007 | |
2.6.22.6-vs2.3.0.19 |
|
07 Sep 2007 | |
2.6.22.6-vs2.3.0.18 |
|
05 Sep 2007 | |
2.6.22.2-vs2.3.0.17 |
|
12 Aug 2007 | |
2.6.22.1-vs2.3.0.15 |
|
05 Aug 2007 |