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-- 3.4 KB
Makefile -rw-r--r-- 637 bytes
blk.c -rw-r--r-- 9.0 KB
btt.c -rw-r--r-- 34.5 KB
btt.h -rw-r--r-- 5.5 KB
btt_devs.c -rw-r--r-- 8.0 KB
bus.c -rw-r--r-- 25.4 KB
claim.c -rw-r--r-- 7.2 KB
core.c -rw-r--r-- 17.3 KB
dax_devs.c -rw-r--r-- 3.3 KB
dimm.c -rw-r--r-- 2.4 KB
dimm_devs.c -rw-r--r-- 17.1 KB
e820.c -rw-r--r-- 2.1 KB
label.c -rw-r--r-- 25.5 KB
label.h -rw-r--r-- 4.1 KB
namespace_devs.c -rw-r--r-- 58.4 KB
nd-core.h -rw-r--r-- 4.5 KB
nd.h -rw-r--r-- 10.8 KB
pfn.h -rw-r--r-- 1.6 KB
pfn_devs.c -rw-r--r-- 17.5 KB
pmem.c -rw-r--r-- 11.5 KB
pmem.h -rw-r--r-- 765 bytes
region.c -rw-r--r-- 3.4 KB
region_devs.c -rw-r--r-- 25.4 KB

back to top