]> Git Repo - linux.git/commit
cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3
authorDavid Howells <[email protected]>
Tue, 3 Sep 2024 10:15:41 +0000 (11:15 +0100)
committerSteve French <[email protected]>
Tue, 3 Sep 2024 15:17:03 +0000 (10:17 -0500)
commita68c74865f517e26728735aba0ae05055eaff76c
tree80dbedc957249c422f5b7a0d5bae7b0aa899cf6c
parent517b58c1f9242a6b4ac9443d95569dee58bf6b8b
cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3

Port a number of SMB2/3 async readv/writev fixes to the SMB1 transport:

    commit a88d60903696c01de577558080ec4fc738a70475
    cifs: Don't advance the I/O iterator before terminating subrequest

    commit ce5291e56081730ec7d87bc9aa41f3de73ff3256
    cifs: Defer read completion

    commit 1da29f2c39b67b846b74205c81bf0ccd96d34727
    netfs, cifs: Fix handling of short DIO read

Fixes: 3ee1a1fc3981 ("cifs: Cut over to using netfslib")
Signed-off-by: David Howells <[email protected]>
Reported-by: Steve French <[email protected]>
Reviewed-by: Paulo Alcantara <[email protected]>
cc: Jeff Layton <[email protected]>
cc: [email protected]
cc: [email protected]
cc: [email protected]
Signed-off-by: Steve French <[email protected]>
fs/smb/client/cifssmb.c
This page took 0.043499 seconds and 4 git commands to generate.