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
2014-07-22 19:53:13 linux-kernel [PATCH v8 04/22] Change direct_access calling convention
2014-07-22 19:52:32 linux-kernel [PATCH v8 08/22] Replace XIP read and write with DAX I/O
2014-07-22 19:52:09 linux-kernel [PATCH v8 13/22] Remove get_xip_mem
2014-07-22 19:51:47 linux-kernel [PATCH v8 01/22] Fix XIP fault vs truncate race
2014-07-22 19:51:06 linux-kernel [PATCH v8 02/22] Allow page fault handlers to perform the COW
2014-07-22 19:50:48 linux-kernel [PATCH v8 07/22] Add copy_to_iter(), copy_from_iter() and iov_iter_zero()
2014-07-22 19:49:48 linux-kernel [PATCH v8 00/22] Support ext4 on NV-DIMMs
2014-07-22 19:49:47 linux-kernel [PATCH v8 09/22] Replace ext2_clear_xip_target with dax_clear_blocks
2014-07-22 19:49:21 linux-kernel [PATCH v8 22/22] brd: Rename XIP to DAX
2014-07-22 19:48:55 linux-kernel [PATCH v8 11/22] Replace xip_truncate_page with dax_truncate_page
2014-07-22 19:48:48 linux-kernel [PATCH v8 14/22] ext2: Remove ext2_xip_verify_sb()
2014-07-22 19:48:45 linux-kernel [PATCH v8 06/22] Introduce IS_DAX(inode)
2014-07-22 19:48:39 linux-kernel [PATCH v8 18/22] ext2: Remove ext2_aops_xip
2014-07-22 19:48:38 linux-kernel [PATCH v8 15/22] ext2: Remove ext2_use_xip
2014-07-22 19:48:33 linux-kernel [PATCH v8 03/22] axonram: Fix bug in direct_access
2014-07-15 14:16:48 linux-ext4 RE: [PATCH v2] ext4: remove readpage() check up for mmap file
2014-06-27 12:43:30 linux-ext4 RE: [PATCH] msync: fix incorrect fstart calculation
2014-06-23 21:12:35 linux-ext4 RE: data=journal regressions in 3.16-rc1
2014-04-13 23:02:31 linux-kernel [PATCH v3 3/7] Factor page_endio() out of mpage_end_io()
2014-04-13 23:02:29 linux-kernel [PATCH v3 6/7] brd: Add support for rw_page
2014-04-13 23:02:00 linux-kernel [PATCH v3 4/7] Add bdev_read_page() and bdev_write_page()
2014-04-13 23:00:28 linux-kernel [PATCH v3 7/7] brd: Return -ENOSPC rather than -ENOMEM on page allocation failure
2014-04-13 23:00:27 linux-kernel [PATCH v3 5/7] swap: Use bdev_read_page() / bdev_write_page()
2014-04-13 23:00:07 linux-kernel [PATCH v3 0/7] Page I/O
2014-04-13 23:00:05 linux-kernel [PATCH v3 2/7] Factor clean_buffers() out of __mpage_writepage()
2014-04-13 23:00:04 linux-kernel [PATCH v3 1/7] Remove block_write_full_page_endio()
2014-02-28 03:53:19 linux-kernel RE: [PATCHv3 0/2] mm: map few pages around fault address if they are in page cache
2014-02-25 14:25:44 linux-kernel [PATCH v6 00/22] Support ext4 on NV-DIMMs
2014-02-25 14:25:43 linux-kernel [PATCH v6 03/22] axonram: Fix bug in direct_access
2014-02-25 14:24:51 linux-kernel [PATCH v6 06/22] Replace XIP read and write with DAX I/O
2014-02-25 14:24:22 linux-kernel [PATCH v6 05/22] Introduce IS_DAX(inode)
2014-02-25 14:23:57 linux-kernel [PATCH v6 15/22] Remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX
2014-02-25 14:23:33 linux-kernel [PATCH v6 14/22] ext2: Remove xip.c and xip.h
2014-02-25 14:22:20 linux-kernel [PATCH v6 16/22] ext2: Remove ext2_aops_xip
2014-02-25 14:21:43 linux-kernel [PATCH v6 18/22] xip: Add xip_zero_page_range
2014-02-25 14:21:15 linux-kernel [PATCH v6 22/22] dax: Add reporting of major faults
2014-02-25 14:20:25 linux-kernel [PATCH v6 21/22] ext4: Fix typos
2014-02-25 14:19:28 linux-kernel [PATCH v6 07/22] Replace the XIP page fault handler with the DAX page fault handler
2014-02-25 14:19:26 linux-kernel [PATCH v6 13/22] ext2: Remove ext2_use_xip
2014-02-25 14:19:25 linux-kernel [PATCH v6 12/22] ext2: Remove ext2_xip_verify_sb()
2014-02-25 14:19:24 linux-kernel [PATCH v6 11/22] Replace ext2_clear_xip_target with dax_clear_blocks
2014-02-25 14:19:23 linux-kernel [PATCH v6 09/22] Remove mm/filemap_xip.c
2014-02-25 14:19:21 linux-kernel [PATCH v6 08/22] Replace xip_truncate_page with dax_truncate_page
2014-02-25 14:19:17 linux-kernel [PATCH v6 20/22] ext4: Add DAX functionality
2014-02-25 14:19:15 linux-kernel [PATCH v6 04/22] Change direct_access calling convention
2014-02-25 14:19:13 linux-kernel [PATCH v6 19/22] ext4: Make ext4_block_zero_page_range static
2014-02-25 14:19:11 linux-kernel [PATCH v6 17/22] Get rid of most mentions of XIP in ext2
2014-02-25 14:19:09 linux-kernel [PATCH v6 10/22] Remove get_xip_mem
2014-02-25 14:18:57 linux-kernel [PATCH v6 01/22] Fix XIP fault vs truncate race
2014-02-25 14:18:54 linux-kernel [PATCH v6 02/22] Allow page fault handlers to perform the COW
2014-02-18 14:16:35 linux-kernel RE: [RFC, PATCHv2 0/2] mm: map few pages around fault address if they are in page cache