summaryrefslogtreecommitdiffstats
path: root/drivers/dax
Commit message (Expand)AuthorAgeFilesLines
* drivers/dax: Remove "select SRCU"Paul E. McKenney2023-02-021-1/+0
* device-dax: Fix duplicate 'hmem' device registrationDan Williams2022-11-211-9/+15
* Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-142-5/+5
|\
| * ACPI: HMAT: Release platform device in case of platform_device_add_data() failsLin Yujun2022-09-291-2/+2
| * dax: Remove usage of the deprecated ida_simple_xxx APIBo Liu2022-09-291-3/+3
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-3/+39
|\ \
| * | mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...Aneesh Kumar K.V2022-09-261-3/+39
| |/
* / devdax: Fix soft-reservation memory descriptionDan Williams2022-09-241-0/+1
|/
* dax: introduce holder for dax_deviceShiyang Ruan2022-07-171-1/+66
* dax: add .recovery_write dax_operationJane Chu2022-05-161-0/+9
* dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu2022-05-161-2/+3
* Merge tag 'dax-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds2022-03-241-0/+2
|\
| * dax: Fix missing kdoc for dax_deviceIra Weiny2022-03-121-0/+1
| * dax: make sure inodes are flushed before destroy cacheTong Zhang2022-02-171-0/+1
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-2/+1
|\ \
| * | fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
| * | fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)2022-03-151-1/+0
| |/
* / fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-153-50/+109
|\
| * device-dax: compound devmap supportJoao Martins2022-01-151-0/+9
| * device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault()Joao Martins2022-01-151-17/+19
| * device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()Joao Martins2022-01-151-6/+6
| * device-dax: factor out page mapping initializationJoao Martins2022-01-151-22/+23
| * device-dax: ensure dev_dax->pgmap is valid for dynamic devicesJoao Martins2022-01-153-8/+54
| * device-dax: use struct_size()Joao Martins2022-01-151-2/+3
| * device-dax: use ALIGN() for determining pgoffJoao Martins2022-01-151-2/+2
* | dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2021-12-182-4/+34
* | dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig2021-12-182-6/+3
* | dax: simplify dax_synchronous and set_dax_synchronousChristoph Hellwig2021-12-181-4/+4
* | dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-041-3/+6
* | fsdax: simplify the pgoff calculationChristoph Hellwig2021-12-041-14/+0
* | dax: remove dax_capableChristoph Hellwig2021-12-041-36/+0
* | dax: move the partition alignment check into fs_dax_get_by_bdevChristoph Hellwig2021-12-041-17/+6
* | dax: remove the pgmap sanity checks in generic_fsdax_supportedChristoph Hellwig2021-12-041-48/+1
* | dax: simplify the dax_device <-> gendisk associationChristoph Hellwig2021-12-042-85/+30
* | dax: remove CONFIG_DAX_DRIVERChristoph Hellwig2021-12-041-4/+0
* | dm: make the DAX support depend on CONFIG_FS_DAXChristoph Hellwig2021-12-041-4/+2
* | dax: Kill DEV_DAX_PMEM_COMPATDan Williams2021-11-249-156/+35
|/
* nvdimm/pmem: move dax_attribute_group from dax to pmemChristoph Hellwig2021-09-271-82/+18
* Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-118/+73
|\
| * dax: remove bdev_dax_supportedChristoph Hellwig2021-08-261-41/+1
| * dax: stub out dax_supported for !CONFIG_FS_DAXChristoph Hellwig2021-08-261-18/+18
| * dax: remove __generic_fsdax_supportedChristoph Hellwig2021-08-261-4/+4
| * dax: move the dax_read_lock() locking into dax_supportedChristoph Hellwig2021-08-261-7/+9
| * dax: mark dax_get_by_host staticChristoph Hellwig2021-08-261-55/+54
| * dax: stop using bdevnameChristoph Hellwig2021-08-261-13/+7
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-10/+33
|\ \
| * | dax/kmem: use a single static memory group for a single probed unitDavid Hildenbrand2021-09-081-8/+32
| * | mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand2021-09-081-2/+1
| |/
* | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-3/+1
|\ \ | |/ |/|