Home
last modified time | relevance | path

Searched hist:"84 e0e03b308816a48c67f6da2168fcea6d49eda8" (Results 1 – 3 of 3) sorted by relevance

/linux/fs/squashfs/
H A Dpage_actor.hdiff 84e0e03b308816a48c67f6da2168fcea6d49eda8 Fri Aug 23 01:31:06 CEST 2024 Phillip Lougher <phillip@squashfs.org.uk> Squashfs: Ensure all readahead pages have been used

In the recent work to remove page->index, a sanity check
that ensured all the readhead pages were covered by the
Squashfs data block was removed [1].

To avoid any regression, this commit adds the sanity check
back in an equivalent way. Namely the page actor will now
return error if any pages are unused after completion.

[1] https://lore.kernel.org/all/20240818235847.170468-3-phillip@squashfs.org.uk/

--

Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
Link: https://lore.kernel.org/r/20240822233106.121522-1-phillip@squashfs.org.uk
V3: last_page should be actor->last_page
Signed-off-by: Christian Brauner <brauner@kernel.org>
H A Dfile_direct.cdiff 84e0e03b308816a48c67f6da2168fcea6d49eda8 Fri Aug 23 01:31:06 CEST 2024 Phillip Lougher <phillip@squashfs.org.uk> Squashfs: Ensure all readahead pages have been used

In the recent work to remove page->index, a sanity check
that ensured all the readhead pages were covered by the
Squashfs data block was removed [1].

To avoid any regression, this commit adds the sanity check
back in an equivalent way. Namely the page actor will now
return error if any pages are unused after completion.

[1] https://lore.kernel.org/all/20240818235847.170468-3-phillip@squashfs.org.uk/

--

Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
Link: https://lore.kernel.org/r/20240822233106.121522-1-phillip@squashfs.org.uk
V3: last_page should be actor->last_page
Signed-off-by: Christian Brauner <brauner@kernel.org>
H A Dfile.cdiff 84e0e03b308816a48c67f6da2168fcea6d49eda8 Fri Aug 23 01:31:06 CEST 2024 Phillip Lougher <phillip@squashfs.org.uk> Squashfs: Ensure all readahead pages have been used

In the recent work to remove page->index, a sanity check
that ensured all the readhead pages were covered by the
Squashfs data block was removed [1].

To avoid any regression, this commit adds the sanity check
back in an equivalent way. Namely the page actor will now
return error if any pages are unused after completion.

[1] https://lore.kernel.org/all/20240818235847.170468-3-phillip@squashfs.org.uk/

--

Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
Link: https://lore.kernel.org/r/20240822233106.121522-1-phillip@squashfs.org.uk
V3: last_page should be actor->last_page
Signed-off-by: Christian Brauner <brauner@kernel.org>