summaryrefslogtreecommitdiff
path: root/fs/dax.c
AgeCommit message (Expand)Author
2017-05-08dax: add tracepoints to dax_writeback_mapping_range()Ross Zwisler
2017-05-08dax: add tracepoints to dax_load_hole()Ross Zwisler
2017-05-08dax: add tracepoints to dax_pfn_mkwrite()Ross Zwisler
2017-05-08dax: add tracepoints to dax_iomap_pte_fault()Ross Zwisler
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-25filesystem-dax: convert to dax_direct_access()Dan Williams
2017-04-25Revert "block: use DAX for partition table reads"Dan Williams
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig
2017-04-08dax: fix radix tree insertion raceRoss Zwisler
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar
2017-02-27mm,fs,dax: mark dax_iomap_pmd_fault as constArnd Bergmann
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-02-22Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang
2017-02-22dax: add tracepoints to dax_pmd_insert_mapping()Ross Zwisler
2017-02-22dax: add tracepoints to dax_pmd_load_hole()Ross Zwisler
2017-02-22dax: add tracepoint infrastructure, PMD tracingRoss Zwisler
2017-02-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-02-08dax: assert that i_rwsem is held exclusive for writesChristoph Hellwig
2017-02-03fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko
2017-01-30iomap: constify struct iomap_opsChristoph Hellwig
2017-01-24dax: fix build warnings with FS_DAX and !FS_IOMAPRoss Zwisler
2017-01-10dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler
2016-12-26dax: Call ->iomap_begin without entry lock during dax faultJan Kara
2016-12-26dax: Finish fault completely when loading holesJan Kara
2016-12-26dax: Avoid page invalidation races and unnecessary radix tree traversalsJan Kara
2016-12-26mm: Invalidate DAX radix tree entries only if appropriateJan Kara
2016-12-14dax: clear dirty entry tags on cache flushJan Kara
2016-12-14dax: protect PTE modification on WP fault by radix tree entry lockJan Kara
2016-12-14dax: make cache flushing protected by entry lockJan Kara
2016-12-14mm: move handling of COW faults into DAX codeJan Kara
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-12-12lib: radix-tree: update callback for changing leaf nodesJohannes Weiner
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner
2016-12-12lib: radix-tree: native accounting of exceptional entriesJohannes Weiner
2016-12-12dax: Fix sleep in atomic contex in grab_mapping_entry()Jan Kara
2016-11-20dax: rip out get_block based IO supportJan Kara
2016-11-10dax: Introduce IOMAP_FAULT flagJan Kara
2016-11-08dax: add struct iomap based DAX PMD supportRoss Zwisler
2016-11-08dax: move put_(un)locked_mapping_entry() in dax.cRoss Zwisler
2016-11-08dax: move RADIX_DAX_* defines to dax.hRoss Zwisler
2016-11-08dax: dax_iomap_fault() needs to call iomap_end()Ross Zwisler
2016-11-08dax: add dax_iomap_sector() helper functionRoss Zwisler
2016-11-08dax: correct dax iomap code namespaceRoss Zwisler