linux-stable/fs/freevxfs
Matthew Wilcox (Oracle) 36a43502e1 freevxfs: Convert vxfs_immed_read_folio() to use a folio
Reorganise the file to remove the forward declaration.
Use folios throughout vxfs_immed_read_folio().
Use memcpy_to_page() instead of an open-coded kmap()/kunmap().
Remove flush_dcache_page() as this is embedded in memcpy_to_page().
Use folio_pos() instead of opencoding it.
Handle multi-page folios.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
2022-08-02 12:34:03 -04:00
..
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
vxfs.h freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_bmap.c freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_dir.h freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_extern.h freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_fshead.c freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_fshead.h freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_immed.c freevxfs: Convert vxfs_immed_read_folio() to use a folio 2022-08-02 12:34:03 -04:00
vxfs_inode.c freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_inode.h freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_lookup.c freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_olt.c freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_olt.h freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_subr.c freevxfs: Remove check of PageError 2022-06-29 08:51:06 -04:00
vxfs_super.c freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00