summaryrefslogtreecommitdiffstats
path: root/fs/smb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-02-251-0/+3
|\
| * cifs_get_link(): bail out in unsafe caseAl Viro2024-02-251-0/+3
* | smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French2024-02-152-2/+23
* | smb: client: handle path separator of created SMB symlinksPaulo Alcantara2024-02-121-2/+6
* | smb: client: set correct id, uid and cruid for multiuser automountsPaulo Alcantara2024-02-121-0/+16
* | cifs: update the same create_guid on replayShyam Prasad N2024-02-114-2/+14
* | cifs: fix underflow in parse_server_interfaces()Dan Carpenter2024-02-111-1/+1
* | Merge tag '6.8-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-02-102-2/+7
|\ \
| * | ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read failsFedor Pchelkin2024-02-071-2/+6
| * | ksmbd: Add kernel-doc for ksmbd_extract_sharename() functionYang Li2024-02-071-0/+1
* | | smb3: clarify mount warningSteve French2024-02-091-1/+1
* | | cifs: handle cases where multiple sessions share connectionShyam Prasad N2024-02-092-1/+6
* | | cifs: change tcon status when need_reconnect is set on itShyam Prasad N2024-02-093-1/+14
* | | smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara2024-02-082-7/+14
* | | smb3: add missing null server pointer checkSteve French2024-02-081-1/+1
|/ /
* | smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara2024-02-012-3/+3
* | cifs: failure to add channel on iface should bump up weightShyam Prasad N2024-02-011-0/+2
* | cifs: do not search for channel if server is terminatingShyam Prasad N2024-02-012-1/+5
* | cifs: avoid redundant calls to disable multichannelShyam Prasad N2024-02-011-1/+1
* | cifs: make sure that channel scaling is done only onceShyam Prasad N2024-01-312-3/+20
* | Merge tag '6.8-rc2-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-01-273-3/+6
|\ \
| * | ksmbd: fix global oob in ksmbd_nl_policyLin Ma2024-01-252-3/+4
| * | smb: Fix some kernel-doc commentsYang Li2024-01-211-0/+2
| |/
* | Merge tag '6.8-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-01-2713-74/+467
|\ \
| * | cifs: fix stray unlock in cifs_chan_skip_or_disableShyam Prasad N2024-01-231-1/+0
| * | cifs: set replay flag for retries of write commandShyam Prasad N2024-01-233-1/+5
| * | cifs: commands that are retried should have replay flag setShyam Prasad N2024-01-236-45/+404
| * | cifs: helper function to check replayable error codesShyam Prasad N2024-01-232-0/+8
| * | cifs: translate network errors on send to -ECONNABORTEDShyam Prasad N2024-01-231-2/+9
| * | cifs: cifs_pick_channel should try selecting active channelsShyam Prasad N2024-01-231-0/+3
| * | cifs: Share server EOF pos with netfslibDavid Howells2024-01-236-17/+37
| * | smb: Work around Clang __bdos() type confusionKees Cook2024-01-231-1/+1
| * | smb: client: delete "true", "false" definesAlexey Dobriyan2024-01-231-7/+0
| |/
* / cifs: Don't use certain unnecessary folio_*() functionsDavid Howells2024-01-221-5/+5
|/
* Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-01-2016-232/+215
|\
| * cifs: update iface_last_update on each query-and-updateShyam Prasad N2024-01-191-1/+3
| * cifs: handle servers that still advertise multichannel after disablingShyam Prasad N2024-01-192-46/+69
| * cifs: new mount option called retransShyam Prasad N2024-01-195-0/+15
| * cifs: reschedule periodic query for server interfacesShyam Prasad N2024-01-191-0/+2
| * smb: client: don't clobber ->i_rdev from cached reparse pointsPaulo Alcantara2024-01-191-3/+3
| * smb: client: get rid of smb311_posix_query_path_info()Paulo Alcantara2024-01-192-83/+36
| * smb: client: parse owner/group when creating reparse pointsPaulo Alcantara2024-01-194-89/+71
| * smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara2024-01-191-1/+1
| * cifs: new nt status codes from MS-SMB2Shyam Prasad N2024-01-182-0/+4
| * cifs: pick channel for tcon and tdisShyam Prasad N2024-01-181-6/+4
| * cifs: open_cached_dir should not rely on primary channelShyam Prasad N2024-01-181-1/+1
| * cifs: minor comment cleanupSteve French2024-01-181-3/+3
| * smb3: show beginning time for per share statsSteve French2024-01-183-2/+6
| * cifs: remove redundant variable tcon_existColin Ian King2024-01-161-3/+3
* | Merge tag '6.8-rc-smb-server-fixes-part2' of git://git.samba.org/ksmbdLinus Torvalds2024-01-197-23/+42
|\ \