summaryrefslogtreecommitdiff
path: root/fs/dax.c
AgeCommit message (Expand)Author
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
2016-11-08dax: remove dax_pmd_fault()Ross Zwisler
2016-11-08dax: coordinate locking for offsets in PMD rangeRoss Zwisler
2016-11-08dax: consistent variable naming for DAX entriesRoss Zwisler
2016-11-08dax: remove the last BUG_ON() from fs/dax.cRoss Zwisler
2016-11-08dax: make 'wait_table' global variable staticRoss Zwisler
2016-11-08dax: remove buffer_size_valid()Ross Zwisler
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu
2016-09-19dax: provide an iomap based fault handlerChristoph Hellwig
2016-09-19dax: provide an iomap based dax read/write pathChristoph Hellwig
2016-09-19dax: don't pass buffer_head to copy_user_daxChristoph Hellwig
2016-09-19dax: don't pass buffer_head to dax_insert_mappingChristoph Hellwig
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-07-26dax: remote unused fault wrappersRoss Zwisler
2016-07-24Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams
2016-07-12pmem: kill __pmem address spaceDan Williams
2016-07-12fs/dax: remove wmb_pmem()Dan Williams
2016-06-27dax: fix offset overflow in dax_ioEric Sandeen
2016-05-26Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-05-20dax: move RADIX_DAX_ definitions to dax.cNeilBrown
2016-05-19dax: Remove i_mmap_lock protectionJan Kara
2016-05-19dax: Use radix tree entry lock to protect cow faultsJan Kara
2016-05-19dax: New fault lockingJan Kara
2016-05-19dax: Define DAX lock bit for radix tree exceptional entryJan Kara
2016-05-19dax: Make huge page handling depend of CONFIG_BROKENJan Kara
2016-05-19dax: Fix condition for filling of PMD holesJan Kara
2016-05-18dax: fix a comment in dax_zero_page_range and dax_truncate_pageVishal Verma