mirror_zfs/module
наб 18168da727
module/*.ko: prune .data, global .rodata
Evaluated every variable that lives in .data (and globals in .rodata)
in the kernel modules, and constified/eliminated/localised them
appropriately. This means that all read-only data is now actually
read-only data, and, if possible, at file scope. A lot of previously-
global-symbols became inlinable (and inlined!) constants. Probably
not in a big Wowee Performance Moment, but hey.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12899
2022-01-14 15:37:55 -08:00
..
avl module/*.ko: prune .data, global .rodata 2022-01-14 15:37:55 -08:00
icp module/*.ko: prune .data, global .rodata 2022-01-14 15:37:55 -08:00
lua Use fallthrough macro 2021-09-14 10:17:54 -06:00
nvpair module/*.ko: prune .data, global .rodata 2022-01-14 15:37:55 -08:00
os module/*.ko: prune .data, global .rodata 2022-01-14 15:37:55 -08:00
spl Cleanup linux module kbuild files 2020-06-10 09:24:15 -07:00
unicode module/*.ko: prune .data, global .rodata 2022-01-14 15:37:55 -08:00
zcommon module/*.ko: prune .data, global .rodata 2022-01-14 15:37:55 -08:00
zfs module/*.ko: prune .data, global .rodata 2022-01-14 15:37:55 -08:00
zstd Linux 5.16: Resolve ZSTD_isError symbol collision in Linux kernel 2021-12-07 12:28:22 -08:00
.gitignore Cleanup linux module kbuild files 2020-06-10 09:24:15 -07:00
Kbuild.in Add zstd support to zfs 2020-08-20 10:30:06 -07:00
Makefile.bsd Updated the lz4 decompressor 2022-01-07 10:36:49 -08:00
Makefile.in module: Makefile: flatten subdir loop, use $PWD instead of pwd 2022-01-06 14:29:41 -08:00