This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ebc551f2b8f9 Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linux new b32b78f89221 ubi: Introduce in_pq() new 663586c0a892 ubi: Expose the bitrot interface new 2fe8b2d5578d ubifs: Reject unsupported ioctl flags explicitly new 5578e48e5c0b ubi: wl: Silence uninitialized variable warning new a840b56ba385 Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/s [...] new c9aed74e6a27 fs/dax: Convert to use vmf_error() new 0cefc36b32b3 fs/dax: NIT fix comment regarding start/end vs range new e4b3448bc346 dax: Flush partial PMDs correctly new 3bb0f28d84f3 Merge tag 'fsdax-for-5.1' of git://git.kernel.org/pub/scm/ [...] new ebe9f6f19d80 acpi/nfit: Fix bus command validation new 966d23a006ca libnvdimm/label: Clear 'updating' flag after label-set update new f596c8844fe1 nfit: Fix nfit_intel_shutdown_status() command submission new 43f89877f266 nfit: acpi_nfit_ctl(): Check out_obj->type in the right place new 1194c4133195 nfit: Add Hyper-V NVDIMM DSM command set to white list new 6ee977dec746 MAINTAINERS: Update filesystem-dax and NVDIMM entries new d5d30d5a5c60 libnvdimm/dimm: Add a no-BLK quirk based on NVDIMM family new 0171b6b78131 acpi/nfit: Require opt-in for read-only label configurations new 2f8c90111513 libnvdimm/btt: Remove unnecessary code in btt_freelist_init new 9dedc73a4658 libnvdimm/btt: Fix LBA masking during 'free list' population new 5c9d62d0026a acpi/nfit: Update NFIT flags error message new 316720b9c234 libnvdimm/of_pmem: Fix platform_no_drv_owner.cocci warnings new 075c3fdd56ac libnvdimm/namespace: Clean up holder_class_store() new 451fed24e99d Merge branch 'for-5.1/libnvdimm' into libnvdimm-for-next new f101ada7da65 libnvdimm, pfn: Fix over-trim in trim_pfn_device() new 07464e88365e libnvdimm: Fix altmap reservation size calculation new 11a358109e0c libnvdimm/pfn: Account for PAGE_SIZE > info-block-size in [...] new fa7d2e639cd9 libnvdimm/pmem: Honor force_raw for legacy pmem regions new ad428cdb525a dax: Check the end of the block-device capacity with dax_d [...] new 4960461f5d22 libnvdimm/pfn: Remove dax_label_reserve new 6fd96ff55796 Merge branch 'for-5.1/libnvdimm-start-pad' into libnvdimm- [...] new c6c5df293bf1 nfit/ars: Attempt a short-ARS whenever the ARS state is id [...] new fa3ed4d981b1 nfit/ars: Attempt short-ARS even in the no_init_ars case new 317a992ab926 nfit/ars: Remove ars_start_flags new e34b8252a3d2 nfit/ars: Introduce scrub_flags new 5479b2757f26 nfit/ars: Allow root to busy-poll the ARS state machine new 78153dd45e7e nfit/ars: Avoid stale ARS results new 4083014e3269 Merge branch 'for-5.1/nfit/ars' into libnvdimm-for-next new 5ea6718b1f1b Merge tag 'libnvdimm-for-5.1' of git://git.kernel.org/pub/ [...]
The 38 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: MAINTAINERS | 17 ++-- drivers/acpi/nfit/core.c | 185 +++++++++++++++++++++++++++------------- drivers/acpi/nfit/nfit.h | 17 +++- drivers/dax/super.c | 38 ++++++--- drivers/mtd/ubi/cdev.c | 30 +++++++ drivers/mtd/ubi/ubi.h | 1 + drivers/mtd/ubi/wl.c | 174 +++++++++++++++++++++++++++++++++++-- drivers/nvdimm/btt.c | 33 ++++--- drivers/nvdimm/btt.h | 2 + drivers/nvdimm/btt_devs.c | 8 ++ drivers/nvdimm/dimm_devs.c | 7 ++ drivers/nvdimm/label.c | 26 ++++-- drivers/nvdimm/namespace_devs.c | 18 +++- drivers/nvdimm/of_pmem.c | 1 - drivers/nvdimm/pfn_devs.c | 24 +++--- drivers/nvdimm/region_devs.c | 7 ++ fs/dax.c | 25 +++--- fs/ubifs/ioctl.c | 8 ++ include/linux/libnvdimm.h | 2 + include/uapi/linux/ndctl.h | 1 + include/uapi/mtd/ubi-user.h | 5 ++ 21 files changed, 495 insertions(+), 134 deletions(-)