summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm/pmem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvdimm/pmem: Set dax flag for all 'PFN_MAP' casesZhihao Cheng2024-08-091-1/+1
* Merge tag 'libnvdimm-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-201-0/+1
|\
| * nvdimm: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-181-0/+1
* | block: move the dax flag to queue_limitsChristoph Hellwig2024-06-191-5/+2
* | block: move the synchronous flag to queue_limitsChristoph Hellwig2024-06-191-2/+2
* | block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
* | block: move cache control settings out of queue->flagsChristoph Hellwig2024-06-191-1/+3
|/
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-151-11/+12
|\
| * nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers2024-02-231-10/+12
| * nvdimm/pmem: fix leak on dax_add_host() failureMathieu Desnoyers2024-02-231-2/+1
* | pmem: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-201-4/+6
* | block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-201-3/+3
|/
* nvdimm: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-07-191-1/+2
* dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu2023-06-261-1/+1
* block: remove ->rw_pageChristoph Hellwig2023-02-031-23/+1
* Merge branch 'for-6.0/dax' into libnvdimm-fixesDan Williams2022-09-251-3/+20
|\
| * Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-061-0/+17
| |\
| | * pagemap,pmem: introduce ->memory_failure()Shiyang Ruan2022-07-181-0/+17
| * | block: Change the type of the last .rw_page() argumentBart Van Assche2022-07-141-1/+1
| * | block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-2/+2
| |/
* / pmem: fix a name collisionJane Chu2022-07-131-3/+3
|/
* Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2022-05-281-1/+1
|\
| * nvdimm: Drop nd_device_lock()Dan Williams2022-04-281-1/+1
* | pmem: implement pmem_recovery_write()Jane Chu2022-05-161-8/+79
* | pmem: refactor pmem_clear_poison()Jane Chu2022-05-161-25/+48
* | dax: add .recovery_write dax_operationJane Chu2022-05-161-0/+7
* | dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu2022-05-161-3/+5
* | mce: fix set_mce_nospec to always unmap the whole pageJane Chu2022-05-161-23/+7
|/
* dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2021-12-181-18/+2
* dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig2021-12-181-4/+3
* uio: remove copy_from_iter_flushcache() and copy_mc_to_iter()Christoph Hellwig2021-12-181-3/+1
* dax: remove dax_capableChristoph Hellwig2021-12-041-1/+0
* dax: simplify the dax_device <-> gendisk associationChristoph Hellwig2021-12-041-2/+8
* Merge tag 'libnvdimm-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-101-0/+43
|\
| * nvdimm/pmem: move dax_attribute_group from dax to pmemChristoph Hellwig2021-09-271-0/+43
* | Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-5/+16
|\ \
| * | nvdimm/pmem: use add_disk() error handlingLuis Chamberlain2021-11-041-1/+7
| * | nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assignedLuis Chamberlain2021-11-041-4/+9
* | | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-2/+1
|\| |
| * | block: switch polling to be bio basedChristoph Hellwig2021-10-181-2/+1
* | | nvdimm/pmem: stop using q_usage_count as external pgmap refcountChristoph Hellwig2021-10-261-31/+2
|/ /
* / nvdimm/pmem: fix creating the dax groupChristoph Hellwig2021-09-271-4/+1
|/
* libnvdimm/pmem: Fix crash triggered when I/O in-flight during unbindsumiyawang2021-08-241-2/+2
* libnvdimm/pmem: Fix blk_cleanup_disk() usageDan Williams2021-06-091-3/+3
* nvme-multipath: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-1/+0
* nvdimm-pmem: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-10/+5
* block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig2021-06-011-1/+0
* include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2021-05-071-0/+1
* libnvdimm: Notify disk drivers to revalidate region read-onlyDan Williams2021-04-091-4/+33
* Merge tag 'libnvdimm-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-241-3/+1
|\