-
- Downloads
Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Pull libnvdimm from Dan Williams: "A rework of media error handling in the BTT driver and other updates. It has appeared in a few -next releases and collected some late- breaking build-error and warning fixups as a result. Summary: - Media error handling support in the Block Translation Table (BTT) driver is reworked to address sleeping-while-atomic locking and memory-allocation-context conflicts. - The dax_device lookup overhead for xfs and ext4 is moved out of the iomap hot-path to a mount-time lookup. - A new 'ecc_unit_size' sysfs attribute is added to advertise the read-modify-write boundary property of a persistent memory range. - Preparatory fix-ups for arm and powerpc pmem support are included along with other miscellaneous fixes" * tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm: (26 commits) libnvdimm, btt: fix format string warnings libnvdimm, btt: clean up warning and error messages ext4: fix null pointer dereference on sbi libnvdimm, nfit: move the check on nd_reserved2 to the endpoint dax: fix FS_DAX=n BLOCK=y compilation libnvdimm: fix integer overflow static analysis warning libnvdimm, nd_blk: remove mmio_flush_range() libnvdimm, btt: rework error clearing libnvdimm: fix potential deadlock while clearing errors libnvdimm, btt: cache sector_size in arena_info libnvdimm, btt: ensure that flags were also unchanged during a map_read libnvdimm, btt: refactor map entry operations with macros libnvdimm, btt: fix a missed NVDIMM_IO_ATOMIC case in the write path libnvdimm, nfit: export an 'ecc_unit_size' sysfs attribute ext4: perform dax_device lookup at mount ext2: perform dax_device lookup at mount xfs: perform dax_device lookup at mount dax: introduce a fs_dax_get_by_bdev() helper libnvdimm, btt: check memory allocation failure libnvdimm, label: fix index block size calculation ...
No related branches found
No related tags found
Showing
- arch/x86/Kconfig 0 additions, 1 deletionarch/x86/Kconfig
- arch/x86/include/asm/cacheflush.h 0 additions, 2 deletionsarch/x86/include/asm/cacheflush.h
- drivers/acpi/nfit/Kconfig 1 addition, 1 deletiondrivers/acpi/nfit/Kconfig
- drivers/acpi/nfit/core.c 44 additions, 6 deletionsdrivers/acpi/nfit/core.c
- drivers/dax/super.c 12 additions, 0 deletionsdrivers/dax/super.c
- drivers/nvdimm/btt.c 157 additions, 40 deletionsdrivers/nvdimm/btt.c
- drivers/nvdimm/btt.h 11 additions, 0 deletionsdrivers/nvdimm/btt.h
- drivers/nvdimm/btt_devs.c 2 additions, 2 deletionsdrivers/nvdimm/btt_devs.c
- drivers/nvdimm/bus.c 15 additions, 12 deletionsdrivers/nvdimm/bus.c
- drivers/nvdimm/claim.c 1 addition, 8 deletionsdrivers/nvdimm/claim.c
- drivers/nvdimm/core.c 5 additions, 5 deletionsdrivers/nvdimm/core.c
- drivers/nvdimm/label.c 16 additions, 14 deletionsdrivers/nvdimm/label.c
- drivers/nvdimm/namespace_devs.c 3 additions, 3 deletionsdrivers/nvdimm/namespace_devs.c
- drivers/nvdimm/nd.h 12 additions, 4 deletionsdrivers/nvdimm/nd.h
- drivers/nvdimm/pfn_devs.c 33 additions, 20 deletionsdrivers/nvdimm/pfn_devs.c
- drivers/nvdimm/pmem.h 0 additions, 14 deletionsdrivers/nvdimm/pmem.h
- drivers/nvdimm/region_devs.c 4 additions, 2 deletionsdrivers/nvdimm/region_devs.c
- fs/ext2/ext2.h 1 addition, 0 deletionsfs/ext2/ext2.h
- fs/ext2/inode.c 3 additions, 8 deletionsfs/ext2/inode.c
- fs/ext2/super.c 4 additions, 0 deletionsfs/ext2/super.c
Loading
Please register or sign in to comment