summaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2023-01-25cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells1-0/+1
2023-01-18cifs: remove unused functionPaulo Alcantara2-63/+0
2023-01-18cifs: do not include page data when checking signatureEnzo Matsumiya1-6/+9
2023-01-18cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()Paulo Alcantara1-3/+3
2023-01-18cifs: handle cache lookup errors different than -ENOENTPaulo Alcantara1-2/+9
2023-01-18cifs: remove duplicate code in __refresh_tcon()Paulo Alcantara1-38/+33
2023-01-18cifs: don't take exclusive lock for updating target hintsPaulo Alcantara1-27/+20
2023-01-18cifs: avoid re-lookups in dfs_cache_find()Paulo Alcantara1-24/+34
2023-01-18cifs: fix potential deadlock in cache_refresh_path()Paulo Alcantara1-19/+23
2023-01-12cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke1-0/+1
2023-01-10cifs: fix potential memory leaks in session setupPaulo Alcantara3-0/+4
2023-01-10cifs: do not query ifaces on smb1 mountsPaulo Alcantara1-3/+6
2023-01-10cifs: fix double free on failed kerberos authPaulo Alcantara1-1/+4
2023-01-10cifs: remove redundant assignment to the variable matchColin Ian King1-1/+0
2023-01-09cifs: fix file info setting in cifs_open_file()Paulo Alcantara1-26/+28
2023-01-09cifs: fix file info setting in cifs_query_path_info()Paulo Alcantara1-3/+6
2023-01-04cifs: fix interface count calculation during refreshShyam Prasad N1-1/+2
2023-01-04cifs: refcount only the selected iface during interface updateShyam Prasad N1-1/+2
2023-01-04cifs: protect access of TCP_Server_Info::{dstaddr,hostname}Paulo Alcantara2-11/+13
2023-01-04cifs: fix race in assemble_neg_contexts()Paulo Alcantara1-4/+7
2023-01-04cifs: ignore ipc reconnect failures during dfs failoverPaulo Alcantara1-2/+1
2023-01-04cifs: Fix kmap_local_page() unmappingIra Weiny1-7/+2
2022-12-21Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds22-1338/+991
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+1
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington1-0/+1
2022-12-19cifs: update internal module numberSteve French1-2/+2
2022-12-19cifs: don't leak -ENOMEM in smb2_open_file()Paulo Alcantara1-2/+2
2022-12-19cifs: use origin fullpath for automountsPaulo Alcantara4-10/+53
2022-12-19cifs: set correct status of tcon ipc when reconnectingPaulo Alcantara1-1/+3
2022-12-19cifs: optimize reconnect of nested linksPaulo Alcantara1-5/+4
2022-12-19cifs: fix source pathname comparison of dfs supersPaulo Alcantara1-1/+15
2022-12-19cifs: fix confusing debug messagePaulo Alcantara1-1/+3
2022-12-19cifs: don't block in dfs_cache_noreq_update_tgthint()Paulo Alcantara4-274/+269
2022-12-19cifs: refresh root referralsPaulo Alcantara1-18/+22
2022-12-19cifs: fix refresh of cached referralsPaulo Alcantara4-117/+37
2022-12-19cifs: don't refresh cached referrals from unactive mountsPaulo Alcantara1-72/+1
2022-12-19cifs: share dfs connections and supersPaulo Alcantara9-369/+323
2022-12-19cifs: split out ses and tcon retrieval from mount_get_conns()Paulo Alcantara3-39/+78
2022-12-19cifs: set resolved ip in sockaddrPaulo Alcantara6-103/+55
2022-12-19cifs: remove unused smb3_fs_context::mount_optionsPaulo Alcantara2-11/+0
2022-12-19cifs: get rid of mount options string parsingPaulo Alcantara7-247/+101
2022-12-19cifs: use fs_context for automountsPaulo Alcantara1-60/+40
2022-12-19cifs: reduce roundtrips on create/qinfo requestsPaulo Alcantara5-84/+57
2022-12-16cifs: set correct ipc status after initial tree connectPaulo Alcantara1-2/+5
2022-12-15cifs: set correct tcon status after initial tree connectPaulo Alcantara1-0/+1
2022-12-15Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds13-165/+297
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2022-12-13cifs: Remove duplicated include in cifsglob.hYang Li1-1/+0
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-146/+291
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds5-12/+12