aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/nvdimm (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-02Merge tag 'libnvdimm-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds4-57/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+1
2025-03-20libnvdimm/labels: Fix divide error in nd_label_data_init()Robert Richter1-1/+2
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple1-3/+1
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing3-5/+6
2025-03-06badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing1-1/+1
2025-03-03libnvdimm: Remove unused nd_attach_ndnsDr. David Alan Gilbert2-13/+0
2025-03-03libnvdimm: Remove unused nd_region_conflictDr. David Alan Gilbert2-43/+0
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-1/+1
2025-01-03libnvdimm: Replace namespace_match() with device_find_child_by_name()Zijun Hu1-8/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds2-2/+2
2024-11-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+24
2024-11-13nvdimm: rectify the illogical code within nd_dax_probe()Yi Yang2-2/+9
2024-11-13nvdimm: Correct some typos in commentsShen Lichuan3-3/+3
2024-11-12virtio_pmem: Add freeze/restore callbacksPhilip Chen1-0/+24
2024-09-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+9
2024-09-10virtio_pmem: Check device status before requesting flushPhilip Chen1-0/+9
2024-08-21nvdimm: Remove dead code for ENODEV checking in scan_labels()Li Zhijian1-9/+0
2024-08-21nvdimm: Fix devs leaks in scan_labels()Li Zhijian1-17/+17
2024-08-21nvdimm: Use of_property_present() and of_property_read_bool()Rob Herring (Arm)1-1/+1
2024-08-09nvdimm/pmem: Set dax flag for all 'PFN_MAP' casesZhihao Cheng1-1/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-19/+17
2024-07-20Merge tag 'libnvdimm-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds6-2/+8
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-3/+3
2024-06-19block: move the dax flag to queue_limitsChristoph Hellwig1-5/+2
2024-06-19block: move the synchronous flag to queue_limitsChristoph Hellwig2-4/+3
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig2-2/+0
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig1-1/+3
2024-06-17nvdimm: add missing MODULE_DESCRIPTION() macrosJeff Johnson6-0/+6
2024-06-17nvdimm/btt: use sizeof(*pointer) instead of sizeof(type)Erick Archer1-2/+2
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig1-8/+5
2024-06-13nvdimm: make nd_class constantGreg Kroah-Hartman1-9/+10
2024-05-27nvdimm/of_pmem: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-05-27nvdimm/e820: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2024-05-22nvdimm: virtio_pmem: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-04-25nvdimm/btt: always set max_integrity_segmentsChristoph Hellwig1-1/+1
2024-04-25nvdimm: remove nd_integrity_initChristoph Hellwig3-35/+8
2024-03-15Merge tag 'libnvdimm-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-2/+2
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-11/+12
2024-02-22nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers1-10/+12
2024-02-22nvdimm/pmem: fix leak on dax_add_host() failureMathieu Desnoyers1-2/+1
2024-02-19pmem: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-4/+6
2024-02-19btt: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-3/+5
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2-7/+7
2024-02-12nvdimm: make nvdimm_bus_type constRicardo B. Marliere1-1/+1
2024-02-12libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM helpPeter Robinson1-1/+1
2024-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+32
2024-01-12Merge tag 'libnvdimm-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds7-28/+41