summaryrefslogtreecommitdiff
path: root/fs/dax.c
AgeCommit message (Expand)Author
2025-04-17fs/dax: fix folio splitting issue by resetting old folio order + _nr_pagesDavid Hildenbrand
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-21fs/dax: don't disassociate zero page entriesAlistair Popple
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple
2025-03-17fs/dax: remove PAGE_MAPPING_DAX_SHARED mapping flagAlistair Popple
2025-03-17fs/dax: ensure all pages are idle prior to filesystem unmountAlistair Popple
2025-03-17fs/dax: always remove DAX page-cache entries when breaking layoutsAlistair Popple
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple
2025-03-17fs/dax: don't skip locked entries when scanning entriesAlistair Popple
2025-03-17fs/dax: return unmapped busy pages from dax_layout_busy_page_range()Alistair Popple
2025-03-17dax: use folios more widely within DAXMatthew Wilcox (Oracle)
2025-02-26iomap: introduce a full map advance helperBrian Foster
2025-02-26iomap: rename iomap_iter processed field to statusBrian Foster
2025-02-26dax: advance the iomap_iter on pte and pmd faultsBrian Foster
2025-02-26dax: advance the iomap_iter on dedupe rangeBrian Foster
2025-02-26dax: advance the iomap_iter on unshare rangeBrian Foster
2025-02-26dax: advance the iomap_iter on zero rangeBrian Foster
2025-02-26dax: push advance down into dax_iomap_iter() for read and writeBrian Foster
2025-02-26dax: advance the iomap_iter in the read/write pathBrian Foster
2024-10-07fsdax: dax_unshare_iter needs to copy entire blocksDarrick J. Wong
2024-10-07fsdax: remove zeroing code from dax_unshare_iterDarrick J. Wong
2024-10-07iomap: share iomap_unshare_iter predicate code with fsdaxDarrick J. Wong
2024-10-03iomap: constrain the file range passed to iomap_file_unshareDarrick J. Wong
2024-04-25dax: use huge_zero_folioMatthew Wilcox (Oracle)
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