]> git.proxmox.com Git - mirror_spl.git/commit
Merge branch 'kmem-rework'
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 16 Jan 2015 21:59:18 +0000 (13:59 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 16 Jan 2015 22:14:59 +0000 (14:14 -0800)
commit9099312977e994f8638eb1d93fd92a5cd66b8ea6
treedae6559fd7b0cc5e919d94fea526ef0b44d526d2
parent47af4b76ffe72457166e4abfcfe23848ac51811a
parentee33517452020c3cd630c432038c735ea41bd1c9
Merge branch 'kmem-rework'

The core motivation behind these changes is to minimize the
memory management differences between ZFS on Linux and other
platforms.  This simplifies the process of porting changes to
Linux from other platforms.  This is good for code quality
and is expected to reduce the number of defects accidentally
introduced due to porting.

The key reason this is now possible is due to the addition of
Linux features such as the thread-specific PF_FSTRANS bit which
was introduced for XFS.

This patch stack also performs some refactoring and cleanup
designed to make the code more maintainable and understandable.
Finally, in the context of making and testing these changes
several bugs were identified and resolved resulting in a
more robust implementation.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Tim Chase <tim@chase2k.com>
Closes #414