summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2020-10-19smb3.1.1: rename nonces used for GCM and CCM encryptionSteve French
2020-10-19smb3.1.1: print warning if server does not support requested encryption typeSteve French
2020-10-15smb3.1.1: add new module load parm enable_gcm_256Steve French
2020-10-15smb3.1.1: add new module load parm require_gcm_256Steve French
2020-10-15cifs: map STATUS_ACCOUNT_LOCKED_OUT to -EACCESStefan Metzmacher
2020-10-15SMB3.1.1: add defines for new signing negotiate contextSteve French
2020-10-15cifs: handle -EINTR in cifs_setattrRonnie Sahlberg
2020-10-15Handle STATUS_IO_TIMEOUT gracefullyRohith Surabattula
2020-10-11cifs: compute full_path already in cifs_readdir()Ronnie Sahlberg
2020-10-11cifs: return cached_fid from open_shrootRonnie Sahlberg
2020-10-11update structure definitions from updated protocol documentationSteve French
2020-10-11smb3: add defines for new crypto algorithmsSteve French
2020-10-11Convert trailing spaces and periods in path componentsBoris Protopopov
2020-10-10cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy
2020-09-06cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg
2020-08-30Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-08-28cifs: fix check of tcon dfs in smb1Paulo Alcantara
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-15Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-08-13SMB3: Fix mkdir when idsfromsid configured on mountSteve French
2020-08-10cifs: Convert to use the fallthrough macroMiaohe Lin
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-06cifs: Fix an error pointer dereference in cifs_mount()Dan Carpenter
2020-08-06Merge tag '5.9-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-08-02cifs: document and cleanup dfs mountPaulo Alcantara
2020-08-02cifs: only update prefix path of DFS links in cifs_tree_connect()Paulo Alcantara
2020-08-02cifs: fix double free error on share and prefixColin Ian King
2020-08-02cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara
2020-08-02cifs: handle empty list of targets in cifs_reconnect()Paulo Alcantara
2020-08-02cifs: rename reconn_inval_dfs_target()Paulo Alcantara
2020-08-02cifs: reduce number of referral requests in DFS link lookupsPaulo Alcantara
2020-08-02cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()Stefan Metzmacher
2020-08-02cifs: convert to use be32_add_cpu()Qinglang Miao
2020-08-02cifs: delete duplicated words in header filesRandy Dunlap
2020-08-02cifs: Remove the superfluous breakLiao Pingfang
2020-08-02cifs: smb1: Try failing back to SetFileInfo if SetPathInfo failsRonnie Sahlberg
2020-08-02cifs`: handle ERRBaduid for SMB1Roberto Bergantinos Corpas
2020-08-02cifs: remove unused variable 'server'Wei Yongjun
2020-08-02smb3: warn on confusing error scenario with sec=krb5Steve French
2020-08-02cifs: Fix leak when handling lease break for cached root fidPaul Aurich
2020-07-23Revert "cifs: Fix the target file was deleted when rename failed."Steve French
2020-07-09cifs: update internal module version numberSteve French
2020-07-09cifs: fix reference leak for tlinkRonnie Sahlberg
2020-07-08smb3: fix unneeded error message on change notifySteve French
2020-07-07cifs: remove the retry in cifs_poxis_lock_setyangerkun
2020-07-07smb3: fix access denied on change notify request to some serversSteve French
2020-07-05Replace HTTP links with HTTPS ones: CIFSAlexander A. Klimov
2020-07-01cifs: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg