Re: [PATCH 0/4] btrfs: Convert more kmaps to kmap_local_page()

2021-03-16 Thread Ira Weiny
On Tue, Mar 16, 2021 at 12:07:24PM +0100, David Sterba wrote: > On Fri, Mar 12, 2021 at 12:05:00PM -0800, Ira Weiny wrote: > > On Fri, Mar 12, 2021 at 08:41:41PM +0100, David Sterba wrote: > > > On Tue, Feb 16, 2021 at 06:48:22PM -0800, ira.we...@intel.com wrote: > > > > From: Ira Weiny > > > > >

Re: [PATCH 0/4] btrfs: Convert more kmaps to kmap_local_page()

2021-03-16 Thread David Sterba
On Fri, Mar 12, 2021 at 12:05:00PM -0800, Ira Weiny wrote: > On Fri, Mar 12, 2021 at 08:41:41PM +0100, David Sterba wrote: > > On Tue, Feb 16, 2021 at 06:48:22PM -0800, ira.we...@intel.com wrote: > > > From: Ira Weiny > > > > > > I am submitting these for 5.13. > > > > > > Further work to remove

Re: [PATCH 0/4] btrfs: Convert more kmaps to kmap_local_page()

2021-03-12 Thread Ira Weiny
On Fri, Mar 12, 2021 at 08:41:41PM +0100, David Sterba wrote: > On Tue, Feb 16, 2021 at 06:48:22PM -0800, ira.we...@intel.com wrote: > > From: Ira Weiny > > > > I am submitting these for 5.13. > > > > Further work to remove more kmap() calls in favor of the kmap_local_page() > > this > > series

Re: [PATCH 0/4] btrfs: Convert more kmaps to kmap_local_page()

2021-03-12 Thread David Sterba
On Tue, Feb 16, 2021 at 06:48:22PM -0800, ira.we...@intel.com wrote: > From: Ira Weiny > > I am submitting these for 5.13. > > Further work to remove more kmap() calls in favor of the kmap_local_page() > this > series converts those calls which required more than a common pattern which > were c

Re: [PATCH 0/4] btrfs: Convert more kmaps to kmap_local_page()

2021-03-11 Thread Ira Weiny
On Tue, Feb 16, 2021 at 06:48:22PM -0800, 'Ira Weiny' wrote: > From: Ira Weiny > > I am submitting these for 5.13. Just a friendly ping on this set. Ira > > Further work to remove more kmap() calls in favor of the kmap_local_page() > this > series converts those calls which required more tha