aboutsummaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
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-18cifs: new nt status codes from MS-SMB2Shyam Prasad N2-0/+4
2024-01-18cifs: pick channel for tcon and tdisShyam Prasad N1-6/+4
2024-01-18cifs: 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-16cifs: remove redundant variable tcon_existColin Ian King1-3/+3
2024-01-10Merge tag 'v6.8-rc-part1-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds18-829/+1131
2024-01-09cifs: 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-08cifs: remove unneeded return statementSteve French1-2/+0
2024-01-08cifs: make cifs_chan_update_iface() a void functionDan Carpenter2-11/+8
2024-01-08cifs: 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-07cifs: get rid of dup length check in parse_reparse_point()Paulo Alcantara2-14/+12
2024-01-07smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara3-81/+57
2024-01-07cifs: Pass unbyteswapped eof value into SMB2_set_eof()David Howells3-25/+20
2024-01-07smb3: Improve exception handling in allocate_mr_list()Markus Elfring1-2/+2
2024-01-07cifs: fix in logging in cifs_chan_update_ifaceShyam Prasad N1-6/+8
2024-01-07smb: client: handle special files and symlinks in SMB3 POSIXPaulo Alcantara1-21/+29
2024-01-07smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara3-139/+39
2024-01-07smb: client: allow creating symlinks via reparse pointsPaulo Alcantara3-5/+86
2024-01-07smb: client: fix hardlinking of reparse pointsPaulo Alcantara6-27/+43
2024-01-07smb: client: fix renaming of reparse pointsPaulo Alcantara6-31/+55
2024-01-07smb: client: optimise reparse point queryingPaulo Alcantara6-31/+119
2024-01-07smb: client: allow creating special files via reparse pointsPaulo Alcantara10-60/+256
2024-01-07smb: client: extend smb2_compound_op() to accept more commandsPaulo Alcantara2-384/+402
2024-01-07smb: client: Fix minor whitespace errors and warningsPierre Mariani1-8/+17
2023-12-29cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N2-11/+17
2023-12-29cifs: cifs_chan_is_iface_active should be called with chan_lock heldShyam Prasad N2-3/+11
2023-12-29cifs: after disabling multichannel, mark tcon for reconnectShyam Prasad N1-8/+12
2023-12-19cifs: do not let cifs_chan_update_iface deallocate channelsShyam Prasad N1-31/+19
2023-12-19cifs: fix a pending undercount of srv_countShyam Prasad N1-2/+1
2023-12-19fs: cifs: Fix atime update checkZizhi Wo1-1/+1
2023-12-19smb: client: fix potential OOB in smb2_dump_detail()Paulo Alcantara2-17/+19
2023-12-17smb: client: fix potential OOB in cifs_dump_detail()Paulo Alcantara1-5/+7
2023-12-17smb: client: fix OOB in smbCalcSize()Paulo Alcantara1-0/+4
2023-12-17smb: client: fix OOB in SMB2_query_info_init()Paulo Alcantara1-7/+22
2023-12-17smb: client: fix OOB in cifsd when receiving compounded respsPaulo Alcantara3-9/+20
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein1-2/+3
2023-12-11smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara1-10/+16
2023-12-11smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara1-16/+10
2023-12-11smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara3-47/+75
2023-12-11smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara1-6/+8
2023-12-10smb: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)1-4/+2