aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2020-10-23cifs: update internal module version numberGravatar Steve French 1-1/+1
2020-10-23smb3: add some missing definitions from MS-FSCCGravatar Steve French 2-0/+28
2020-10-23smb3: remove two unused variablesGravatar Steve French 1-5/+0
2020-10-23smb3: add support for stat of WSL reparse points for special file typesGravatar Steve French 6-14/+189
2020-10-22SMB3: add support for recognizing WSL reparse tagsGravatar Steve French 1-1/+24
2020-10-22cifs: remove bogus debug codeGravatar Dan Carpenter 1-8/+8
2020-10-22smb3.1.1: fix typo in compression flagGravatar Steve French 1-1/+1
2020-10-22cifs: move smb version mount options into fs_context.cGravatar Ronnie Sahlberg 4-97/+99
2020-10-22cifs: move cache mount options to fs_context.chGravatar Ronnie Sahlberg 3-62/+63
2020-10-22cifs: move security mount options into fs_context.chGravatar Ronnie Sahlberg 3-85/+96
2020-10-22cifs: add files to host new mount apiGravatar Ronnie Sahlberg 3-1/+24
2020-10-21smb3: do not try to cache root directory if dir leases not supportedGravatar Steve French 1-1/+4
2020-10-21smb3: fix stat when special device file and mounted with modefromsidGravatar Steve French 1-1/+6
2020-10-21cifs: Print the address and port we are connecting to in generic_ip_connect()Gravatar Samuel Cabrero 1-2/+10
2020-10-21SMB3: Resolve data corruption of TCP server info fieldsGravatar Rohith Surabattula 1-5/+7
2020-10-20cifs: make const array static, makes object smallerGravatar Colin Ian King 1-3/+5
2020-10-20SMB3.1.1: Fix ids returned in POSIX query dirGravatar Steve French 3-5/+7
2020-10-20smb3: add dynamic trace point to trace when credits obtainedGravatar Steve French 3-9/+18
2020-10-20smb3.1.1: do not fail if no encryption required but server doesn't support itGravatar Steve French 1-3/+13
2020-10-19cifs: Return the error from crypt_message when enc/dec key not found.Gravatar Shyam Prasad N 1-1/+1
2020-10-19smb3.1.1: set gcm256 when requestedGravatar Steve French 4-6/+17
2020-10-19smb3.1.1: rename nonces used for GCM and CCM encryptionGravatar Steve French 2-6/+6
2020-10-19smb3.1.1: print warning if server does not support requested encryption typeGravatar Steve French 1-2/+13
2020-10-15smb3.1.1: add new module load parm enable_gcm_256Gravatar Steve French 4-2/+14
2020-10-15smb3.1.1: add new module load parm require_gcm_256Gravatar Steve French 3-4/+15
2020-10-15cifs: map STATUS_ACCOUNT_LOCKED_OUT to -EACCESGravatar Stefan Metzmacher 1-1/+1
2020-10-15SMB3.1.1: add defines for new signing negotiate contextGravatar Steve French 1-0/+14
2020-10-15cifs: handle -EINTR in cifs_setattrGravatar Ronnie Sahlberg 1-4/+9
2020-10-15Handle STATUS_IO_TIMEOUT gracefullyGravatar Rohith Surabattula 4-2/+32
2020-10-11cifs: compute full_path already in cifs_readdir()Gravatar Ronnie Sahlberg 1-14/+16
2020-10-11cifs: return cached_fid from open_shrootGravatar Ronnie Sahlberg 3-13/+23
2020-10-11update structure definitions from updated protocol documentationGravatar Steve French 1-7/+57
2020-10-11smb3: add defines for new crypto algorithmsGravatar Steve French 1-0/+2
2020-10-11Convert trailing spaces and periods in path componentsGravatar Boris Protopopov 1-1/+7
2020-10-10cifs: Fix incomplete memory allocation on setxattr pathGravatar Vladimir Zapolskiy 1-1/+1
2020-09-06cifs: fix DFS mount with cifsacl/modefromsidGravatar Ronnie Sahlberg 1-0/+4
2020-08-30Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 2-1/+16
2020-08-28cifs: fix check of tcon dfs in smb1Gravatar Paulo Alcantara 2-1/+16
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 4-10/+10
2020-08-15Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-2/+4
2020-08-13SMB3: Fix mkdir when idsfromsid configured on mountGravatar Steve French 1-0/+1
2020-08-10cifs: Convert to use the fallthrough macroGravatar Miaohe Lin 1-2/+2
2020-08-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-11/+11
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 4-11/+11
2020-08-06cifs: Fix an error pointer dereference in cifs_mount()Gravatar Dan Carpenter 1-0/+1
2020-08-06Merge tag '5.9-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 16-493/+560
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-4/+4
2020-08-02cifs: document and cleanup dfs mountGravatar Paulo Alcantara 1-188/+182
2020-08-02cifs: only update prefix path of DFS links in cifs_tree_connect()Gravatar Paulo Alcantara 1-2/+7
2020-08-02cifs: fix double free error on share and prefixGravatar Colin Ian King 1-0/+2