linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Implement readahead for squashfs
@ 2022-06-01 10:39 Hsin-Yi Wang
  2022-06-01 10:39 ` [PATCH v4 1/3] Revert "squashfs: provide backing_dev_info in order to disable read-ahead" Hsin-Yi Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Hsin-Yi Wang @ 2022-06-01 10:39 UTC (permalink / raw)
  To: Phillip Lougher, Matthew Wilcox, Xiongwei Song
  Cc: Zheng Liang, Zhang Yi, Hou Tao, Miao Xie, Andrew Morton,
	linux-mm @ kvack . org,
	squashfs-devel @ lists . sourceforge . net, linux-kernel

Commit c1f6925e1091("mm: put readahead pages in cache earlier") requires
fs to implement readahead callback. Otherwise there will be a
performance regression.

Commit 9eec1d897139("squashfs: provide backing_dev_info in order to
disable read-ahead") mitigates the performance drop issue for squashfs
by closing readahead for it.

This series implements readahead callback for squashfs. The previous
discussion are in [1] and [2].

[1] https://lore.kernel.org/all/CAJMQK-g9G6KQmH-V=BRGX0swZji9Wxe_2c7ht-MMAapdFy2pXw@mail.gmail.com/T/
[2] https://lore.kernel.org/linux-mm/Yn5Yij9pRPCzDozt@casper.infradead.org/t/#m4af4473b94f98a4996cb11756b633a07e5e059d1

Hsin-Yi Wang (2):
  Revert "squashfs: provide backing_dev_info in order to disable
    read-ahead"
  squashfs: implement readahead

Phillip Lougher (1):
  squashfs: always build "file direct" version of page actor

 fs/squashfs/Makefile     |  4 +-
 fs/squashfs/file.c       | 97 +++++++++++++++++++++++++++++++++++++++-
 fs/squashfs/page_actor.h | 41 -----------------
 fs/squashfs/super.c      | 33 --------------
 4 files changed, 98 insertions(+), 77 deletions(-)

-- 
2.36.1.255.ge46751e96f-goog


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

end of thread, other threads:[~2022-06-13 18:05 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-01 10:39 [PATCH v4 0/3] Implement readahead for squashfs Hsin-Yi Wang
2022-06-01 10:39 ` [PATCH v4 1/3] Revert "squashfs: provide backing_dev_info in order to disable read-ahead" Hsin-Yi Wang
2022-06-01 10:39 ` [PATCH v4 2/3] squashfs: always build "file direct" version of page actor Hsin-Yi Wang
2022-06-01 10:39 ` [PATCH v4 3/3] squashfs: implement readahead Hsin-Yi Wang
     [not found]   ` <CGME20220603125421eucas1p17da286a3e7f2d4759aa4c7639dd62f75@eucas1p1.samsung.com>
2022-06-03 12:54     ` Marek Szyprowski
2022-06-03 12:59       ` Matthew Wilcox
2022-06-03 14:10         ` Marek Szyprowski
2022-06-03 14:55           ` Hsin-Yi Wang
2022-06-03 15:11             ` Marek Szyprowski
2022-06-03 15:29             ` Matthew Wilcox
2022-06-03 15:58               ` Marek Szyprowski
2022-06-06  3:54                 ` Phillip Lougher
2022-06-06  9:55                   ` Hsin-Yi Wang
2022-06-06 11:09                     ` Hsin-Yi Wang
2022-06-06 15:08                       ` Hsin-Yi Wang
2022-06-07  7:35       ` Phillip Lougher
2022-06-13 12:08         ` Marek Szyprowski
2022-06-13 13:45           ` Hsin-Yi Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).