summaryrefslogtreecommitdiffstats
path: root/fs/dax.c
Commit message (Expand)AuthorAgeFilesLines
* thp: reduce usage of huge zero page's atomic counterAaron Lu2016-10-071-1/+1
* dax: provide an iomap based fault handlerChristoph Hellwig2016-09-191-0/+114
* dax: provide an iomap based dax read/write pathChristoph Hellwig2016-09-191-0/+114
* dax: don't pass buffer_head to copy_user_daxChristoph Hellwig2016-09-191-6/+6
* dax: don't pass buffer_head to dax_insert_mappingChristoph Hellwig2016-09-191-6/+6
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-281-9/+4
|\
| * Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams2016-07-241-9/+4
| |\
| | * pmem: kill __pmem address spaceDan Williams2016-07-121-3/+3
| | * fs/dax: remove wmb_pmem()Dan Williams2016-07-121-6/+1
* | | dax: remote unused fault wrappersRoss Zwisler2016-07-261-59/+14
|/ /
* | dax: fix offset overflow in dax_ioEric Sandeen2016-06-271-1/+6
|/
* Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-261-171/+421
|\
| * dax: Remove i_mmap_lock protectionJan Kara2016-05-191-19/+5
| * dax: Use radix tree entry lock to protect cow faultsJan Kara2016-05-191-7/+5
| * dax: New fault lockingJan Kara2016-05-191-146/+407
| * dax: Define DAX lock bit for radix tree exceptional entryJan Kara2016-05-191-6/+11
| * dax: Make huge page handling depend of CONFIG_BROKENJan Kara2016-05-191-1/+1
| * dax: Fix condition for filling of PMD holesJan Kara2016-05-191-1/+1
* | Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-261-194/+63
|\ \ | |/
| * dax: fix a comment in dax_zero_page_range and dax_truncate_pageVishal Verma2016-05-181-12/+0
| * dax: for truncate/hole-punch, do zeroing through the driver if possibleVishal Verma2016-05-181-5/+25
| * dax: export a low-level __dax_zero_page_range helperChristoph Hellwig2016-05-181-15/+20
| * dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox2016-05-181-32/+0
| * dax: fallback from pmd to pte on errorDan Williams2016-05-171-2/+2
| * dax: Remove redundant inode size checksJan Kara2016-05-171-59/+1
| * dax: Remove pointless writeback from dax_do_io()Jan Kara2016-05-171-9/+1
| * dax: Remove zeroing from dax_io()Jan Kara2016-05-171-18/+10
| * dax: Remove dead zeroing code from fault handlersJan Kara2016-05-171-15/+2
| * dax: Remove complete_unwritten argumentJan Kara2016-05-161-34/+9
| * DAX: move RADIX_DAX_ definitions to dax.cNeilBrown2016-05-161-0/+9
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-05-241-1/+1
|\ \ | |/
| * dax: call get_blocks() with create == 1 for write faults to unwritten extentsJan Kara2016-05-131-1/+1
* | dax: move RADIX_DAX_ definitions to dax.cNeilBrown2016-05-201-0/+9
* | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-2/+2
|/
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-2/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-15/+15
* Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-2/+7
|\
| * direct-io: always call ->end_io if non-NULLChristoph Hellwig2016-02-081-2/+7
* | dax: check return value of dax_radix_entry()Ross Zwisler2016-03-091-1/+8
* | dax: move writeback calls into the filesystemsRoss Zwisler2016-02-271-5/+7
* | dax: give DAX clearing code correct bdevRoss Zwisler2016-02-271-5/+4
* | dax: dirty inode only if requiredDmitry Monakhov2016-02-051-1/+2
* | block: use DAX for partition table readsDan Williams2016-01-301-0/+20
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-231-3/+3
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-221-3/+3
* | dax: never rely on bh.b_dev being set by get_block()Ross Zwisler2016-01-221-0/+3
* | dax: add support for fsync/syncRoss Zwisler2016-01-221-16/+258
* | dax: fix conversion of holes to PMDsRoss Zwisler2016-01-221-10/+10
* | dax: fix NULL pointer dereference in __dax_dbg()Ross Zwisler2016-01-221-0/+1
|/
* dax: re-enable dax pmd mappingsDan Williams2016-01-151-6/+2
OpenPOWER on IntegriCloud