summaryrefslogtreecommitdiffstats
path: root/fs/dax.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-221-46/+58
|\
| * mm, dax: change pmd_fault() to take only vmf parameterDave Jiang2017-02-221-29/+25
| * mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang2017-02-221-17/+11
| * dax: add tracepoints to dax_pmd_insert_mapping()Ross Zwisler2017-02-221-3/+9
| * dax: add tracepoints to dax_pmd_load_hole()Ross Zwisler2017-02-221-4/+10
| * dax: add tracepoint infrastructure, PMD tracingRoss Zwisler2017-02-221-10/+20
* | Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-02-221-3/+3
|\ \ | |/ |/|
| * iomap: constify struct iomap_opsChristoph Hellwig2017-01-301-3/+3
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-02-201-1/+5
|\ \
| * | dax: assert that i_rwsem is held exclusive for writesChristoph Hellwig2017-02-081-1/+5
* | | fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko2017-02-031-0/+5
| |/ |/|
* | dax: fix build warnings with FS_DAX and !FS_IOMAPRoss Zwisler2017-01-241-2/+0
* | dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler2017-01-101-15/+36
|/
* dax: Call ->iomap_begin without entry lock during dax faultJan Kara2016-12-261-55/+66
* dax: Finish fault completely when loading holesJan Kara2016-12-261-9/+18
* dax: Avoid page invalidation races and unnecessary radix tree traversalsJan Kara2016-12-261-17/+11
* mm: Invalidate DAX radix tree entries only if appropriateJan Kara2016-12-261-10/+61
* dax: clear dirty entry tags on cache flushJan Kara2016-12-141-0/+64
* dax: protect PTE modification on WP fault by radix tree entry lockJan Kara2016-12-141-6/+16
* dax: make cache flushing protected by entry lockJan Kara2016-12-141-22/+39
* mm: move handling of COW faults into DAX codeJan Kara2016-12-141-32/+29
* mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-141-2/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-141-674/+458
|\
| * dax: Fix sleep in atomic contex in grab_mapping_entry()Jan Kara2016-12-121-8/+7
| * dax: rip out get_block based IO supportJan Kara2016-11-201-315/+0
| * dax: Introduce IOMAP_FAULT flagJan Kara2016-11-101-2/+2
| * dax: add struct iomap based DAX PMD supportRoss Zwisler2016-11-081-37/+341
| * dax: move put_(un)locked_mapping_entry() in dax.cRoss Zwisler2016-11-081-25/+25
| * dax: move RADIX_DAX_* defines to dax.hRoss Zwisler2016-11-081-14/+0
| * dax: dax_iomap_fault() needs to call iomap_end()Ross Zwisler2016-11-081-8/+29
| * dax: add dax_iomap_sector() helper functionRoss Zwisler2016-11-081-3/+7
| * dax: correct dax iomap code namespaceRoss Zwisler2016-11-081-8/+8
| * dax: remove dax_pmd_fault()Ross Zwisler2016-11-081-213/+0
| * dax: coordinate locking for offsets in PMD rangeRoss Zwisler2016-11-081-24/+41
| * dax: consistent variable naming for DAX entriesRoss Zwisler2016-11-081-17/+17
| * dax: remove the last BUG_ON() from fs/dax.cRoss Zwisler2016-11-081-1/+2
| * dax: make 'wait_table' global variable staticRoss Zwisler2016-11-081-1/+1
| * dax: remove buffer_size_valid()Ross Zwisler2016-11-081-21/+1
* | lib: radix-tree: update callback for changing leaf nodesJohannes Weiner2016-12-121-1/+2
* | lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-121-2/+2
* | lib: radix-tree: native accounting of exceptional entriesJohannes Weiner2016-12-121-2/+3
|/
* thp: reduce usage of huge zero page's atomic counterAaron Lu2016-10-071-1/+1
* dax: provide an iomap based fault handlerChristoph Hellwig2016-09-191-0/+114
* dax: provide an iomap based dax read/write pathChristoph Hellwig2016-09-191-0/+114
* dax: don't pass buffer_head to copy_user_daxChristoph Hellwig2016-09-191-6/+6
* dax: don't pass buffer_head to dax_insert_mappingChristoph Hellwig2016-09-191-6/+6
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-281-9/+4
|\
| * Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams2016-07-241-9/+4
| |\
| | * pmem: kill __pmem address spaceDan Williams2016-07-121-3/+3
| | * fs/dax: remove wmb_pmem()Dan Williams2016-07-121-6/+1