Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs/dax.c
AgeCommit message (Expand)Author
2022-09-25Merge branch 'for-6.0/dax' into libnvdimm-fixesDan Williams
2022-08-06Merge 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-18fsdax: dedup file range to use a compare functionShiyang Ruan
2022-07-18fsdax: add dax_iomap_cow_copy() for dax zeroShiyang Ruan
2022-07-18fsdax: replace mmap entry in case of CoWShiyang Ruan
2022-07-18fsdax: introduce dax_iomap_cow_copy()Shiyang Ruan
2022-07-18fsdax: output address in dax_iomap_pfn() and rename itShiyang Ruan
2022-07-18fsdax: set a CoW flag when associate reflink mappingsShiyang Ruan
2022-07-18fsdax: introduce dax_lock_mapping_entry()Shiyang Ruan
2022-06-30dax: set did_zero to true when zeroing successfullyKaixu Xia
2022-05-28Merge 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-29dax: fix missing writeprotect the pte entryMuchun Song
2022-04-29dax: fix cache flush on PMD-mapped pagesMuchun Song
2022-03-25Merge tag 'dax-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds
2022-02-18fsdax: 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-17fsdax: switch the fault handlers to use iomap_iterChristoph Hellwig
2021-08-17fsdax: factor out a dax_fault_actor() helperShiyang Ruan
2021-08-17fsdax: factor out helpers to simplify the dax fault codeShiyang Ruan
2021-08-17fsdax: switch dax_iomap_rw to use iomap_iterChristoph Hellwig
2021-08-17fsdax: mark the iomap argument to dax_iomap_sector as constChristoph Hellwig
2021-08-11Merge branch 'for-5.14/dax' into libnvdimm-fixesDan Williams
2021-07-08fs/dax: Clarify nr_pages to dax_direct_access()Ira Weiny
2021-06-29dax: fix ENOMEM handling in grab_mapping_entry()Jan Kara
2021-05-15Merge tag 'dax-fixes-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-05-08dax: Wake up all waiters after invalidating dax entryVivek Goyal
2021-05-08dax: Add a wakeup mode parameter to put_unlocked_entry()Vivek Goyal
2021-05-08dax: Add an enum for specifying dax wakup modeVivek Goyal
2021-05-05dax: account DAX entries as nrpagesMatthew Wilcox (Oracle)
2021-05-05mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)
2021-02-09mm: provide a saner PTE walking API for modulesPaolo Bonzini
2020-12-16mm: simplify follow_pte{,pmd}Christoph Hellwig
2020-10-20Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-09-21iomap: Change calling convention for zeroingMatthew Wilcox (Oracle)
2020-09-10dax: Create a range version of dax_layout_busy_page()Vivek Goyal
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-31dax: Fix incorrect argument passed to xas_set_err()Hao Li