aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/smb2maperror.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsGravatar Ronnie Sahlberg 1-6/+10
2021-08-25cifs: cifs_md4 convert to SPDX identifierGravatar Steve French 1-1/+0
2021-06-20cifs: use SPDX-Licence-IdentifierGravatar Steve French 1-13/+1
2020-10-15cifs: map STATUS_ACCOUNT_LOCKED_OUT to -EACCESGravatar Stefan Metzmacher 1-1/+1
2020-10-15Handle STATUS_IO_TIMEOUT gracefullyGravatar Rohith Surabattula 1-1/+1
2019-09-16smb3: improve handling of share deleted (and share recreated)Gravatar Steve French 1-1/+1
2019-06-17SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeGravatar Steve French 1-1/+1
2019-03-22fix incorrect error code mapping for OBJECTID_NOT_FOUNDGravatar Steve French 1-1/+2
2018-12-23CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGravatar Georgy A Bystrenin 1-2/+2
2018-10-23smb3: do not display confusing message on mount to Azure serversGravatar Steve French 1-1/+1
2018-06-01cifs: remove struct smb2_hdrGravatar Ronnie Sahlberg 1-1/+1
2018-05-30smb3: add additional ftrace entry points for entry/exit to cifs.koGravatar Steve French 1-5/+4
2018-05-27smb3: Add ftrace tracepoints for improved SMB3 debuggingGravatar Steve French 1-1/+9
2018-04-01Don't log expected error on DFS referral requestGravatar Steve French 1-1/+1
2017-10-18cifs: handle large EA requests more gracefully in smb2+Gravatar Ronnie Sahlberg 1-1/+1
2017-07-08CIFS: Display SMB2 error codes in the hex formatGravatar Pavel Shilovsky 1-2/+2
2017-02-01CIFS: Separate SMB2 header structureGravatar Pavel Shilovsky 1-2/+3
2014-10-02Fix problem recognizing symlinksGravatar Steve French 1-0/+2
2014-08-17Incorrect error returned on setting file compressed on SMB2Gravatar Steve French 1-1/+1
2014-08-17CIFS: Fix SMB2 readdir error handlingGravatar Pavel Shilovsky 1-1/+1
2014-08-02CIFS: Fix STATUS_CANNOT_DELETE error mapping for SMB2Gravatar Pavel Shilovsky 1-1/+1
2013-11-11cifs: change ERRnomem error mapping from ENOMEM to EREMOTEIOGravatar Jeff Layton 1-1/+1
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgGravatar Joe Perches 1-1/+1
2012-09-26cifs: change DOS/NT/POSIX mapping of ERRnoresourceGravatar Jeff Layton 1-1/+2
2012-09-24CIFS: Move async read to ops structGravatar Pavel Shilovsky 1-1/+2
2012-07-24CIFS: Map SMB2 status codes to POSIX errorsGravatar Steve French 1-0/+2477