summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm/pmem.c
Commit message (Expand)AuthorAgeFilesLines
* 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-251-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-061-0/+1
* libnvdimm: Notify disk drivers to revalidate region read-onlyDan Williams2021-04-081-4/+33
* Merge tag 'libnvdimm-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-241-3/+1
|\
| * libnvdimm: Make remove callback return voidUwe Kleine-König2021-02-161-3/+1
* | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-2/+2
|\ \
| * | block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-2/+2
| |/
* / libnvdimm/pmem: Remove unused headerJianpeng Ma2021-01-111-1/+0
|/
* mm/memremap_pages: support multiple ranges per invocationDan Williams2020-10-131-0/+1
* mm/memremap_pages: convert to 'struct range'Dan Williams2020-10-131-12/+14
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-3/+1
|\
| * bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig2020-09-241-1/+0
| * nvdimm: simplify revalidate_disk handlingChristoph Hellwig2020-09-021-2/+1
* | x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2020-10-061-3/+3
|/
* mm: add thp_sizeMatthew Wilcox (Oracle)2020-08-141-4/+2
* block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-011-2/+3
* Merge tag 'libnvdimm-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-131-3/+3
|\
| * nvdimm/pmem: stop using ->queuedataChristoph Hellwig2020-05-131-3/+3
* | asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig2020-06-081-1/+2
* | nvdimm: use bio_{start,end}_io_acctChristoph Hellwig2020-05-271-2/+4
|/
* Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-081-38/+63
|\
| * dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal2020-04-021-2/+2
| * dax, pmem: Add a dax operation zero_page_rangeVivek Goyal2020-04-021-0/+11
| * pmem: Add functions for reading/writing page to/from pmemVivek Goyal2020-04-021-36/+50
* | block: simplify queue allocationChristoph Hellwig2020-03-271-2/+1
|/
* mm: Cleanup __put_devmap_managed_page() vs ->page_free()Dan Williams2020-01-311-6/+0
* libnvdimm/pmem: Delete include of nd-core.hDan Williams2019-11-171-1/+0
* libnvdimm/namespace: Differentiate between probe mapping and runtime mappingAneesh Kumar K.V2019-11-141-4/+13
* libnvdimm/pmem: Advance namespace seed for specific probe errorsAneesh Kumar K.V2019-09-051-4/+25
* Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-271-2/+2
|\
| * driver-core, libnvdimm: Let device subsystems add local lockdep coverageDan Williams2019-07-181-2/+2
* | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-181-6/+12
|\ \
| * | libnvdimm: add dax_dev sync flagPankaj Gupta2019-07-051-1/+4
| * | libnvdimm: nd_region flush callback supportPankaj Gupta2019-07-051-5/+8
* | | memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig2019-07-021-1/+0
* | | memremap: remove the data field in struct dev_pagemapChristoph Hellwig2019-07-021-1/+1
* | | memremap: lift the devmap_enable manipulation into devm_memremap_pagesChristoph Hellwig2019-07-021-19/+4