summaryrefslogtreecommitdiff
path: root/fs/dax.c
AgeCommit message (Expand)Author
2023-11-18fs : Fix warning using plain integer as NULLAbhinav Singh
2023-10-04mm: convert DAX lock/unlock page to lock/unlock folioMatthew Wilcox (Oracle)
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)
2023-08-24mm: move PMD_ORDER to pgtable.hMatthew Wilcox (Oracle)
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu
2023-06-23fsdax: remove redundant variable 'error'Colin Ian King
2023-04-05fsdax: force clear dirty mark if CoWShiyang Ruan
2023-03-28fsdax: dedupe should compare the min of two iters' lengthShiyang Ruan
2023-03-28fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTENShiyang Ruan
2023-02-03fsdax: dax_unshare_iter() should return a valid lengthShiyang Ruan
2022-12-11fsdax,xfs: port unshare to fsdaxShiyang Ruan
2022-12-11fsdax: dedupe: iter two files at the same timeShiyang Ruan
2022-12-11fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan
2022-12-11fsdax: zero the edges if source is HOLE or UNWRITTENShiyang Ruan
2022-12-11fsdax: invalidate pages when CoWShiyang Ruan
2022-12-11fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan
2022-09-24Merge branch 'for-6.0/dax' into libnvdimm-fixesDan Williams
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-26fsdax: Fix infinite loop in dax_iomap_rw()Li Jinlin
2022-07-17fsdax: dedup file range to use a compare functionShiyang Ruan
2022-07-17fsdax: add dax_iomap_cow_copy() for dax zeroShiyang Ruan
2022-07-17fsdax: replace mmap entry in case of CoWShiyang Ruan
2022-07-17fsdax: introduce dax_iomap_cow_copy()Shiyang Ruan
2022-07-17fsdax: output address in dax_iomap_pfn() and rename itShiyang Ruan
2022-07-17fsdax: set a CoW flag when associate reflink mappingsShiyang Ruan
2022-07-17fsdax: introduce dax_lock_mapping_entry()Shiyang Ruan
2022-06-30dax: set did_zero to true when zeroing successfullyKaixu Xia
2022-05-27Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-16dax: add .recovery_write dax_operationJane Chu
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu
2022-04-28dax: fix missing writeprotect the pte entryMuchun Song
2022-04-28dax: fix cache flush on PMD-mapped pagesMuchun Song
2022-03-24Merge tag 'dax-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds
2022-02-17fsdax: fix function descriptionShiyang Ruan
2022-02-02block: remove genhd.hChristoph Hellwig
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig
2021-12-04fsdax: shift partition offset handling into the file systemsChristoph Hellwig
2021-12-04iomap: add a IOMAP_DAX flagChristoph Hellwig
2021-12-04fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig
2021-12-04fsdax: factor out a dax_memzero helperChristoph Hellwig
2021-12-04fsdax: simplify the offset check in dax_iomap_zeroChristoph Hellwig
2021-12-04fsdax: simplify the pgoff calculationChristoph Hellwig
2021-12-04fsdax: use a saner calling convention for copy_cow_page_daxChristoph Hellwig
2021-12-04fsdax: remove a pointless __force cast in copy_cow_page_daxChristoph Hellwig
2021-08-31Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-08-16fsdax: switch the fault handlers to use iomap_iterChristoph Hellwig
2021-08-16fsdax: factor out a dax_fault_actor() helperShiyang Ruan
2021-08-16fsdax: factor out helpers to simplify the dax fault codeShiyang Ruan
2021-08-16fsdax: switch dax_iomap_rw to use iomap_iterChristoph Hellwig
2021-08-16fsdax: mark the iomap argument to dax_iomap_sector as constChristoph Hellwig