summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2020-10-16smb3.1.1: add new module load parm enable_gcm_256Steve French4-2/+14
2020-10-16smb3.1.1: add new module load parm require_gcm_256Steve French3-4/+15
2020-10-16cifs: map STATUS_ACCOUNT_LOCKED_OUT to -EACCESStefan Metzmacher1-1/+1
2020-10-16SMB3.1.1: add defines for new signing negotiate contextSteve French1-0/+14
2020-10-16cifs: handle -EINTR in cifs_setattrRonnie Sahlberg1-4/+9
2020-10-16Handle STATUS_IO_TIMEOUT gracefullyRohith Surabattula4-2/+32
2020-10-12cifs: compute full_path already in cifs_readdir()Ronnie Sahlberg1-14/+16
2020-10-12cifs: return cached_fid from open_shrootRonnie Sahlberg3-13/+23
2020-10-12update structure definitions from updated protocol documentationSteve French1-7/+57
2020-10-12smb3: add defines for new crypto algorithmsSteve French1-0/+2
2020-10-12Convert trailing spaces and periods in path componentsBoris Protopopov1-1/+7
2020-10-11cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy1-1/+1
2020-09-07cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg1-0/+4
2020-08-30Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-1/+16
2020-08-28cifs: fix check of tcon dfs in smb1Paulo Alcantara2-1/+16
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-10/+10
2020-08-15Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-2/+4
2020-08-14SMB3: Fix mkdir when idsfromsid configured on mountSteve French1-0/+1
2020-08-10cifs: Convert to use the fallthrough macroMiaohe Lin1-2/+2
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-11/+11
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long4-11/+11
2020-08-07cifs: Fix an error pointer dereference in cifs_mount()Dan Carpenter1-0/+1
2020-08-07Merge tag '5.9-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds16-493/+560
2020-08-05Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds3-4/+4
2020-08-03cifs: document and cleanup dfs mountPaulo Alcantara1-188/+182
2020-08-03cifs: only update prefix path of DFS links in cifs_tree_connect()Paulo Alcantara1-2/+7
2020-08-03cifs: fix double free error on share and prefixColin Ian King1-0/+2
2020-08-03cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara5-29/+62
2020-08-03cifs: handle empty list of targets in cifs_reconnect()Paulo Alcantara1-4/+6
2020-08-03cifs: rename reconn_inval_dfs_target()Paulo Alcantara1-7/+6
2020-08-03cifs: reduce number of referral requests in DFS link lookupsPaulo Alcantara1-11/+68
2020-08-03cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()Stefan Metzmacher4-223/+105
2020-08-03cifs: convert to use be32_add_cpu()Qinglang Miao2-4/+2
2020-08-03cifs: delete duplicated words in header filesRandy Dunlap3-4/+4
2020-08-03cifs: Remove the superfluous breakLiao Pingfang1-1/+0
2020-08-03cifs: smb1: Try failing back to SetFileInfo if SetPathInfo failsRonnie Sahlberg3-4/+41
2020-08-03cifs`: handle ERRBaduid for SMB1Roberto Bergantinos Corpas3-1/+29
2020-08-03cifs: remove unused variable 'server'Wei Yongjun1-2/+0
2020-08-03smb3: warn on confusing error scenario with sec=krb5Steve French1-0/+2
2020-08-03cifs: Fix leak when handling lease break for cached root fidPaul Aurich1-21/+52
2020-07-23Revert "cifs: Fix the target file was deleted when rename failed."Steve French1-8/+2
2020-07-09cifs: update internal module version numberSteve French1-1/+1
2020-07-09cifs: fix reference leak for tlinkRonnie Sahlberg1-1/+8
2020-07-08smb3: fix unneeded error message on change notifySteve French1-2/+6
2020-07-08cifs: remove the retry in cifs_poxis_lock_setyangerkun1-13/+6
2020-07-08smb3: fix access denied on change notify request to some serversSteve French1-1/+1
2020-07-05Replace HTTP links with HTTPS ones: CIFSAlexander A. Klimov3-4/+4
2020-07-02cifs: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg1-1/+1
2020-07-02cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu1-2/+8
2020-07-02SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich1-4/+1