aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2020-12-14cifs: Simplify reconnect code when dfs upcall is enabledSamuel Cabrero
2020-12-14cifs: Send witness register messages to userspace daemon in echo taskSamuel Cabrero
2020-12-14cifs: Add witness information to debug data dumpSamuel Cabrero
2020-12-14cifs: Set witness notification handler for messages from userspace daemonSamuel Cabrero
2020-12-14cifs: Send witness register and unregister commands to userspace daemonSamuel Cabrero
2020-12-14cifs: minor updates to KconfigSteve French
2020-12-14cifs: add witness mount option and data structsSamuel Cabrero
2020-12-14cifs: Register generic netlink familySamuel Cabrero
2020-12-14cifs: cleanup misc.cSteve French
2020-12-14cifs: minor kernel style fixes for commentsSteve French
2020-12-14cifs: Make extract_sharename function publicSamuel Cabrero
2020-12-14cifs: Make extract_hostname function publicSamuel Cabrero
2020-12-13cifs: get rid of cifs_sb->mountdataRonnie Sahlberg
2020-12-13cifs: add an smb3_fs_context to cifs_sbRonnie Sahlberg
2020-12-13cifs: remove the devname argument to cifs_compose_mount_optionsRonnie Sahlberg
2020-12-13cifs: switch to new mount apiRonnie Sahlberg
2020-12-13cifs: move cifs_parse_devname to fs_context.cRonnie Sahlberg
2020-12-13cifs: move the enum for cifs parameters into fs_context.hRonnie Sahlberg
2020-12-13cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.cRonnie Sahlberg
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg
2020-12-13SMB3.1.1: do not log warning message if server doesn't populate saltSteve French
2020-12-13SMB3.1.1: update comments clarifying SPNEGO info in negprot responseSteve French
2020-12-13cifs: Enable sticky bit with cifsacl mount option.Shyam Prasad N
2020-12-13cifs: Fix unix perm bits to cifsacl conversion for "other" bits.Shyam Prasad N
2020-12-13SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rspSteve French
2020-12-13SMB3: avoid confusing warning message on mount to AzureSteve French
2020-12-13cifs: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-12-03cifs: refactor create_sd_buf() and and avoid corrupting the bufferRonnie Sahlberg
2020-12-03cifs: add NULL check for ses->tcon_ipcAurelien Aptel
2020-12-03smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon
2020-11-30cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara
2020-11-30cifs: allow syscalls to be restarted in __smb_send_rqst()Paulo Alcantara
2020-11-15smb3: Handle error case during offload read pathRohith Surabattula
2020-11-15smb3: Avoid Mid pending list corruptionRohith Surabattula
2020-11-15smb3: Call cifs reconnect from demultiplex threadRohith Surabattula
2020-11-15cifs: fix a memleak with modefromsidNamjae Jeon
2020-10-23cifs: update internal module version numberSteve French
2020-10-23smb3: add some missing definitions from MS-FSCCSteve French
2020-10-23smb3: remove two unused variablesSteve French
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French
2020-10-22SMB3: add support for recognizing WSL reparse tagsSteve French
2020-10-22cifs: remove bogus debug codeDan Carpenter
2020-10-22smb3.1.1: fix typo in compression flagSteve French
2020-10-22cifs: move smb version mount options into fs_context.cRonnie Sahlberg
2020-10-22cifs: move cache mount options to fs_context.chRonnie Sahlberg
2020-10-22cifs: move security mount options into fs_context.chRonnie Sahlberg
2020-10-22cifs: add files to host new mount apiRonnie Sahlberg
2020-10-21smb3: do not try to cache root directory if dir leases not supportedSteve French
2020-10-21smb3: fix stat when special device file and mounted with modefromsidSteve French
2020-10-21cifs: Print the address and port we are connecting to in generic_ip_connect()Samuel Cabrero