summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-23cifs: dump pending mids for all channels in DebugDataShyam Prasad N1-14/+27
2023-03-23cifs: empty interface list when server doesn't support query interfacesShyam Prasad N1-1/+1
2023-03-23cifs: do not poll server interfaces too regularlyShyam Prasad N1-0/+14
2023-03-23cifs: lock chan_lock outside match_sessionShyam Prasad N1-6/+7
2023-03-17cifs: check only tcon status on tcon related functionsShyam Prasad N4-11/+19
2023-03-15cifs: use DFS root session instead of tcon sesPaulo Alcantara1-0/+1
2023-03-15cifs: return DFS root session id in DebugDataPaulo Alcantara1-0/+5
2023-03-15cifs: fix use-after-free bug in refresh_cache_worker()Paulo Alcantara8-164/+67
2023-03-15cifs: set DFS root session in cifs_get_smb_ses()Paulo Alcantara6-13/+13
2023-03-15cifs: generate signkey for the channel that's reconnectingShyam Prasad N1-1/+1
2023-03-15cifs: Fix smb2_set_path_size()Volker Lendecke1-7/+24
2023-03-06cifs: Move the in_send statistic to __smb_send_rqst()Zhang Xiaoxu1-12/+9
2023-03-02cifs: Fix memory leak in direct I/ODavid Howells1-2/+2
2023-03-02cifs: prevent data race in cifs_reconnect_tcon()Paulo Alcantara4-101/+69
2023-03-02cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALIDPaulo Alcantara4-25/+106
2023-03-02cifs: Fix cifs_write_back_from_locked_folio()David Howells1-0/+1
2023-03-02cifs: reuse cifs_match_ipaddr for comparison of dstaddr tooShyam Prasad N1-26/+2
2023-03-02cifs: match even the scope id for ipv6 addressesShyam Prasad N1-1/+2
2023-03-02cifs: Fix an uninitialised variableDavid Howells1-1/+1
2023-03-02cifs: Add some missing xas_retry() callsDavid Howells1-0/+6
2023-02-24cifs: Fix cifs_writepages_region()David Howells1-1/+2
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-52/+66
2023-02-23Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds33-2280/+2228
2023-02-21update internal module version number for cifs.koSteve French1-1/+1
2023-02-21cifs: update ip_addr for ses only for primary chan setupShyam Prasad N1-7/+11
2023-02-21cifs: use tcon allocation functions even for dummy tconShyam Prasad N1-2/+2
2023-02-21cifs: use the least loaded channel for sending requestsShyam Prasad N1-4/+29
2023-02-21cifs: DIO to/from KVEC-type iterators should now workDavid Howells1-20/+0
2023-02-21cifs: Remove unused codeDavid Howells1-606/+0
2023-02-21cifs: Build the RDMA SGE list directly from an iteratorDavid Howells2-93/+63
2023-02-21cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells14-1091/+1133
2023-02-21cifs: Add a function to read into an iter from a socketDavid Howells2-0/+17
2023-02-21cifs: Add some helper functionsDavid Howells2-0/+96