Re: [PATCH] reiserfs: Convert to writepages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Mar 05, 2024 at 06:53:08PM +0000, Matthew Wilcox wrote:
> On Tue, Mar 05, 2024 at 06:52:05PM +0000, Matthew Wilcox (Oracle) wrote:
> > Use buffer_migrate_folio to handle folio migration instead of writing
> > out dirty pages and reading them back in again.  Use writepages to write
> > out folios more efficiently.  We now only do that wait_on_write_block
> > check once per call to writepages instead of once per page.  It would be
> > possible to do one transaction per writeback run, but that's a bit of a
> > big change to do to this old filesystem, so leave it as one transaction
> > per folio (and leave reiserfs supporting only one page per folio).
> > 
> > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>

This patch is not yet in linux-next.  Do I need to do anything to
make that happen?




[Index of Archives]     [Linux File System Development]     [Linux BTRFS]     [Linux NFS]     [Linux Filesystems]     [Ext4 Filesystem]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Resources]

  Powered by Linux