summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-21cifs: Add a function to Hash the contents of an iteratorDavid Howells1-0/+144
2023-02-21cifs: Add a function to build an RDMA SGE list from an iteratorDavid Howells1-0/+214
2023-02-21cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPEDavid Howells3-6/+25
2023-02-21smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook5-19/+17
2023-02-21cifs: get rid of dns resolve workerPaulo Alcantara3-53/+6
2023-02-21Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds4-18/+14
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-26/+26
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds5-0/+5
2023-02-20cifs: Fix warning and UAF when destroy the MR listZhang Xiaoxu1-1/+2
2023-02-20cifs: Fix lost destroy smbd connection when MR allocate failedZhang Xiaoxu1-0/+1