index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
dax.h
Age
Commit message (
Expand
)
Author
3 days
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-07-09
mm: remove callers of pfn_t functionality
Alistair Popple
2025-06-17
fs/dax: make it possible to check dev dax support without a VMA
Lorenzo Stoakes
2025-03-17
fs/dax: properly refcount fs dax pages
Alistair Popple
2025-03-17
fs/dax: ensure all pages are idle prior to filesystem unmount
Alistair Popple
2025-03-17
fs/dax: always remove DAX page-cache entries when breaking layouts
Alistair Popple
2025-03-17
fs/dax: create a common implementation to break DAX layouts
Alistair Popple
2025-03-17
fs/dax: refactor wait for dax idle page
Alistair Popple
2024-11-13
dax: Remove an unused field in struct dax_operations
Christophe JAILLET
2024-02-22
dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
Mathieu Desnoyers
2024-02-22
dax: add empty static inline for CONFIG_DAX=n
Mathieu Desnoyers
2023-10-04
mm: convert DAX lock/unlock page to lock/unlock folio
Matthew Wilcox (Oracle)
2023-08-24
mm: remove enum page_entry_size
Matthew Wilcox (Oracle)
2023-06-26
dax: enable dax fault handler to report VM_FAULT_HWPOISON
Jane Chu
2023-02-10
dax/hmem: Move hmem device registration to dax_hmem.ko
Dan Williams
2022-12-11
fsdax,xfs: port unshare to fsdax
Shiyang Ruan
2022-07-17
fsdax: dedup file range to use a compare function
Shiyang Ruan
2022-07-17
fsdax: introduce dax_lock_mapping_entry()
Shiyang Ruan
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
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: fix up some of the block device related ifdefs
Christoph Hellwig
2021-12-04
dax: return the partition offset from fs_dax_get_by_bdev
Christoph Hellwig
2021-12-04
fsdax: decouple zeroing from the iomap buffered I/O code
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: simplify the dax_device <-> gendisk association
Christoph Hellwig
2021-09-27
nvdimm/pmem: move dax_attribute_group from dax to pmem
Christoph Hellwig
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: mark dax_get_by_host static
Christoph Hellwig
2020-10-19
Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-10-14
Merge tag 'iomap-5.10-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-10-13
ACPI: HMAT: refactor hmat_register_target_device to hmem_register_device
Dan Williams
2020-09-21
iomap: Change calling convention for zeroing
Matthew Wilcox (Oracle)
2020-09-21
dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
Jan Kara
2020-09-20
dm: Call proper helper to determine dax support
Jan Kara
2020-09-10
dax: Create a range version of dax_layout_busy_page()
Vivek Goyal
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-04-02
dax,iomap: Add helper dax_iomap_zero() to zero a range
Vivek Goyal
2020-04-02
dax, pmem: Add a dax operation zero_page_range
Vivek Goyal
2020-01-16
dax: Get rid of fs_dax_get_by_host() helper
Vivek Goyal
2020-01-03
dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()
Vivek Goyal
2019-07-05
dax: check synchronous mapping is supported
Pankaj Gupta
2019-07-05
libnvdimm: add dax_dev sync flag
Pankaj Gupta
2019-05-20
dax: Arrange for dax_supported check to span multiple devices
Dan Williams
[next]