Searched hist:c26cd04586309e85fe9b15c7c3c9cb83ec5ec70b (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | compress.c | diff c26cd04586309e85fe9b15c7c3c9cb83ec5ec70b 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 D | checkpoint.c | diff c26cd04586309e85fe9b15c7c3c9cb83ec5ec70b 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 D | node.c | diff c26cd04586309e85fe9b15c7c3c9cb83ec5ec70b 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 D | data.c | diff c26cd04586309e85fe9b15c7c3c9cb83ec5ec70b 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 D | f2fs.h | diff c26cd04586309e85fe9b15c7c3c9cb83ec5ec70b 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>
|