summaryrefslogtreecommitdiff
path: root/drivers/nvdimm
AgeCommit message (Expand)AuthorFilesLines
2025-10-06Merge tag 'libnvdimm-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-295/+216
2025-09-29nvdimm: Remove duplicate linux/slab.h headerJiapeng Chong1-1/+0
2025-09-25nvdimm: Clean up __nd_ioctl() and remove gotosDave Jiang1-43/+22
2025-09-25nvdimm: Introduce guard() for nvdimm_bus_lockDave Jiang14-249/+192
2025-09-16nvdimm: Use str_plural() to simplify the codeXichao Zhao2-2/+2
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro1-2/+2
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-8/+4
2025-07-10mm: remove callers of pfn_t functionalityAlistair Popple2-8/+4
2025-07-01block: rename tuple_size field in blk_integrity to metadata_sizeAnuj Gupta1-1/+1
2025-04-03Merge tag 'libnvdimm-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-57/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+1
2025-03-21libnvdimm/labels: Fix divide error in nd_label_data_init()Robert Richter1-1/+2
2025-03-18fs/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-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds2-2/+2
2024-11-28Merge 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-13virtio_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-22nvdimm: Remove dead code for ENODEV checking in scan_labels()Li Zhijian1-9/+0
2024-08-22nvdimm: Fix devs leaks in scan_labels()Li Zhijian1-17/+17
2024-08-22nvdimm: 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...Linus Torvalds3-19/+17
2024-07-20Merge tag 'libnvdimm-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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-18nvdimm: add missing MODULE_DESCRIPTION() macrosJeff Johnson6-0/+6
2024-06-18nvdimm/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/gi...Linus Torvalds2-2/+2
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+12