aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dax.c
AgeCommit message (Expand)Author
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
2016-05-18dax: for truncate/hole-punch, do zeroing through the driver if possibleVishal Verma
2016-05-18dax: export a low-level __dax_zero_page_range helperChristoph Hellwig
2016-05-18dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox
2016-05-17dax: fallback from pmd to pte on errorDan Williams
2016-05-17dax: Remove redundant inode size checksJan Kara
2016-05-17dax: Remove pointless writeback from dax_do_io()Jan Kara
2016-05-17dax: Remove zeroing from dax_io()Jan Kara
2016-05-17dax: Remove dead zeroing code from fault handlersJan Kara
2016-05-16dax: Remove complete_unwritten argumentJan Kara
2016-05-16DAX: move RADIX_DAX_ definitions to dax.cNeilBrown
2016-05-13dax: call get_blocks() with create == 1 for write faults to unwritten extentsJan Kara
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-09dax: check return value of dax_radix_entry()Ross Zwisler
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler
2016-02-27dax: give DAX clearing code correct bdevRoss Zwisler
2016-02-08direct-io: always call ->end_io if non-NULLChristoph Hellwig
2016-02-05dax: dirty inode only if requiredDmitry Monakhov
2016-01-30block: use DAX for partition table readsDan Williams
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-22dax: never rely on bh.b_dev being set by get_block()Ross Zwisler
2016-01-22dax: add support for fsync/syncRoss Zwisler
2016-01-22dax: fix conversion of holes to PMDsRoss Zwisler
2016-01-22dax: fix NULL pointer dereference in __dax_dbg()Ross Zwisler
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-15dax: re-enable dax pmd mappingsDan Williams
2016-01-15dax: provide diagnostics for pmd mapping failuresDan Williams
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams
2016-01-15mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams
2016-01-15mm, dax, pmem: introduce pfn_tDan Williams
2016-01-15dax: Split pmd map when fallback on COWToshi Kani