summaryrefslogtreecommitdiffstats
path: root/fs/smb/client
Commit message (Expand)AuthorAgeFilesLines
* 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-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 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-193-22/+7
|\ \ | |/ |/|
| * netfs: Optimise away reads above the point at which there can be no dataDavid Howells2023-12-281-2/+2
| * netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells2023-12-281-1/+1
| * netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2023-12-242-19/+4
* | Merge tag 'v6.8-rc-part1-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-01-1018-829/+1131
|\ \
| * | cifs: update internal module version number for cifs.koSteve French2024-01-091-2/+2
| * | cifs: remove unneeded return statementSteve French2024-01-081-2/+0
| * | cifs: make cifs_chan_update_iface() a void functionDan Carpenter2024-01-082-11/+8
| * | cifs: delete unnecessary NULL checks in cifs_chan_update_iface()Dan Carpenter2024-01-081-15/+11
| * | cifs: get rid of dup length check in parse_reparse_point()Paulo Alcantara2024-01-072-14/+12
| * | smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara2024-01-073-81/+57
| * | cifs: Pass unbyteswapped eof value into SMB2_set_eof()David Howells2024-01-073-25/+20
| * | smb3: Improve exception handling in allocate_mr_list()Markus Elfring2024-01-071-2/+2
| * | cifs: fix in logging in cifs_chan_update_ifaceShyam Prasad N2024-01-071-6/+8
| * | smb: client: handle special files and symlinks in SMB3 POSIXPaulo Alcantara2024-01-071-21/+29
| * | smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara2024-01-073-139/+39
| * | smb: client: allow creating symlinks via reparse pointsPaulo Alcantara2024-01-073-5/+86
| * | smb: client: fix hardlinking of reparse pointsPaulo Alcantara2024-01-076-27/+43
| * | smb: client: fix renaming of reparse pointsPaulo Alcantara2024-01-076-31/+55