Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs/dax.c
AgeCommit message (Expand)Author
2017-02-25mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang
2017-02-25mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang
2017-02-25mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-02-23Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-02-23mm, dax: change pmd_fault() to take only vmf parameterDave Jiang
2017-02-23mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang
2017-02-23dax: add tracepoints to dax_pmd_insert_mapping()Ross Zwisler
2017-02-23dax: add tracepoints to dax_pmd_load_hole()Ross Zwisler
2017-02-23dax: add tracepoint infrastructure, PMD tracingRoss Zwisler
2017-02-21Merge 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-04fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko
2017-01-31iomap: constify struct iomap_opsChristoph Hellwig
2017-01-25dax: fix build warnings with FS_DAX and !FS_IOMAPRoss Zwisler
2017-01-11dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler
2016-12-27dax: Call ->iomap_begin without entry lock during dax faultJan Kara
2016-12-27dax: Finish fault completely when loading holesJan Kara
2016-12-27dax: Avoid page invalidation races and unnecessary radix tree traversalsJan Kara
2016-12-27mm: Invalidate DAX radix tree entries only if appropriateJan Kara
2016-12-15dax: clear dirty entry tags on cache flushJan Kara
2016-12-15dax: protect PTE modification on WP fault by radix tree entry lockJan Kara
2016-12-15dax: make cache flushing protected by entry lockJan Kara
2016-12-15mm: move handling of COW faults into DAX codeJan Kara
2016-12-15mm: 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-13lib: radix-tree: update callback for changing leaf nodesJohannes Weiner
2016-12-13lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner
2016-12-13lib: radix-tree: native accounting of exceptional entriesJohannes Weiner
2016-12-13dax: Fix sleep in atomic contex in grab_mapping_entry()Jan Kara
2016-11-21dax: 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-08thp: 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-29Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds