summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)Author
2024-04-03cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky
2024-04-03cifs: reduce warning log level for server not advertising interfacesShyam Prasad N
2024-04-03cifs: make cifs_chan_update_iface() a void functionDan Carpenter
2024-04-03cifs: delete unnecessary NULL checks in cifs_chan_update_iface()Dan Carpenter
2024-04-03cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N
2024-04-03cifs: allow changing password during remountSteve French
2024-04-03cifs: prevent updating file size from server if we have a read/write leaseBharath SM
2024-04-03smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara
2024-03-26cifs: Fix writeback data corruptionDavid Howells
2024-03-26cifs: Don't use certain unnecessary folio_*() functionsDavid Howells
2024-03-26smb: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)
2024-03-01smb3: add missing null server pointer checkSteve French
2024-03-01smb3: clarify mount warningSteve French
2024-03-01cifs: handle cases where multiple sessions share connectionShyam Prasad N
2024-03-01cifs: change tcon status when need_reconnect is set on itShyam Prasad N
2024-03-01smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara
2024-03-01smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara
2024-03-01cifs: do not search for channel if server is terminatingShyam Prasad N
2024-03-01cifs: make sure that channel scaling is done only onceShyam Prasad N
2024-03-01cifs: helper function to check replayable error codesShyam Prasad N
2024-03-01cifs: translate network errors on send to -ECONNABORTEDShyam Prasad N
2024-03-01cifs: cifs_pick_channel should try selecting active channelsShyam Prasad N
2024-03-01smb: Work around Clang __bdos() type confusionKees Cook
2024-03-01cifs: open_cached_dir should not rely on primary channelShyam Prasad N
2024-02-23smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French
2024-02-23smb: client: set correct id, uid and cruid for multiuser automountsPaulo Alcantara
2024-02-23cifs: fix underflow in parse_server_interfaces()Dan Carpenter
2024-02-16cifs: failure to add channel on iface should bump up weightShyam Prasad N
2024-02-16cifs: avoid redundant calls to disable multichannelShyam Prasad N
2024-02-05cifs: fix in logging in cifs_chan_update_ifaceShyam Prasad N
2024-02-05smb: client: fix hardlinking of reparse pointsPaulo Alcantara
2024-02-05smb: client: fix renaming of reparse pointsPaulo Alcantara
2024-01-31cifs: fix stray unlock in cifs_chan_skip_or_disableShyam Prasad N
2024-01-31cifs: update iface_last_update on each query-and-updateShyam Prasad N
2024-01-31cifs: handle servers that still advertise multichannel after disablingShyam Prasad N
2024-01-31smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara
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-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