summaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
Commit message (Expand)AuthorAgeFilesLines
* cifs: add initial reconfigure supportRonnie Sahlberg2020-12-141-3/+33
* cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg2020-12-149-28/+31
* cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg2020-12-146-52/+51
* cifs: Add missing sentinel to smb3_fs_parametersDmitry Osipenko2020-12-141-0/+1
* cifs: Handle witness client move notificationSamuel Cabrero2020-12-143-8/+162
* cifs: remove actimeo from cifs_sbRonnie Sahlberg2020-12-144-6/+4
* cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg2020-12-148-57/+51
* cifs: remove some minor warnings pointed out by kernel test robotSteve French2020-12-141-0/+4
* cifs: remove various function description warningsSteve French2020-12-144-7/+23
* cifs: Simplify reconnect code when dfs upcall is enabledSamuel Cabrero2020-12-141-13/+8
* cifs: Send witness register messages to userspace daemon in echo taskSamuel Cabrero2020-12-143-0/+22
* cifs: Add witness information to debug data dumpSamuel Cabrero2020-12-143-0/+50
* cifs: Set witness notification handler for messages from userspace daemonSamuel Cabrero2020-12-143-0/+99
* cifs: Send witness register and unregister commands to userspace daemonSamuel Cabrero2020-12-145-3/+474
* cifs: minor updates to KconfigSteve French2020-12-141-8/+8
* cifs: add witness mount option and data structsSamuel Cabrero2020-12-145-0/+43
* cifs: Register generic netlink familySamuel Cabrero2020-12-145-1/+114
* 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