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
Kconfig -rw-r--r-- 6.8 KB
Makefile -rw-r--r-- 1.1 KB
of.c -rw-r--r-- 1.3 KB
phy-ab8500-usb.c -rw-r--r-- 40.9 KB
phy-am335x-control.c -rw-r--r-- 4.4 KB
phy-am335x-control.h -rw-r--r-- 611 bytes
phy-am335x.c -rw-r--r-- 3.8 KB
phy-fsl-usb.c -rw-r--r-- 27.8 KB
phy-fsl-usb.h -rw-r--r-- 13.7 KB
phy-generic.c -rw-r--r-- 9.1 KB
phy-generic.h -rw-r--r-- 654 bytes
phy-gpio-vbus-usb.c -rw-r--r-- 10.2 KB
phy-isp1301-omap.c -rw-r--r-- 40.3 KB
phy-isp1301.c -rw-r--r-- 4.0 KB
phy-keystone.c -rw-r--r-- 3.5 KB
phy-msm-usb.c -rw-r--r-- 53.2 KB
phy-mv-usb.c -rw-r--r-- 20.9 KB
phy-mv-usb.h -rw-r--r-- 4.3 KB
phy-mxs-usb.c -rw-r--r-- 17.8 KB
phy-omap-otg.c -rw-r--r-- 4.5 KB
phy-qcom-8x16-usb.c -rw-r--r-- 9.7 KB
phy-tahvo.c -rw-r--r-- 11.3 KB
phy-tegra-usb.c -rw-r--r-- 27.9 KB
phy-twl6030-usb.c -rw-r--r-- 12.0 KB
phy-ulpi-viewport.c -rw-r--r-- 2.1 KB
phy-ulpi.c -rw-r--r-- 6.5 KB
phy.c -rw-r--r-- 12.3 KB

back to top