aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dax.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-10dax: Introduce IOMAP_FAULT flagJan Kara1-2/+2
2016-11-08dax: add struct iomap based DAX PMD supportRoss Zwisler1-37/+341
2016-11-08dax: move put_(un)locked_mapping_entry() in dax.cRoss Zwisler1-25/+25
2016-11-08dax: move RADIX_DAX_* defines to dax.hRoss Zwisler1-14/+0
2016-11-08dax: dax_iomap_fault() needs to call iomap_end()Ross Zwisler1-8/+29
2016-11-08dax: add dax_iomap_sector() helper functionRoss Zwisler1-3/+7
2016-11-08dax: correct dax iomap code namespaceRoss Zwisler1-8/+8
2016-11-08dax: remove dax_pmd_fault()Ross Zwisler1-213/+0
2016-11-08dax: coordinate locking for offsets in PMD rangeRoss Zwisler1-24/+41
2016-11-08dax: consistent variable naming for DAX entriesRoss Zwisler1-17/+17
2016-11-08dax: remove the last BUG_ON() from fs/dax.cRoss Zwisler1-1/+2
2016-11-08dax: make 'wait_table' global variable staticRoss Zwisler1-1/+1
2016-11-08dax: remove buffer_size_valid()Ross Zwisler1-21/+1
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu1-1/+1
2016-09-19dax: provide an iomap based fault handlerChristoph Hellwig1-0/+114
2016-09-19dax: provide an iomap based dax read/write pathChristoph Hellwig1-0/+114
2016-09-19dax: don't pass buffer_head to copy_user_daxChristoph Hellwig1-6/+6
2016-09-19dax: don't pass buffer_head to dax_insert_mappingChristoph Hellwig1-6/+6
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+4
2016-07-26dax: remote unused fault wrappersRoss Zwisler1-59/+14
2016-07-24Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams1-9/+4
2016-07-12pmem: kill __pmem address spaceDan Williams1-3/+3
2016-07-12fs/dax: remove wmb_pmem()Dan Williams1-6/+1
2016-06-27dax: fix offset overflow in dax_ioEric Sandeen1-1/+6
2016-05-26Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-171/+421
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-194/+63
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+1
2016-05-20dax: move RADIX_DAX_ definitions to dax.cNeilBrown1-0/+9
2016-05-19dax: Remove i_mmap_lock protectionJan Kara1-19/+5
2016-05-19dax: Use radix tree entry lock to protect cow faultsJan Kara1-7/+5
2016-05-19dax: New fault lockingJan Kara1-146/+407
2016-05-19dax: Define DAX lock bit for radix tree exceptional entryJan Kara1-6/+11
2016-05-19dax: Make huge page handling depend of CONFIG_BROKENJan Kara1-1/+1
2016-05-19dax: Fix condition for filling of PMD holesJan Kara1-1/+1
2016-05-18dax: fix a comment in dax_zero_page_range and dax_truncate_pageVishal Verma1-12/+0
2016-05-18dax: for truncate/hole-punch, do zeroing through the driver if possibleVishal Verma1-5/+25
2016-05-18dax: export a low-level __dax_zero_page_range helperChristoph Hellwig1-15/+20
2016-05-18dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox1-32/+0
2016-05-17dax: fallback from pmd to pte on errorDan Williams1-2/+2
2016-05-17dax: Remove redundant inode size checksJan Kara1-59/+1
2016-05-17dax: Remove pointless writeback from dax_do_io()Jan Kara1-9/+1
2016-05-17dax: Remove zeroing from dax_io()Jan Kara1-18/+10
2016-05-17dax: Remove dead zeroing code from fault handlersJan Kara1-15/+2
2016-05-16dax: Remove complete_unwritten argumentJan Kara1-34/+9
2016-05-16DAX: move RADIX_DAX_ definitions to dax.cNeilBrown1-0/+9
2016-05-13dax: call get_blocks() with create == 1 for write faults to unwritten extentsJan Kara1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-2/+2
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-15/+15
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+7
2016-03-09dax: check return value of dax_radix_entry()Ross Zwisler1-1/+8
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler1-5/+7
2016-02-27dax: give DAX clearing code correct bdevRoss Zwisler1-5/+4
2016-02-08direct-io: always call ->end_io if non-NULLChristoph Hellwig1-2/+7
2016-02-05dax: dirty inode only if requiredDmitry Monakhov1-1/+2
2016-01-30block: use DAX for partition table readsDan Williams1-0/+20
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2016-01-22dax: never rely on bh.b_dev being set by get_block()Ross Zwisler1-0/+3
2016-01-22dax: add support for fsync/syncRoss Zwisler1-16/+258
2016-01-22dax: fix conversion of holes to PMDsRoss Zwisler1-10/+10
2016-01-22dax: fix NULL pointer dereference in __dax_dbg()Ross Zwisler1-0/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-3/+3
2016-01-15dax: re-enable dax pmd mappingsDan Williams1-6/+2
2016-01-15dax: provide diagnostics for pmd mapping failuresDan Williams1-8/+57
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams1-1/+1
2016-01-15mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams1-1/+1
2016-01-15mm, dax, pmem: introduce pfn_tDan Williams1-4/+7
2016-01-15dax: Split pmd map when fallback on COWToshi Kani1-1/+3
2016-01-15dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()Dan Williams1-78/+130
2016-01-15dax: guarantee page aligned results from bdev_direct_access()Dan Williams1-1/+0
2016-01-15dax: increase granularity of dax_clear_blocks() operationsDan Williams1-14/+8
2016-01-15pmem, dax: clean up clear_pmem()Dan Williams1-3/+1
2015-11-16dax: disable pmd mappingsDan Williams1-0/+4
2015-11-13Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2015-11-12dax: fix __dax_pmd_fault crashDan Williams1-0/+7
2015-11-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2015-11-11Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+5
2015-11-11dax_io(): don't let non-error value escape via retval instead of EFAULTAl Viro1-1/+3
2015-11-03xfs: Don't use unwritten extents for DAXDave Chinner1-0/+5
2015-10-16mm, dax: fix DAX deadlocksRoss Zwisler1-41/+29
2015-10-01dax: fix NULL pointer in __dax_pmd_fault()Ross Zwisler1-1/+12
2015-09-15dax: fix O_DIRECT I/O to the last block of a blockdevJeff Moyer1-1/+2
2015-09-09dax: update PMD fault handler with PMEM APIRoss Zwisler1-2/+4
2015-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-13/+184
2015-09-08mm: take i_mmap_lock in unmap_mapping_range() for DAXKirill A. Shutemov1-16/+19
2015-09-08dax: use linear_page_index()Matthew Wilcox1-1/+1
2015-09-08dax: ensure that zero pages are removed from other processesMatthew Wilcox1-1/+5
2015-09-08dax: don't use set_huge_zero_page()Kirill A. Shutemov1-6/+12
2015-09-08dax: fix race between simultaneous faultsMatthew Wilcox1-16/+17
2015-09-08dax: improve comment about truncate raceMatthew Wilcox1-1/+6
2015-09-08fs/dax.c: fix typo in #endif commentValentin Rothberg1-1/+1
2015-09-08dax: add huge page fault supportMatthew Wilcox1-0/+152
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-24/+38
2015-08-20pmem, dax: have direct_access use __pmem annotationRoss Zwisler1-17/+20
2015-08-20dax: update I/O path to do proper PMEM flushingRoss Zwisler1-14/+25
2015-07-29xfs: call dax_fault on read page faults for DAXDave Chinner1-2/+12
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+5
2015-07-04block: Add support for DAX reads/writes to block devicesMatthew Wilcox1-2/+4
2015-07-04dax: Use copy_from_iter_nocacheMatthew Wilcox1-1/+1
2015-06-04dax: expose __dax_fault for filesystems with locking constraintsDave Chinner1-2/+13
2015-06-04dax: don't abuse get_block mapping for endio callbacksDave Chinner1-6/+15
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe1-2/+2
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-14/+13
2015-04-15dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh1-0/+17
2015-04-11Remove rw from dax_{do_,}io()Omar Sandoval1-14/+13
2015-02-16dax: add dax_zero_page_rangeMatthew Wilcox1-6/+32
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox1-0/+44
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox1-0/+241
2015-02-16dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox1-0/+37
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox1-0/+186