Jan Kara 3f079114bf ext4: Convert data=journal writeback to use ext4_writepages()
Add support for writeback of journalled data directly into
ext4_writepages() instead of offloading it to write_cache_pages(). This
actually significantly simplifies the code and reduces code duplication.
For checkpointing of committed data we can use ext4_writepages()
rightaway the same way as writeback of ordered data uses it on
transaction commit. For journalling of dirty mapped pages, we need to
add a special case to mpage_prepare_extent_to_map() to add all page
buffers to the journal.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Link: https://lore.kernel.org/r/20230228051319.4085470-8-tytso@mit.edu
2023-03-23 10:06:08 -04:00
..
2020-11-30 12:54:01 +00:00
2022-12-07 13:54:09 -08:00
2022-11-21 09:45:49 -06:00
2022-09-21 10:30:42 -06:00
2023-01-13 16:39:18 +01:00
2022-12-08 21:49:12 -05:00
2022-09-26 19:46:14 -07:00
2023-02-02 22:33:13 -08:00
2022-08-03 17:50:58 +02:00
2022-12-10 11:01:12 -05:00
2022-07-30 14:01:30 -04:00
2023-02-20 08:28:49 +00:00
2022-04-07 20:33:15 -07:00