mbox series

[0/2] Fix O_DIRECT error handling

Message ID 20190930180257.23395-1-trond.myklebust@hammerspace.com (mailing list archive)
Headers show
Series Fix O_DIRECT error handling | expand

Message

Trond Myklebust Sept. 30, 2019, 6:02 p.m. UTC
These patches fix issues with how O_DIRECT handles read and write
errors, and also how it handles eof.

Trond Myklebust (2):
  NFS: Fix O_DIRECT accounting of number of bytes read/written
  NFS: Remove redundant mirror tracking in O_DIRECT

 fs/nfs/direct.c | 106 ++++++++++++++++--------------------------------
 1 file changed, 36 insertions(+), 70 deletions(-)