Revision 2b95550a4323e501e133dac1c9c9cad6ff17f4c1 authored by Linus Torvalds on 11 February 2017, 17:15:58 UTC, committed by Linus Torvalds on 11 February 2017, 17:15:58 UTC
Pull btrfs fixes from Chris Mason:
 "This has two last minute fixes. The highest priority here is a
  regression fix for the decompression code, but we also fixed up a
  problem with the 32-bit compat ioctls.

  The decompression bug could hand back the wrong data on big reads when
  zlib was used. I have a larger cleanup to make the math here less
  error prone, but at this stage in the release Omar's patch is the best
  choice"

* 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs:
  btrfs: fix btrfs_decompress_buf2page()
  btrfs: fix btrfs_compat_ioctl failures on non-compat ioctls
2 parent s 13ebfd0 + 6e78b3f
History
File Mode Size
unittest-data
Kconfig -rw-r--r-- 2.4 KB
Makefile -rw-r--r-- 656 bytes
address.c -rw-r--r-- 22.6 KB
base.c -rw-r--r-- 65.8 KB
device.c -rw-r--r-- 7.1 KB
dynamic.c -rw-r--r-- 19.7 KB
fdt.c -rw-r--r-- 32.8 KB
fdt_address.c -rw-r--r-- 6.4 KB
irq.c -rw-r--r-- 19.2 KB
of_mdio.c -rw-r--r-- 13.3 KB
of_net.c -rw-r--r-- 2.4 KB
of_numa.c -rw-r--r-- 4.5 KB
of_pci.c -rw-r--r-- 11.7 KB
of_pci_irq.c -rw-r--r-- 3.6 KB
of_private.h -rw-r--r-- 3.4 KB
of_reserved_mem.c -rw-r--r-- 10.0 KB
overlay.c -rw-r--r-- 14.0 KB
pdt.c -rw-r--r-- 5.7 KB
platform.c -rw-r--r-- 17.7 KB
resolver.c -rw-r--r-- 9.3 KB
unittest.c -rw-r--r-- 51.8 KB

back to top