aboutsummaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+3
2024-02-25cifs_get_link(): bail out in unsafe caseGravatar Al Viro 1-0/+3
2024-02-15smb: Fix regression in writes when non-standard maximum write size negotiatedGravatar Steve French 2-2/+23
2024-02-12smb: client: handle path separator of created SMB symlinksGravatar Paulo Alcantara 1-2/+6
2024-02-12smb: client: set correct id, uid and cruid for multiuser automountsGravatar Paulo Alcantara 1-0/+16
2024-02-11cifs: update the same create_guid on replayGravatar Shyam Prasad N 4-2/+14
2024-02-11cifs: fix underflow in parse_server_interfaces()Gravatar Dan Carpenter 1-1/+1
2024-02-10Merge tag '6.8-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 2-2/+7
2024-02-09smb3: clarify mount warningGravatar Steve French 1-1/+1
2024-02-09cifs: handle cases where multiple sessions share connectionGravatar Shyam Prasad N 2-1/+6
2024-02-09cifs: change tcon status when need_reconnect is set on itGravatar Shyam Prasad N 3-1/+14
2024-02-08smb: client: set correct d_type for reparse points under DFS mountsGravatar Paulo Alcantara 2-7/+14
2024-02-08smb3: add missing null server pointer checkGravatar Steve French 1-1/+1
2024-02-07ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read failsGravatar Fedor Pchelkin 1-2/+6
2024-02-07ksmbd: Add kernel-doc for ksmbd_extract_sharename() functionGravatar Yang Li 1-0/+1
2024-02-01smb: client: increase number of PDUs allowed in a compound requestGravatar Paulo Alcantara 2-3/+3
2024-02-01cifs: failure to add channel on iface should bump up weightGravatar Shyam Prasad N 1-0/+2
2024-02-01cifs: do not search for channel if server is terminatingGravatar Shyam Prasad N 2-1/+5
2024-02-01cifs: avoid redundant calls to disable multichannelGravatar Shyam Prasad N 1-1/+1
2024-01-31cifs: make sure that channel scaling is done only onceGravatar Shyam Prasad N 2-3/+20
2024-01-27Merge tag '6.8-rc2-smb3-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 3-3/+6
2024-01-27Merge tag '6.8-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 13-74/+467
2024-01-25ksmbd: fix global oob in ksmbd_nl_policyGravatar Lin Ma 2-3/+4
2024-01-23cifs: fix stray unlock in cifs_chan_skip_or_disableGravatar Shyam Prasad N 1-1/+0
2024-01-23cifs: set replay flag for retries of write commandGravatar Shyam Prasad N 3-1/+5
2024-01-23cifs: commands that are retried should have replay flag setGravatar Shyam Prasad N 6-45/+404
2024-01-23cifs: helper function to check replayable error codesGravatar Shyam Prasad N 2-0/+8
2024-01-23cifs: translate network errors on send to -ECONNABORTEDGravatar Shyam Prasad N 1-2/+9
2024-01-23cifs: cifs_pick_channel should try selecting active channelsGravatar Shyam Prasad N 1-0/+3
2024-01-23cifs: Share server EOF pos with netfslibGravatar David Howells 6-17/+37
2024-01-23smb: Work around Clang __bdos() type confusionGravatar Kees Cook 1-1/+1
2024-01-23smb: client: delete "true", "false" definesGravatar Alexey Dobriyan 1-7/+0
2024-01-22cifs: Don't use certain unnecessary folio_*() functionsGravatar David Howells 1-5/+5
2024-01-21smb: Fix some kernel-doc commentsGravatar Yang Li 1-0/+2
2024-01-20Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 16-232/+215
2024-01-19Merge tag '6.8-rc-smb-server-fixes-part2' of git://git.samba.org/ksmbdGravatar Linus Torvalds 7-23/+42
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 3-22/+7
2024-01-19cifs: update iface_last_update on each query-and-updateGravatar Shyam Prasad N 1-1/+3
2024-01-19cifs: handle servers that still advertise multichannel after disablingGravatar Shyam Prasad N 2-46/+69
2024-01-19cifs: new mount option called retransGravatar Shyam Prasad N 5-0/+15
2024-01-19cifs: reschedule periodic query for server interfacesGravatar Shyam Prasad N 1-0/+2
2024-01-19smb: client: don't clobber ->i_rdev from cached reparse pointsGravatar Paulo Alcantara 1-3/+3
2024-01-19smb: client: get rid of smb311_posix_query_path_info()Gravatar Paulo Alcantara 2-83/+36
2024-01-19smb: client: parse owner/group when creating reparse pointsGravatar Paulo Alcantara 4-89/+71
2024-01-19smb: client: fix parsing of SMB3.1.1 POSIX create contextGravatar Paulo Alcantara 1-1/+1
2024-01-18cifs: new nt status codes from MS-SMB2Gravatar Shyam Prasad N 2-0/+4
2024-01-18cifs: pick channel for tcon and tdisGravatar Shyam Prasad N 1-6/+4
2024-01-18cifs: open_cached_dir should not rely on primary channelGravatar Shyam Prasad N 1-1/+1
2024-01-18cifs: minor comment cleanupGravatar Steve French 1-3/+3
2024-01-18smb3: show beginning time for per share statsGravatar Steve French 3-2/+6