summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)Author
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-12-29cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N
2023-12-29cifs: cifs_chan_is_iface_active should be called with chan_lock heldShyam Prasad N
2023-12-29cifs: after disabling multichannel, mark tcon for reconnectShyam Prasad N
2023-12-19cifs: do not let cifs_chan_update_iface deallocate channelsShyam Prasad N
2023-12-19cifs: fix a pending undercount of srv_countShyam Prasad N
2023-12-19fs: cifs: Fix atime update checkZizhi Wo
2023-12-19smb: client: fix potential OOB in smb2_dump_detail()Paulo Alcantara
2023-12-17smb: client: fix potential OOB in cifs_dump_detail()Paulo Alcantara
2023-12-17smb: client: fix OOB in smbCalcSize()Paulo Alcantara
2023-12-17smb: client: fix OOB in SMB2_query_info_init()Paulo Alcantara
2023-12-17smb: client: fix OOB in cifsd when receiving compounded respsPaulo Alcantara
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein
2023-12-11smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara
2023-12-11smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara
2023-12-11smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara
2023-12-11smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara
2023-12-10smb: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)
2023-12-06cifs: reconnect worker should take reference on server struct unconditionallyShyam Prasad N
2023-12-06Revert "cifs: reconnect work should have reference on server struct"Shyam Prasad N
2023-12-05cifs: Fix non-availability of dedup breaking generic/304David Howells
2023-12-05smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara
2023-12-04cifs: Fix flushing, invalidation and file size with FICLONEDavid Howells
2023-12-04cifs: Fix flushing, invalidation and file size with copy_file_range()David Howells
2023-11-30smb: client, common: fix fortify warningsDmitry Antipov
2023-11-29cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells
2023-11-29cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells
2023-11-28smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara
2023-11-28smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara
2023-11-23smb: client: introduce cifs_sfu_make_node()Paulo Alcantara
2023-11-23smb: client: set correct file type from NFS reparse pointsPaulo Alcantara
2023-11-23smb: client: introduce ->parse_reparse_point()Paulo Alcantara
2023-11-23smb: client: implement ->query_reparse_point() for SMB1Paulo Alcantara
2023-11-23cifs: fix use after free for iface while disabling secondary channelsRitvik Budhiraja
2023-11-14cifs: fix lock ordering while disabling multichannelShyam Prasad N
2023-11-14cifs: fix leak of iface for primary channelShyam Prasad N
2023-11-13cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina
2023-11-13cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova
2023-11-11Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-11-10cifs: update internal module version number for cifs.koSteve French
2023-11-10cifs: handle when server stops supporting multichannelShyam Prasad N
2023-11-10cifs: handle when server starts supporting multichannelShyam Prasad N
2023-11-10Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFOSteve French
2023-11-10smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French
2023-11-09smb: client: fix mount when dns_resolver key is not availablePaulo Alcantara
2023-11-09smb3: fix caching of ctime on setxattrSteve French
2023-11-09smb3: minor cleanup of session handling codeSteve French
2023-11-09cifs: reconnect work should have reference on server structShyam Prasad N
2023-11-09cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N