summaryrefslogtreecommitdiffstats
path: root/fs/smb
AgeCommit message (Expand)AuthorLines
2026-05-14smbdirect: Fix error cleanup in smbdirect_map_sges_from_iter()David Howells-1/+1
2026-05-14smb: client: avoid integer overflow in SMB2 READ length checkJeremy Erazo-7/+12
2026-05-14cifs: client: stage smb3_reconfigure() updates and restore ctx on failureDaeMyung Kang-53/+108
2026-05-14smb/client: fix possible infinite loop and oob read in symlink_data()Ye Bin-0/+3
2026-05-12SMB3.1.1: add missing QUERY_DIR info levelsSteve French-2/+6
2026-05-08Merge tag 'v7.1-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-24/+96
2026-05-07smb: client: validate dacloffset before building DACL pointersMichael Bommarito-3/+32
2026-05-07smb/client: fix out-of-bounds read in smb2_compound_op()Zisen Ye-4/+8
2026-05-07smb/client: fix out-of-bounds read in symlink_data()Zisen Ye-1/+2
2026-05-07smb: client: Zero-pad short GSS session keys per MS-SMB2Piyush Sachdeva-5/+18
2026-05-07smb: client: Use FullSessionKey for AES-256 encryption key derivationPiyush Sachdeva-10/+27
2026-05-03smb: client: use kzalloc to zero-initialize security descriptor bufferBjoern Doebel-1/+1
2026-05-03cifs: abort open_cached_dir if we don't request leasesShyam Prasad N-0/+8
2026-05-01ksmbd: validate inherited ACE SID lengthShota Zaizen-14/+52
2026-05-01ksmbd: fix kernel-doc warnings from ksmbd_conn_get/put()Namjae Jeon-0/+4
2026-05-01ksmbd: fail share config requests when path allocation failsShuhao Fu-4/+8
2026-05-01ksmbd: close durable scavenger races against m_fp_list lookupsDaeMyung Kang-26/+76
2026-05-01ksmbd: harden file lifetime during session teardownDaeMyung Kang-25/+164
2026-05-01ksmbd: centralize ksmbd_conn final release to plug transport leakDaeMyung Kang-30/+156
2026-05-01smb: smbdirect: fix MR registration for coalesced SG listsYi Kuo-9/+12
2026-05-01smb: smbdirect: introduce and use include/linux/smbdirect.hStefan Metzmacher-204/+3
2026-05-01smb: smbdirect: make use of DEFAULT_SYMBOL_NAMESPACE and EXPORT_SYMBOL_GPLStefan Metzmacher-30/+33
2026-05-01Merge tag 'v7.1-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds-9/+46
2026-04-29cifs: change_conf needs to be called for session setupShyam Prasad N-0/+11
2026-04-29smb: client: change allocation requirements in smb2_compound_opFredric Cover-1/+1
2026-04-29ksmbd: rewrite stop_sessions() with restartable iterationDaeMyung Kang-8/+39
2026-04-29smb: server: handle readdir_info_level_struct_sz() errorMarios Makassikis-1/+7
2026-04-26smb/client: remove unused smb3_parse_opt()David Disseldorp-32/+0
2026-04-23Merge tag 'v7.1-rc-part2-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds-214/+164
2026-04-23Merge tag 'v7.1-rc1-part3-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds-392/+438
2026-04-22smb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/Stefan Metzmacher-42/+42
2026-04-22smb: client: Drop 'allocate_crypto' arg from smb*_calc_signature()Eric Biggers-7/+5
2026-04-22smb: client: Make generate_key() return voidEric Biggers-29/+16
2026-04-22smb: client: Remove obsolete cmac(aes) allocationEric Biggers-95/+2
2026-04-22smb: client: Use AES-CMAC library for SMB3 signature calculationEric Biggers-74/+30
2026-04-22smb: common: add SMB3_COMPRESS_MAX_ALGSEnzo Matsumiya-0/+2
2026-04-22smb: client: compress: add code docs to lz77.cEnzo Matsumiya-8/+73
2026-04-22smb: client: compress: LZ77 optimizationsEnzo Matsumiya-69/+108
2026-04-22smb: client: compress: increase LZ77_MATCH_MAX_DISTEnzo Matsumiya-2/+1
2026-04-22smb: client: compress: fix counting in LZ77 match findingEnzo Matsumiya-7/+10
2026-04-22smb: client: compress: fix buffer overrun in lz77_compress()Enzo Matsumiya-15/+33
2026-04-22smb: client: scope end_of_dacl to CIFS_DEBUG2 use in parse_daclMichael Bommarito-3/+3
2026-04-22smb: client: fix (remove) drop_dir_cache module parameterEnzo Matsumiya-45/+59
2026-04-22smb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito-0/+1
2026-04-22smb: client: validate the whole DACL before rewriting it in cifsaclMichael Bommarito-31/+85
2026-04-22smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito-0/+6
2026-04-22smb: server: stop sending fake security descriptorsMarios Makassikis-15/+2
2026-04-22ksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim-1/+6
2026-04-22ksmbd: fix CreateOptions sanitization clobbering the whole fieldDaeMyung Kang-2/+2
2026-04-22ksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 openDaeMyung Kang-0/+2