aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/dax.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependencyIngo Molnar1-0/+1
2017-02-27mm,fs,dax: mark dax_iomap_pmd_fault as constArnd Bergmann1-1/+2
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang1-4/+5
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang1-13/+32
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-9/+6
2017-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-46/+58
2017-02-22Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+3
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang1-29/+25
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang1-17/+11
2017-02-22dax: add tracepoints to dax_pmd_insert_mapping()Ross Zwisler1-3/+9
2017-02-22dax: add tracepoints to dax_pmd_load_hole()Ross Zwisler1-4/+10
2017-02-22dax: add tracepoint infrastructure, PMD tracingRoss Zwisler1-10/+20
2017-02-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+5
2017-02-08dax: assert that i_rwsem is held exclusive for writesChristoph Hellwig1-1/+5
2017-02-03fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko1-0/+5
2017-01-30iomap: constify struct iomap_opsChristoph Hellwig1-3/+3
2017-01-24dax: fix build warnings with FS_DAX and !FS_IOMAPRoss Zwisler1-2/+0
2017-01-10dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler1-15/+36
2016-12-26dax: Call ->iomap_begin without entry lock during dax faultJan Kara1-55/+66
2016-12-26dax: Finish fault completely when loading holesJan Kara1-9/+18
2016-12-26dax: Avoid page invalidation races and unnecessary radix tree traversalsJan Kara1-17/+11
2016-12-26mm: Invalidate DAX radix tree entries only if appropriateJan Kara1-10/+61
2016-12-14dax: clear dirty entry tags on cache flushJan Kara1-0/+64
2016-12-14dax: protect PTE modification on WP fault by radix tree entry lockJan Kara1-6/+16
2016-12-14dax: make cache flushing protected by entry lockJan Kara1-22/+39
2016-12-14mm: move handling of COW faults into DAX codeJan Kara1-32/+29
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-2/+2
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-674/+458
2016-12-12lib: radix-tree: update callback for changing leaf nodesJohannes Weiner1-1/+2
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner1-2/+2
2016-12-12lib: radix-tree: native accounting of exceptional entriesJohannes Weiner1-2/+3
2016-12-12dax: Fix sleep in atomic contex in grab_mapping_entry()Jan Kara1-8/+7
2016-11-20dax: rip out get_block based IO supportJan Kara1-315/+0
2016-11-10dax: Introduce IOMAP_FAULT flagJan Kara1-2/+2
2016-11-08dax: add struct iomap based DAX PMD supportRoss Zwisler1-37/+341
2016-11-08dax: move put_(un)locked_mapping_entry() in dax.cRoss Zwisler1-25/+25
2016-11-08dax: move RADIX_DAX_* defines to dax.hRoss Zwisler1-14/+0
2016-11-08dax: dax_iomap_fault() needs to call iomap_end()Ross Zwisler1-8/+29
2016-11-08dax: add dax_iomap_sector() helper functionRoss Zwisler1-3/+7
2016-11-08dax: correct dax iomap code namespaceRoss Zwisler1-8/+8
2016-11-08dax: remove dax_pmd_fault()Ross Zwisler1-213/+0
2016-11-08dax: coordinate locking for offsets in PMD rangeRoss Zwisler1-24/+41
2016-11-08dax: consistent variable naming for DAX entriesRoss Zwisler1-17/+17
2016-11-08dax: remove the last BUG_ON() from fs/dax.cRoss Zwisler1-1/+2
2016-11-08dax: make 'wait_table' global variable staticRoss Zwisler1-1/+1
2016-11-08dax: remove buffer_size_valid()Ross Zwisler1-21/+1
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu1-1/+1
2016-09-19dax: provide an iomap based fault handlerChristoph Hellwig1-0/+114
2016-09-19dax: provide an iomap based dax read/write pathChristoph Hellwig1-0/+114
2016-09-19dax: don't pass buffer_head to copy_user_daxChristoph Hellwig1-6/+6