https://github.com/torvalds/linux
Revision a38523185b40fd85d2afe5b5fbfb0952f7153e96 authored by Greg Kroah-Hartman on 25 September 2018, 19:37:41 UTC, committed by Greg Kroah-Hartman on 25 September 2018, 19:37:41 UTC
Dan writes:
  "libnvdimm/dax for 4.19-rc6

  * (2) fixes for the dax error handling updates that were merged for
  v4.19-rc1. My mails to Al have been bouncing recently, so I do not have
  his ack but the uaccess change is of the trivial / obviously correct
  variety. The address_space_operations fixes a regression.

  * A filesystem-dax fix to correct the zero page lookup to be compatible
   with non-x86 (mips and s390) architectures."

* tag 'libnvdimm-fixes-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm:
  device-dax: Add missing address_space_operations
  uaccess: Fix is_source param for check_copy_size() in copy_to_iter_mcsafe()
  filesystem-dax: Fix use of zero page
2 parent s 846e8dd + 41c9b1b
History
Tip revision: a38523185b40fd85d2afe5b5fbfb0952f7153e96 authored by Greg Kroah-Hartman on 25 September 2018, 19:37:41 UTC
erge tag 'libnvdimm-fixes-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Tip revision: a385231
File Mode Size
Kconfig -rw-r--r-- 1007 bytes
Makefile -rw-r--r-- 351 bytes
acl.c -rw-r--r-- 6.4 KB
addr.c -rw-r--r-- 53.3 KB
cache.c -rw-r--r-- 9.1 KB
cache.h -rw-r--r-- 4.7 KB
caps.c -rw-r--r-- 112.1 KB
ceph_frag.c -rw-r--r-- 401 bytes
debugfs.c -rw-r--r-- 7.7 KB
dir.c -rw-r--r-- 40.5 KB
export.c -rw-r--r-- 5.7 KB
file.c -rw-r--r-- 45.9 KB
inode.c -rw-r--r-- 62.2 KB
ioctl.c -rw-r--r-- 7.4 KB
ioctl.h -rw-r--r-- 3.6 KB
locks.c -rw-r--r-- 12.6 KB
mds_client.c -rw-r--r-- 109.3 KB
mds_client.h -rw-r--r-- 14.1 KB
mdsmap.c -rw-r--r-- 9.2 KB
quota.c -rw-r--r-- 9.7 KB
snap.c -rw-r--r-- 27.3 KB
strings.c -rw-r--r-- 4.2 KB
super.c -rw-r--r-- 28.1 KB
super.h -rw-r--r-- 34.2 KB
xattr.c -rw-r--r-- 29.8 KB

back to top