index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
smb2file.c
Age
Commit message (
Expand
)
Author
5 days
smb/client: pass cifs_open_info_data to SMB2_open()
ChenXiaoSong
2026-05-14
smb/client: fix possible infinite loop and oob read in symlink_data()
Ye Bin
2026-04-07
smb: client: fix OOB reads parsing symlink error response
Greg Kroah-Hartman
2026-02-26
smb: client: use atomic_t for mnt_cifs_flags
Paulo Alcantara
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-08
cifs: SMB1 split: Adjust #includes
David Howells
2026-02-08
cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.h
David Howells
2026-02-08
smb: client: fix potential UAF and double free in smb2_open_file()
Paulo Alcantara
2026-02-02
smb/client: fix memory leak in smb2_open_file()
ChenXiaoSong
2025-12-05
cifs: Do some preparation prior to organising the function declarations
David Howells
2025-12-05
cifs: Add a tracepoint to log EIO errors
David Howells
2025-04-01
cifs: Do not add FILE_READ_ATTRIBUTES when using GENERIC_READ/EXECUTE/ALL
Pali Rohár
2025-04-01
cifs: Improve SMB2+ stat() to work also without FILE_READ_ATTRIBUTES
Pali Rohár
2025-04-01
cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTES
Pali Rohár
2025-01-31
cifs: Fix parsing native symlinks directory/file type
Pali Rohár
2025-01-29
cifs: Remove unicode parameter from parse_reparse_point() function
Pali Rohár
2025-01-19
smb: client: correctly handle ErrorContextData as a flexible array
Liang Jie
2024-11-25
cifs: Fix parsing native symlinks relative to the export
Pali Rohár
2024-09-15
smb: use LIST_HEAD() to simplify code
Hongbo Li
2024-09-15
smb: move SMB2 Status code to common header file
ChenXiaoSong
2024-02-05
smb/client: adapt to breakup of struct file_lock
Jeff Layton
2024-02-05
filelock: split common fields into struct file_lock_core
Jeff Layton
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French