index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
smb2proto.h
Age
Commit message (
Expand
)
Author
8 days
cifs: Add support for creating reparse points over SMB1
Pali Rohár
2025-05-28
smb: client: Remove an unused function and variable
Dr. David Alan Gilbert
2025-02-06
smb: client: change lease epoch type from unsigned int to __u16
Meetakshi Setiya
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
2024-11-25
cifs: Fix parsing native symlinks relative to the export
Pali Rohár
2024-11-17
smb: client: fix use-after-free of signing key
Paulo Alcantara
2024-10-06
cifs: Improve creating native symlinks pointing to directory
Pali Rohár
2024-09-30
Revert "smb: client: make SHA-512 TFM ephemeral"
Steve French
2024-09-26
smb: client: make SHA-512 TFM ephemeral
Enzo Matsumiya
2024-09-15
smb/client: rename cifs_ntsd to smb_ntsd
ChenXiaoSong
2024-05-01
cifs: Cut over to using netfslib
David Howells
2024-05-01
cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
David Howells
2024-05-01
cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
David Howells
2024-03-10
smb: client: add support for WSL reparse points
Paulo Alcantara
2024-03-10
smb: client: move most of reparse point handling code to common file
Paulo Alcantara
2024-03-10
smb: client: reuse file lease key in compound operations
Meetakshi Setiya
2024-01-23
cifs: commands that are retried should have replay flag set
Shyam Prasad N
2024-01-19
smb: client: parse owner/group when creating reparse points
Paulo Alcantara
2024-01-07
cifs: Pass unbyteswapped eof value into SMB2_set_eof()
David Howells
2024-01-07
smb: client: cleanup smb2_query_reparse_point()
Paulo Alcantara
2024-01-07
smb: client: fix hardlinking of reparse points
Paulo Alcantara
2024-01-07
smb: client: fix renaming of reparse points
Paulo Alcantara
2024-01-07
smb: client: allow creating special files via reparse points
Paulo Alcantara
2023-12-11
smb: client: fix potential OOBs in smb2_parse_contexts()
Paulo Alcantara
2023-08-20
smb: client: move some params to cifs_open_info_data
Paulo Alcantara
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French