diff options
author | Ryusuke Konishi <[email protected]> | 2024-10-24 18:25:35 +0900 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-11-05 17:12:37 -0800 |
commit | 25f12e46a0e05f5f75fd434e8098564e6f6793a5 (patch) | |
tree | fc72ed6d01e52af4b5a951a5cf77adcba02fdc70 /scripts/gdb/linux/lists.py | |
parent | 3ad563b1371b95f40b045b3bfa82848174e32a4c (diff) |
nilfs2: convert segment buffer to be folio-based
Patch series "nilfs2: Finish folio conversion".
This series converts all remaining page structure references in nilfs2 to
folio-based, except for nilfs_copy_buffer function, which was converted to
use folios in advance for cross-fs page flags cleanup.
This prioritizes folio conversion, and does not include buffer head
reference reduction, nor does it support for block sizes larger than the
system page size.
The first eight patches in this series mainly convert each of the
nilfs2-specific metadata implementations to use folios. The last four
patches, by Matthew Wilcox, eliminate aops writepage callbacks and convert
the remaining page structure references to folio-based. This part
reflects some corrections to the patch series posted by Matthew.
This patch (of 12):
In the segment buffer (log buffer) implementation, two parts of the block
buffer, CRC calculation and bio preparation, are still page-based, so
convert them to folio-based.
Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Ryusuke Konishi <[email protected]>
Cc: Matthew Wilcox (Oracle) <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions