summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* 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
* cifs: return DFS root session id in DebugDataPaulo Alcantara2023-03-141-0/+5
* cifs: fix use-after-free bug in refresh_cache_worker()Paulo Alcantara2023-03-148-164/+67
* cifs: set DFS root session in cifs_get_smb_ses()Paulo Alcantara2023-03-146-13/+13
* cifs: generate signkey for the channel that's reconnectingShyam Prasad N2023-03-141-1/+1
* cifs: Fix smb2_set_path_size()Volker Lendecke2023-03-141-7/+24
* cifs: Move the in_send statistic to __smb_send_rqst()Zhang Xiaoxu2023-03-051-12/+9
* cifs: Fix memory leak in direct I/ODavid Howells2023-03-011-2/+2
* cifs: prevent data race in cifs_reconnect_tcon()Paulo Alcantara2023-03-014-101/+69
* cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALIDPaulo Alcantara2023-03-014-25/+106
* cifs: Fix cifs_write_back_from_locked_folio()David Howells2023-03-011-0/+1
* cifs: reuse cifs_match_ipaddr for comparison of dstaddr tooShyam Prasad N2023-03-011-26/+2
* cifs: match even the scope id for ipv6 addressesShyam Prasad N2023-03-011-1/+2
* cifs: Fix an uninitialised variableDavid Howells2023-03-011-1/+1
* cifs: Add some missing xas_retry() callsDavid Howells2023-03-011-0/+6
* cifs: Fix cifs_writepages_region()David Howells2023-02-241-1/+2
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-52/+66
|\
| * fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)2023-02-021-4/+4
| * cifs: convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()Vishal Moola (Oracle)2023-02-021-3/+29
* | Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-02-2233-2280/+2228
|\ \
| * | update internal module version number for cifs.koSteve French2023-02-211-1/+1
| * | cifs: update ip_addr for ses only for primary chan setupShyam Prasad N2023-02-211-7/+11
| * | cifs: use tcon allocation functions even for dummy tconShyam Prasad N2023-02-211-2/+2
| * | cifs: use the least loaded channel for sending requestsShyam Prasad N2023-02-211-4/+29
| * | cifs: DIO to/from KVEC-type iterators should now workDavid Howells2023-02-201-20/+0
| * | cifs: Remove unused codeDavid Howells2023-02-201-606/+0
| * | cifs: Build the RDMA SGE list directly from an iteratorDavid Howells2023-02-202-93/+63
| * | cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells2023-02-2014-1091/+1133
| * | cifs: Add a function to read into an iter from a socketDavid Howells2023-02-202-0/+17
| * | cifs: Add some helper functionsDavid Howells2023-02-202-0/+96
| * | cifs: Add a function to Hash the contents of an iteratorDavid Howells2023-02-201-0/+144
| * | cifs: Add a function to build an RDMA SGE list from an iteratorDavid Howells2023-02-201-0/+214