index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
smb2ops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-13
smb: client: replace function pointers of common operations for the
hw24-hc-wip
Henrique Carvalho
1
-293
/
+15
2024-11-12
smb: remove support for CONFIG_CIFS_ALLOW_INSECURE_LEGACY
Henrique Carvalho
1
-131
/
+0
2024-11-01
smb: client: fix possible double free in smb2_set_ea()
Su Hui
1
-1
/
+2
2024-10-17
smb: client: fix UAF in async decryption
Enzo Matsumiya
1
-19
/
+28
2024-10-10
smb: client: use actual path when queryfs
wangrong
1
-7
/
+12
2024-09-03
netfs, cifs: Improve some debugging bits
David Howells
1
-3
/
+5
2024-08-28
cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region
David Howells
1
-2
/
+14
2024-08-28
cifs: Fix lack of credit renegotiation on read retry
David Howells
1
-1
/
+1
2024-08-25
cifs: Fix FALLOC_FL_PUNCH_HOLE support
David Howells
1
-0
/
+22
2024-08-25
smb/client: remove unused rq_iter_size from struct smb_rqst
Stefan Metzmacher
1
-2
/
+0
2024-07-26
smb3: add four dynamic tracepoints for copy_file_range and reflink
Steve French
1
-1
/
+14
2024-07-26
smb3: add dynamic tracepoint for reflink errors
Steve French
1
-0
/
+5
2024-07-19
cifs: Add a tracepoint to track credits involved in R/W requests
David Howells
1
-5
/
+37
2024-05-31
cifs: fix creating sockets when using sfu mount options
Steve French
1
-0
/
+3
2024-05-24
cifs: Fix missing set of remote_i_size
David Howells
1
-0
/
+1
2024-05-24
cifs: Fix smb3_insert_range() to move the zero_point
David Howells
1
-0
/
+1
2024-05-01
cifs: Make wait_mtu_credits take size_t args
David Howells
1
-2
/
+2
2024-05-01
cifs: Use more fields from netfs_io_subrequest
David Howells
1
-2
/
+2
2024-05-01
cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
David Howells
1
-1
/
+1
2024-04-19
cifs: Add tracing for the cifs_tcon struct refcounting
David Howells
1
-1
/
+6
2024-04-11
smb: client: instantiate when creating SFU files
Paulo Alcantara
1
-39
/
+55
2024-04-03
smb: client: fix potential UAF in smb2_is_network_name_deleted()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb3: retrying on failed server close
Ritvik Budhiraja
1
-4
/
+5
2024-03-31
smb: client: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2024-03-14
cifs: make sure server interfaces are requested only for SMB3+
Shyam Prasad N
1
-0
/
+2
2024-03-10
smb: client: add support for WSL reparse points
Paulo Alcantara
1
-1
/
+1
2024-03-10
smb: client: move most of reparse point handling code to common file
Paulo Alcantara
1
-251
/
+3
2024-02-12
smb: client: handle path separator of created SMB symlinks
Paulo Alcantara
1
-2
/
+6
2024-02-11
cifs: update the same create_guid on replay
Shyam Prasad N
1
-0
/
+4
2024-02-11
cifs: fix underflow in parse_server_interfaces()
Dan Carpenter
1
-1
/
+1
2024-01-23
cifs: commands that are retried should have replay flag set
Shyam Prasad N
1
-9
/
+114
2024-01-23
cifs: Share server EOF pos with netfslib
David Howells
1
-5
/
+13
2024-01-19
cifs: update iface_last_update on each query-and-update
Shyam Prasad N
1
-1
/
+3
2024-01-19
cifs: handle servers that still advertise multichannel after disabling
Shyam Prasad N
1
-7
/
+1
2024-01-07
cifs: get rid of dup length check in parse_reparse_point()
Paulo Alcantara
1
-12
/
+0
2024-01-07
cifs: Pass unbyteswapped eof value into SMB2_set_eof()
David Howells
1
-21
/
+16
2024-01-07
smb: client: cleanup smb2_query_reparse_point()
Paulo Alcantara
1
-139
/
+0
2024-01-07
smb: client: allow creating symlinks via reparse points
Paulo Alcantara
1
-0
/
+70
2024-01-07
smb: client: allow creating special files via reparse points
Paulo Alcantara
1
-9
/
+85
2023-12-29
cifs: do not depend on release_iface for maintaining iface_list
Shyam Prasad N
1
-10
/
+17
2023-12-29
cifs: cifs_chan_is_iface_active should be called with chan_lock held
Shyam Prasad N
1
-1
/
+6
2023-12-19
smb: client: fix potential OOB in smb2_dump_detail()
Paulo Alcantara
1
-2
/
+4
2023-12-17
smb: client: fix OOB in cifsd when receiving compounded resps
Paulo Alcantara
1
-7
/
+12
2023-12-11
smb: client: fix OOB in smb2_query_reparse_point()
Paulo Alcantara
1
-10
/
+16
2023-12-11
smb: client: fix OOB in receive_encrypted_standard()
Paulo Alcantara
1
-6
/
+8
2023-12-05
smb: client: fix potential NULL deref in parse_dfs_referrals()
Paulo Alcantara
1
-0
/
+2
2023-11-29
cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF moved
David Howells
1
-0
/
+3
2023-11-29
cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved
David Howells
1
-2
/
+8
2023-11-23
smb: client: introduce cifs_sfu_make_node()
Paulo Alcantara
1
-48
/
+41
2023-11-23
smb: client: set correct file type from NFS reparse points
Paulo Alcantara
1
-48
/
+53
[next]