summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
| * cifs: don't create a temp nls in cifs_setup_ipcRonnie Sahlberg2020-12-141-6/+1
| * cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg2020-12-145-35/+27
| * cifs: we do not allow changing username/password/unc/... during remountRonnie Sahlberg2020-12-143-5/+52
| * 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-134-18/+12
| * cifs: add an smb3_fs_context to cifs_sbRonnie Sahlberg2020-12-133-34/+41
| * cifs: remove the devname argument to cifs_compose_mount_optionsRonnie Sahlberg2020-12-134-22/+9
| * cifs: switch to new mount apiRonnie Sahlberg2020-12-1310-1281/+1096
| * cifs: move cifs_parse_devname to fs_context.cRonnie Sahlberg2020-12-133-57/+59
| * cifs: move the enum for cifs parameters into fs_context.hRonnie Sahlberg2020-12-132-57/+97
| * cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.cRonnie Sahlberg2020-12-133-60/+44
| * cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg2020-12-1312-736/+750
| * SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2020-12-132-5/+16
| * SMB3.1.1: update comments clarifying SPNEGO info in negprot responseSteve French2020-12-131-1/+10
| * cifs: Enable sticky bit with cifsacl mount option.Shyam Prasad N2020-12-133-12/+35
| * cifs: Fix unix perm bits to cifsacl conversion for "other" bits.Shyam Prasad N2020-12-133-73/+155
| * SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rspSteve French2020-12-131-4/+12
| * SMB3: avoid confusing warning message on mount to AzureSteve French2020-12-131-1/+2
| * cifs: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-133-0/+3
|/
* cifs: refactor create_sd_buf() and and avoid corrupting the bufferRonnie Sahlberg2020-12-032-35/+38
* cifs: add NULL check for ses->tcon_ipcAurelien Aptel2020-12-031-1/+2
* smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon2020-12-031-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-151-1/+19
* smb3: Avoid Mid pending list corruptionRohith Surabattula2020-11-151-9/+46
* smb3: Call cifs reconnect from demultiplex threadRohith Surabattula2020-11-151-5/+8
* cifs: fix a memleak with modefromsidNamjae Jeon2020-11-151-0/+1
* cifs: update internal module version numberSteve French2020-10-231-1/+1
* smb3: add some missing definitions from MS-FSCCSteve French2020-10-232-0/+28