Age | Commit message (Expand) | Author |
2022-11-21 | device-dax: Fix duplicate 'hmem' device registration | Dan Williams |
2022-10-14 | Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-09-29 | ACPI: HMAT: Release platform device in case of platform_device_add_data() fails | Lin Yujun |
2022-09-29 | dax: Remove usage of the deprecated ida_simple_xxx API | Bo Liu |
2022-09-26 | mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI... | Aneesh Kumar K.V |
2022-09-24 | devdax: Fix soft-reservation memory description | Dan Williams |
2022-07-17 | dax: introduce holder for dax_device | Shiyang Ruan |
2022-05-16 | dax: add .recovery_write dax_operation | Jane Chu |
2022-05-16 | dax: introduce DAX_RECOVERY_WRITE dax access mode | Jane Chu |
2022-03-24 | Merge tag 'dax-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd... | Linus Torvalds |
2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song |
2022-03-16 | fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio | Matthew Wilcox (Oracle) |
2022-03-15 | fs: Remove noop_invalidatepage() | Matthew Wilcox (Oracle) |
2022-03-12 | dax: Fix missing kdoc for dax_device | Ira Weiny |
2022-02-17 | dax: make sure inodes are flushed before destroy cache | Tong Zhang |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-01-15 | device-dax: compound devmap support | Joao Martins |
2022-01-15 | device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault() | Joao Martins |
2022-01-15 | device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}() | Joao Martins |
2022-01-15 | device-dax: factor out page mapping initialization | Joao Martins |
2022-01-15 | device-dax: ensure dev_dax->pgmap is valid for dynamic devices | Joao Martins |
2022-01-15 | device-dax: use struct_size() | Joao Martins |
2022-01-15 | device-dax: use ALIGN() for determining pgoff | Joao Martins |
2021-12-18 | dax: remove the copy_from_iter and copy_to_iter methods | Christoph Hellwig |
2021-12-18 | dax: remove the DAXDEV_F_SYNC flag | Christoph Hellwig |
2021-12-18 | dax: simplify dax_synchronous and set_dax_synchronous | Christoph Hellwig |
2021-12-04 | dax: return the partition offset from fs_dax_get_by_bdev | Christoph Hellwig |
2021-12-04 | fsdax: simplify the pgoff calculation | Christoph Hellwig |
2021-12-04 | dax: remove dax_capable | Christoph Hellwig |
2021-12-04 | dax: move the partition alignment check into fs_dax_get_by_bdev | Christoph Hellwig |
2021-12-04 | dax: remove the pgmap sanity checks in generic_fsdax_supported | Christoph Hellwig |
2021-12-04 | dax: simplify the dax_device <-> gendisk association | Christoph Hellwig |
2021-12-04 | dax: remove CONFIG_DAX_DRIVER | Christoph Hellwig |
2021-12-04 | dm: make the DAX support depend on CONFIG_FS_DAX | Christoph Hellwig |
2021-11-24 | dax: Kill DEV_DAX_PMEM_COMPAT | Dan Williams |
2021-09-27 | nvdimm/pmem: move dax_attribute_group from dax to pmem | Christoph Hellwig |
2021-09-09 | Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-09-08 | dax/kmem: use a single static memory group for a single probed unit | David Hildenbrand |
2021-09-08 | mm/memory_hotplug: remove nid parameter from remove_memory() and friends | David Hildenbrand |
2021-09-01 | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2021-08-26 | dax: remove bdev_dax_supported | Christoph Hellwig |
2021-08-26 | dax: stub out dax_supported for !CONFIG_FS_DAX | Christoph Hellwig |
2021-08-26 | dax: remove __generic_fsdax_supported | Christoph Hellwig |
2021-08-26 | dax: move the dax_read_lock() locking into dax_supported | Christoph Hellwig |
2021-08-26 | dax: mark dax_get_by_host static | Christoph Hellwig |
2021-08-26 | dax: stop using bdevname | Christoph Hellwig |
2021-08-11 | Merge branch 'for-5.14/dax' into libnvdimm-fixes | Dan Williams |