summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2023-05-25smb: move client and server files to common directory fs/smbSteve French77-75793/+0
2023-05-25cifs: mapchars mount option ignoredSteve French1-0/+8
2023-05-25smb3: display debug information better for encryptionSteve French1-2/+6
2023-05-25cifs: fix smb1 mount regressionPaulo Alcantara1-1/+1
2023-05-23cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum sizeDavid Howells1-1/+2
2023-05-17SMB3: drop reference to cfile before sending oplock breakBharath SM4-16/+21
2023-05-17SMB3: Close all deferred handles of inode in case of handle lease breakBharath SM1-8/+1
2023-05-11cifs: release leases for deferred close handles when freezingSteve French1-0/+15
2023-05-09smb3: fix problem remounting a share after shutdownSteve French1-0/+7
2023-05-09SMB3: force unmount was failing to close deferred close filesSteve French1-0/+1
2023-05-09smb3: improve parallel reads of large filesSteve French1-1/+1
2023-05-08do not reuse connection if share marked as isolatedSteve French1-0/+3
2023-05-08cifs: fix pcchunk length type in smb2_copychunk_rangePawel Witek1-1/+1
2023-05-05cifs: Remove unneeded semicolonYang Li1-1/+1
2023-05-05cifs: fix sharing of DFS connectionsPaulo Alcantara6-80/+147
2023-05-04cifs: avoid potential races when handling multiple dfs tconsPaulo Alcantara5-79/+80
2023-05-04cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpathPaulo Alcantara5-20/+43
2023-05-04cifs: fix potential race when tree connecting ipcPaulo Alcantara1-7/+50
2023-05-02cifs: fix potential use-after-free bugs in TCP_Server_Info::hostnamePaulo Alcantara4-13/+23
2023-05-02cifs: print smb3_fs_context::source when mountingPaulo Alcantara1-8/+6
2023-05-02cifs: protect session status check in smb2_reconnect()Paulo Alcantara1-4/+11
2023-05-01Merge tag '6.4-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds6-110/+61
2023-04-29cifs: update internal module version number for cifs.koSteve French1-2/+2
2023-04-29smb3: move some common open context structs to smbfs_commonSteve French1-11/+0
2023-04-29smb3: make query_on_disk_id open context consistent and move to common codeSteve French2-10/+1
2023-04-29cifs: missing lock when updating session statusSteve French1-2/+6
2023-04-27SMB3: Close deferred file handles in case of handle lease breakBharath SM2-1/+17
2023-04-27SMB3: Add missing locks to protect deferred close file listBharath SM1-0/+6
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-4/+0
2023-04-24cifs: Avoid a cast in add_lease_context()Volker Lendecke1-3/+4
2023-04-24cifs: Simplify SMB2_open_init()Volker Lendecke1-17/+4
2023-04-24cifs: Simplify SMB2_open_init()Volker Lendecke1-33/+9
2023-04-24cifs: Simplify SMB2_open_init()Volker Lendecke1-32/+13
2023-04-19cifs: Reapply lost fix from commit 30b2b2196d6eDavid Howells1-4/+6
2023-04-19cifs: Fix unbuffered readDavid Howells1-4/+0
2023-04-17cifs: avoid dup prefix path in dfs_get_automount_devname()Paulo Alcantara2-6/+18
2023-04-16cifs: fix negotiate context parsingDavid Disseldorp1-10/+31
2023-04-07cifs: double lock in cifs_reconnect_tcon()Dan Carpenter1-1/+1
2023-04-05cifs: sanitize paths in cifs_update_super_prepath.Thiago Rafael Becker3-7/+11
2023-03-31cifs: get rid of dead check in smb2_reconnect()Paulo Alcantara1-1/+0
2023-03-31cifs: prevent infinite recursion in CIFSGetDFSRefer()Paulo Alcantara1-2/+7
2023-03-31cifs: avoid races in parallel reconnects in smb1Paulo Alcantara1-6/+15
2023-03-31cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALLDavid Disseldorp1-1/+4
2023-03-24smb3: fix unusable share after force unmount failureSteve French4-13/+11
2023-03-24cifs: fix dentry lookups in directory handle cachePaulo Alcantara1-2/+34
2023-03-24smb3: lower default deferred close timeout to address perf regressionSteve French1-1/+1
2023-03-24cifs: fix missing unload_nls() in smb2_reconnect()Paulo Alcantara1-3/+3
2023-03-24cifs: avoid race conditions with parallel reconnectsShyam Prasad N3-33/+76
2023-03-24cifs: append path to open_enter trace eventShyam Prasad N6-6/+25
2023-03-23cifs: print session id while listing open filesShyam Prasad N1-2/+3