summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2023-01-25cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells
2023-01-18cifs: remove unused functionPaulo Alcantara
2023-01-18cifs: do not include page data when checking signatureEnzo Matsumiya
2023-01-18cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()Paulo Alcantara
2023-01-18cifs: handle cache lookup errors different than -ENOENTPaulo Alcantara
2023-01-18cifs: remove duplicate code in __refresh_tcon()Paulo Alcantara
2023-01-18cifs: don't take exclusive lock for updating target hintsPaulo Alcantara
2023-01-18cifs: avoid re-lookups in dfs_cache_find()Paulo Alcantara
2023-01-18cifs: fix potential deadlock in cache_refresh_path()Paulo Alcantara
2023-01-12cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke
2023-01-10cifs: fix potential memory leaks in session setupPaulo Alcantara
2023-01-10cifs: do not query ifaces on smb1 mountsPaulo Alcantara
2023-01-10cifs: fix double free on failed kerberos authPaulo Alcantara
2023-01-10cifs: remove redundant assignment to the variable matchColin Ian King
2023-01-09cifs: fix file info setting in cifs_open_file()Paulo Alcantara
2023-01-09cifs: fix file info setting in cifs_query_path_info()Paulo Alcantara
2023-01-04cifs: fix interface count calculation during refreshShyam Prasad N
2023-01-04cifs: refcount only the selected iface during interface updateShyam Prasad N
2023-01-04cifs: protect access of TCP_Server_Info::{dstaddr,hostname}Paulo Alcantara
2023-01-04cifs: fix race in assemble_neg_contexts()Paulo Alcantara
2023-01-04cifs: ignore ipc reconnect failures during dfs failoverPaulo Alcantara
2023-01-04cifs: Fix kmap_local_page() unmappingIra Weiny
2022-12-21Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington
2022-12-19cifs: update internal module numberSteve French
2022-12-19cifs: don't leak -ENOMEM in smb2_open_file()Paulo Alcantara
2022-12-19cifs: use origin fullpath for automountsPaulo Alcantara
2022-12-19cifs: set correct status of tcon ipc when reconnectingPaulo Alcantara
2022-12-19cifs: optimize reconnect of nested linksPaulo 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: refresh root referralsPaulo Alcantara
2022-12-19cifs: fix refresh of cached referralsPaulo Alcantara
2022-12-19cifs: don't refresh cached referrals from unactive mountsPaulo 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: remove unused smb3_fs_context::mount_optionsPaulo Alcantara
2022-12-19cifs: get rid of mount options string parsingPaulo Alcantara
2022-12-19cifs: use fs_context for automountsPaulo 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-12-15Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-13cifs: Remove duplicated include in cifsglob.hYang Li
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds