summaryrefslogtreecommitdiff
path: root/drivers/nvdimm
AgeCommit message (Expand)Author
2022-06-24nvdimm: Fix badblocks clear off-by-one errorChris Ye
2022-05-27Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2022-05-16pmem: implement pmem_recovery_write()Jane Chu
2022-05-16pmem: refactor pmem_clear_poison()Jane Chu
2022-05-16dax: add .recovery_write dax_operationJane Chu
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu
2022-05-16mce: fix set_mce_nospec to always unmap the whole pageJane Chu
2022-04-28nvdimm: Allow overwrite in the presence of disabled dimmsDan Williams
2022-04-28nvdimm: Fix firmware activation deadlock scenariosDan Williams
2022-04-28nvdimm: Drop nd_device_lock()Dan Williams
2022-04-28nvdimm: Replace lockdep_mutex with local lock classesDan Williams
2022-03-30Merge tag 'libnvdimm-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-24Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2022-03-23drivers/nvdimm: Fix build failure when CONFIG_PERF_EVENTS is not setKajol Jain
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-11nvdimm/region: Delete nd_blk_region infrastructureDan Williams
2022-03-11nvdimm/namespace: Delete nd_namespace_blkDan Williams
2022-03-11nvdimm/namespace: Delete blk namespace consideration in shared pathsDan Williams
2022-03-11nvdimm/blk: Delete the block-aperture window driverDan Williams
2022-03-11nvdimm/region: Fix default alignment for small regionsDan Williams
2022-03-09drivers/nvdimm: Add perf interface to expose nvdimm performance statsKajol Jain
2022-03-04nvdimm-btt: use bvec_kmap_local in btt_rw_integrityChristoph Hellwig
2022-03-04nvdimm-blk: use bvec_kmap_local in nd_blk_rw_integrityChristoph Hellwig
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig
2022-02-08cxl: Prove CXL lockingDan Williams
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02block: remove genhd.hChristoph Hellwig
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig
2021-12-18dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig
2021-12-18uio: remove copy_from_iter_flushcache() and copy_mc_to_iter()Christoph Hellwig
2021-12-04dax: remove dax_capableChristoph Hellwig
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig
2021-12-04dax: remove CONFIG_DAX_DRIVERChristoph Hellwig
2021-11-10Merge tag 'libnvdimm-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-08Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2021-11-04nvdimm/pmem: use add_disk() error handlingLuis Chamberlain
2021-11-04nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assignedLuis Chamberlain
2021-11-04nvdimm/blk: add error handling support for add_disk()Luis Chamberlain
2021-11-04nvdimm/blk: avoid calling del_gendisk() on early failuresLuis Chamberlain
2021-11-04nvdimm/btt: add error handling support for add_disk()Luis Chamberlain
2021-11-04nvdimm/btt: use goto error labels on btt_blk_init()Luis Chamberlain
2021-11-03nvdimm/btt: do not call del_gendisk() if not neededLuis Chamberlain
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-25nvdimm/pmem: stop using q_usage_count as external pgmap refcountChristoph Hellwig
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig
2021-09-27nvdimm/pmem: fix creating the dax groupChristoph Hellwig