Matthew Wilcox ([email protected])

Number of posts: 242 (0.1 per day)
First post: 2009-01-13 22:44:53
Last post: 2015-07-03 15:15:30

Date List Subject
2016-03-30 14:05:54 linux-kernel RE: [PATCH v4 3/8] mm: Add support for PUD-sized transparent hugepages
2016-03-11 21:13:20 linux-kernel [PATCH 3/3] pfn_t: New functions pfn_t_add and pfn_t_cmp
2016-03-11 21:13:17 linux-kernel [PATCH 0/3] Make pfn_t suitable for placing in the radix tree
2016-03-11 21:13:12 linux-kernel [PATCH 1/3] pfn_t: Change the encoding
2016-03-11 21:13:10 linux-kernel [PATCH 2/3] pfn_t: Support for huge PFNs
2016-03-11 00:02:00 linux-kernel [PATCH v5 04/14] mm: Add support for PUD-sized transparent hugepages
2016-03-11 00:01:32 linux-kernel [PATCH v5 06/14] procfs: Add support for PUDs to smaps, clear_refs and pagemap
2016-03-11 00:01:27 linux-kernel [PATCH v5 12/14] dax: Use vmf->gfp_mask
2016-03-11 00:01:03 linux-kernel [PATCH v5 07/14] x86: Unify native_*_get_and_clear !SMP case
2016-03-11 00:00:40 linux-kernel [PATCH v5 08/14] x86: Fix whitespace issues
2016-03-11 00:00:16 linux-kernel [PATCH v5 10/14] dax: Support for transparent PUD pages
2016-03-10 23:56:55 linux-kernel [PATCH v5 00/14] Support for transparent PUD pages for DAX files
2016-03-10 23:56:10 linux-kernel [PATCH v5 09/14] x86: Add support for PUD-sized transparent hugepages
2016-03-10 23:56:04 linux-kernel [PATCH v5 11/14] ext4: Support for PUD-sized transparent huge pages
2016-03-10 23:55:58 linux-kernel [PATCH v5 01/14] mmdebug: Always evaluate the arguments to VM_BUG_ON_*
2016-03-10 23:55:56 linux-kernel [PATCH v5 14/14] dax: Use vmf->pgoff in fault handlers
2016-03-10 23:55:54 linux-kernel [PATCH v5 13/14] dax: Remove unnecessary rechecking of i_size
2016-03-10 23:55:50 linux-kernel [PATCH v5 05/14] mincore: Add support for PUDs
2016-03-10 23:55:46 linux-kernel [PATCH v5 03/14] mm,fs,dax: Change ->pmd_fault to ->huge_fault
2016-03-10 23:55:42 linux-kernel [PATCH v5 02/14] mm: Convert an open-coded VM_BUG_ON_VMA
2016-03-07 04:27:54 linux-kernel [PATCH] Remove last traces of ->sync_page
2015-12-24 16:23:26 linux-kernel [PATCH 4/8] x86: Add support for PUD-sized transparent hugepages
2015-12-24 16:22:51 linux-kernel [PATCH 1/8] mm: Add optional support for PUD-sized transparent hugepages
2015-12-24 16:22:49 linux-kernel [PATCH 8/8] ext4: Transparent support for PUD-sized transparent huge pages
2015-12-24 16:22:08 linux-kernel [PATCH 7/8] xfs: Support for transparent PUD pages
2015-12-24 16:22:06 linux-kernel [PATCH 5/8] dax: Support for transparent PUD pages
2015-12-24 16:21:42 linux-kernel [PATCH 6/8] block_dev: Support PUD DAX mappings
2015-12-24 16:20:58 linux-kernel [PATCH 3/8] procfs: Add support for PUDs to smaps, clear_refs and pagemap
2015-12-24 16:20:55 linux-kernel [PATCH 2/8] mincore: Add support for PUDs
2015-12-24 16:20:50 linux-kernel [PATCH 0/8] Support for transparent PUD pages
2015-08-13 19:32:41 linux-kernel RE: regression introduced by "block: Add support for DAX reads/writes to block devices"
2015-08-11 16:51:26 linux-kernel RE: [PATCH, RFC 2/2] dax: use range_lock instead of i_mmap_lock
2015-08-07 18:11:32 linux-kernel RE: regression introduced by "block: Add support for DAX reads/writes to block devices"
2015-08-06 15:52:01 linux-kernel RE: regression introduced by "block: Add support for DAX reads/writes to block devices"
2015-08-06 14:21:30 linux-kernel RE: regression introduced by "block: Add support for DAX reads/writes to block devices"
2015-08-04 20:01:58 linux-kernel [PATCH 01/11] ext4: Use ext4_get_block_write() for DAX
2015-08-04 20:01:41 linux-kernel [PATCH 06/11] dax: Fix race between simultaneous faults
2015-08-04 20:01:19 linux-kernel [PATCH 04/11] ext4: Add ext4_get_block_dax()
2015-08-04 20:00:56 linux-kernel [PATCH 11/11] dax: Use linear_page_index()
2015-08-04 20:00:38 linux-kernel [PATCH 05/11] ext4: Start transaction before calling into DAX
2015-08-04 19:58:59 linux-kernel [PATCH 08/11] thp: Fix zap_huge_pmd() for DAX
2015-08-04 19:58:58 linux-kernel [PATCH 09/11] dax: Don't use set_huge_zero_page()
2015-08-04 19:58:56 linux-kernel [PATCH 10/11] dax: Ensure that zero pages are removed from other processes
2015-08-04 19:58:41 linux-kernel [PATCH 07/11] thp: Decrement refcount on huge zero page if it is split
2015-08-04 19:58:18 linux-kernel [PATCH 02/11] thp: Change insert_pfn's return type to void
2015-08-04 19:58:16 linux-kernel [PATCH 03/11] dax: Improve comment about truncate race
2015-08-04 19:58:15 linux-kernel [PATCH 00/11] DAX fixes for 4.3
2015-07-10 20:31:06 linux-kernel [PATCH 07/10] dax: Add huge page fault support
2015-07-10 20:30:57 linux-kernel [PATCH 02/10] dax: Move DAX-related functions to a new header
2015-07-10 20:30:53 linux-kernel [PATCH 10/10] xfs: Huge page fault support
2015-07-10 20:30:44 linux-kernel [PATCH 09/10] ext4: Huge page fault support