summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2025-04-10ksmbd: fix null pointer dereference in alloc_preauth_hash()Namjae Jeon3-5/+24
2025-04-10ksmbd: validate zero num_subauth before sub_auth is accessedNorbert Szetei1-0/+5
2025-04-10ksmbd: fix overflow in dacloffset bounds checkNorbert Szetei1-4/+12
2025-04-10ksmbd: fix session use-after-free in multichannel connectionNamjae Jeon3-11/+14
2025-04-10ksmbd: fix use-after-free in ksmbd_sessions_deregister()Namjae Jeon1-0/+3
2025-04-10ksmbd: add bounds check for create lease contextNorbert Szetei1-0/+8
2025-04-10ksmbd: add bounds check for durable handle contextNamjae Jeon1-0/+21
2025-04-10ksmbd: fix r_count dec/increment mismatchNamjae Jeon1-2/+2
2025-04-10ksmbd: fix multichannel connection failureNamjae Jeon3-8/+22
2025-04-10ksmbd: use aead_request_free to match aead_request_allocMiaoqian Lin1-1/+1
2025-04-10smb: client: Fix netns refcount imbalance causing leaks and use-after-freeWang Zhaolong1-8/+8
2025-03-17smb: client: don't retry IO on failed negprotos with soft mountsPaulo Alcantara2-73/+69
2025-03-14Merge tag 'v6.14-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds7-39/+45
2025-03-13smb: client: Fix match_session bug preventing session reuseHenrique Carvalho1-4/+12
2025-03-13cifs: Fix integer overflow while processing closetimeo mount optionMurad Masimov1-2/+2
2025-03-13cifs: Fix integer overflow while processing actimeo mount optionMurad Masimov1-1/+1
2025-03-13cifs: Fix integer overflow while processing acdirmax mount optionMurad Masimov1-2/+2
2025-03-13cifs: Fix integer overflow while processing acregmax mount optionMurad Masimov1-2/+2
2025-03-13smb: client: fix regression with guest optionPaulo Alcantara1-0/+4
2025-03-10ksmbd: prevent connection release during oplock break notificationNamjae Jeon4-12/+30
2025-03-10ksmbd: fix use-after-free in ksmbd_free_work_structNamjae Jeon4-27/+15
2025-03-02cifs: fix incorrect validation for num_aces field of smb_aclNamjae Jeon1-2/+6
2025-03-02ksmbd: fix incorrect validation for num_aces field of smb_aclNamjae Jeon1-1/+4
2025-03-02smb: common: change the data type of num_aces to le16Namjae Jeon4-30/+32
2025-03-02ksmbd: fix bug on trap in smb2_lockNamjae Jeon1-1/+1
2025-03-02ksmbd: fix use-after-free in smb2_lockNamjae Jeon1-3/+3
2025-03-02ksmbd: fix type confusion via race condition when using ipc_msg_send_requestNamjae Jeon1-0/+1
2025-03-02ksmbd: fix out-of-bounds in parse_sec_desc()Namjae Jeon1-0/+16
2025-02-25cifs: Fix the smb1 readv callback to correctly call netfsDavid Howells1-1/+2
2025-02-20smb: client: Add check for next_buffer in receive_encrypted_standard()Haoxiang Li1-0/+4
2025-02-19cifs: Treat unhandled directory name surrogate reparse points as mount direct...Pali Rohár2-0/+16
2025-02-19cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_re...Pali Rohár1-3/+2
2025-02-19smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...Steve French4-7/+29
2025-02-19smb: client, common: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2-12/+22
2025-02-16smb: client: fix chmod(2) regression with ATTR_READONLYPaulo Alcantara1-2/+2
2025-02-11cifs: pick channels for individual subrequestsShyam Prasad N2-4/+4
2025-02-06smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya5-19/+19
2025-02-05smb: client: get rid of kstrdup() in get_ses_refpath()Paulo Alcantara2-22/+12
2025-02-05smb: client: fix noisy when tree connecting to DFS interlink targetsPaulo Alcantara1-1/+1
2025-02-05smb: client: don't trust DFSREF_STORAGE_SERVER bitPaulo Alcantara1-14/+16
2025-02-01Merge tag 'v6.14-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/c...Linus Torvalds28-192/+884
2025-01-31cifs: Fix parsing native symlinks directory/file typePali Rohár4-0/+62
2025-01-31cifs: update internal version numberSteve French1-2/+2
2025-01-31cifs: Add support for creating WSL-style symlinksPali Rohár1-12/+53
2025-01-31smb3: add support for IAKerbSteve French5-3/+12
2025-01-31cifs: Fix struct FILE_ALL_INFOPali Rohár2-11/+7
2025-01-31cifs: Add support for creating NFS-style symlinksPali Rohár1-8/+39
2025-01-31cifs: Add support for creating native Windows socketsPali Rohár5-0/+45
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2025-01-29cifs: Add mount option -o reparse=nonePali Rohár3-1/+11