summaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * cifs: cleanup misc.cSteve French2020-12-143-57/+68
| * cifs: minor kernel style fixes for commentsSteve French2020-12-141-10/+15
| * cifs: Make extract_sharename function publicSamuel Cabrero2020-12-145-25/+26
| * cifs: Make extract_hostname function publicSamuel Cabrero2020-12-143-34/+33
| * cifs: get rid of cifs_sb->mountdataRonnie Sahlberg2020-12-144-18/+12
| * cifs: add an smb3_fs_context to cifs_sbRonnie Sahlberg2020-12-143-34/+41
| * cifs: remove the devname argument to cifs_compose_mount_optionsRonnie Sahlberg2020-12-144-22/+9
| * cifs: switch to new mount apiRonnie Sahlberg2020-12-1410-1281/+1096
| * cifs: move cifs_parse_devname to fs_context.cRonnie Sahlberg2020-12-143-57/+59
| * cifs: move the enum for cifs parameters into fs_context.hRonnie Sahlberg2020-12-142-57/+97
| * cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.cRonnie Sahlberg2020-12-143-60/+44
| * cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg2020-12-1412-736/+750
| * SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2020-12-142-5/+16
| * SMB3.1.1: update comments clarifying SPNEGO info in negprot responseSteve French2020-12-141-1/+10
| * cifs: Enable sticky bit with cifsacl mount option.Shyam Prasad N2020-12-143-12/+35
| * cifs: Fix unix perm bits to cifsacl conversion for "other" bits.Shyam Prasad N2020-12-143-73/+155
| * SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rspSteve French2020-12-141-4/+12
| * SMB3: avoid confusing warning message on mount to AzureSteve French2020-12-141-1/+2
| * cifs: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-143-0/+3
|/
* cifs: refactor create_sd_buf() and and avoid corrupting the bufferRonnie Sahlberg2020-12-042-35/+38
* cifs: add NULL check for ses->tcon_ipcAurelien Aptel2020-12-041-1/+2
* smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon2020-12-041-2/+2
* cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara2020-11-301-0/+2
* cifs: allow syscalls to be restarted in __smb_send_rqst()Paulo Alcantara2020-11-301-2/+2
* smb3: Handle error case during offload read pathRohith Surabattula2020-11-161-1/+19
* smb3: Avoid Mid pending list corruptionRohith Surabattula2020-11-161-9/+46
* smb3: Call cifs reconnect from demultiplex threadRohith Surabattula2020-11-161-5/+8
* cifs: fix a memleak with modefromsidNamjae Jeon2020-11-161-0/+1
* cifs: update internal module version numberSteve French2020-10-241-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-221-1/+4
* smb3: fix stat when special device file and mounted with modefromsidSteve French2020-10-221-1/+6
* cifs: Print the address and port we are connecting to in generic_ip_connect()Samuel Cabrero2020-10-221-2/+10
* SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula2020-10-221-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