summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-17smb: client: don't retry IO on failed negprotos with soft mountsPaulo Alcantara
2025-03-14Merge tag 'v6.14-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-03-13smb: client: Fix match_session bug preventing session reuseHenrique Carvalho
2025-03-13cifs: Fix integer overflow while processing closetimeo mount optionMurad Masimov
2025-03-13cifs: Fix integer overflow while processing actimeo mount optionMurad Masimov
2025-03-13cifs: Fix integer overflow while processing acdirmax mount optionMurad Masimov
2025-03-13cifs: Fix integer overflow while processing acregmax mount optionMurad Masimov
2025-03-13smb: client: fix regression with guest optionPaulo Alcantara
2025-03-10ksmbd: prevent connection release during oplock break notificationNamjae Jeon
2025-03-10ksmbd: fix use-after-free in ksmbd_free_work_structNamjae Jeon
2025-03-08vfs: Remove invalidate_inodes()Jan Kara
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown
2025-03-02cifs: fix incorrect validation for num_aces field of smb_aclNamjae Jeon
2025-03-02ksmbd: fix incorrect validation for num_aces field of smb_aclNamjae Jeon
2025-03-02smb: common: change the data type of num_aces to le16Namjae Jeon
2025-03-02ksmbd: fix bug on trap in smb2_lockNamjae Jeon
2025-03-02ksmbd: fix use-after-free in smb2_lockNamjae Jeon
2025-03-02ksmbd: fix type confusion via race condition when using ipc_msg_send_requestNamjae Jeon
2025-03-02ksmbd: fix out-of-bounds in parse_sec_desc()Namjae Jeon
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-27Merge patch series "prep patches for my mkdir series"Christian Brauner
2025-02-25cifs: Fix the smb1 readv callback to correctly call netfsDavid Howells
2025-02-20smb: client: Add check for next_buffer in receive_encrypted_standard()Haoxiang Li
2025-02-19cifs: Treat unhandled directory name surrogate reparse points as mount direct...Pali Rohár
2025-02-19cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_re...Pali Rohár
2025-02-19smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...Steve French
2025-02-19smb: client, common: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2025-02-19VFS: add common error checks to lookup_one_qstr_excl()NeilBrown
2025-02-16smb: client: fix chmod(2) regression with ATTR_READONLYPaulo Alcantara
2025-02-11cifs: pick channels for individual subrequestsShyam Prasad N
2025-02-06smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya
2025-02-05smb: client: get rid of kstrdup() in get_ses_refpath()Paulo Alcantara
2025-02-05smb: client: fix noisy when tree connecting to DFS interlink targetsPaulo Alcantara
2025-02-05smb: client: don't trust DFSREF_STORAGE_SERVER bitPaulo Alcantara
2025-02-01Merge tag 'v6.14-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/c...Linus Torvalds
2025-01-31cifs: Fix parsing native symlinks directory/file typePali Rohár
2025-01-31cifs: update internal version numberSteve French
2025-01-31cifs: Add support for creating WSL-style symlinksPali Rohár
2025-01-31smb3: add support for IAKerbSteve French
2025-01-31cifs: Fix struct FILE_ALL_INFOPali Rohár
2025-01-31cifs: Add support for creating NFS-style symlinksPali Rohár
2025-01-31cifs: Add support for creating native Windows socketsPali Rohár
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-29cifs: Add mount option -o reparse=nonePali Rohár
2025-01-29cifs: Add mount option -o symlink= for choosing symlink create typePali Rohár
2025-01-29cifs: Fix creating and resolving absolute NT-style symlinksPali Rohár
2025-01-29cifs: Simplify reparse point check in cifs_query_path_info() functionPali Rohár
2025-01-29cifs: Remove symlink member from cifs_open_info_data unionPali Rohár