mbox series

[RESEND,v3,0/3] direct-io: clean up error paths of do_blockdev_direct_IO

Message ID 20200920234854.4175918-1-krisman@collabora.com (mailing list archive)
Headers show
Series direct-io: clean up error paths of do_blockdev_direct_IO | expand

Message

Gabriel Krisman Bertazi Sept. 20, 2020, 11:48 p.m. UTC
Hi Al,

This might have felt through the cracks, as I haven't seen it popup in
any trees, so I'm resending it.  No changes from the original
submission, apart from picking up the reviewed-bys.

Would you kindly consider pulling it for the next merge window?

Thanks,

Archive:
  v1: https://lkml.org/lkml/2020/9/14/915
  v2: https://www.spinics.net/lists/linux-fsdevel/msg177220.html
  v3: https://www.spinics.net/lists/linux-fsdevel/msg177310.html


Gabriel Krisman Bertazi (3):
  direct-io: clean up error paths of do_blockdev_direct_IO
  direct-io: don't force writeback for reads beyond EOF
  direct-io: defer alignment check until after the EOF check

 fs/direct-io.c | 69 ++++++++++++++++++++++----------------------------
 1 file changed, 30 insertions(+), 39 deletions(-)