aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dax.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-26Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-171/+421
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-194/+63
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus 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/kernel/git/dgc/linux-xfsLinus 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/viro/vfsLinus 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/git/nvdimm/nvdimmLinus Torvalds1-0/+7