Home
last modified time | relevance | path

Searched hist:c26cd045 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dcompress.cc26cd045 Sat Apr 30 22:41:46 CDT 2022 Matthew Wilcox (Oracle) <willy@infradead.org> f2fs: Convert to release_folio

While converting f2fs_release_page() to f2fs_release_folio(), cache the
sb_info so we don't need to retrieve it twice, and remove the redundant
call to set_page_private(). The use of folios should be pushed further
into f2fs from here.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
H A Dcheckpoint.cc26cd045 Sat Apr 30 22:41:46 CDT 2022 Matthew Wilcox (Oracle) <willy@infradead.org> f2fs: Convert to release_folio

While converting f2fs_release_page() to f2fs_release_folio(), cache the
sb_info so we don't need to retrieve it twice, and remove the redundant
call to set_page_private(). The use of folios should be pushed further
into f2fs from here.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
H A Dnode.cc26cd045 Sat Apr 30 22:41:46 CDT 2022 Matthew Wilcox (Oracle) <willy@infradead.org> f2fs: Convert to release_folio

While converting f2fs_release_page() to f2fs_release_folio(), cache the
sb_info so we don't need to retrieve it twice, and remove the redundant
call to set_page_private(). The use of folios should be pushed further
into f2fs from here.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
H A Ddata.cc26cd045 Sat Apr 30 22:41:46 CDT 2022 Matthew Wilcox (Oracle) <willy@infradead.org> f2fs: Convert to release_folio

While converting f2fs_release_page() to f2fs_release_folio(), cache the
sb_info so we don't need to retrieve it twice, and remove the redundant
call to set_page_private(). The use of folios should be pushed further
into f2fs from here.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
H A Df2fs.hc26cd045 Sat Apr 30 22:41:46 CDT 2022 Matthew Wilcox (Oracle) <willy@infradead.org> f2fs: Convert to release_folio

While converting f2fs_release_page() to f2fs_release_folio(), cache the
sb_info so we don't need to retrieve it twice, and remove the redundant
call to set_page_private(). The use of folios should be pushed further
into f2fs from here.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>