summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2021-02-26cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N
2021-02-10smb3: fix crediting for compounding when only one request in flightPavel Shilovsky
2021-02-10smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva
2021-02-10cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel
2021-01-27cifs: do not fail __smb_send_rqst if non-fatal signals are pendingRonnie Sahlberg
2021-01-19cifs: fix interrupted close commandsPaulo Alcantara
2021-01-19cifs: check pointer before freeingTom Rix
2020-12-30SMB3.1.1: do not log warning message if server doesn't populate saltSteve French
2020-12-30SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rspSteve French
2020-12-30SMB3: avoid confusing warning message on mount to AzureSteve French
2020-12-03cifs: refactor create_sd_buf() and and avoid corrupting the bufferRonnie Sahlberg
2020-12-03cifs: add NULL check for ses->tcon_ipcAurelien Aptel
2020-12-03smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon
2020-11-30cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara
2020-11-30cifs: allow syscalls to be restarted in __smb_send_rqst()Paulo Alcantara
2020-11-15smb3: Handle error case during offload read pathRohith Surabattula
2020-11-15smb3: Avoid Mid pending list corruptionRohith Surabattula
2020-11-15smb3: Call cifs reconnect from demultiplex threadRohith Surabattula
2020-11-15cifs: fix a memleak with modefromsidNamjae Jeon
2020-10-23cifs: update internal module version numberSteve French
2020-10-23smb3: add some missing definitions from MS-FSCCSteve French
2020-10-23smb3: remove two unused variablesSteve French
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French
2020-10-22SMB3: add support for recognizing WSL reparse tagsSteve French
2020-10-22cifs: remove bogus debug codeDan Carpenter
2020-10-22smb3.1.1: fix typo in compression flagSteve French
2020-10-22cifs: move smb version mount options into fs_context.cRonnie Sahlberg
2020-10-22cifs: move cache mount options to fs_context.chRonnie Sahlberg
2020-10-22cifs: move security mount options into fs_context.chRonnie Sahlberg
2020-10-22cifs: add files to host new mount apiRonnie Sahlberg
2020-10-21smb3: do not try to cache root directory if dir leases not supportedSteve French
2020-10-21smb3: fix stat when special device file and mounted with modefromsidSteve French
2020-10-21cifs: Print the address and port we are connecting to in generic_ip_connect()Samuel Cabrero
2020-10-21SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula
2020-10-20cifs: make const array static, makes object smallerColin Ian King
2020-10-20SMB3.1.1: Fix ids returned in POSIX query dirSteve French
2020-10-20smb3: add dynamic trace point to trace when credits obtainedSteve French
2020-10-20smb3.1.1: do not fail if no encryption required but server doesn't support itSteve French
2020-10-19cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N
2020-10-19smb3.1.1: set gcm256 when requestedSteve French
2020-10-19smb3.1.1: rename nonces used for GCM and CCM encryptionSteve French
2020-10-19smb3.1.1: print warning if server does not support requested encryption typeSteve French
2020-10-15smb3.1.1: add new module load parm enable_gcm_256Steve French
2020-10-15smb3.1.1: add new module load parm require_gcm_256Steve French
2020-10-15cifs: map STATUS_ACCOUNT_LOCKED_OUT to -EACCESStefan Metzmacher
2020-10-15SMB3.1.1: add defines for new signing negotiate contextSteve French
2020-10-15cifs: handle -EINTR in cifs_setattrRonnie Sahlberg
2020-10-15Handle STATUS_IO_TIMEOUT gracefullyRohith Surabattula
2020-10-11cifs: compute full_path already in cifs_readdir()Ronnie Sahlberg
2020-10-11cifs: return cached_fid from open_shrootRonnie Sahlberg