summaryrefslogtreecommitdiff
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: release leases for deferred close handles when freezingSteve French2023-05-101-0/+15
* smb3: fix problem remounting a share after shutdownSteve French2023-05-091-0/+7
* SMB3: force unmount was failing to close deferred close filesSteve French2023-05-091-0/+1
* smb3: improve parallel reads of large filesSteve French2023-05-091-1/+1
* do not reuse connection if share marked as isolatedSteve French2023-05-081-0/+3
* cifs: fix pcchunk length type in smb2_copychunk_rangePawel Witek2023-05-081-1/+1
* cifs: Remove unneeded semicolonYang Li2023-05-051-1/+1
* cifs: fix sharing of DFS connectionsPaulo Alcantara2023-05-046-80/+147
* cifs: avoid potential races when handling multiple dfs tconsPaulo Alcantara2023-05-035-79/+80
* cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpathPaulo Alcantara2023-05-035-20/+43
* cifs: fix potential race when tree connecting ipcPaulo Alcantara2023-05-031-7/+50
* cifs: fix potential use-after-free bugs in TCP_Server_Info::hostnamePaulo Alcantara2023-05-024-13/+23
* cifs: print smb3_fs_context::source when mountingPaulo Alcantara2023-05-021-8/+6
* cifs: protect session status check in smb2_reconnect()Paulo Alcantara2023-05-021-4/+11
* Merge tag '6.4-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-05-016-110/+61
|\
| * cifs: update internal module version number for cifs.koSteve French2023-04-281-2/+2
| * smb3: move some common open context structs to smbfs_commonSteve French2023-04-281-11/+0
| * smb3: make query_on_disk_id open context consistent and move to common codeSteve French2023-04-282-10/+1
| * cifs: missing lock when updating session statusSteve French2023-04-281-2/+6
| * SMB3: Close deferred file handles in case of handle lease breakBharath SM2023-04-272-1/+17
| * SMB3: Add missing locks to protect deferred close file listBharath SM2023-04-271-0/+6
| * cifs: Avoid a cast in add_lease_context()Volker Lendecke2023-04-231-3/+4
| * cifs: Simplify SMB2_open_init()Volker Lendecke2023-04-231-17/+4
| * cifs: Simplify SMB2_open_init()Volker Lendecke2023-04-231-33/+9
| * cifs: Simplify SMB2_open_init()Volker Lendecke2023-04-231-32/+13
* | Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-04-241-4/+0
|\ \ | |/ |/|
| * fs: drop unused posix acl handlersChristian Brauner2023-03-061-4/+0
* | cifs: Reapply lost fix from commit 30b2b2196d6eDavid Howells2023-04-181-4/+6
* | cifs: Fix unbuffered readDavid Howells2023-04-181-4/+0
* | cifs: avoid dup prefix path in dfs_get_automount_devname()Paulo Alcantara2023-04-162-6/+18
* | cifs: fix negotiate context parsingDavid Disseldorp2023-04-151-10/+31
* | cifs: double lock in cifs_reconnect_tcon()Dan Carpenter2023-04-061-1/+1
* | cifs: sanitize paths in cifs_update_super_prepath.Thiago Rafael Becker2023-04-053-7/+11
* | cifs: get rid of dead check in smb2_reconnect()Paulo Alcantara2023-03-301-1/+0
* | cifs: prevent infinite recursion in CIFSGetDFSRefer()Paulo Alcantara2023-03-301-2/+7
* | cifs: avoid races in parallel reconnects in smb1Paulo Alcantara2023-03-301-6/+15
* | cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALLDavid Disseldorp2023-03-301-1/+4
* | smb3: fix unusable share after force unmount failureSteve French2023-03-244-13/+11
* | cifs: fix dentry lookups in directory handle cachePaulo Alcantara2023-03-241-2/+34
* | smb3: lower default deferred close timeout to address perf regressionSteve French2023-03-241-1/+1
* | cifs: fix missing unload_nls() in smb2_reconnect()Paulo Alcantara2023-03-241-3/+3
* | cifs: avoid race conditions with parallel reconnectsShyam Prasad N2023-03-243-33/+76
* | cifs: append path to open_enter trace eventShyam Prasad N2023-03-246-6/+25
* | cifs: print session id while listing open filesShyam Prasad N2023-03-231-2/+3
* | cifs: dump pending mids for all channels in DebugDataShyam Prasad N2023-03-231-14/+27
* | cifs: empty interface list when server doesn't support query interfacesShyam Prasad N2023-03-231-1/+1
* | cifs: do not poll server interfaces too regularlyShyam Prasad N2023-03-231-0/+14
* | cifs: lock chan_lock outside match_sessionShyam Prasad N2023-03-221-6/+7
* | cifs: check only tcon status on tcon related functionsShyam Prasad N2023-03-174-11/+19
* | cifs: use DFS root session instead of tcon sesPaulo Alcantara2023-03-141-0/+1