summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2024-04-03ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon
2024-04-03ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon
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-03ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_infoMarios Makassikis
2024-04-03ksmbd: replace generic_fillattr with vfs_getattrMarios Makassikis
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-23ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read failsFedor Pchelkin
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-31ksmbd: fix global oob in ksmbd_nl_policyLin Ma
2024-01-31ksmbd: Add missing set_freezable() for freezable kthreadNamjae Jeon
2024-01-31ksmbd: send lease break notification on FILE_RENAME_INFORMATIONNamjae Jeon
2024-01-31ksmbd: don't increment epoch if current state and request state are sameNamjae Jeon
2024-01-31ksmbd: fix potential circular locking issue in smb2_set_ea()Namjae Jeon
2024-01-31ksmbd: set v2 lease version on lease upgradeNamjae Jeon
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
2024-01-25ksmbd: only v2 leases handle the directoryNamjae Jeon
2024-01-25ksmbd: fix UAF issue in ksmbd_tcp_new_connection()Namjae Jeon
2024-01-25ksmbd: validate mech token in session setupNamjae Jeon