Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1322633
| From | Matthew Wilcox <matthew.r.wilcox@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] DAX cleanups |
| Date | 2016-01-31 13:30 +0100 |
| Message-ID | <qWZiG-3dk-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Very little exciting in here. This is all based on the PUD support code that I just sent, mostly addressing things that came up during review of the PUD code but weren't really justifiable as being mixed into the adding of PUD support. Matthew Wilcox (6): dax: Use vmf->gfp_mask dax: Remove unnecessary rechecking of i_size dax: Use vmf->pgoff in fault handlers dax: Use PAGE_CACHE_SIZE where appropriate dax: Factor dax_insert_pmd_mapping out of dax_pmd_fault dax: Factor dax_insert_pud_mapping out of dax_pud_fault fs/dax.c | 395 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 164 insertions(+), 231 deletions(-) -- 2.7.0.rc3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] DAX cleanups Matthew Wilcox <matthew.r.wilcox@intel.com> - 2016-01-31 13:30 +0100
[PATCH 4/6] dax: Use PAGE_CACHE_SIZE where appropriate Matthew Wilcox <matthew.r.wilcox@intel.com> - 2016-01-31 13:30 +0100
Re: [PATCH 4/6] dax: Use PAGE_CACHE_SIZE where appropriate "Kirill A. Shutemov" <kirill@shutemov.name> - 2016-02-01 14:20 +0100
Re: [PATCH 4/6] dax: Use PAGE_CACHE_SIZE where appropriate Matthew Wilcox <willy@linux.intel.com> - 2016-02-01 21:50 +0100
[PATCH 2/6] dax: Remove unnecessary rechecking of i_size Matthew Wilcox <matthew.r.wilcox@intel.com> - 2016-01-31 13:30 +0100
csiph-web