summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2024-04-10smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in cifs_stats_proc_write()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara2-0/+12
2024-04-10smb3: retrying on failed server closeRitvik Budhiraja7-17/+85
2024-04-10ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Namjae Jeon1-5/+5
2024-04-10ksmbd: validate payload size in ipc responseNamjae Jeon3-2/+45
2024-04-10ksmbd: don't send oplock break if rename failsNamjae Jeon1-1/+2
2024-04-10cifs: Fix caching to try to do open O_WRONLY as rdwr on serverDavid Howells3-10/+59
2024-04-10cifs: Fix duplicate fscache cookie warningsDavid Howells2-1/+17
2024-04-03cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky1-1/+2
2024-04-03ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_infoMarios Makassikis1-2/+8
2024-03-01smb3: clarify mount warningSteve French1-1/+1
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: translate network errors on send to -ECONNABORTEDShyam Prasad N1-2/+9
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: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara1-1/+1
2024-02-23smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara3-45/+68
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-01ksmbd: fix global oob in ksmbd_nl_policyLin Ma2-3/+4
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-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-15cifs: fix flushing folio regression for 6.1 backportSteve French1-1/+1
2024-01-10smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook8-46/+48
2024-01-10smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara1-1/+1
2024-01-10mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells1-0/+2
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
2024-01-05ksmbd: fix wrong allocation size update in smb2_open()Namjae Jeon1-18/+18
2024-01-05ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()Namjae Jeon1-5/+5