lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1436560165-8943-1-git-send-email-matthew.r.wilcox@intel.com>
Date:	Fri, 10 Jul 2015 16:29:15 -0400
From:	Matthew Wilcox <matthew.r.wilcox@...el.com>
To:	linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
	linux-mm@...ck.org
Cc:	Matthew Wilcox <willy@...ux.intel.com>
Subject: [PATCH 00/10] Huge page support for DAX files

From: Matthew Wilcox <willy@...ux.intel.com>

This series of patches adds support for using PMD page table entries
to map DAX files.  We expect NV-DIMMs to start showing up that are
many gigabytes in size and the memory consumption of 4kB PTEs will
be astronomical.

The patch series leverages much of the Transparant Huge Pages
infrastructure, going so far as to borrow one of Kirill's patches from
his THP page cache series.

The ext2 and XFS patches are merely compile tested.  The ext4 code has
survived the NVML test suite, some Trinity testing and an xfstests run.

Kirill A. Shutemov (1):
  thp: vma_adjust_trans_huge(): adjust file-backed VMA too

Matthew Wilcox (9):
  dax: Move DAX-related functions to a new header
  thp: Prepare for DAX huge pages
  mm: Add a pmd_fault handler
  mm: Export various functions for the benefit of DAX
  mm: Add vmf_insert_pfn_pmd()
  dax: Add huge page fault support
  ext2: Huge page fault support
  ext4: Huge page fault support
  xfs: Huge page fault support

 Documentation/filesystems/dax.txt |   7 +-
 fs/block_dev.c                    |   1 +
 fs/dax.c                          | 152 ++++++++++++++++++++++++++++++++++++++
 fs/ext2/file.c                    |  10 ++-
 fs/ext2/inode.c                   |   1 +
 fs/ext4/file.c                    |  11 ++-
 fs/ext4/indirect.c                |   1 +
 fs/ext4/inode.c                   |   1 +
 fs/xfs/xfs_buf.h                  |   1 +
 fs/xfs/xfs_file.c                 |  30 +++++++-
 fs/xfs/xfs_trace.h                |   1 +
 include/linux/dax.h               |  39 ++++++++++
 include/linux/fs.h                |  14 ----
 include/linux/huge_mm.h           |  23 +++---
 include/linux/mm.h                |   2 +
 mm/huge_memory.c                  | 100 ++++++++++++++++++-------
 mm/memory.c                       |  30 ++++++--
 17 files changed, 362 insertions(+), 62 deletions(-)
 create mode 100644 include/linux/dax.h

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ