summaryrefslogtreecommitdiff
path: root/fs/dax.c
Commit message (Expand)AuthorAge
...
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-13
|\
| * dax: fix PMD data corruption when fault races with writeRoss Zwisler2017-05-12
| * dax: fix data corruption when fault races with writeJan Kara2017-05-12
| * mm: fix data corruption due to stale mmap readsJan Kara2017-05-12
| * dax: prevent invalidation of mapped DAX entriesRoss Zwisler2017-05-12
* | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-12
|\ \ | |/ |/|
| * filesystem-dax: fix broken __dax_zero_page_range() conversionDan Williams2017-05-10
* | dax: add tracepoint to dax_insert_mapping()Ross Zwisler2017-05-08
* | dax: add tracepoint to dax_writeback_one()Ross Zwisler2017-05-08
* | dax: add tracepoints to dax_writeback_mapping_range()Ross Zwisler2017-05-08
* | dax: add tracepoints to dax_load_hole()Ross Zwisler2017-05-08
* | dax: add tracepoints to dax_pfn_mkwrite()Ross Zwisler2017-05-08
* | dax: add tracepoints to dax_iomap_pte_fault()Ross Zwisler2017-05-08
* | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-05
|\ \ | |/
| * filesystem-dax: convert to dax_direct_access()Dan Williams2017-04-25
| * Revert "block: use DAX for partition table reads"Dan Williams2017-04-25
* | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-01
|\ \
| * | block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig2017-04-08
| |/
* | dax: fix radix tree insertion raceRoss Zwisler2017-04-08
|/
* sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-02
* mm,fs,dax: mark dax_iomap_pmd_fault as constArnd Bergmann2017-02-27
* mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang2017-02-24
* mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang2017-02-24
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-24
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-22
|\
| * mm, dax: change pmd_fault() to take only vmf parameterDave Jiang2017-02-22
| * mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang2017-02-22
| * dax: add tracepoints to dax_pmd_insert_mapping()Ross Zwisler2017-02-22
| * dax: add tracepoints to dax_pmd_load_hole()Ross Zwisler2017-02-22
| * dax: add tracepoint infrastructure, PMD tracingRoss Zwisler2017-02-22
* | Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-02-22
|\ \ | |/ |/|
| * iomap: constify struct iomap_opsChristoph Hellwig2017-01-30
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-02-20
|\ \
| * | dax: assert that i_rwsem is held exclusive for writesChristoph Hellwig2017-02-08
* | | fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko2017-02-03
| |/ |/|
* | dax: fix build warnings with FS_DAX and !FS_IOMAPRoss Zwisler2017-01-24
* | dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler2017-01-10
|/
* dax: Call ->iomap_begin without entry lock during dax faultJan Kara2016-12-26
* dax: Finish fault completely when loading holesJan Kara2016-12-26
* dax: Avoid page invalidation races and unnecessary radix tree traversalsJan Kara2016-12-26
* mm: Invalidate DAX radix tree entries only if appropriateJan Kara2016-12-26
* dax: clear dirty entry tags on cache flushJan Kara2016-12-14
* dax: protect PTE modification on WP fault by radix tree entry lockJan Kara2016-12-14
* dax: make cache flushing protected by entry lockJan Kara2016-12-14
* mm: move handling of COW faults into DAX codeJan Kara2016-12-14
* mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-14
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-14
|\
| * dax: Fix sleep in atomic contex in grab_mapping_entry()Jan Kara2016-12-12
| * dax: rip out get_block based IO supportJan Kara2016-11-20
| * dax: Introduce IOMAP_FAULT flagJan Kara2016-11-10