/openbmc/linux/fs/ntfs3/ |
H A D | file.c | diff a6294593e8a1290091d0b078d5d33da5e0cd3dfe Mon Aug 02 07:54:16 CDT 2021 Andreas Gruenbacher <agruenba@redhat.com> iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Turn iov_iter_fault_in_readable into a function that returns the number of bytes not faulted in, similar to copy_to_user, instead of returning a non-zero value when any of the requested pages couldn't be faulted in. This supports the existing users that require all pages to be faulted in as well as new users that are happy if any pages can be faulted in.
Rename iov_iter_fault_in_readable to fault_in_iov_iter_readable to make sure this change doesn't silently break things.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
/openbmc/linux/fs/ntfs/ |
H A D | file.c | diff a6294593e8a1290091d0b078d5d33da5e0cd3dfe Mon Aug 02 07:54:16 CDT 2021 Andreas Gruenbacher <agruenba@redhat.com> iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Turn iov_iter_fault_in_readable into a function that returns the number of bytes not faulted in, similar to copy_to_user, instead of returning a non-zero value when any of the requested pages couldn't be faulted in. This supports the existing users that require all pages to be faulted in as well as new users that are happy if any pages can be faulted in.
Rename iov_iter_fault_in_readable to fault_in_iov_iter_readable to make sure this change doesn't silently break things.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
/openbmc/linux/fs/iomap/ |
H A D | buffered-io.c | diff a6294593e8a1290091d0b078d5d33da5e0cd3dfe Mon Aug 02 07:54:16 CDT 2021 Andreas Gruenbacher <agruenba@redhat.com> iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Turn iov_iter_fault_in_readable into a function that returns the number of bytes not faulted in, similar to copy_to_user, instead of returning a non-zero value when any of the requested pages couldn't be faulted in. This supports the existing users that require all pages to be faulted in as well as new users that are happy if any pages can be faulted in.
Rename iov_iter_fault_in_readable to fault_in_iov_iter_readable to make sure this change doesn't silently break things.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
/openbmc/linux/include/linux/ |
H A D | uio.h | diff a6294593e8a1290091d0b078d5d33da5e0cd3dfe Mon Aug 02 07:54:16 CDT 2021 Andreas Gruenbacher <agruenba@redhat.com> iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Turn iov_iter_fault_in_readable into a function that returns the number of bytes not faulted in, similar to copy_to_user, instead of returning a non-zero value when any of the requested pages couldn't be faulted in. This supports the existing users that require all pages to be faulted in as well as new users that are happy if any pages can be faulted in.
Rename iov_iter_fault_in_readable to fault_in_iov_iter_readable to make sure this change doesn't silently break things.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
/openbmc/linux/lib/ |
H A D | iov_iter.c | diff a6294593e8a1290091d0b078d5d33da5e0cd3dfe Mon Aug 02 07:54:16 CDT 2021 Andreas Gruenbacher <agruenba@redhat.com> iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Turn iov_iter_fault_in_readable into a function that returns the number of bytes not faulted in, similar to copy_to_user, instead of returning a non-zero value when any of the requested pages couldn't be faulted in. This supports the existing users that require all pages to be faulted in as well as new users that are happy if any pages can be faulted in.
Rename iov_iter_fault_in_readable to fault_in_iov_iter_readable to make sure this change doesn't silently break things.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
/openbmc/linux/fs/fuse/ |
H A D | file.c | diff a6294593e8a1290091d0b078d5d33da5e0cd3dfe Mon Aug 02 07:54:16 CDT 2021 Andreas Gruenbacher <agruenba@redhat.com> iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Turn iov_iter_fault_in_readable into a function that returns the number of bytes not faulted in, similar to copy_to_user, instead of returning a non-zero value when any of the requested pages couldn't be faulted in. This supports the existing users that require all pages to be faulted in as well as new users that are happy if any pages can be faulted in.
Rename iov_iter_fault_in_readable to fault_in_iov_iter_readable to make sure this change doesn't silently break things.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
/openbmc/linux/fs/f2fs/ |
H A D | file.c | diff a6294593e8a1290091d0b078d5d33da5e0cd3dfe Mon Aug 02 07:54:16 CDT 2021 Andreas Gruenbacher <agruenba@redhat.com> iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Turn iov_iter_fault_in_readable into a function that returns the number of bytes not faulted in, similar to copy_to_user, instead of returning a non-zero value when any of the requested pages couldn't be faulted in. This supports the existing users that require all pages to be faulted in as well as new users that are happy if any pages can be faulted in.
Rename iov_iter_fault_in_readable to fault_in_iov_iter_readable to make sure this change doesn't silently break things.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
/openbmc/linux/fs/btrfs/ |
H A D | file.c | diff a6294593e8a1290091d0b078d5d33da5e0cd3dfe Mon Aug 02 07:54:16 CDT 2021 Andreas Gruenbacher <agruenba@redhat.com> iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Turn iov_iter_fault_in_readable into a function that returns the number of bytes not faulted in, similar to copy_to_user, instead of returning a non-zero value when any of the requested pages couldn't be faulted in. This supports the existing users that require all pages to be faulted in as well as new users that are happy if any pages can be faulted in.
Rename iov_iter_fault_in_readable to fault_in_iov_iter_readable to make sure this change doesn't silently break things.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
/openbmc/linux/mm/ |
H A D | filemap.c | diff a6294593e8a1290091d0b078d5d33da5e0cd3dfe Mon Aug 02 07:54:16 CDT 2021 Andreas Gruenbacher <agruenba@redhat.com> iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Turn iov_iter_fault_in_readable into a function that returns the number of bytes not faulted in, similar to copy_to_user, instead of returning a non-zero value when any of the requested pages couldn't be faulted in. This supports the existing users that require all pages to be faulted in as well as new users that are happy if any pages can be faulted in.
Rename iov_iter_fault_in_readable to fault_in_iov_iter_readable to make sure this change doesn't silently break things.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|