summaryrefslogtreecommitdiffstats
path: root/drivers/dax
AgeCommit message (Expand)AuthorFilesLines
2022-11-21device-dax: Fix duplicate 'hmem' device registrationDan Williams1-9/+15
2022-10-14Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+5
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+39
2022-09-29ACPI: HMAT: Release platform device in case of platform_device_add_data() failsLin Yujun1-2/+2
2022-09-29dax: Remove usage of the deprecated ida_simple_xxx APIBo Liu1-3/+3
2022-09-26mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...Aneesh Kumar K.V1-3/+39
2022-09-24devdax: Fix soft-reservation memory descriptionDan Williams1-0/+1
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan1-1/+66
2022-05-16dax: add .recovery_write dax_operationJane Chu1-0/+9
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu1-2/+3
2022-03-24Merge tag 'dax-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds1-0/+2
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-2/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)1-1/+0
2022-03-12dax: Fix missing kdoc for dax_deviceIra Weiny1-0/+1
2022-02-17dax: make sure inodes are flushed before destroy cacheTong Zhang1-0/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-50/+109
2022-01-15device-dax: compound devmap supportJoao Martins1-0/+9
2022-01-15device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault()Joao Martins1-17/+19
2022-01-15device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()Joao Martins1-6/+6
2022-01-15device-dax: factor out page mapping initializationJoao Martins1-22/+23
2022-01-15device-dax: ensure dev_dax->pgmap is valid for dynamic devicesJoao Martins3-8/+54
2022-01-15device-dax: use struct_size()Joao Martins1-2/+3
2022-01-15device-dax: use ALIGN() for determining pgoffJoao Martins1-2/+2
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2-4/+34
2021-12-18dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig2-6/+3
2021-12-18dax: simplify dax_synchronous and set_dax_synchronousChristoph Hellwig1-4/+4
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig1-3/+6
2021-12-04fsdax: simplify the pgoff calculationChristoph Hellwig1-14/+0
2021-12-04dax: remove dax_capableChristoph Hellwig1-36/+0
2021-12-04dax: move the partition alignment check into fs_dax_get_by_bdevChristoph Hellwig1-17/+6
2021-12-04dax: remove the pgmap sanity checks in generic_fsdax_supportedChristoph Hellwig1-48/+1
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig2-85/+30
2021-12-04dax: remove CONFIG_DAX_DRIVERChristoph Hellwig1-4/+0
2021-12-04dm: make the DAX support depend on CONFIG_FS_DAXChristoph Hellwig1-4/+2
2021-11-24dax: Kill DEV_DAX_PMEM_COMPATDan Williams9-156/+35
2021-09-27nvdimm/pmem: move dax_attribute_group from dax to pmemChristoph Hellwig1-82/+18
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-118/+73
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-10/+33
2021-09-08dax/kmem: use a single static memory group for a single probed unitDavid Hildenbrand1-8/+32
2021-09-08mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand1-2/+1
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+1
2021-08-26dax: remove bdev_dax_supportedChristoph Hellwig1-41/+1
2021-08-26dax: stub out dax_supported for !CONFIG_FS_DAXChristoph Hellwig1-18/+18
2021-08-26dax: remove __generic_fsdax_supportedChristoph Hellwig1-4/+4
2021-08-26dax: move the dax_read_lock() locking into dax_supportedChristoph Hellwig1-7/+9
2021-08-26dax: mark dax_get_by_host staticChristoph Hellwig1-55/+54
2021-08-26dax: stop using bdevnameChristoph Hellwig1-13/+7
2021-08-11Merge branch 'for-5.14/dax' into libnvdimm-fixesDan Williams1-1/+1