summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2026-07-03Merge tag 'v7.2-rc1-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-59/+214
2026-07-02cifs: Fix missing credit release on failure in cifs_issue_read()David Howells1-0/+1
2026-07-01cifs: update internal module version numberSteve French1-2/+2
2026-07-01smb: client: use unaligned reads in parse_posix_ctxt()Zihan Xi1-3/+3
2026-07-01smb: client: harden POSIX SID length parsingZihan Xi1-1/+1
2026-07-01vfs: pass S_IFDIR mode to vfs_prepare_mode()Jori Koolstra1-0/+7
2026-06-30ksmbd: fix app-instance durable supersede session UAFNamjae Jeon1-6/+13
2026-06-30ksmbd: snapshot previous oplock state before durable checksNamjae Jeon1-11/+32
2026-06-30ksmbd: close superseded durable handles through refcount handoffGil Portnoy1-5/+20
2026-06-30ksmbd: fix use-after-free of fp->owner.name in durable handle owner checkGil Portnoy1-8/+21
2026-06-30smb/server: do not require delete access for non-replacing linksChenXiaoSong1-6/+8
2026-06-30ksmbd: don't hold ci->m_lock while waiting for a lease break ackNamjae Jeon1-6/+60
2026-06-30ksmbd: annotate oplock list traversals under m_lockRunyu Xiao1-2/+4
2026-06-30ksmbd: fix outstanding credit leak on abort and error pathsNamjae Jeon4-3/+28
2026-06-30ksmbd: fix credit charge calculation for SMB2 QUERY_INFONamjae Jeon1-2/+7
2026-06-30ksmbd: avoid zeroing the read buffer in smb2_read()Namjae Jeon1-1/+1
2026-06-30ksmbd: validate num_subauth when copying ACE in set_ntacl_daclHaofeng Li1-1/+7
2026-06-30ksmbd: reject undersized DACLs before parsing ACEsHaofeng Li1-1/+6
2026-06-30ksmbd: fix n.data memory leak in ksmbd_vfs_set_dos_attrib_xattrQiang Liu1-2/+3
2026-06-30ksmbd: Fix acl.sd_buf memory leak and invalid sd_size error handlingQiang Liu1-4/+3
2026-06-30ksmbd: fix sd_ndr.data memory leak in ksmbd_vfs_set_sd_xattrQiang Liu1-1/+1
2026-06-29ksmbd: use scoped_with_init_fs() for VFS path operationsChristian Brauner1-3/+6
2026-06-29ksmbd: use scoped_with_init_fs() for filesystem info path lookupChristian Brauner1-1/+3
2026-06-29ksmbd: use scoped_with_init_fs() for share path resolutionChristian Brauner1-1/+3
2026-06-26Merge tag 'v7.2-rc-part2-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds11-445/+1317
2026-06-24cifs: define variable sized buffer for querydir responsesShyam Prasad N4-3/+17
2026-06-24smb/client: do not account EOF extension as allocationHuiwen He1-3/+10
2026-06-24smb/client: preserve errors from smb2_set_sparse()Huiwen He1-15/+15
2026-06-24smb: client: Fix next buffer leak in receive_encrypted_standard()Haoxiang Li1-4/+6
2026-06-24smb/client: use %pe to print error pointerFredric Cover1-2/+2
2026-06-24smb/client: name the default fallocate modeHuiwen He1-1/+1
2026-06-24smb common: add missing AAPL definesSteve French1-0/+24
2026-06-24smb/client: fix chown/chgrp with SMB3 POSIX ExtensionsRalph Boehme1-1/+2
2026-06-24smb/client: fix security flag calculation when setting security descriptorsRalph Boehme1-6/+16
2026-06-23ksmbd: fix kernel-doc warnings in smb2_lease_break_noti()Namjae Jeon1-0/+2
2026-06-23ksmbd: fix inconsistent indenting warningsNamjae Jeon1-6/+6
2026-06-23ksmbd: validate NTLMv2 response before updating session keyHaofeng Li1-4/+16
2026-06-22ksmbd: increase SMB3_DEFAULT_TRANS_SIZE from 1MB to 4MBNamjae Jeon1-1/+1
2026-06-22ksmbd: fix UBSAN array-index-out-of-bounds in decode_compress_ctxt()Namjae Jeon1-1/+9
2026-06-22ksmbd: sleep interruptibly in the durable handle scavengerNamjae Jeon1-2/+2
2026-06-22ksmbd: start file id allocation at 1Namjae Jeon2-2/+8
2026-06-22ksmbd: treat read-control opens as stat opens only for leasesNamjae Jeon1-3/+27
2026-06-22ksmbd: validate :: stream type against directory createNamjae Jeon1-1/+8
2026-06-22ksmbd: break conflicting-open leases only as far as neededNamjae Jeon1-9/+14
2026-06-22ksmbd: break handle caching for share conflictsNamjae Jeon1-7/+19
2026-06-22ksmbd: normalize ungrantable lease statesNamjae Jeon1-0/+13
2026-06-22ksmbd: return oplock protocol error for level II ackNamjae Jeon1-1/+4
2026-06-22ksmbd: avoid level II oplock break notification on unlinkNamjae Jeon3-9/+30
2026-06-22ksmbd: downgrade oplock after break timeoutNamjae Jeon1-2/+13
2026-06-22ksmbd: apply create security descriptor firstNamjae Jeon1-7/+9