summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2023-04-26cifs: avoid dup prefix path in dfs_get_automount_devname()Paulo Alcantara2-6/+18
2023-04-20cifs: fix negotiate context parsingDavid Disseldorp1-10/+31
2023-04-13cifs: sanitize paths in cifs_update_super_prepath.Thiago Rafael Becker3-7/+11
2023-04-06cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALLDavid Disseldorp1-1/+4
2023-04-06cifs: prevent infinite recursion in CIFSGetDFSRefer()Paulo Alcantara1-2/+7
2023-04-06cifs: fix missing unload_nls() in smb2_reconnect()Paulo Alcantara1-3/+3
2023-04-06cifs: avoid race conditions with parallel reconnectsShyam Prasad N3-33/+76
2023-04-06cifs: prevent data race in cifs_reconnect_tcon()Paulo Alcantara4-101/+69
2023-04-06cifs: update ip_addr for ses only for primary chan setupShyam Prasad N1-7/+11
2023-03-30cifs: fix dentry lookups in directory handle cachePaulo Alcantara1-2/+34
2023-03-30cifs: print session id while listing open filesShyam Prasad N1-2/+3
2023-03-30cifs: dump pending mids for all channels in DebugDataShyam Prasad N1-14/+27
2023-03-30cifs: empty interface list when server doesn't support query interfacesShyam Prasad N1-1/+1
2023-03-30cifs: do not poll server interfaces too regularlyShyam Prasad N1-0/+14
2023-03-30cifs: append path to open_enter trace eventShyam Prasad N6-6/+25
2023-03-30cifs: lock chan_lock outside match_sessionShyam Prasad N1-6/+7
2023-03-30smb3: fix unusable share after force unmount failureSteve French4-13/+11
2023-03-30smb3: lower default deferred close timeout to address perf regressionSteve French1-1/+1
2023-03-22cifs: use DFS root session instead of tcon sesPaulo Alcantara1-0/+1
2023-03-22cifs: return DFS root session id in DebugDataPaulo Alcantara1-0/+5
2023-03-22cifs: fix use-after-free bug in refresh_cache_worker()Paulo Alcantara8-164/+67
2023-03-22cifs: set DFS root session in cifs_get_smb_ses()Paulo Alcantara6-13/+13
2023-03-22cifs: Fix smb2_set_path_size()Volker Lendecke1-7/+24
2023-03-22cifs: generate signkey for the channel that's reconnectingShyam Prasad N1-1/+1
2023-03-22cifs: Move the in_send statistic to __smb_send_rqst()Zhang Xiaoxu1-12/+9
2023-03-10cifs: return a single-use cfid if we did not get a leaseRonnie Sahlberg1-3/+13
2023-03-10cifs: Check the lease context if we actually got a leaseRonnie Sahlberg1-5/+9
2023-03-10cifs: don't try to use rdma offload on encrypted connectionsStefan Metzmacher1-0/+4
2023-03-10cifs: split out smb3_use_rdma_offload() helperStefan Metzmacher1-6/+28
2023-03-10cifs: introduce cifs_io_parms in smb2_async_writev()Stefan Metzmacher1-14/+39
2023-03-10cifs: fix mount on old smb serversPaulo Alcantara1-59/+35
2023-03-10cifs: Fix uninitialized memory reads for oparms.modeVolker Lendecke10-243/+274
2023-03-10cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke1-6/+7
2023-03-10cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALIDPaulo Alcantara4-25/+106
2023-03-10cifs: prevent data race in smb2_reconnect()Paulo Alcantara1-55/+64
2023-03-10cifs: use tcon allocation functions even for dummy tconShyam Prasad N1-2/+2
2023-03-10cifs: Fix warning and UAF when destroy the MR listZhang Xiaoxu1-1/+2
2023-03-10cifs: Fix lost destroy smbd connection when MR allocate failedZhang Xiaoxu1-0/+1
2023-02-07cifs: Fix use-after-free in rdata->read_into_pages()ZhaoLong Wang1-2/+2
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-11cifs: fix potential memory leaks in session setupPaulo Alcantara3-0/+4