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.2 KB
Makefile -rw-r--r-- 528 bytes
ctcm_dbug.c -rw-r--r-- 1.8 KB
ctcm_dbug.h -rw-r--r-- 3.2 KB
ctcm_fsms.c -rw-r--r-- 73.6 KB
ctcm_fsms.h -rw-r--r-- 8.0 KB
ctcm_main.c -rw-r--r-- 46.7 KB
ctcm_main.h -rw-r--r-- 6.9 KB
ctcm_mpc.c -rw-r--r-- 58.2 KB
ctcm_mpc.h -rw-r--r-- 5.2 KB
ctcm_sysfs.c -rw-r--r-- 5.1 KB
fsm.c -rw-r--r-- 4.8 KB
fsm.h -rw-r--r-- 6.3 KB
lcs.c -rw-r--r-- 62.2 KB
lcs.h -rw-r--r-- 7.5 KB
netiucv.c -rw-r--r-- 56.4 KB
qeth_core.h -rw-r--r-- 27.2 KB
qeth_core_main.c -rw-r--r-- 171.0 KB
qeth_core_mpc.c -rw-r--r-- 9.1 KB
qeth_core_mpc.h -rw-r--r-- 22.8 KB
qeth_core_sys.c -rw-r--r-- 18.8 KB
qeth_l2.h -rw-r--r-- 474 bytes
qeth_l2_main.c -rw-r--r-- 57.9 KB
qeth_l2_sys.c -rw-r--r-- 6.5 KB
qeth_l3.h -rw-r--r-- 2.5 KB
qeth_l3_main.c -rw-r--r-- 90.3 KB
qeth_l3_sys.c -rw-r--r-- 26.5 KB
smsgiucv.c -rw-r--r-- 6.2 KB
smsgiucv.h -rw-r--r-- 339 bytes
smsgiucv_app.c -rw-r--r-- 5.4 KB

back to top