diff options
| author | 2024-10-10 15:16:12 +1030 | |
|---|---|---|
| committer | 2024-11-11 14:34:19 +0100 | |
| commit | c87c299776e4d75bcc5559203ae2c37dc0396d80 (patch) | |
| tree | eea982d95ceb48047011838e598e3c3a7818fc3a /include/uapi/linux/android/ssh:/git@git.zx2c4.com | |
| parent | btrfs: fix wrong sizeof in btrfs_do_encoded_write() (diff) | |
btrfs: make buffered write to copy one page a time
Currently the btrfs_buffered_write() is preparing multiple page a time,
allowing a better performance.
But the current trend is to support larger folio as an optimization,
instead of implementing own multi-page optimization.
This is inspired by generic_perform_write(), which is copying one folio
a time.
Such change will prepare us to migrate to implement the write_begin()
and write_end() callbacks, and make every involved function a little
easier.
Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'include/uapi/linux/android/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
