summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
47 hoursksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCELGil Portnoy1-0/+11
47 hoursksmbd: fix NULL-deref of opinfo->conn in oplock/lease break notifiersGil Portnoy1-3/+12
12 daysksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loopsAli Ganiyev1-4/+4
12 dayssmb: client: fix uninitialized variable in smb2_writev_callbackSteve French1-1/+1
12 daysksmbd: fix FSCTL permission bypass by adding a permission check for FSCTL_SET...Sean Shen1-0/+11
2026-06-01ksmbd: fix durable reconnect error path file lifetimeJunyi Liu1-2/+13
2026-06-01cifs: Fix undefined variablesDavid Howells1-3/+3
2026-06-01cifs: client: stage smb3_reconfigure() updates and restore ctx on failureDaeMyung Kang1-53/+108
2026-06-01netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells7-42/+74
2026-06-01cifs: Fix busy dentry used after unmountingZhihao Cheng1-0/+2
2026-06-01smb/server: promote S_DEL_ON_CLS to S_DEL_PENDING when closeChenXiaoSong1-4/+12
2026-06-01smb: client: use data_len for SMB2 READ encrypted folioq copyJeremy Erazo1-2/+2
2026-06-01smb: client: protect tc_count increment in smb2_find_smb_sess_tcon_unlocked()Henrique Carvalho1-0/+2
2026-06-01smb: client: require net admin for CIFS SWN netlinkMichael Bommarito1-1/+5
2026-06-01ksmbd: validate SID in parent security descriptor during ACL inheritanceJunyi Liu1-16/+50
2026-06-01ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflowFerry Meng1-3/+9
2026-06-01ksmbd: fix null pointer dereference in proc_show_files()Jeremy Laratro1-1/+1
2026-06-01ksmbd: fix null pointer dereference in compare_guid_key()Jeremy Laratro1-1/+5
2026-06-01smb: client: reject userspace cifs.spnego descriptionsAsim Viladi Oglu Manizada1-0/+16
2026-06-01ksmbd: close durable scavenger races against m_fp_list lookupsDaeMyung Kang1-26/+76
2026-05-23smb: client: Use FullSessionKey for AES-256 encryption key derivationPiyush Sachdeva2-8/+26
2026-05-23smb/client: fix possible infinite loop and oob read in symlink_data()Ye Bin1-0/+3
2026-05-23ksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim1-1/+6
2026-05-23ksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 openDaeMyung Kang1-0/+2
2026-05-23ksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang1-0/+9
2026-05-23ksmbd: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang1-2/+3
2026-05-23ksmbd: fix use-after-free in smb2_open during durable reconnectAkif1-8/+5
2026-05-23ksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith1-5/+6
2026-05-14ksmbd: validate inherited ACE SID lengthShota Zaizen1-14/+52
2026-05-14smb: client: validate dacloffset before building DACL pointersMichael Bommarito1-3/+32
2026-05-14smb: client: use kzalloc to zero-initialize security descriptor bufferBjoern Doebel1-1/+1
2026-05-14smb/client: fix out-of-bounds read in symlink_data()Zisen Ye1-1/+2
2026-05-14smb/client: fix out-of-bounds read in smb2_compound_op()Zisen Ye1-4/+8
2026-05-14cifs: change_conf needs to be called for session setupShyam Prasad N1-0/+11
2026-05-14cifs: abort open_cached_dir if we don't request leasesShyam Prasad N1-0/+8
2026-05-14smb: client/smbdirect: fix MR registration for coalesced SG listsYi Kuo1-9/+12
2026-05-14ksmbd: rewrite stop_sessions() with restartable iterationDaeMyung Kang2-8/+39
2026-04-27ksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()DaeMyung Kang1-3/+2
2026-04-27ksmbd: use check_add_overflow() to prevent u16 DACL size overflowTristan Madani1-4/+12
2026-04-27ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignmentTristan Madani1-0/+2
2026-04-27ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()Michael Bommarito1-5/+23
2026-04-27ksmbd: validate response sizes in ipc_validate_msg()Michael Bommarito2-9/+13
2026-04-27smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito1-0/+6
2026-04-27smb: client: validate the whole DACL before rewriting it in cifsaclMichael Bommarito1-31/+85
2026-04-27smb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito1-0/+1
2026-04-27smb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang1-1/+1
2026-04-27smb: client: fix dir separator in SMB1 UNIX mountsPaulo Alcantara2-16/+13
2026-04-27smb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito1-0/+2
2026-04-27ksmbd: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito1-4/+13
2026-04-27ksmbd: validate owner of durable handle on reconnectNamjae Jeon6-16/+102