summaryrefslogtreecommitdiffstats
path: root/fs/dax.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | dax: remote unused fault wrappersRoss Zwisler2016-07-261-59/+14
|/ /
* | dax: fix offset overflow in dax_ioEric Sandeen2016-06-271-1/+6
|/
* Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-261-171/+421
|\
| * dax: Remove i_mmap_lock protectionJan Kara2016-05-191-19/+5
| * dax: Use radix tree entry lock to protect cow faultsJan Kara2016-05-191-7/+5
| * dax: New fault lockingJan Kara2016-05-191-146/+407
| * dax: Define DAX lock bit for radix tree exceptional entryJan Kara2016-05-191-6/+11
| * dax: Make huge page handling depend of CONFIG_BROKENJan Kara2016-05-191-1/+1
| * dax: Fix condition for filling of PMD holesJan Kara2016-05-191-1/+1
* | Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-261-194/+63
|\ \ | |/
| * dax: fix a comment in dax_zero_page_range and dax_truncate_pageVishal Verma2016-05-181-12/+0
| * dax: for truncate/hole-punch, do zeroing through the driver if possibleVishal Verma2016-05-181-5/+25
| * dax: export a low-level __dax_zero_page_range helperChristoph Hellwig2016-05-181-15/+20
OpenPOWER on IntegriCloud