summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
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
2022-08-11smb3: allow deferred close timeout to be configurableSteve French
2022-08-05cifs: remove useless DeleteMidQEntry()Enzo Matsumiya
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French
2022-08-01cifs: fix wrong unlock before return from cifs_tree_connect()Yang Yingliang
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N
2022-08-01cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya
2022-08-01smb2: small refactor in smb2_check_message()Enzo Matsumiya
2022-08-01cifs: remove some camelCase and also some static build warningsSteve French
2022-08-01cifs: remove unnecessary type castingsYu Zhe
2022-07-12cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N
2022-06-24cifs: update cifs_ses::ip_addr after failoverPaulo Alcantara
2022-06-24cifs: avoid deadlocks while updating ifaceShyam Prasad N
2022-06-22cifs: periodically query network interfaces from serverShyam Prasad N