summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cifs: log warning message (once) if out of disk spaceSteve French2020-02-051-0/+3
* cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg2020-02-051-2/+8
* cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg2020-01-301-1/+1
* smb3: fix default permissions on new files when mounting with modefromsidSteve French2020-01-261-3/+8
* cifs: remove set but not used variable 'server'YueHaibing2020-01-261-4/+1
* cifs: create a helper function to parse the query-directory response bufferRonnie Sahlberg2020-01-261-46/+63
* cifs: prepare SMB2_query_directory to be used with compoundingRonnie Sahlberg2020-01-261-36/+75
* CIFS: Close cached root handle only if it has a leasePavel Shilovsky2019-12-131-2/+1
* smb3: fix refcount underflow warning on unmount when no directory leasesSteve French2019-12-091-1/+2
* smb3: improve check for when we send the security descriptor context on createSteve French2019-12-071-0/+2
* smb3: fix mode passed in on create for modetosid mount optionSteve French2019-12-061-2/+69
* smb3: query attributes on file closeSteve French2019-12-031-8/+30
* smb3: remove unused flag passed into close functionsSteve French2019-12-021-14/+5
* cifs: remove redundant assignment to pointer pneg_ctxtColin Ian King2019-12-021-1/+1
* cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)2019-11-251-12/+29