#pragma section-numbers on #pragma keywords Linux, Kernel, Operative System, Changes, changelog, File system, Linus Torvalds, Open Source, drivers #pragma description Summary of the changes and new features merged in the Linux Kernel during the 3.3 development cycle /!\ /!\ Work in progress /!\ /!\ Linux 3.3 NOT released '''''Summary''''': [[TableOfContents()]] = Prominent features in Linux 3.2 = == Feature 1 == = File systems = * Ext4 * Add new online resize ioctl [http://git.kernel.org/linus/19c5246d251640ac76daa4d34165af78c64b1454 (commit)] * GFS2 * dlm based recovery coordination [http://git.kernel.org/linus/e0c2a9aa1e68455dc3439e95d85cabcaff073666 (commit)] * Move toward a generic multi-block allocator [http://git.kernel.org/linus/6e87ed0fc93ffbe2aec296e6912b1dcb19034d6c (commit)] = Memory Management = * Introduce slab_max_order kernel parameter. It determines the maximum allowed order for slabs. A high setting may cause OOMs due to memory fragmentation [http://git.kernel.org/linus/3df1cccdfb3fab6aa9176beb655d802eb384eabc (commit)] = Networking = = Device Mapper = = Power management = = Virtualization = = Crypto = * caam - add support for MD5 algorithm variants[http://git.kernel.org/linus/8b4d43a4e774c02dee359c7931e47b119143f367 (commit)] * Digital signature verification support[http://git.kernel.org/linus/15647eb3985ef30dfd657038924dc85c03026733 (commit)] * Multiprecision maths library from GnuPG: used to implement RSA digital signature verification, which is used by IMA/EVM digital signature extension [http://git.kernel.org/linus/cdec9cb5167ab1113ba9c58e395f664d9d3f9acb (commit 1], [http://git.kernel.org/linus/5ce3e312ec5c11abce13215be70700778bf601f0 2], [http://git.kernel.org/linus/d9c46b184fcfd33c85a7dc48a653435a08e21f56 3], [http://git.kernel.org/linus/7e8dec918ef8e0f68b4937c3c50fa57002077a4d 4)] * serpent - add 4-way parallel i586/SSE2 assembler[http://git.kernel.org/linus/251496dbfc1be38bc43b49651f3d33c02faccc47 (commit)], add 8-way parallel x86_64/SSE2 assembler[http://git.kernel.org/linus/937c30d7f560210b0163035edd42b2aef78fed9e (commit)] * serpent-sse2 - add lrw support[http://git.kernel.org/linus/18482053f92b099663bd36a10e8f6bd2c8544669 (commit)], add xts support[http://git.kernel.org/linus/5962f8b66dd040ad89d55b58967ea2dec607f4d3 (commit)] * talitos - add hmac algorithms[http://git.kernel.org/linus/79b3a418e090248d00ceba40b81da9dfac753367 (commit)] * twofish-x86_64-3way - add xts support[http://git.kernel.org/linus/81559f9ad3d88c033e4ec3b6468012dbfda3b31d (commit)] = Security = * audit * Allow audit matching on inode gid [http://git.kernel.org/linus/54d3218b31aee5bc9c859ae60fbde933d922448b (commit)] * Allow interfield comparison between gid and ogid [http://git.kernel.org/linus/c9fe685f7a17a0ee8bf3fbe51e40b1c8b8e65896 (commit)] * Allow interfield comparison in audit rules [http://git.kernel.org/linus/02d86a568c6d2d335256864451ac8ce781bc5652 (commit)] * Allow matching on obj_uid [http://git.kernel.org/linus/efaffd6e4417860c67576ac760dd6e8bbd15f006 (commit)] = Tracing/profiling = = Various core changes = ---- CategoryReleases