summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2maperror.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg2021-11-051-6/+10
* cifs: cifs_md4 convert to SPDX identifierSteve French2021-08-251-1/+0
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-13/+1
* cifs: map STATUS_ACCOUNT_LOCKED_OUT to -EACCESStefan Metzmacher2020-10-151-1/+1
* Handle STATUS_IO_TIMEOUT gracefullyRohith Surabattula2020-10-151-1/+1
* smb3: improve handling of share deleted (and share recreated)Steve French2019-09-161-1/+1
* SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French2019-06-171-1/+1
* fix incorrect error code mapping for OBJECTID_NOT_FOUNDSteve French2019-03-221-1/+2
* CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin2018-12-231-2/+2
* smb3: do not display confusing message on mount to Azure serversSteve French2018-10-231-1/+1
* cifs: remove struct smb2_hdrRonnie Sahlberg2018-06-011-1/+1
* smb3: add additional ftrace entry points for entry/exit to cifs.koSteve French2018-05-301-5/+4
* smb3: Add ftrace tracepoints for improved SMB3 debuggingSteve French2018-05-271-1/+9
* Don't log expected error on DFS referral requestSteve French2018-04-011-1/+1
* cifs: handle large EA requests more gracefully in smb2+Ronnie Sahlberg2017-10-181-1/+1
* CIFS: Display SMB2 error codes in the hex formatPavel Shilovsky2017-07-081-2/+2
* CIFS: Separate SMB2 header structurePavel Shilovsky2017-02-011-2/+3
* Fix problem recognizing symlinksSteve French2014-10-021-0/+2
* Incorrect error returned on setting file compressed on SMB2Steve French2014-08-171-1/+1
* CIFS: Fix SMB2 readdir error handlingPavel Shilovsky2014-08-171-1/+1
* CIFS: Fix STATUS_CANNOT_DELETE error mapping for SMB2Pavel Shilovsky2014-08-021-1/+1
* cifs: change ERRnomem error mapping from ENOMEM to EREMOTEIOJeff Layton2013-11-111-1/+1
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-1/+1
* cifs: change DOS/NT/POSIX mapping of ERRnoresourceJeff Layton2012-09-261-1/+2
* CIFS: Move async read to ops structPavel Shilovsky2012-09-241-1/+2
* CIFS: Map SMB2 status codes to POSIX errorsSteve French2012-07-241-0/+2477