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
/
smb1ops.c
Age
Commit message (
Expand
)
Author
8 days
cifs: Add support for creating reparse points over SMB1
Pali Rohár
2025-05-01
smb: client: ensure aligned IO sizes
Paulo Alcantara
2025-04-30
cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun...
Pali Rohár
2025-04-30
cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info()
Pali Rohár
2025-04-09
cifs: Fix querying of WSL CHR and BLK reparse points over SMB1
Pali Rohár
2025-04-09
cifs: Split parse_reparse_point callback to functions: get buffer and parse b...
Pali Rohár
2025-04-02
cifs: Implement is_network_name_deleted for SMB1
Pali Rohár
2025-04-01
cifs: Fix negotiate retry functionality
Pali Rohár
2025-03-31
smb: client: Store original IO parameters and prevent zero IO sizes
Wang Zhaolong
2025-03-26
cifs: Add new mount option -o nounicode to disable SMB1 UNICODE mode
Pali Rohár
2025-02-06
smb: client: change lease epoch type from unsigned int to __u16
Meetakshi Setiya
2025-01-29
cifs: Simplify reparse point check in cifs_query_path_info() function
Pali Rohár
2025-01-29
cifs: Remove symlink member from cifs_open_info_data union
Pali Rohár
2025-01-29
cifs: Remove unicode parameter from parse_reparse_point() function
Pali Rohár
2025-01-19
cifs: Do not attempt to call CIFSGetSrvInodeNumber() without CAP_INFOLEVEL_PA...
Pali Rohár
2024-11-25
cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE session
Pali Rohár
2024-11-25
cifs: Fix parsing native symlinks relative to the export
Pali Rohár
2024-10-01
smb: client: use actual path when queryfs
wangrong
2024-09-16
cifs: Update SFU comments about fifos and sockets
Pali Rohár
2024-07-19
cifs: Add a tracepoint to track credits involved in R/W requests
David Howells
2024-04-03
smb3: retrying on failed server close
Ritvik Budhiraja
2023-11-23
smb: client: introduce cifs_sfu_make_node()
Paulo Alcantara
2023-11-23
smb: client: set correct file type from NFS reparse points
Paulo Alcantara
2023-11-23
smb: client: introduce ->parse_reparse_point()
Paulo Alcantara
2023-11-23
smb: client: implement ->query_reparse_point() for SMB1
Paulo Alcantara
2023-08-20
smb: client: do not query reparse points twice on symlinks
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