summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2024-02-01smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara2-3/+3
2024-02-01cifs: failure to add channel on iface should bump up weightShyam Prasad N1-0/+2
2024-02-01cifs: do not search for channel if server is terminatingShyam Prasad N2-1/+5
2024-02-01cifs: avoid redundant calls to disable multichannelShyam Prasad N1-1/+1
2024-02-01cifs: make sure that channel scaling is done only onceShyam Prasad N2-3/+20
2024-01-27Merge tag '6.8-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-74/+467
2024-01-24cifs: fix stray unlock in cifs_chan_skip_or_disableShyam Prasad N1-1/+0
2024-01-24cifs: set replay flag for retries of write commandShyam Prasad N3-1/+5
2024-01-24cifs: commands that are retried should have replay flag setShyam Prasad N6-45/+404
2024-01-24cifs: helper function to check replayable error codesShyam Prasad N2-0/+8
2024-01-24cifs: translate network errors on send to -ECONNABORTEDShyam Prasad N1-2/+9
2024-01-24cifs: cifs_pick_channel should try selecting active channelsShyam Prasad N1-0/+3
2024-01-24cifs: Share server EOF pos with netfslibDavid Howells6-17/+37
2024-01-24smb: Work around Clang __bdos() type confusionKees Cook1-1/+1
2024-01-23smb: client: delete "true", "false" definesAlexey Dobriyan1-7/+0
2024-01-23cifs: Don't use certain unnecessary folio_*() functionsDavid Howells1-5/+5
2024-01-21Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds16-232/+215
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds3-22/+7
2024-01-19cifs: update iface_last_update on each query-and-updateShyam Prasad N1-1/+3
2024-01-19cifs: handle servers that still advertise multichannel after disablingShyam Prasad N2-46/+69
2024-01-19cifs: new mount option called retransShyam Prasad N5-0/+15
2024-01-19cifs: reschedule periodic query for server interfacesShyam Prasad N1-0/+2
2024-01-19smb: client: don't clobber ->i_rdev from cached reparse pointsPaulo Alcantara1-3/+3
2024-01-19smb: client: get rid of smb311_posix_query_path_info()Paulo Alcantara2-83/+36
2024-01-19smb: client: parse owner/group when creating reparse pointsPaulo Alcantara4-89/+71
2024-01-19smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara1-1/+1
2024-01-19cifs: new nt status codes from MS-SMB2Shyam Prasad N2-0/+4
2024-01-19cifs: pick channel for tcon and tdisShyam Prasad N1-6/+4
2024-01-19cifs: open_cached_dir should not rely on primary channelShyam Prasad N1-1/+1
2024-01-18cifs: minor comment cleanupSteve French1-3/+3
2024-01-18smb3: show beginning time for per share statsSteve French3-2/+6
2024-01-17cifs: remove redundant variable tcon_existColin Ian King1-3/+3
2024-01-11Merge tag 'v6.8-rc-part1-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds18-829/+1131
2024-01-10cifs: update internal module version number for cifs.koSteve French1-2/+2
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+2
2024-01-09cifs: remove unneeded return statementSteve French1-2/+0
2024-01-09cifs: make cifs_chan_update_iface() a void functionDan Carpenter2-11/+8
2024-01-09cifs: delete unnecessary NULL checks in cifs_chan_update_iface()Dan Carpenter1-15/+11
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+3
2024-01-08cifs: get rid of dup length check in parse_reparse_point()Paulo Alcantara2-14/+12
2024-01-08smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara3-81/+57
2024-01-08cifs: Pass unbyteswapped eof value into SMB2_set_eof()David Howells3-25/+20
2024-01-08smb3: Improve exception handling in allocate_mr_list()Markus Elfring1-2/+2
2024-01-08cifs: fix in logging in cifs_chan_update_ifaceShyam Prasad N1-6/+8
2024-01-08smb: client: handle special files and symlinks in SMB3 POSIXPaulo Alcantara1-21/+29
2024-01-08smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara3-139/+39
2024-01-08smb: client: allow creating symlinks via reparse pointsPaulo Alcantara3-5/+86
2024-01-08smb: client: fix hardlinking of reparse pointsPaulo Alcantara6-27/+43
2024-01-08smb: client: fix renaming of reparse pointsPaulo Alcantara6-31/+55
2024-01-08smb: client: optimise reparse point queryingPaulo Alcantara6-31/+119