Daniel Gomez ([email protected])

Number of posts: 58 (0.17 per day)
First post: 2023-05-30 15:50:24
Last post: 2024-05-08 14:29:13

Date List Subject
2024-05-08 14:29:13 linux-kernel Re: [PATCH 0/8] add mTHP support for anonymous shmem
2024-05-08 11:39:55 linux-kernel Re: [PATCH 0/8] add mTHP support for anonymous shmem
2024-02-28 15:58:04 linux-kernel Re: [RFC PATCH 0/9] shmem: fix llseek in hugepages
2024-02-27 11:57:56 linux-kernel Re: [RFC PATCH 0/9] shmem: fix llseek in hugepages
2024-02-20 10:27:50 linux-kernel Re: [RFC PATCH 0/9] shmem: fix llseek in hugepages
2024-02-14 19:59:21 linux-kernel Re: [RFC PATCH 0/9] shmem: fix llseek in hugepages
2024-02-09 14:43:41 linux-kernel [RFC PATCH 7/9] shmem: check if a block is uptodate before splice into pipe
2024-02-09 14:43:18 linux-kernel [RFC PATCH 9/9] shmem: enable per-block uptodate
2024-02-09 14:41:45 linux-kernel [RFC PATCH 4/9] shmem: exit shmem_get_folio_gfp() if block is uptodate
2024-02-09 14:41:16 linux-kernel [RFC PATCH 1/9] splice: don't check for uptodate if partially uptodate is impl
2024-02-09 14:33:07 linux-kernel [RFC PATCH 6/9] shmem: set folio uptodate when reclaim
2024-02-09 14:32:59 linux-kernel [RFC PATCH 3/9] shmem: move folio zero operation to write_begin()
2024-02-09 14:31:53 linux-kernel [RFC PATCH 8/9] shmem: clear uptodate blocks after PUNCH_HOLE
2024-02-09 14:31:43 linux-kernel [RFC PATCH 5/9] shmem: clear_highpage() if block is not uptodate
2024-02-09 14:30:13 linux-kernel [RFC PATCH 2/9] shmem: add per-block uptodate tracking for hugepages
2024-02-09 14:29:54 linux-kernel [RFC PATCH 0/9] shmem: fix llseek in hugepages
2023-11-04 01:00:57 linux-kernel Re: [PATCH 0/2] XArray multi-index tests
2023-11-04 00:58:22 linux-kernel [PATCH 2/2] XArray: add cmpxchg order test
2023-11-04 00:58:19 linux-kernel [PATCH 0/2] XArray multi-index tests
2023-11-04 00:58:10 linux-kernel [PATCH 1/2] test_xarray: add tests for advanced multi-index use
2023-11-03 23:13:33 linux-kernel Re: [RFC PATCH 01/11] XArray: add cmpxchg order test
2023-10-31 13:49:17 linux-kernel [PATCH] scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=n
2023-10-28 21:18:13 linux-kernel [RFC PATCH 08/11] shmem: add file length arg in shmem_get_folio() path
2023-10-28 21:18:11 linux-kernel [RFC PATCH 05/11] shmem: account for large order folios
2023-10-28 21:17:59 linux-kernel [RFC PATCH 04/11] shmem: return number of pages beeing freed in shmem_free_swap
2023-10-28 21:17:44 linux-kernel [RFC PATCH 03/11] shmem: drop BLOCKS_PER_PAGE macro
2023-10-28 21:17:44 linux-kernel [RFC PATCH 10/11] shmem: add large folio support to the write path
2023-10-28 21:17:35 linux-kernel [RFC PATCH 09/11] shmem: add order arg to shmem_alloc_folio()
2023-10-28 21:17:34 linux-kernel [RFC PATCH 11/11] shmem: add per-block uptodate tracking
2023-10-28 21:17:32 linux-kernel [RFC PATCH 06/11] shmem: trace shmem_add_to_page_cache folio order
2023-10-28 21:17:25 linux-kernel [RFC PATCH 07/11] shmem: remove huge arg from shmem_alloc_and_add_folio()
2023-10-28 21:17:25 linux-kernel [RFC PATCH 02/11] test_xarray: add tests for advanced multi-index use
2023-10-28 21:17:22 linux-kernel [RFC PATCH 00/11] shmem: high order folios support in write path
2023-10-28 21:16:41 linux-kernel [RFC PATCH 01/11] XArray: add cmpxchg order test
2023-10-05 16:22:43 linux-kernel Re: [PATCH v6 5/9] mm: thp: Extend THP to allocate anonymous large folios
2023-10-05 15:44:15 linux-kernel Re: [PATCH v6 5/9] mm: thp: Extend THP to allocate anonymous large folios
2023-09-20 01:21:39 linux-kernel [PATCH v2 0/6] shmem: high order folios support in write path
2023-09-19 22:36:54 linux-kernel Re: [PATCH v2 6/6] shmem: add large folios support to the write path
2023-09-19 21:06:29 linux-kernel [PATCH v2 1/6] shmem: drop BLOCKS_PER_PAGE macro
2023-09-19 20:00:53 linux-kernel [PATCH v2 6/6] shmem: add large folios support to the write path
2023-09-19 18:47:39 linux-kernel [PATCH v2 3/6] shmem: account for large order folios
2023-09-19 17:47:03 linux-kernel [PATCH v2 5/6] shmem: add file length in shmem_get_folio path
2023-09-19 17:33:17 linux-kernel [PATCH v2 2/6] shmem: return freed pages in shmem_free_swap
2023-09-19 14:29:12 linux-kernel Re: [PATCH 6/6] shmem: add large folios support to the write path
2023-09-19 14:04:27 linux-kernel [PATCH v2 4/6] shmem: add order parameter support to shmem_alloc_folio
2023-09-18 13:16:16 linux-kernel Re: [PATCH 6/6] shmem: add large folios support to the write path
2023-09-18 12:55:35 linux-kernel Re: [PATCH 0/6] shmem: high order folios support in write path
2023-09-18 08:49:33 linux-kernel Re: [PATCH 1/6] filemap: make the folio order calculation shareable
2023-09-16 04:36:15 linux-kernel [PATCH 6/6] shmem: add large folios support to the write path
2023-09-15 18:24:05 linux-kernel [PATCH 2/6] shmem: drop BLOCKS_PER_PAGE macro
2023-09-15 16:46:34 linux-kernel [PATCH 0/6] shmem: high order folios support in write path