Age | Commit message (Expand) | Author |
2017-05-08 | block, dax: move "select DAX" from BLOCK to FS_DAX | Dan Williams |
2017-05-08 | device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAX | Mike Galbraith |
2017-05-04 | Merge branch 'for-4.12/dax' into libnvdimm-for-next | Dan Williams |
2017-05-04 | libnvdimm, pfn: fix 'npfns' vs section alignment | Dan Williams |
2017-05-04 | libnvdimm: handle locked label storage areas | Dan Williams |
2017-05-04 | libnvdimm: convert NDD_ flags to use bitops, introduce NDD_LOCKED | Dan Williams |
2017-05-03 | brd: fix uninitialized use of brd->dax_dev | Gerald Schaefer |
2017-05-01 | block, dax: use correct format string in bdev_dax_supported | Arnd Bergmann |
2017-05-01 | device-dax: fix sysfs attribute deadlock | Dan Williams |
2017-05-01 | libnvdimm: restore "libnvdimm: band aid btt vs clear poison locking" | Dan Williams |
2017-05-01 | libnvdimm: fix nvdimm_bus_lock() vs device_lock() ordering | Dan Williams |
2017-04-29 | libnvdimm: rework region badblocks clearing | Dan Williams |
2017-04-28 | acpi, nfit: kill ACPI_NFIT_DEBUG | Dan Williams |
2017-04-28 | libnvdimm: fix clear length of nvdimm_forget_poison() | Toshi Kani |
2017-04-28 | libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notify | Toshi Kani |
2017-04-28 | libnvdimm, region: sysfs trigger for nvdimm_flush() | Dan Williams |
2017-04-27 | libnvdimm: fix phys_addr for nvdimm_clear_poison | Toshi Kani |
2017-04-25 | x86, dax, pmem: remove indirection around memcpy_from_pmem() | Dan Williams |
2017-04-25 | block: remove block_device_operations ->direct_access() | Dan Williams |
2017-04-25 | block, dax: convert bdev_dax_supported() to dax_direct_access() | Dan Williams |
2017-04-25 | filesystem-dax: convert to dax_direct_access() | Dan Williams |
2017-04-25 | Revert "block: use DAX for partition table reads" | Dan Williams |
2017-04-25 | ext2, ext4, xfs: retrieve dax_device for iomap operations | Dan Williams |
2017-04-25 | dm: teach dm-targets to use a dax_device + dax_operations | Dan Williams |
2017-04-24 | libnvdimm, region: fix flush hint detection crash | Dan Williams |
2017-04-20 | dm: add dax_device and dax_operations support | Dan Williams |
2017-04-20 | dax: introduce dax_direct_access() | Dan Williams |
2017-04-20 | block: kill bdev_dax_capable() | Dan Williams |
2017-04-19 | dcssblk: add dax_operations support | Dan Williams |
2017-04-19 | brd: add dax_operations support | Dan Williams |
2017-04-19 | axon_ram: add dax_operations support | Dan Williams |
2017-04-19 | pmem: add dax_operations support | Dan Williams |
2017-04-19 | dax: introduce dax_operations | Dan Williams |
2017-04-19 | dax: add a facility to lookup a dax device by 'host' device name | Dan Williams |
2017-04-18 | acpi, nfit: fix module unload vs workqueue shutdown race | Dan Williams |
2017-04-18 | tools/testing/nvdimm: fix nfit_test shutdown crash | Dan Williams |
2017-04-17 | acpi, nfit: limit ->flush_probe() to initialization work | Dan Williams |
2017-04-17 | acpi, nfit: collate health state flags | Dan Williams |
2017-04-17 | acpi, nfit: support "map failed" dimms | Dan Williams |
2017-04-17 | tools/testing/nvdimm: test acpi 6.1 health state flags | Dan Williams |
2017-04-14 | acpi, nfit: add support for acpi 6.1 dimm state flags | Dan Williams |
2017-04-14 | Revert "libnvdimm: band aid btt vs clear poison locking" | Dan Williams |
2017-04-13 | libnvdimm: fix clear poison locking with spinlock and GFP_NOWAIT allocation | Dave Jiang |
2017-04-12 | dax: refactor dax-fs into a generic provider of 'struct dax_device' instances | Dan Williams |
2017-04-12 | device-dax: rename 'dax_dev' to 'dev_dax' | Dan Williams |
2017-04-12 | device-dax: improve fault handler debug output | Oliver O'Halloran |
2017-04-12 | device-dax: fix dax_dev_huge_fault() unknown fault size handling | Pushkar Jambhlekar |
2017-04-12 | Merge branch 'for-4.11/libnvdimm' into for-4.12/dax | Dan Williams |
2017-04-12 | device-dax, tools/testing/nvdimm: enable device-dax with mock resources | Dave Jiang |
2017-04-12 | libnvdimm: add support for clear poison list and badblocks for device dax | Dave Jiang |