summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2023-05-24smb: move client and server files to common directory fs/smbSteve French
2023-05-09smb3: fix problem remounting a share after shutdownSteve French
2023-05-04cifs: fix sharing of DFS connectionsPaulo Alcantara
2023-05-03cifs: avoid potential races when handling multiple dfs tconsPaulo Alcantara
2023-05-03cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpathPaulo Alcantara
2023-05-02cifs: fix potential use-after-free bugs in TCP_Server_Info::hostnamePaulo Alcantara
2023-04-28cifs: missing lock when updating session statusSteve French
2023-03-24smb3: fix unusable share after force unmount failureSteve French
2023-03-24cifs: avoid race conditions with parallel reconnectsShyam Prasad N
2023-03-22cifs: lock chan_lock outside match_sessionShyam Prasad N
2023-03-17cifs: check only tcon status on tcon related functionsShyam Prasad N
2023-03-14cifs: fix use-after-free bug in refresh_cache_worker()Paulo Alcantara
2023-03-14cifs: set DFS root session in cifs_get_smb_ses()Paulo Alcantara
2023-03-01cifs: reuse cifs_match_ipaddr for comparison of dstaddr tooShyam Prasad N
2023-03-01cifs: match even the scope id for ipv6 addressesShyam Prasad N
2023-02-22Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-02-21cifs: update ip_addr for ses only for primary chan setupShyam Prasad N
2023-02-20cifs: Add a function to read into an iter from a socketDavid Howells
2023-02-20cifs: get rid of dns resolve workerPaulo Alcantara
2023-02-20cifs: fix mount on old smb serversPaulo Alcantara
2023-02-03cifs: use bvec_set_page to initialize bvecsChristoph Hellwig
2023-01-10cifs: do not query ifaces on smb1 mountsPaulo Alcantara
2022-12-21Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington
2022-12-19cifs: set correct status of tcon ipc when reconnectingPaulo Alcantara
2022-12-19cifs: fix source pathname comparison of dfs supersPaulo Alcantara
2022-12-19cifs: fix confusing debug messagePaulo Alcantara
2022-12-19cifs: don't block in dfs_cache_noreq_update_tgthint()Paulo Alcantara
2022-12-19cifs: fix refresh of cached referralsPaulo Alcantara
2022-12-19cifs: share dfs connections and supersPaulo Alcantara
2022-12-19cifs: split out ses and tcon retrieval from mount_get_conns()Paulo Alcantara
2022-12-19cifs: set resolved ip in sockaddrPaulo Alcantara
2022-12-19cifs: get rid of mount options string parsingPaulo Alcantara
2022-12-19cifs: reduce roundtrips on create/qinfo requestsPaulo Alcantara
2022-12-16cifs: set correct ipc status after initial tree connectPaulo Alcantara
2022-12-15cifs: set correct tcon status after initial tree connectPaulo Alcantara
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-11cifs: Fix connections leak when tlink setup failedZhang Xiaoxu
2022-10-27cifs: fix use-after-free caused by invalid pointer `hostname`Zeng Heng
2022-10-13cifs: use ALIGN() and round_up() macrosEnzo Matsumiya
2022-10-13cifs: fix regression in very old smb1 mountsRonnie Sahlberg
2022-10-07cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya
2022-10-05smb3: do not log confusing message when server returns no network interfacesSteve French
2022-10-05smb3: add dynamic trace points for tree disconnectSteve French
2022-09-14cifs: add missing spinlock around tcon refcountPaulo Alcantara
2022-09-13cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher
2022-08-24cifs: Add helper function to check smb1+ serverZhang Xiaoxu
2022-08-24cifs: Use help macro to get the mid header sizeZhang Xiaoxu
2022-08-24cifs: Use help macro to get the header preamble sizeZhang Xiaoxu
2022-08-19cifs: move from strlcpy with unused retval to strscpyWolfram Sang