Searched hist:"51 dcbdac28d4dde915f78adf08bb3fac87f516e9" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/mm/ |
H A D | truncate.c | diff 51dcbdac28d4dde915f78adf08bb3fac87f516e9 Tue Dec 07 13:15:07 CST 2021 Matthew Wilcox (Oracle) <willy@infradead.org> mm: Convert find_lock_entries() to use a folio_batch
find_lock_entries() already only returned the head page of folios, so convert it to return a folio_batch instead of a pagevec. That cascades through converting truncate_inode_pages_range() to delete_from_page_cache_batch() and page_cache_delete_batch().
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: William Kucharski <william.kucharski@oracle.com>
|
H A D | internal.h | diff 51dcbdac28d4dde915f78adf08bb3fac87f516e9 Tue Dec 07 13:15:07 CST 2021 Matthew Wilcox (Oracle) <willy@infradead.org> mm: Convert find_lock_entries() to use a folio_batch
find_lock_entries() already only returned the head page of folios, so convert it to return a folio_batch instead of a pagevec. That cascades through converting truncate_inode_pages_range() to delete_from_page_cache_batch() and page_cache_delete_batch().
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: William Kucharski <william.kucharski@oracle.com>
|
H A D | shmem.c | diff 51dcbdac28d4dde915f78adf08bb3fac87f516e9 Tue Dec 07 13:15:07 CST 2021 Matthew Wilcox (Oracle) <willy@infradead.org> mm: Convert find_lock_entries() to use a folio_batch
find_lock_entries() already only returned the head page of folios, so convert it to return a folio_batch instead of a pagevec. That cascades through converting truncate_inode_pages_range() to delete_from_page_cache_batch() and page_cache_delete_batch().
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: William Kucharski <william.kucharski@oracle.com>
|
H A D | filemap.c | diff 51dcbdac28d4dde915f78adf08bb3fac87f516e9 Tue Dec 07 13:15:07 CST 2021 Matthew Wilcox (Oracle) <willy@infradead.org> mm: Convert find_lock_entries() to use a folio_batch
find_lock_entries() already only returned the head page of folios, so convert it to return a folio_batch instead of a pagevec. That cascades through converting truncate_inode_pages_range() to delete_from_page_cache_batch() and page_cache_delete_batch().
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: William Kucharski <william.kucharski@oracle.com>
|
/openbmc/linux/include/linux/ |
H A D | pagemap.h | diff 51dcbdac28d4dde915f78adf08bb3fac87f516e9 Tue Dec 07 13:15:07 CST 2021 Matthew Wilcox (Oracle) <willy@infradead.org> mm: Convert find_lock_entries() to use a folio_batch
find_lock_entries() already only returned the head page of folios, so convert it to return a folio_batch instead of a pagevec. That cascades through converting truncate_inode_pages_range() to delete_from_page_cache_batch() and page_cache_delete_batch().
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: William Kucharski <william.kucharski@oracle.com>
|
/openbmc/linux/fs/f2fs/ |
H A D | f2fs.h | diff 51dcbdac28d4dde915f78adf08bb3fac87f516e9 Tue Dec 07 13:15:07 CST 2021 Matthew Wilcox (Oracle) <willy@infradead.org> mm: Convert find_lock_entries() to use a folio_batch
find_lock_entries() already only returned the head page of folios, so convert it to return a folio_batch instead of a pagevec. That cascades through converting truncate_inode_pages_range() to delete_from_page_cache_batch() and page_cache_delete_batch().
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: William Kucharski <william.kucharski@oracle.com>
|