index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
smb1ops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-01
smb: client: ensure aligned IO sizes
Paulo Alcantara
1
-4
/
+4
2025-04-30
cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun...
Pali Rohár
1
-9
/
+103
2025-04-30
cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info()
Pali Rohár
1
-8
/
+95
2025-04-09
cifs: Fix querying of WSL CHR and BLK reparse points over SMB1
Pali Rohár
1
-0
/
+36
2025-04-09
cifs: Split parse_reparse_point callback to functions: get buffer and parse b...
Pali Rohár
1
-11
/
+6
2025-04-03
cifs: Implement is_network_name_deleted for SMB1
Pali Rohár
1
-0
/
+44
2025-04-01
cifs: Fix negotiate retry functionality
Pali Rohár
1
-7
/
+0
2025-04-01
smb: client: Store original IO parameters and prevent zero IO sizes
Wang Zhaolong
1
-3
/
+3
2025-03-26
cifs: Add new mount option -o nounicode to disable SMB1 UNICODE mode
Pali Rohár
1
-0
/
+1
2025-02-06
smb: client: change lease epoch type from unsigned int to __u16
Meetakshi Setiya
1
-1
/
+1
2025-01-30
cifs: Simplify reparse point check in cifs_query_path_info() function
Pali Rohár
1
-25
/
+1
2025-01-30
cifs: Remove symlink member from cifs_open_info_data union
Pali Rohár
1
-2
/
+2
2025-01-30
cifs: Remove unicode parameter from parse_reparse_point() function
Pali Rohár
1
-1
/
+1
2025-01-20
cifs: Do not attempt to call CIFSGetSrvInodeNumber() without CAP_INFOLEVEL_PA...
Pali Rohár
1
-0
/
+6
2024-11-25
cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE session
Pali Rohár
1
-2
/
+1
2024-11-25
cifs: Fix parsing native symlinks relative to the export
Pali Rohár
1
-1
/
+2
2024-10-02
smb: client: use actual path when queryfs
wangrong
1
-1
/
+1
2024-09-17
cifs: Update SFU comments about fifos and sockets
Pali Rohár
1
-1
/
+1
2024-07-19
cifs: Add a tracepoint to track credits involved in R/W requests
David Howells
1
-1
/
+1
2024-04-03
smb3: retrying on failed server close
Ritvik Budhiraja
1
-2
/
+2
2023-11-23
smb: client: introduce cifs_sfu_make_node()
Paulo Alcantara
1
-72
/
+8
2023-11-23
smb: client: set correct file type from NFS reparse points
Paulo Alcantara
1
-2
/
+1
2023-11-23
smb: client: introduce ->parse_reparse_point()
Paulo Alcantara
1
-18
/
+23
2023-11-23
smb: client: implement ->query_reparse_point() for SMB1
Paulo Alcantara
1
-39
/
+10
2023-08-21
smb: client: do not query reparse points twice on symlinks
Paulo Alcantara
1
-4
/
+7
2023-08-21
smb: client: move some params to cifs_open_info_data
Paulo Alcantara
1
-6
/
+9
2023-05-25
smb: move client and server files to common directory fs/smb
Steve French
1
-0
/
+1276