Home
last modified time | relevance | path

Searched hist:cdd591fc (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Duio.hcdd591fc Mon Jul 05 10:26:28 CDT 2021 Andreas Gruenbacher <agruenba@redhat.com> iov_iter: Introduce fault_in_iov_iter_writeable

Introduce a new fault_in_iov_iter_writeable helper for safely faulting
in an iterator for writing. Uses get_user_pages() to fault in the pages
without actually writing to them, which would be destructive.

We'll use fault_in_iov_iter_writeable in gfs2 once we've determined that
the iterator passed to .read_iter isn't in memory.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
H A Dpagemap.hcdd591fc Mon Jul 05 10:26:28 CDT 2021 Andreas Gruenbacher <agruenba@redhat.com> iov_iter: Introduce fault_in_iov_iter_writeable

Introduce a new fault_in_iov_iter_writeable helper for safely faulting
in an iterator for writing. Uses get_user_pages() to fault in the pages
without actually writing to them, which would be destructive.

We'll use fault_in_iov_iter_writeable in gfs2 once we've determined that
the iterator passed to .read_iter isn't in memory.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
/openbmc/linux/lib/
H A Diov_iter.ccdd591fc Mon Jul 05 10:26:28 CDT 2021 Andreas Gruenbacher <agruenba@redhat.com> iov_iter: Introduce fault_in_iov_iter_writeable

Introduce a new fault_in_iov_iter_writeable helper for safely faulting
in an iterator for writing. Uses get_user_pages() to fault in the pages
without actually writing to them, which would be destructive.

We'll use fault_in_iov_iter_writeable in gfs2 once we've determined that
the iterator passed to .read_iter isn't in memory.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
/openbmc/linux/mm/
H A Dgup.ccdd591fc Mon Jul 05 10:26:28 CDT 2021 Andreas Gruenbacher <agruenba@redhat.com> iov_iter: Introduce fault_in_iov_iter_writeable

Introduce a new fault_in_iov_iter_writeable helper for safely faulting
in an iterator for writing. Uses get_user_pages() to fault in the pages
without actually writing to them, which would be destructive.

We'll use fault_in_iov_iter_writeable in gfs2 once we've determined that
the iterator passed to .read_iter isn't in memory.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>