lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 21 Jun 2011 12:39:24 +0300
From:	amir73il@...rs.sourceforge.net
To:	linux-ext4@...r.kernel.org
Cc:	tytso@....edu
Subject: [PATCH 0/4] ext4: reduce the size of inode.c

inode.c has grown to almost 6000 lines and contains code for a wide variety
of functionalities.

This patch series reduces the file's size to under 4500 lines, by moving all
indirect inode specific implementations to a new file called indirect.c.
This convention is aligned with extent inode code being mostly in extents.c.

My own ulterior motive is that the snapshot patches were about to add another
~500 lines to inode.c, so now most of those lines will be added to indirect.c.

[PATCH 1/4] ext4: split ext4_ind_truncate from ext4_truncate
[PATCH 2/4] ext4: rename ext4_indirect_* funcs to ext4_ind_*
[PATCH 3/4] ext4: clone indirect.c file from inode.c
[PATCH 4/4] ext4: move ext4_ind_* functions from inode.c to indirect.c
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ