aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2023-01-25cifs: Fix oops due to uncleared server->smbd_conn in reconnectGravatar David Howells 1-0/+1
2023-01-18cifs: remove unused functionGravatar Paulo Alcantara 2-63/+0
2023-01-18cifs: do not include page data when checking signatureGravatar Enzo Matsumiya 1-6/+9
2023-01-18cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()Gravatar Paulo Alcantara 1-3/+3
2023-01-18cifs: handle cache lookup errors different than -ENOENTGravatar Paulo Alcantara 1-2/+9
2023-01-18cifs: remove duplicate code in __refresh_tcon()Gravatar Paulo Alcantara 1-38/+33
2023-01-18cifs: don't take exclusive lock for updating target hintsGravatar Paulo Alcantara 1-27/+20
2023-01-18cifs: avoid re-lookups in dfs_cache_find()Gravatar Paulo Alcantara 1-24/+34
2023-01-18cifs: fix potential deadlock in cache_refresh_path()Gravatar Paulo Alcantara 1-19/+23
2023-01-12cifs: Fix uninitialized memory read for smb311 posix symlink createGravatar Volker Lendecke 1-0/+1
2023-01-10cifs: fix potential memory leaks in session setupGravatar Paulo Alcantara 3-0/+4
2023-01-10cifs: do not query ifaces on smb1 mountsGravatar Paulo Alcantara 1-3/+6
2023-01-10cifs: fix double free on failed kerberos authGravatar Paulo Alcantara 1-1/+4
2023-01-10cifs: remove redundant assignment to the variable matchGravatar Colin Ian King 1-1/+0
2023-01-09cifs: fix file info setting in cifs_open_file()Gravatar Paulo Alcantara 1-26/+28
2023-01-09cifs: fix file info setting in cifs_query_path_info()Gravatar Paulo Alcantara 1-3/+6
2023-01-04cifs: fix interface count calculation during refreshGravatar Shyam Prasad N 1-1/+2
2023-01-04cifs: refcount only the selected iface during interface updateGravatar Shyam Prasad N 1-1/+2
2023-01-04cifs: protect access of TCP_Server_Info::{dstaddr,hostname}Gravatar Paulo Alcantara 2-11/+13
2023-01-04cifs: fix race in assemble_neg_contexts()Gravatar Paulo Alcantara 1-4/+7
2023-01-04cifs: ignore ipc reconnect failures during dfs failoverGravatar Paulo Alcantara 1-2/+1
2023-01-04cifs: Fix kmap_local_page() unmappingGravatar Ira Weiny 1-7/+2
2022-12-21Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 22-1338/+991
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-0/+1
2022-12-19Treewide: Stop corrupting socket's task_fragGravatar Benjamin Coddington 1-0/+1
2022-12-19cifs: update internal module numberGravatar Steve French 1-2/+2
2022-12-19cifs: don't leak -ENOMEM in smb2_open_file()Gravatar Paulo Alcantara 1-2/+2
2022-12-19cifs: use origin fullpath for automountsGravatar Paulo Alcantara 4-10/+53
2022-12-19cifs: set correct status of tcon ipc when reconnectingGravatar Paulo Alcantara 1-1/+3
2022-12-19cifs: optimize reconnect of nested linksGravatar Paulo Alcantara 1-5/+4
2022-12-19cifs: fix source pathname comparison of dfs supersGravatar Paulo Alcantara 1-1/+15
2022-12-19cifs: fix confusing debug messageGravatar Paulo Alcantara 1-1/+3
2022-12-19cifs: don't block in dfs_cache_noreq_update_tgthint()Gravatar Paulo Alcantara 4-274/+269
2022-12-19cifs: refresh root referralsGravatar Paulo Alcantara 1-18/+22
2022-12-19cifs: fix refresh of cached referralsGravatar Paulo Alcantara 4-117/+37
2022-12-19cifs: don't refresh cached referrals from unactive mountsGravatar Paulo Alcantara 1-72/+1
2022-12-19cifs: share dfs connections and supersGravatar Paulo Alcantara 9-369/+323
2022-12-19cifs: split out ses and tcon retrieval from mount_get_conns()Gravatar Paulo Alcantara 3-39/+78
2022-12-19cifs: set resolved ip in sockaddrGravatar Paulo Alcantara 6-103/+55
2022-12-19cifs: remove unused smb3_fs_context::mount_optionsGravatar Paulo Alcantara 2-11/+0
2022-12-19cifs: get rid of mount options string parsingGravatar Paulo Alcantara 7-247/+101
2022-12-19cifs: use fs_context for automountsGravatar Paulo Alcantara 1-60/+40
2022-12-19cifs: reduce roundtrips on create/qinfo requestsGravatar Paulo Alcantara 5-84/+57
2022-12-16cifs: set correct ipc status after initial tree connectGravatar Paulo Alcantara 1-2/+5
2022-12-15cifs: set correct tcon status after initial tree connectGravatar Paulo Alcantara 1-0/+1
2022-12-15Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 13-165/+297
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-2/+2
2022-12-13cifs: Remove duplicated include in cifsglob.hGravatar Yang Li 1-1/+0
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-146/+291
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 5-12/+12