summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
9 daysMerge tag 'v7.1-rc-part2-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
9 daysMerge tag 'v7.1-rc1-part3-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds
10 dayssmb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/Stefan Metzmacher
10 dayssmb: client: Drop 'allocate_crypto' arg from smb*_calc_signature()Eric Biggers
10 dayssmb: client: Make generate_key() return voidEric Biggers
10 dayssmb: client: Remove obsolete cmac(aes) allocationEric Biggers
10 dayssmb: client: Use AES-CMAC library for SMB3 signature calculationEric Biggers
10 dayssmb: common: add SMB3_COMPRESS_MAX_ALGSEnzo Matsumiya
10 dayssmb: client: compress: add code docs to lz77.cEnzo Matsumiya
10 dayssmb: client: compress: LZ77 optimizationsEnzo Matsumiya
10 dayssmb: client: compress: increase LZ77_MATCH_MAX_DISTEnzo Matsumiya
10 dayssmb: client: compress: fix counting in LZ77 match findingEnzo Matsumiya
10 dayssmb: client: compress: fix buffer overrun in lz77_compress()Enzo Matsumiya
10 dayssmb: client: scope end_of_dacl to CIFS_DEBUG2 use in parse_daclMichael Bommarito
10 dayssmb: client: fix (remove) drop_dir_cache module parameterEnzo Matsumiya
10 dayssmb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito
10 dayssmb: client: validate the whole DACL before rewriting it in cifsaclMichael Bommarito
10 dayssmb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito
10 dayssmb: server: stop sending fake security descriptorsMarios Makassikis
10 daysksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim
10 daysksmbd: fix CreateOptions sanitization clobbering the whole fieldDaeMyung Kang
10 daysksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 openDaeMyung Kang
10 daysksmbd: fix O(N^2) DoS in smb2_lock via unbounded LockCountAkif Sait
10 daysksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang
10 daysksmbd: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang
10 daysksmbd: Use AES-CMAC library for SMB3 signature calculationEric Biggers
10 daysksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()DaeMyung Kang
11 daysMerge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
13 dayscifs: update internal module version numberSteve French
13 dayssmb: client: compress: fix bad encoding on last LZ77 flagEnzo Matsumiya
2026-04-18ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignmentTristan Madani
2026-04-18ksmbd: use check_add_overflow() to prevent u16 DACL size overflowTristan Madani
2026-04-18ksmbd: fix use-after-free in smb2_open during durable reconnectAkif
2026-04-18ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()Michael Bommarito
2026-04-18smb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang
2026-04-18ksmbd: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito
2026-04-18ksmbd: validate response sizes in ipc_validate_msg()Michael Bommarito
2026-04-18smb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito
2026-04-16smb: client: fix dir separator in SMB1 UNIX mountsPaulo Alcantara
2026-04-16Merge tag 'v7.1-rc1-part2-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds
2026-04-15smb: smbdirect: let smbdirect_connection_deregister_mr_io unlock while waitingStefan Metzmacher
2026-04-15smb: smbdirect: fix the logic in smbdirect_socket_destroy_sync() without an e...Stefan Metzmacher
2026-04-15smb: smbdirect: fix copyright header of smbdirect.hStefan Metzmacher
2026-04-15smb: smbdirect: change smbdirect_socket_parameters.{initiator_depth,responder...Stefan Metzmacher
2026-04-15smb: smbdirect: remove unused SMBDIRECT_USE_INLINE_C_FILES logicStefan Metzmacher
2026-04-15smb: server: no longer use smbdirect_socket_set_custom_workqueue()Stefan Metzmacher
2026-04-15smb: client: no longer use smbdirect_socket_set_custom_workqueue()Stefan Metzmacher
2026-04-15smb: smbdirect: introduce global workqueuesStefan Metzmacher
2026-04-15smb: smbdirect: prepare use of dedicated workqueues for different stepsStefan Metzmacher
2026-04-15smb: smbdirect: remove unused smbdirect_connection_mr_io_recovery_work()Stefan Metzmacher