aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2023-05-10cifs: release leases for deferred close handles when freezingGravatar Steve French 1-0/+15
2023-05-09smb3: fix problem remounting a share after shutdownGravatar Steve French 1-0/+7
2023-05-09SMB3: force unmount was failing to close deferred close filesGravatar Steve French 1-0/+1
2023-05-09smb3: improve parallel reads of large filesGravatar Steve French 1-1/+1
2023-05-08do not reuse connection if share marked as isolatedGravatar Steve French 1-0/+3
2023-05-08cifs: fix pcchunk length type in smb2_copychunk_rangeGravatar Pawel Witek 1-1/+1
2023-05-05cifs: Remove unneeded semicolonGravatar Yang Li 1-1/+1
2023-05-04cifs: fix sharing of DFS connectionsGravatar Paulo Alcantara 6-80/+147
2023-05-03cifs: avoid potential races when handling multiple dfs tconsGravatar Paulo Alcantara 5-79/+80
2023-05-03cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpathGravatar Paulo Alcantara 5-20/+43
2023-05-03cifs: fix potential race when tree connecting ipcGravatar Paulo Alcantara 1-7/+50
2023-05-02cifs: fix potential use-after-free bugs in TCP_Server_Info::hostnameGravatar Paulo Alcantara 4-13/+23
2023-05-02cifs: print smb3_fs_context::source when mountingGravatar Paulo Alcantara 1-8/+6
2023-05-02cifs: protect session status check in smb2_reconnect()Gravatar Paulo Alcantara 1-4/+11
2023-05-01Merge tag '6.4-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 6-110/+61
2023-04-28cifs: update internal module version number for cifs.koGravatar Steve French 1-2/+2
2023-04-28smb3: move some common open context structs to smbfs_commonGravatar Steve French 1-11/+0
2023-04-28smb3: make query_on_disk_id open context consistent and move to common codeGravatar Steve French 2-10/+1
2023-04-28cifs: missing lock when updating session statusGravatar Steve French 1-2/+6
2023-04-27SMB3: Close deferred file handles in case of handle lease breakGravatar Bharath SM 2-1/+17
2023-04-27SMB3: Add missing locks to protect deferred close file listGravatar Bharath SM 1-0/+6
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-4/+0
2023-04-23cifs: Avoid a cast in add_lease_context()Gravatar Volker Lendecke 1-3/+4
2023-04-23cifs: Simplify SMB2_open_init()Gravatar Volker Lendecke 1-17/+4
2023-04-23cifs: Simplify SMB2_open_init()Gravatar Volker Lendecke 1-33/+9
2023-04-23cifs: Simplify SMB2_open_init()Gravatar Volker Lendecke 1-32/+13
2023-04-18cifs: Reapply lost fix from commit 30b2b2196d6eGravatar David Howells 1-4/+6
2023-04-18cifs: Fix unbuffered readGravatar David Howells 1-4/+0
2023-04-16cifs: avoid dup prefix path in dfs_get_automount_devname()Gravatar Paulo Alcantara 2-6/+18
2023-04-15cifs: fix negotiate context parsingGravatar David Disseldorp 1-10/+31
2023-04-06cifs: double lock in cifs_reconnect_tcon()Gravatar Dan Carpenter 1-1/+1
2023-04-05cifs: sanitize paths in cifs_update_super_prepath.Gravatar Thiago Rafael Becker 3-7/+11
2023-03-30cifs: get rid of dead check in smb2_reconnect()Gravatar Paulo Alcantara 1-1/+0
2023-03-30cifs: prevent infinite recursion in CIFSGetDFSRefer()Gravatar Paulo Alcantara 1-2/+7
2023-03-30cifs: avoid races in parallel reconnects in smb1Gravatar Paulo Alcantara 1-6/+15
2023-03-30cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALLGravatar David Disseldorp 1-1/+4
2023-03-24smb3: fix unusable share after force unmount failureGravatar Steve French 4-13/+11
2023-03-24cifs: fix dentry lookups in directory handle cacheGravatar Paulo Alcantara 1-2/+34
2023-03-24smb3: lower default deferred close timeout to address perf regressionGravatar Steve French 1-1/+1
2023-03-24cifs: fix missing unload_nls() in smb2_reconnect()Gravatar Paulo Alcantara 1-3/+3
2023-03-24cifs: avoid race conditions with parallel reconnectsGravatar Shyam Prasad N 3-33/+76
2023-03-24cifs: append path to open_enter trace eventGravatar Shyam Prasad N 6-6/+25
2023-03-23cifs: print session id while listing open filesGravatar Shyam Prasad N 1-2/+3
2023-03-23cifs: dump pending mids for all channels in DebugDataGravatar Shyam Prasad N 1-14/+27
2023-03-23cifs: empty interface list when server doesn't support query interfacesGravatar Shyam Prasad N 1-1/+1
2023-03-23cifs: do not poll server interfaces too regularlyGravatar Shyam Prasad N 1-0/+14
2023-03-22cifs: lock chan_lock outside match_sessionGravatar Shyam Prasad N 1-6/+7
2023-03-17cifs: check only tcon status on tcon related functionsGravatar Shyam Prasad N 4-11/+19
2023-03-14cifs: use DFS root session instead of tcon sesGravatar Paulo Alcantara 1-0/+1
2023-03-14cifs: return DFS root session id in DebugDataGravatar Paulo Alcantara 1-0/+5