summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: remove unused functionPaulo Alcantara2023-01-182-63/+0
* cifs: do not include page data when checking signatureEnzo Matsumiya2023-01-181-6/+9
* cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()Paulo Alcantara2023-01-181-3/+3
* cifs: handle cache lookup errors different than -ENOENTPaulo Alcantara2023-01-181-2/+9
* cifs: remove duplicate code in __refresh_tcon()Paulo Alcantara2023-01-181-38/+33
* cifs: don't take exclusive lock for updating target hintsPaulo Alcantara2023-01-181-27/+20
* cifs: avoid re-lookups in dfs_cache_find()Paulo Alcantara2023-01-181-24/+34
* cifs: fix potential deadlock in cache_refresh_path()Paulo Alcantara2023-01-181-19/+23
* cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke2023-01-121-0/+1
* cifs: fix potential memory leaks in session setupPaulo Alcantara2023-01-103-0/+4
* cifs: do not query ifaces on smb1 mountsPaulo Alcantara2023-01-101-3/+6
* cifs: fix double free on failed kerberos authPaulo Alcantara2023-01-101-1/+4
* cifs: remove redundant assignment to the variable matchColin Ian King2023-01-101-1/+0
* cifs: fix file info setting in cifs_open_file()Paulo Alcantara2023-01-091-26/+28
* cifs: fix file info setting in cifs_query_path_info()Paulo Alcantara2023-01-091-3/+6
* cifs: fix interface count calculation during refreshShyam Prasad N2023-01-041-1/+2
* cifs: refcount only the selected iface during interface updateShyam Prasad N2023-01-041-1/+2
* cifs: protect access of TCP_Server_Info::{dstaddr,hostname}Paulo Alcantara2023-01-042-11/+13
* cifs: fix race in assemble_neg_contexts()Paulo Alcantara2023-01-041-4/+7
* cifs: ignore ipc reconnect failures during dfs failoverPaulo Alcantara2023-01-041-2/+1
* cifs: Fix kmap_local_page() unmappingIra Weiny2023-01-041-7/+2
* Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2022-12-2122-1338/+991
|\
| * cifs: update internal module numberSteve French2022-12-191-2/+2
| * cifs: don't leak -ENOMEM in smb2_open_file()Paulo Alcantara2022-12-191-2/+2
| * cifs: use origin fullpath for automountsPaulo Alcantara2022-12-194-10/+53
| * cifs: set correct status of tcon ipc when reconnectingPaulo Alcantara2022-12-191-1/+3
| * cifs: optimize reconnect of nested linksPaulo Alcantara2022-12-191-5/+4
| * cifs: fix source pathname comparison of dfs supersPaulo Alcantara2022-12-191-1/+15
| * cifs: fix confusing debug messagePaulo Alcantara2022-12-191-1/+3
| * cifs: don't block in dfs_cache_noreq_update_tgthint()Paulo Alcantara2022-12-194-274/+269
| * cifs: refresh root referralsPaulo Alcantara2022-12-191-18/+22
| * cifs: fix refresh of cached referralsPaulo Alcantara2022-12-194-117/+37
| * cifs: don't refresh cached referrals from unactive mountsPaulo Alcantara2022-12-191-72/+1
| * cifs: share dfs connections and supersPaulo Alcantara2022-12-199-369/+323
| * cifs: split out ses and tcon retrieval from mount_get_conns()Paulo Alcantara2022-12-193-39/+78
| * cifs: set resolved ip in sockaddrPaulo Alcantara2022-12-196-103/+55
| * cifs: remove unused smb3_fs_context::mount_optionsPaulo Alcantara2022-12-192-11/+0
| * cifs: get rid of mount options string parsingPaulo Alcantara2022-12-197-247/+101
| * cifs: use fs_context for automountsPaulo Alcantara2022-12-191-60/+40
| * cifs: reduce roundtrips on create/qinfo requestsPaulo Alcantara2022-12-195-84/+57
| * cifs: set correct ipc status after initial tree connectPaulo Alcantara2022-12-161-2/+5
| * cifs: set correct tcon status after initial tree connectPaulo Alcantara2022-12-151-0/+1
* | Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-211-0/+1
|\ \ | |/ |/|
| * Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-191-0/+1
* | Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2022-12-1513-165/+297
|\ \
| * | cifs: Remove duplicated include in cifsglob.hYang Li2022-12-131-1/+0
| * | cifs: fix oops during encryptionPaulo Alcantara2022-12-124-79/+140
| * | cifs: print warning when conflicting soft vs. hard mount options specifiedSteve French2022-12-121-3/+8
| * | cifs: fix missing display of three mount optionsSteve French2022-12-121-1/+7
| * | cifs: fix various whitespace errors in headersSteve French2022-12-122-30/+22