summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2026-02-21Merge tag 'v7.0-rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17Merge tag 'v7.0-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2026-02-16Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-15smb: client: terminate session upon failed client required signingAaditya Kansal
2026-02-15cifs: some missing initializations on replayShyam Prasad N
2026-02-14cifs: remove unnecessary tracing after put tconShyam Prasad N
2026-02-14ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error pathsFedor Pchelkin
2026-02-14smb: server: Remove duplicate include of misc.hChen Ni
2026-02-13cifs: update internal module version numberSteve French
2026-02-12smb: client: fix data corruption due to racy lease checksPaulo Alcantara
2026-02-12smb/client: move NT_STATUS_MORE_ENTRIESChenXiaoSong
2026-02-12smb/client: rename to NT_ERROR_INVALID_DATATYPEChenXiaoSong
2026-02-12smb/client: rename to NT_STATUS_SOME_NOT_MAPPEDChenXiaoSong
2026-02-12smb/client: map NT_STATUS_PRIVILEGE_NOT_HELDChenXiaoSong
2026-02-12smb/client: map NT_STATUS_MORE_PROCESSING_REQUIREDChenXiaoSong
2026-02-12smb/client: map NT_STATUS_BUFFER_OVERFLOWChenXiaoSong
2026-02-12smb/client: map NT_STATUS_NOTIFY_ENUM_DIRChenXiaoSong
2026-02-12cifs: SMB1 split: Remove duplicate include of cifs_debug.hChen Ni
2026-02-12smb: client: fix regression with mount options parsingPaulo Alcantara
2026-02-12Merge tag 'v7.0-rc-part1-ksmbd-and-smbdirect-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-02-10ksmbd: fix non-IPv6 buildArnd Bergmann
2026-02-10smb client: Add generated file to gitignore fileLinus Torvalds
2026-02-09Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2026-02-09Merge tag 'v7.0-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2026-02-09ksmbd: convert tree_conns_lock to rw_semaphoreNamjae Jeon
2026-02-09ksmbd: fix missing chann_lock while iterating session channel listNamjae Jeon
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-09ksmbd: add chann_lock to protect ksmbd_chann_list xarrayNamjae Jeon
2026-02-09cifs: Fix the copyright banner on smb1maperror.cDavid Howells
2026-02-08smb: common: add header guards to fs/smb/common/smb2status.hStefan Metzmacher
2026-02-08smb: client: Avoid a dozen -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2026-02-08smb/client: remove useless comment in mapping_table_ERRSRVHuiwen He
2026-02-08smb/client: remove some literal NT error codes from ntstatus_to_dos_mapHuiwen He
2026-02-08smb/client: add NT_STATUS_VOLUME_NOT_UPGRADEDHuiwen He
2026-02-08smb/client: add NT_STATUS_NO_USER_KEYSHuiwen He
2026-02-08smb/client: add NT_STATUS_WRONG_EFSHuiwen He
2026-02-08smb/client: add NT_STATUS_NO_EFSHuiwen He
2026-02-08smb/client: add NT_STATUS_NO_RECOVERY_POLICYHuiwen He
2026-02-08smb/client: add NT_STATUS_RANGE_NOT_FOUNDHuiwen He
2026-02-08smb/client: add NT_STATUS_DECRYPTION_FAILEDHuiwen He
2026-02-08smb/client: add NT_STATUS_ENCRYPTION_FAILEDHuiwen He
2026-02-08smb/client: add NT_STATUS_DIRECTORY_IS_A_REPARSE_POINTHuiwen He
2026-02-08smb/client: add NT_STATUS_VOLUME_DISMOUNTEDHuiwen He
2026-02-08smb/client: add NT_STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPTHuiwen He