- 7ac5360 dax: remove the copy_from_iter and copy_to_iter methods by Christoph Hellwig · 3 years ago
- de20511 fsdax: shift partition offset handling into the file systems by Christoph Hellwig · 3 years, 1 month ago
- 952da06 iomap: add a IOMAP_DAX flag by Christoph Hellwig · 3 years, 1 month ago
- c6f4046 fsdax: decouple zeroing from the iomap buffered I/O code by Christoph Hellwig · 3 years, 1 month ago
- e5c7195 fsdax: factor out a dax_memzero helper by Christoph Hellwig · 3 years, 1 month ago
- 4a2d7d5 fsdax: simplify the offset check in dax_iomap_zero by Christoph Hellwig · 3 years, 1 month ago
- 60696eb fsdax: simplify the pgoff calculation by Christoph Hellwig · 3 years, 1 month ago
- 429f8de fsdax: use a saner calling convention for copy_cow_page_dax by Christoph Hellwig · 3 years, 1 month ago
- 9dc2f9c fsdax: remove a pointless __force cast in copy_cow_page_dax by Christoph Hellwig · 3 years, 1 month ago
- 0ee7c3e Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 4 months ago
- 65dd814 fsdax: switch the fault handlers to use iomap_iter by Christoph Hellwig · 3 years, 5 months ago
- c243619 fsdax: factor out a dax_fault_actor() helper by Shiyang Ruan · 3 years, 5 months ago
- 55f8163 fsdax: factor out helpers to simplify the dax fault code by Shiyang Ruan · 3 years, 5 months ago
- ca289e0 fsdax: switch dax_iomap_rw to use iomap_iter by Christoph Hellwig · 3 years, 5 months ago
- 7e4f4b2 fsdax: mark the iomap argument to dax_iomap_sector as const by Christoph Hellwig · 3 years, 5 months ago
- 96dcb97 Merge branch 'for-5.14/dax' into libnvdimm-fixes by Dan Williams · 3 years, 5 months ago
- 4478859 fs/dax: Clarify nr_pages to dax_direct_access() by Ira Weiny · 3 years, 7 months ago
- 1a14e37 dax: fix ENOMEM handling in grab_mapping_entry() by Jan Kara · 3 years, 6 months ago
- 393f42f Merge tag 'dax-fixes-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years, 8 months ago
- 2373883 dax: Wake up all waiters after invalidating dax entry by Vivek Goyal · 3 years, 8 months ago
- 4c3d043 dax: Add a wakeup mode parameter to put_unlocked_entry() by Vivek Goyal · 3 years, 8 months ago
- 698ab77 dax: Add an enum for specifying dax wakup mode by Vivek Goyal · 3 years, 8 months ago
- 7f0e07f dax: account DAX entries as nrpages by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 7716506 mm: introduce and use mapping_empty() by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 9fd6dad mm: provide a saner PTE walking API for modules by Paolo Bonzini · 3 years, 11 months ago
- ff5c19e mm: simplify follow_pte{,pmd} by Christoph Hellwig · 4 years ago
- 6945653 Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 4 years, 2 months ago
- 81ee8e5 iomap: Change calling convention for zeroing by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- 6bbdd56 dax: Create a range version of dax_layout_busy_page() by Vivek Goyal · 4 years, 10 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 49688e6 dax: Fix incorrect argument passed to xas_set_err() by Hao Li · 4 years, 5 months ago
- c7fe193 fs/dax: Remove unused size parameter by Ira Weiny · 4 years, 5 months ago
- 4f3b4f1 dax,iomap: Add helper dax_iomap_zero() to zero a range by Vivek Goyal · 4 years, 10 months ago
- 0a23f9f dax: Use new dax zero page method for zeroing a page by Vivek Goyal · 4 years, 10 months ago
- 96222d5 dax: pass NOWAIT flag to iomap_apply by Jeff Moyer · 5 years ago
- 3f666c5 dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range() by Vivek Goyal · 5 years ago
- 3b266a5 Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
- 6370740 fs/dax: Fix pmd vs pte conflict detection by Dan Williams · 5 years ago
- c039b99 iomap: use a srcmap for a read-modify-write I/O by Goldwyn Rodrigues · 5 years ago
- d75996d dax: dax_layout_busy_page() should not unmap cow pages by Vivek Goyal · 5 years ago
- 61c30c9 dax: Fix missed wakeup in put_unlocked_entry() by Jan Kara · 5 years ago
- 26473f8 Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
- 0fe49f7 Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
- 5d90730 iomap: move internal declarations into fs/iomap/ by Darrick J. Wong · 5 years ago
- 23c84eb dax: Fix missed wakeup with PMD faults by Matthew Wilcox (Oracle) · 5 years ago
- e1928328 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- cde357c Merge tag 'dax-fix-5.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
- 9ffbe8a locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_held_write() by Nikolay Borisov · 6 years ago
- 1571c02 dax: Fix xarray entry association for mixed mappings by Jan Kara · 6 years ago
- 2025cf9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 by Thomas Gleixner · 6 years ago
- 024eee0 mm: page_mkclean vs MADV_DONTNEED race by Aneesh Kumar K.V · 6 years ago
- fce86ff mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addresses by Dan Williams · 6 years ago
- 11cf9d8 fs/dax: Deposit pagetable even when installing zero page by Aneesh Kumar K.V · 6 years ago
- e4b3448 dax: Flush partial PMDs correctly by Matthew Wilcox · 6 years ago
- 0cefc36 fs/dax: NIT fix comment regarding start/end vs range by Ira Weiny · 6 years ago
- c9aed74 fs/dax: Convert to use vmf_error() by Souptick Joarder · 6 years ago
- 2a1a2c1 Merge tag 'dax-fix-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
- ac46d4f mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 by Jérôme Glisse · 6 years ago
- d8a7064 dax: Use non-exclusive wait in wait_entry_unlocked() by Dan Williams · 6 years ago
- 27359fd dax: Fix unlock mismatch with updated API by Matthew Wilcox · 6 years ago
- 55e56f0 dax: Don't access a freed inode by Matthew Wilcox · 6 years ago
- c93db7b dax: Check page->mapping isn't NULL by Matthew Wilcox · 6 years ago
- 25bbe21 dax: Avoid losing wakeup in dax_lock_mapping_entry by Matthew Wilcox · 6 years ago
- 0e40de0 dax: Fix huge page faults by Matthew Wilcox · 6 years ago
- fda490d dax: Fix dax_unlock_mapping_entry for PMD pages by Matthew Wilcox · 6 years ago
- c5bbd45 dax: Reinstate RCU protection of inode by Matthew Wilcox · 6 years ago
- 7ae2ea7 dax: Make sure the unlocking entry isn't locked by Matthew Wilcox · 6 years ago
- 6d7cd8c dax: Remove optimisation from dax_lock_mapping_entry by Matthew Wilcox · 6 years ago
- b15cd80 dax: Convert page fault handlers to XArray by Matthew Wilcox · 7 years ago
- 9f32d22 dax: Convert dax_lock_mapping_entry to XArray by Matthew Wilcox · 7 years ago
- 9fc747f6 dax: Convert dax writeback to XArray by Matthew Wilcox · 7 years ago
- 07f2d89 dax: Convert __dax_invalidate_entry to XArray by Matthew Wilcox · 7 years ago
- 084a899 dax: Convert dax_layout_busy_page to XArray by Matthew Wilcox · 7 years ago
- cfc93c6 dax: Convert dax_insert_pfn_mkwrite to XArray by Matthew Wilcox · 7 years ago
- ec4907f dax: Hash on XArray instead of mapping by Matthew Wilcox · 7 years ago
- a77d19f dax: Rename some functions by Matthew Wilcox · 7 years ago
- 3159f94 xarray: Replace exceptional entries by Matthew Wilcox · 7 years ago
- b90ca5c filesystem-dax: Fix use of zero page by Matthew Wilcox · 6 years ago
- 2923b27 Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
- 828bf6e Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
- 86ed913 filesystem-dax: Do not request kaddr and pfn when not required by Huaisheng Ye · 6 years ago
- cdbf889 dax: dax_layout_busy_page() warn on !exceptional by Ross Zwisler · 6 years ago
- c2a7d2a filesystem-dax: Introduce dax_lock_mapping_entry() by Dan Williams · 6 years ago
- 73449da filesystem-dax: Set page->index by Dan Williams · 6 years ago
- 7d3bf61 Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
- 930218a Merge branch 'for-4.18/mcsafe' into libnvdimm-for-next by Dan Williams · 7 years ago
- ab77dab fs/dax.c: use new return type vm_fault_t by Souptick Joarder · 7 years ago
- cc4a90a dax: dax_insert_mapping_entry always succeeds by Matthew Wilcox · 7 years ago
- a77d478 dax: Report bytes remaining in dax_iomap_actor() by Dan Williams · 7 years ago
- b3a9a0c dax: Introduce a ->copy_to_iter dax operation by Dan Williams · 7 years ago
- 5fac740 mm, fs, dax: handle layout changes to pinned dax mappings by Dan Williams · 7 years ago
- 24844fd Merge branch 'mm-rst' into docs-next by Jonathan Corbet · 7 years ago
- ad56b73 docs/vm: rename documentation files to .rst by Mike Rapoport · 7 years ago
- b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
- d2c997c fs, dax: use page->mapping to warn if truncate collides with a busy page by Dan Williams · 7 years ago
- 3fe0791 dax: store pfns in the radix by Dan Williams · 7 years ago
- 23aedc4 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
- 977fbdc mm: add unmap_mapping_pages() by Matthew Wilcox · 7 years ago
- ee190ca fs/dax.c: release PMD lock even when there is no PMD support in DAX by Jan H. Schönherr · 7 years ago
- c0b2462 dax: pass detailed error code from dax_iomap_fault() by Jan Kara · 7 years ago