summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2023-04-28smb3: make query_on_disk_id open context consistent and move to common codeSteve French
2023-04-28cifs: missing lock when updating session statusSteve French
2023-04-27SMB3: Close deferred file handles in case of handle lease breakBharath SM
2023-04-27SMB3: Add missing locks to protect deferred close file listBharath SM
2023-04-23cifs: Avoid a cast in add_lease_context()Volker Lendecke
2023-04-23cifs: Simplify SMB2_open_init()Volker Lendecke
2023-04-23cifs: Simplify SMB2_open_init()Volker Lendecke
2023-04-23cifs: Simplify SMB2_open_init()Volker Lendecke
2023-04-18cifs: Reapply lost fix from commit 30b2b2196d6eDavid Howells
2023-04-18cifs: Fix unbuffered readDavid Howells
2023-04-16cifs: avoid dup prefix path in dfs_get_automount_devname()Paulo Alcantara
2023-04-15cifs: fix negotiate context parsingDavid Disseldorp
2023-04-06cifs: double lock in cifs_reconnect_tcon()Dan Carpenter
2023-04-05cifs: sanitize paths in cifs_update_super_prepath.Thiago Rafael Becker
2023-03-30cifs: get rid of dead check in smb2_reconnect()Paulo Alcantara
2023-03-30cifs: prevent infinite recursion in CIFSGetDFSRefer()Paulo Alcantara
2023-03-30cifs: avoid races in parallel reconnects in smb1Paulo Alcantara
2023-03-30cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALLDavid Disseldorp
2023-03-24smb3: fix unusable share after force unmount failureSteve French
2023-03-24cifs: fix dentry lookups in directory handle cachePaulo Alcantara
2023-03-24smb3: lower default deferred close timeout to address perf regressionSteve French
2023-03-24cifs: fix missing unload_nls() in smb2_reconnect()Paulo Alcantara
2023-03-24cifs: avoid race conditions with parallel reconnectsShyam Prasad N
2023-03-24cifs: append path to open_enter trace eventShyam Prasad N
2023-03-23cifs: print session id while listing open filesShyam Prasad N
2023-03-23cifs: dump pending mids for all channels in DebugDataShyam Prasad N
2023-03-23cifs: empty interface list when server doesn't support query interfacesShyam Prasad N
2023-03-23cifs: do not poll server interfaces too regularlyShyam Prasad N
2023-03-22cifs: lock chan_lock outside match_sessionShyam Prasad N
2023-03-17cifs: check only tcon status on tcon related functionsShyam Prasad N
2023-03-14cifs: use DFS root session instead of tcon sesPaulo Alcantara
2023-03-14cifs: return DFS root session id in DebugDataPaulo Alcantara
2023-03-14cifs: fix use-after-free bug in refresh_cache_worker()Paulo Alcantara
2023-03-14cifs: set DFS root session in cifs_get_smb_ses()Paulo Alcantara
2023-03-14cifs: generate signkey for the channel that's reconnectingShyam Prasad N
2023-03-14cifs: Fix smb2_set_path_size()Volker Lendecke
2023-03-05cifs: Move the in_send statistic to __smb_send_rqst()Zhang Xiaoxu
2023-03-01cifs: Fix memory leak in direct I/ODavid Howells
2023-03-01cifs: prevent data race in cifs_reconnect_tcon()Paulo Alcantara
2023-03-01cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALIDPaulo Alcantara
2023-03-01cifs: Fix cifs_write_back_from_locked_folio()David Howells
2023-03-01cifs: reuse cifs_match_ipaddr for comparison of dstaddr tooShyam Prasad N
2023-03-01cifs: match even the scope id for ipv6 addressesShyam Prasad N
2023-03-01cifs: Fix an uninitialised variableDavid Howells
2023-03-01cifs: Add some missing xas_retry() callsDavid Howells
2023-02-24cifs: Fix cifs_writepages_region()David Howells
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-02-21update internal module version number for cifs.koSteve French
2023-02-21cifs: update ip_addr for ses only for primary chan setupShyam Prasad N