Revision 2f19cad94cee3c9bd52d0c9ca584ef506302fb7c authored by Chris Mason on 30 November 2014, 13:56:33 UTC, committed by Linus Torvalds on 30 November 2014, 17:33:51 UTC
Don Bailey noticed that our page zeroing for compression at end-io time
isn't complete.  This reworks a patch from Linus to push the zeroing
into the zlib and lzo specific functions instead of trying to handle the
corners inside btrfs_decompress_buf2page

Signed-off-by: Chris Mason <clm@fb.com>
Reviewed-by: Josef Bacik <jbacik@fb.com>
Reported-by: Don A. Bailey <donb@securitymouse.com>
cc: stable@vger.kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 7a5a4f9
History
File Mode Size
Kconfig -rw-r--r-- 2.1 KB
Makefile -rw-r--r-- 457 bytes
actions.c -rw-r--r-- 18.8 KB
datapath.c -rw-r--r-- 51.7 KB
datapath.h -rw-r--r-- 5.9 KB
dp_notify.c -rw-r--r-- 2.7 KB
flow.c -rw-r--r-- 17.8 KB
flow.h -rw-r--r-- 6.8 KB
flow_netlink.c -rw-r--r-- 48.6 KB
flow_netlink.h -rw-r--r-- 1.9 KB
flow_table.c -rw-r--r-- 14.9 KB
flow_table.h -rw-r--r-- 2.7 KB
vport-geneve.c -rw-r--r-- 5.6 KB
vport-gre.c -rw-r--r-- 6.7 KB
vport-internal_dev.c -rw-r--r-- 6.7 KB
vport-internal_dev.h -rw-r--r-- 1.0 KB
vport-netdev.c -rw-r--r-- 5.6 KB
vport-netdev.h -rw-r--r-- 1.2 KB
vport-vxlan.c -rw-r--r-- 4.9 KB
vport.c -rw-r--r-- 13.9 KB
vport.h -rw-r--r-- 7.0 KB

back to top