summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: create sd context must be a multiple of 8Shyam Prasad N2021-08-051-1/+1
* SMB3.1.1: Add support for negotiating signing algorithmSteve French2021-07-091-10/+75
* cifs: Avoid field over-reading memcpy()Kees Cook2021-06-211-1/+4
* smb311: remove dead code for non compounded posix query infoSteve French2021-06-201-0/+4
* cifs: fix unneeded null checkSteve French2021-06-201-4/+2
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-13/+1
* cifs: avoid extra calls in posix_info_parseRonnie Sahlberg2021-06-201-11/+9
* cifs: set server->cipher_type to AES-128-CCM for SMB3.0Aurelien Aptel2021-05-271-0/+7
* SMB3: incorrect file id in requests compounded with openSteve French2021-05-191-3/+3
* smb3: when mounting with multichannel include it in requested capabilitiesSteve French2021-05-081-0/+5
* cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg2021-04-251-1/+1
* cifs: ask for more credit on async read/write code pathsAurelien Aptel2021-03-061-4/+2
* cifs: New optype for session operations.Shyam Prasad N2021-02-161-1/+1
* smb3: negotiate current dialect (SMB3.1.1) when version 3 or greater requestedSteve French2021-02-151-6/+14
* cifs: fix interrupted close commandsPaulo Alcantara2021-01-131-1/+1
* Add SMB 2 support for getting and setting SACLsBoris Protopopov2020-12-181-1/+3
* SMB3: Add support for getting and setting SACLsBoris Protopopov2020-12-181-3/+2
* SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2020-12-131-2/+5
* cifs: refactor create_sd_buf() and and avoid corrupting the bufferRonnie Sahlberg2020-12-031-33/+38
* cifs: make const array static, makes object smallerColin Ian King2020-10-201-3/+5
* smb3.1.1: do not fail if no encryption required but server doesn't support itSteve French2020-10-201-3/+13
* smb3.1.1: print warning if server does not support requested encryption typeSteve French2020-10-191-2/+13
* smb3.1.1: add new module load parm enable_gcm_256Steve French2020-10-151-0/+6
* smb3.1.1: add new module load parm require_gcm_256Steve French2020-10-151-4/+10
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* cifs: Convert to use the fallthrough macroMiaohe Lin2020-08-101-2/+2
* cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()Stefan Metzmacher2020-08-021-112/+1
* smb3: warn on confusing error scenario with sec=krb5Steve French2020-08-021-0/+2
* smb3: Add debug message for new file creation with idsfromsid mount optionSteve French2020-06-121-0/+2
* smb3: allow uid and gid owners to be set on create with idsfromsid mount optionSteve French2020-06-121-21/+91
* smb311: Add support for SMB311 query info (non-compounded)Steve French2020-06-121-0/+13
* smb3: add indatalen that can be a non-zero value to calculation of credit cha...Namjae Jeon2020-06-121-1/+3
* cifs: multichannel: try to rebind when reconnecting a channelAurelien Aptel2020-06-041-0/+16
* smb3: remove static checker warningSteve French2020-06-041-1/+1
* cifs: multichannel: move channel selection above transport layerAurelien Aptel2020-06-041-132/+221
* smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French2020-06-041-1/+1
* cifs: minor fix to two debug messagesSteve French2020-06-011-1/+1
* cifs: Standardize logging outputJoe Perches2020-06-011-37/+33
* cifs: handle hostnames that resolve to same ip in failoverPaulo Alcantara2020-06-011-18/+38
* cifs: dump the session id and keys also for SMB2 sessionsRonnie Sahlberg2020-04-151-0/+15
* cifs: add SMB2_open() arg to return POSIX dataAurelien Aptel2020-03-221-16/+39
* cifs: plumb smb2 POSIX dir enumerationAurelien Aptel2020-03-221-7/+27
* cifs: add smb2 POSIX info levelAurelien Aptel2020-03-221-0/+95
* cifs: rename posix create rspAurelien Aptel2020-03-221-4/+9
* cifs: use mod_delayed_work() for &server->reconnect if already queuedStefan Metzmacher2020-03-221-2/+2
* cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)2020-03-221-4/+15
* cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel2020-02-241-0/+1
* smb3: print warning once if posix context returned on openSteve French2020-02-061-0/+22
* cifs: add SMB3 change notification supportSteve French2020-02-061-0/+1