aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-10cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy1-1/+1
2020-09-06cifs: 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-23treewide: 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-13SMB3: 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-06cifs: Fix an error pointer dereference in cifs_mount()Dan Carpenter1-0/+1
2020-08-06Merge tag '5.9-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds16-493/+560
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds3-4/+4
2020-08-02cifs: document and cleanup dfs mountPaulo Alcantara1-188/+182
2020-08-02cifs: only update prefix path of DFS links in cifs_tree_connect()Paulo Alcantara1-2/+7
2020-08-02cifs: fix double free error on share and prefixColin Ian King1-0/+2
2020-08-02cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara5-29/+62
2020-08-02cifs: handle empty list of targets in cifs_reconnect()Paulo Alcantara1-4/+6
2020-08-02cifs: rename reconn_inval_dfs_target()Paulo Alcantara1-7/+6
2020-08-02cifs: reduce number of referral requests in DFS link lookupsPaulo Alcantara1-11/+68
2020-08-02cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()Stefan Metzmacher4-223/+105
2020-08-02cifs: convert to use be32_add_cpu()Qinglang Miao2-4/+2
2020-08-02cifs: delete duplicated words in header filesRandy Dunlap3-4/+4
2020-08-02cifs: Remove the superfluous breakLiao Pingfang1-1/+0
2020-08-02cifs: smb1: Try failing back to SetFileInfo if SetPathInfo failsRonnie Sahlberg3-4/+41
2020-08-02cifs`: handle ERRBaduid for SMB1Roberto Bergantinos Corpas3-1/+29
2020-08-02cifs: remove unused variable 'server'Wei Yongjun1-2/+0
2020-08-02smb3: warn on confusing error scenario with sec=krb5Steve French1-0/+2
2020-08-02cifs: 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-07cifs: remove the retry in cifs_poxis_lock_setyangerkun1-13/+6
2020-07-07smb3: 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-01cifs: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg1-1/+1
2020-07-01cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu1-2/+8
2020-07-01SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich1-4/+1
2020-07-01SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich1-0/+1
2020-07-01SMB3: Honor lease disabling for multiuser mountsPaul Aurich1-0/+1
2020-07-01SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich1-0/+2
2020-07-01SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich1-0/+1
2020-07-01cifs: Display local UID details for SMB sessions in DebugDataPaul Aurich1-1/+5
2020-06-23cifs: misc: Use array_size() in if-statement controlling expressionGustavo A. R. Silva1-9/+7
2020-06-23cifs: update ctime and mtime during truncateZhang Xiaoxu1-0/+9
2020-06-23cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu1-0/+6
2020-06-23cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu1-0/+5
2020-06-23cifs: Fix double add page to memcg when cifs_readpagesZhang Xiaoxu1-4/+7
2020-06-21cifs: Fix cached_fid refcnt leak in open_shrootXiyu Yang1-0/+1