All of lore.kernel.org
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH 0/3 v2] improve fadvise(POSIX_FADV_WILLNEED) with large folio
@ 2025-12-02  1:30 ` Jaegeuk Kim
  0 siblings, 0 replies; 16+ messages in thread
From: Jaegeuk Kim via Linux-f2fs-devel @ 2025-12-02  1:30 UTC (permalink / raw)
  To: linux-kernel, linux-f2fs-devel, linux-mm, Matthew Wilcox; +Cc: Jaegeuk Kim

This patch series aims to improve fadvise(POSIX_FADV_WILLNEED). The first patch
fixes the broken logic which was not reading the entire range ahead, and second
patch converts the readahead function to adopt large folio, and the thrid one
bumps up the folio order for high-order page allocation accordingly.

Jaegeuk Kim (3):
  mm/readahead: fix the broken readahead for POSIX_FADV_WILLNEED
  mm/readahead: use page_cache_sync_ra for FADVISE_FAV_WILLNEED
  mm/readahead: try to allocate high order pages for
    FADVISE_FAV_WILLNEED

 mm/readahead.c | 43 +++++++++++++++++++++++++------------------
 1 file changed, 25 insertions(+), 18 deletions(-)

-- 
2.52.0.107.ga0afd4fd5b-goog



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2026-01-16  4:41 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-02  1:30 [f2fs-dev] [PATCH 0/3 v2] improve fadvise(POSIX_FADV_WILLNEED) with large folio Jaegeuk Kim via Linux-f2fs-devel
2025-12-02  1:30 ` Jaegeuk Kim
2025-12-02  1:30 ` [f2fs-dev] [PATCH 1/3] mm/readahead: fix the broken readahead for POSIX_FADV_WILLNEED Jaegeuk Kim via Linux-f2fs-devel
2025-12-02  1:30   ` Jaegeuk Kim
2025-12-02  1:30 ` [f2fs-dev] [PATCH 2/3] mm/readahead: use page_cache_sync_ra for FADVISE_FAV_WILLNEED Jaegeuk Kim via Linux-f2fs-devel
2025-12-02  1:30   ` Jaegeuk Kim
2025-12-02  1:30 ` [f2fs-dev] [PATCH 3/3] mm/readahead: try to allocate high order pages " Jaegeuk Kim via Linux-f2fs-devel
2025-12-02  1:30   ` Jaegeuk Kim
2025-12-02 22:56   ` [f2fs-dev] " Matthew Wilcox
2025-12-02 22:56     ` Matthew Wilcox
2025-12-03 19:04     ` [f2fs-dev] " Jaegeuk Kim via Linux-f2fs-devel
2025-12-03 19:04       ` Jaegeuk Kim
2026-01-16  4:41       ` [f2fs-dev] " Jaegeuk Kim via Linux-f2fs-devel
2026-01-16  4:41         ` Jaegeuk Kim
2025-12-03 23:25   ` [f2fs-dev] [PATCH 3/3 v2] " Jaegeuk Kim via Linux-f2fs-devel
2025-12-03 23:25     ` Jaegeuk Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.