summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: update internal module version numberSteve French2020-10-231-1/+1
* smb3: add some missing definitions from MS-FSCCSteve French2020-10-232-0/+28
* smb3: remove two unused variablesSteve French2020-10-231-5/+0
* smb3: add support for stat of WSL reparse points for special file typesSteve French2020-10-236-14/+189
* SMB3: add support for recognizing WSL reparse tagsSteve French2020-10-221-1/+24
* cifs: remove bogus debug codeDan Carpenter2020-10-221-8/+8
* smb3.1.1: fix typo in compression flagSteve French2020-10-221-1/+1
* cifs: move smb version mount options into fs_context.cRonnie Sahlberg2020-10-224-97/+99
* cifs: move cache mount options to fs_context.chRonnie Sahlberg2020-10-223-62/+63
* cifs: move security mount options into fs_context.chRonnie Sahlberg2020-10-223-85/+96
* cifs: add files to host new mount apiRonnie Sahlberg2020-10-223-1/+24
* smb3: do not try to cache root directory if dir leases not supportedSteve French2020-10-211-1/+4
* smb3: fix stat when special device file and mounted with modefromsidSteve French2020-10-211-1/+6
* cifs: Print the address and port we are connecting to in generic_ip_connect()Samuel Cabrero2020-10-211-2/+10
* SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula2020-10-211-5/+7
* cifs: make const array static, makes object smallerColin Ian King2020-10-201-3/+5
* SMB3.1.1: Fix ids returned in POSIX query dirSteve French2020-10-203-5/+7
* smb3: add dynamic trace point to trace when credits obtainedSteve French2020-10-203-9/+18
* smb3.1.1: do not fail if no encryption required but server doesn't support itSteve French2020-10-201-3/+13
* cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N2020-10-191-1/+1
* smb3.1.1: set gcm256 when requestedSteve French2020-10-194-6/+17
* smb3.1.1: rename nonces used for GCM and CCM encryptionSteve French2020-10-192-6/+6
* 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-154-2/+14
* smb3.1.1: add new module load parm require_gcm_256Steve French2020-10-153-4/+15
* cifs: map STATUS_ACCOUNT_LOCKED_OUT to -EACCESStefan Metzmacher2020-10-151-1/+1
* SMB3.1.1: add defines for new signing negotiate contextSteve French2020-10-151-0/+14
* cifs: handle -EINTR in cifs_setattrRonnie Sahlberg2020-10-151-4/+9
* Handle STATUS_IO_TIMEOUT gracefullyRohith Surabattula2020-10-154-2/+32
* cifs: compute full_path already in cifs_readdir()Ronnie Sahlberg2020-10-111-14/+16
* cifs: return cached_fid from open_shrootRonnie Sahlberg2020-10-113-13/+23
* update structure definitions from updated protocol documentationSteve French2020-10-111-7/+57
* smb3: add defines for new crypto algorithmsSteve French2020-10-111-0/+2
* Convert trailing spaces and periods in path componentsBoris Protopopov2020-10-111-1/+7
* cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy2020-10-101-1/+1
* cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg2020-09-061-0/+4
* Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-08-302-1/+16
|\
| * cifs: fix check of tcon dfs in smb1Paulo Alcantara2020-08-282-1/+16
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-234-10/+10
|/
* Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-08-153-2/+4
|\
| * SMB3: Fix mkdir when idsfromsid configured on mountSteve French2020-08-131-0/+1
| * cifs: Convert to use the fallthrough macroMiaohe Lin2020-08-101-2/+2
| * cifs: Fix an error pointer dereference in cifs_mount()Dan Carpenter2020-08-061-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-074-11/+11
|\ \ | |/ |/|
| * mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-074-11/+11
* | Merge tag '5.9-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-08-0616-493/+560
|\ \ | |/ |/|
| * cifs: document and cleanup dfs mountPaulo Alcantara2020-08-021-188/+182
| * cifs: only update prefix path of DFS links in cifs_tree_connect()Paulo Alcantara2020-08-021-2/+7
| * cifs: fix double free error on share and prefixColin Ian King2020-08-021-0/+2
| * cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara2020-08-025-29/+62