aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-14cifs: add witness mount option and data structsSamuel Cabrero5-0/+43
2020-12-14cifs: Register generic netlink familySamuel Cabrero5-1/+114
2020-12-14cifs: cleanup misc.cSteve French3-57/+68
2020-12-14cifs: minor kernel style fixes for commentsSteve French1-10/+15
2020-12-14cifs: Make extract_sharename function publicSamuel Cabrero5-25/+26
2020-12-14cifs: Make extract_hostname function publicSamuel Cabrero3-34/+33
2020-12-13cifs: get rid of cifs_sb->mountdataRonnie Sahlberg4-18/+12
2020-12-13cifs: add an smb3_fs_context to cifs_sbRonnie Sahlberg3-34/+41
2020-12-13cifs: remove the devname argument to cifs_compose_mount_optionsRonnie Sahlberg4-22/+9
2020-12-13cifs: switch to new mount apiRonnie Sahlberg10-1281/+1096
2020-12-13cifs: move cifs_parse_devname to fs_context.cRonnie Sahlberg3-57/+59
2020-12-13cifs: move the enum for cifs parameters into fs_context.hRonnie Sahlberg2-57/+97
2020-12-13cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.cRonnie Sahlberg3-60/+44
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg12-736/+750
2020-12-13SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2-5/+16
2020-12-13SMB3.1.1: update comments clarifying SPNEGO info in negprot responseSteve French1-1/+10
2020-12-13cifs: Enable sticky bit with cifsacl mount option.Shyam Prasad N3-12/+35
2020-12-13cifs: Fix unix perm bits to cifsacl conversion for "other" bits.Shyam Prasad N3-73/+155
2020-12-13SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rspSteve French1-4/+12
2020-12-13SMB3: avoid confusing warning message on mount to AzureSteve French1-1/+2
2020-12-13cifs: Fix fall-through warnings for ClangGustavo A. R. Silva3-0/+3
2020-12-03cifs: refactor create_sd_buf() and and avoid corrupting the bufferRonnie Sahlberg2-35/+38
2020-12-03cifs: add NULL check for ses->tcon_ipcAurelien Aptel1-1/+2
2020-12-03smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon1-2/+2
2020-11-30cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara1-0/+2
2020-11-30cifs: allow syscalls to be restarted in __smb_send_rqst()Paulo Alcantara1-2/+2
2020-11-15smb3: Handle error case during offload read pathRohith Surabattula1-1/+19
2020-11-15smb3: Avoid Mid pending list corruptionRohith Surabattula1-9/+46
2020-11-15smb3: Call cifs reconnect from demultiplex threadRohith Surabattula1-5/+8
2020-11-15cifs: fix a memleak with modefromsidNamjae Jeon1-0/+1
2020-10-23cifs: update internal module version numberSteve French1-1/+1
2020-10-23smb3: add some missing definitions from MS-FSCCSteve French2-0/+28
2020-10-23smb3: remove two unused variablesSteve French1-5/+0
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French6-14/+189
2020-10-22SMB3: add support for recognizing WSL reparse tagsSteve French1-1/+24
2020-10-22cifs: remove bogus debug codeDan Carpenter1-8/+8
2020-10-22smb3.1.1: fix typo in compression flagSteve French1-1/+1
2020-10-22cifs: move smb version mount options into fs_context.cRonnie Sahlberg4-97/+99
2020-10-22cifs: move cache mount options to fs_context.chRonnie Sahlberg3-62/+63
2020-10-22cifs: move security mount options into fs_context.chRonnie Sahlberg3-85/+96
2020-10-22cifs: add files to host new mount apiRonnie Sahlberg3-1/+24
2020-10-21smb3: do not try to cache root directory if dir leases not supportedSteve French1-1/+4
2020-10-21smb3: fix stat when special device file and mounted with modefromsidSteve French1-1/+6
2020-10-21cifs: Print the address and port we are connecting to in generic_ip_connect()Samuel Cabrero1-2/+10
2020-10-21SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula1-5/+7
2020-10-20cifs: make const array static, makes object smallerColin Ian King1-3/+5
2020-10-20SMB3.1.1: Fix ids returned in POSIX query dirSteve French3-5/+7
2020-10-20smb3: add dynamic trace point to trace when credits obtainedSteve French3-9/+18
2020-10-20smb3.1.1: do not fail if no encryption required but server doesn't support itSteve French1-3/+13
2020-10-19cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N1-1/+1