[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170125133205.21704-1-jlayton@redhat.com>
Date: Wed, 25 Jan 2017 08:32:03 -0500
From: Jeff Layton <jlayton@...hat.com>
To: viro@...iv.linux.org.uk
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-nfs@...r.kernel.org, ceph-devel@...r.kernel.org,
lustre-devel@...ts.lustre.org, v9fs-developer@...ts.sourceforge.net
Subject: [PATCH v3 0/2] iov_iter: allow iov_iter_get_pages_alloc to allocate more pages per call
Small respin of the patch that I sent yesterday for the same thing.
This moves the maxsize handling into iov_iter_pvec_size, so that we don't
end up iterating past the max size we'll use anyway when trying to
determine the pagevec length.
Also, a respun patch to make ceph use iov_iter_get_pages_alloc instead of
trying to do it via its own routine.
Al, if these look ok, do you want to pick these up or shall I ask
Ilya to merge them via the ceph tree?
Jeff Layton (2):
iov_iter: allow iov_iter_get_pages_alloc to allocate more pages per
call
ceph: switch DIO code to use iov_iter_get_pages_alloc
fs/ceph/file.c | 75 ++----------------------------
lib/iov_iter.c | 142 +++++++++++++++++++++++++++++++++++++++++++++------------
2 files changed, 116 insertions(+), 101 deletions(-)
--
2.9.3
Powered by blists - more mailing lists