index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
smb2ops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-20
Defer close only when lease is enabled.
Rohith Surabattula
1
-0
/
+2
2021-05-20
cifs: fix memory leak in smb2_copychunk_range
Ronnie Sahlberg
1
-0
/
+2
2021-04-26
smb3: limit noisy error
Steve French
1
-1
/
+4
2021-04-26
cifs: remove unnecessary copies of tcon->crfid.fid
Muhammad Usama Anjum
1
-5
/
+6
2021-04-26
cifs: Return correct error code from smb2_get_enc_key
Paul Aurich
1
-1
/
+1
2021-04-26
cifs: fix out-of-bound memory access when calling smb3_notify() at mount point
Eugene Korenevsky
1
-1
/
+1
2021-04-26
smb2: fix use-after-free in smb2_ioctl_query_info()
Aurelien Aptel
1
-9
/
+5
2021-04-26
cifs: add FALLOC_FL_INSERT_RANGE support
Ronnie Sahlberg
1
-0
/
+40
2021-04-26
cifs: add support for FALLOC_FL_COLLAPSE_RANGE
Ronnie Sahlberg
1
-0
/
+35
2021-04-26
cifs: add a timestamp to track when the lease of the cached dir was taken
Ronnie Sahlberg
1
-0
/
+2
2021-04-26
cifs: add a function to get a cached dir based on its dentry
Ronnie Sahlberg
1
-0
/
+16
2021-04-26
cifs: Grab a reference for the dentry of the cached directory during the life...
Ronnie Sahlberg
1
-0
/
+9
2021-04-26
cifs: store a pointer to the root dentry in cifs_sb_info once we have complet...
Ronnie Sahlberg
1
-1
/
+4
2021-04-26
cifs: rename the *_shroot* functions to *_cached_dir*
Ronnie Sahlberg
1
-9
/
+10
2021-04-26
cifs: pass a path to open_shroot and check if it is the root or not
Ronnie Sahlberg
1
-1
/
+5
2021-04-26
cifs: move the check for nohandlecache into open_shroot
Ronnie Sahlberg
1
-8
/
+8
2021-04-26
cifs: allocate buffer in the caller of build_path_from_dentry()
Al Viro
1
-8
/
+9
2021-04-26
cifs: make build_path_from_dentry() return const char *
Al Viro
1
-1
/
+1
2021-04-26
cifs: constify path argument of ->make_node()
Al Viro
1
-1
/
+1
2021-03-27
smb3: fix cached file size problems in duplicate extents (reflink)
Steve French
1
-3
/
+15
2021-03-26
cifs: Adjust key sizes and key generation routines for AES256 encryption
Shyam Prasad N
1
-4
/
+5
2021-03-09
cifs: do not send close in compound create+close requests
Paulo Alcantara
1
-5
/
+5
2021-02-23
cifs: minor simplification to smb2_is_network_name_deleted
Steve French
1
-14
/
+15
2021-02-23
TCON Reconnect during STATUS_NETWORK_NAME_DELETED
Rohith Surabattula
1
-0
/
+41
2021-02-17
cifs: Identify a connection by a conn_id.
Shyam Prasad N
1
-16
/
+47
2021-02-17
cifs: New optype for session operations.
Shyam Prasad N
1
-1
/
+3
2020-12-19
Add SMB 2 support for getting and setting SACLs
Boris Protopopov
1
-2
/
+2
2020-12-18
SMB3: Add support for getting and setting SACLs
Boris Protopopov
1
-12
/
+19
2020-12-16
cifs: Tracepoints and logs for tracing credit changes.
Shyam Prasad N
1
-4
/
+37
2020-12-14
cifs: move [brw]size from cifs_sb to cifs_sb->ctx
Ronnie Sahlberg
1
-1
/
+1
2020-12-14
cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h
Ronnie Sahlberg
1
-8
/
+9
2020-12-14
SMB3: avoid confusing warning message on mount to Azure
Steve French
1
-1
/
+2
2020-12-04
smb3: set COMPOUND_FID to FileID field of subsequent compound request
Namjae Jeon
1
-2
/
+2
2020-11-16
smb3: Handle error case during offload read path
Rohith Surabattula
1
-1
/
+19
2020-11-16
smb3: Avoid Mid pending list corruption
Rohith Surabattula
1
-9
/
+46
2020-11-16
smb3: Call cifs reconnect from demultiplex thread
Rohith Surabattula
1
-5
/
+8
2020-10-23
smb3: remove two unused variables
Steve French
1
-5
/
+0
2020-10-23
smb3: add support for stat of WSL reparse points for special file types
Steve French
1
-0
/
+135
2020-10-22
smb3: fix stat when special device file and mounted with modefromsid
Steve French
1
-1
/
+6
2020-10-22
SMB3: Resolve data corruption of TCP server info fields
Rohith Surabattula
1
-5
/
+7
2020-10-20
smb3: add dynamic trace point to trace when credits obtained
Steve French
1
-1
/
+3
2020-10-19
cifs: Return the error from crypt_message when enc/dec key not found.
Shyam Prasad N
1
-1
/
+1
2020-10-19
smb3.1.1: set gcm256 when requested
Steve French
1
-3
/
+10
2020-10-19
smb3.1.1: rename nonces used for GCM and CCM encryption
Steve French
1
-4
/
+4
2020-10-16
Handle STATUS_IO_TIMEOUT gracefully
Rohith Surabattula
1
-0
/
+15
2020-10-12
cifs: return cached_fid from open_shroot
Ronnie Sahlberg
1
-7
/
+15
2020-10-11
cifs: Fix incomplete memory allocation on setxattr path
Vladimir Zapolskiy
1
-1
/
+1
2020-07-08
smb3: fix access denied on change notify request to some servers
Steve French
1
-1
/
+1
2020-06-24
cifs/smb3: Fix data inconsistent when punch hole
Zhang Xiaoxu
1
-0
/
+6
2020-06-24
cifs/smb3: Fix data inconsistent when zero file range
Zhang Xiaoxu
1
-0
/
+5
[next]