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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-16
cifs: add check for returning value of SMB2_set_info_init
Anastasia Belova
1
-0
/
+2
2022-11-16
cifs: Fix wrong return value checking when GETFLAGS
Zhang Xiaoxu
1
-2
/
+2
2022-11-15
cifs: add check for returning value of SMB2_close_init
Anastasia Belova
1
-0
/
+2
2022-11-11
cifs: Fix connections leak when tlink setup failed
Zhang Xiaoxu
1
-3
/
+11
2022-11-05
cifs: fix use-after-free on the link name
ChenXiaoSong
2
-6
/
+25
2022-11-05
cifs: avoid unnecessary iteration of tcp sessions
Shyam Prasad N
3
-51
/
+55
2022-11-05
cifs: always iterate smb sessions using primary channel
Shyam Prasad N
4
-5
/
+25
2022-10-28
cifs: fix use-after-free caused by invalid pointer `hostname`
Zeng Heng
1
-0
/
+1
2022-10-24
cifs: Fix pages leak when writedata alloc failed in cifs_write_from_iter()
Zhang Xiaoxu
1
-0
/
+3
2022-10-24
cifs: Fix pages array leak when writedata alloc failed in cifs_writedata_alloc()
Zhang Xiaoxu
1
-3
/
+7
2022-10-20
cifs: update internal module number
Steve French
1
-2
/
+2
2022-10-20
cifs: fix memory leaks in session setup
Paulo Alcantara
1
-8
/
+7
2022-10-20
cifs: drop the lease for cached directories on rmdir or rename
Ronnie Sahlberg
3
-0
/
+27
2022-10-19
smb3: interface count displayed incorrectly
Steve French
1
-1
/
+2
2022-10-18
cifs: Fix memory leak when build ntlmssp negotiate blob failed
Zhang Xiaoxu
1
-1
/
+1
2022-10-18
cifs: set rc to -ENOENT if we can not get a dentry for the cached dir
Ronnie Sahlberg
1
-2
/
+4
2022-10-18
cifs: use LIST_HEAD() and list_move() to simplify code
Yang Yingliang
1
-8
/
+4
2022-10-18
cifs: Fix xid leak in cifs_get_file_info_unix()
Zhang Xiaoxu
1
-2
/
+4
2022-10-18
cifs: Fix xid leak in cifs_ses_add_channel()
Zhang Xiaoxu
1
-0
/
+1
2022-10-18
cifs: Fix xid leak in cifs_flock()
Zhang Xiaoxu
1
-4
/
+7
2022-10-18
cifs: Fix xid leak in cifs_copy_file_range()
Zhang Xiaoxu
1
-2
/
+5
2022-10-18
cifs: Fix xid leak in cifs_create()
Zhang Xiaoxu
1
-2
/
+4
2022-10-15
smb3: improve SMB3 change notification support
Steve French
6
-13
/
+90
2022-10-15
cifs: lease key is uninitialized in two additional functions when smb1
Steve French
1
-2
/
+2
2022-10-15
cifs: lease key is uninitialized in smb1 paths
Steve French
1
-1
/
+1
2022-10-15
smb3: must initialize two ACL struct fields to zero
Steve French
1
-1
/
+2
2022-10-15
cifs: fix double-fault crash during ntlmssp
Paulo Alcantara
1
-7
/
+9
2022-10-14
cifs: fix static checker warning
Paulo Alcantara
1
-1
/
+1
2022-10-13
cifs: use ALIGN() and round_up() macros
Enzo Matsumiya
5
-38
/
+33
2022-10-13
cifs: find and use the dentry for cached non-root directories also
Ronnie Sahlberg
1
-14
/
+49
2022-10-13
cifs: enable caching of directories for which a lease is held
Ronnie Sahlberg
4
-193
/
+263
2022-10-13
cifs: prevent copying past input buffer boundaries
Paulo Alcantara
1
-2
/
+2
2022-10-13
cifs: fix uninitialised var in smb2_compound_op()
Paulo Alcantara
1
-0
/
+1
2022-10-13
cifs: improve symlink handling for smb2+
Paulo Alcantara
14
-453
/
+451
2022-10-13
smb3: clarify multichannel warning
Steve French
1
-1
/
+2
2022-10-13
cifs: fix regression in very old smb1 mounts
Ronnie Sahlberg
1
-6
/
+5
2022-10-12
cifs: fix skipping to incorrect offset in emit_cached_dirents
Ronnie Sahlberg
1
-6
/
+23
2022-10-11
Merge tag '6.1-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...
Linus Torvalds
28
-423
/
+439
2022-10-10
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-4
/
+5
2022-10-08
smb3: fix oops in calculating shash_setkey
Steve French
1
-2
/
+2
2022-10-08
cifs: secmech: use shash_desc directly, remove sdesc
Enzo Matsumiya
7
-166
/
+98
2022-10-08
smb3: rename encryption/decryption TFMs
Enzo Matsumiya
4
-16
/
+15
2022-10-08
cifs: replace kfree() with kfree_sensitive() for sensitive data
Enzo Matsumiya
7
-29
/
+52
2022-10-06
cifs: remove initialization value
Muhammad Usama Anjum
1
-1
/
+1
2022-10-06
cifs: Replace a couple of one-element arrays with flexible-array members
Gustavo A. R. Silva
2
-4
/
+5
2022-10-06
smb3: do not log confusing message when server returns no network interfaces
Steve French
3
-7
/
+20
2022-10-05
cifs: store a pointer to a fid in the cfid structure instead of the struct
Ronnie Sahlberg
2
-9
/
+58
2022-10-05
cifs: improve handlecaching
Ronnie Sahlberg
1
-4
/
+5
2022-10-05
cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fid
Ronnie Sahlberg
4
-29
/
+37
2022-10-05
smb3: add dynamic trace points for tree disconnect
Steve French
15
-38
/
+46
[next]