summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2024-03-01smb3: clarify mount warningSteve French1-1/+1
2024-03-01cifs: handle cases where multiple sessions share connectionShyam Prasad N2-1/+6
2024-03-01cifs: change tcon status when need_reconnect is set on itShyam Prasad N3-1/+14
2024-03-01smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara2-7/+14
2024-03-01smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara2-3/+3
2024-03-01cifs: do not search for channel if server is terminatingShyam Prasad N2-1/+5
2024-03-01cifs: make sure that channel scaling is done only onceShyam Prasad N2-1/+20
2024-03-01cifs: helper function to check replayable error codesShyam Prasad N2-0/+8
2024-03-01cifs: translate network errors on send to -ECONNABORTEDShyam Prasad N1-2/+9
2024-03-01cifs: cifs_pick_channel should try selecting active channelsShyam Prasad N1-0/+3
2024-03-01smb: Work around Clang __bdos() type confusionKees Cook1-1/+1
2024-03-01cifs: open_cached_dir should not rely on primary channelShyam Prasad N1-1/+1
2024-02-23smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French2-2/+23
2024-02-23smb: client: set correct id, uid and cruid for multiuser automountsPaulo Alcantara1-0/+16
2024-02-23ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read failsFedor Pchelkin1-2/+6
2024-02-23cifs: fix underflow in parse_server_interfaces()Dan Carpenter1-1/+1
2024-02-16cifs: failure to add channel on iface should bump up weightShyam Prasad N1-0/+2
2024-02-16cifs: avoid redundant calls to disable multichannelShyam Prasad N1-1/+1
2024-02-05smb: client: fix hardlinking of reparse pointsPaulo Alcantara6-27/+43
2024-02-05smb: client: fix renaming of reparse pointsPaulo Alcantara6-31/+55
2024-02-01cifs: fix stray unlock in cifs_chan_skip_or_disableShyam Prasad N1-1/+0
2024-02-01ksmbd: fix global oob in ksmbd_nl_policyLin Ma2-3/+4
2024-02-01cifs: after disabling multichannel, mark tcon for reconnectShyam Prasad N1-8/+12
2024-02-01cifs: fix a pending undercount of srv_countShyam Prasad N1-2/+1
2024-02-01cifs: fix lock ordering while disabling multichannelShyam Prasad N1-9/+13
2024-02-01ksmbd: Add missing set_freezable() for freezable kthreadNamjae Jeon1-0/+1
2024-02-01ksmbd: send lease break notification on FILE_RENAME_INFORMATIONNamjae Jeon2-5/+8
2024-02-01ksmbd: don't increment epoch if current state and request state are sameNamjae Jeon1-3/+6
2024-02-01ksmbd: fix potential circular locking issue in smb2_set_ea()Namjae Jeon1-3/+4
2024-02-01ksmbd: set v2 lease version on lease upgradeNamjae Jeon1-0/+1
2024-02-01cifs: update iface_last_update on each query-and-updateShyam Prasad N1-1/+3
2024-02-01cifs: handle servers that still advertise multichannel after disablingShyam Prasad N2-46/+69
2024-02-01cifs: reconnect worker should take reference on server struct unconditionallyShyam Prasad N2-18/+19
2024-02-01Revert "cifs: reconnect work should have reference on server struct"Shyam Prasad N2-34/+16
2024-02-01cifs: handle when server stops supporting multichannelShyam Prasad N6-10/+145
2024-02-01cifs: handle when server starts supporting multichannelShyam Prasad N3-2/+34
2024-02-01cifs: reconnect work should have reference on server structShyam Prasad N2-16/+34
2024-02-01cifs: handle cases where a channel is closedShyam Prasad N6-7/+43
2024-02-01smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara1-1/+1
2024-01-26ksmbd: only v2 leases handle the directoryNamjae Jeon1-0/+6
2024-01-26ksmbd: fix UAF issue in ksmbd_tcp_new_connection()Namjae Jeon4-18/+13
2024-01-26ksmbd: validate mech token in session setupNamjae Jeon3-5/+23
2024-01-26ksmbd: validate the zero field of packet headerLi Nan1-1/+5
2024-01-20ksmbd: free ppace array on error in parse_daclFedor Pchelkin1-4/+7
2024-01-20ksmbd: don't allow O_TRUNC open on read-only shareNamjae Jeon1-14/+9
2024-01-20smb: client: fix potential OOB in smb2_dump_detail()Paulo Alcantara2-17/+19
2024-01-20smb: client, common: fix fortify warningsDmitry Antipov5-31/+40
2024-01-10cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N2-11/+17
2024-01-10cifs: cifs_chan_is_iface_active should be called with chan_lock heldShyam Prasad N2-3/+11
2024-01-05ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon1-3/+12