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
/
smb
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-06
Merge tag '6.9-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
22
-178
/
+369
2024-04-03
smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in smb2_is_network_name_deleted()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in is_valid_oplock_break()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in smb2_is_valid_oplock_break()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in smb2_is_valid_lease_break()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in cifs_stats_proc_show()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in cifs_stats_proc_write()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in cifs_dump_full_key()
Paulo Alcantara
1
-1
/
+5
2024-04-03
smb: client: fix potential UAF in cifs_debug_files_proc_show()
Paulo Alcantara
2
-0
/
+12
2024-04-03
smb3: retrying on failed server close
Ritvik Budhiraja
7
-17
/
+85
2024-04-02
smb: client: serialise cifs_construct_tcon() with cifs_mount_mutex
Paulo Alcantara
3
-4
/
+27
2024-04-02
smb: client: handle DFS tcons in cifs_construct_tcon()
Paulo Alcantara
1
-0
/
+30
2024-04-02
smb: client: refresh referral without acquiring refpath_lock
Paulo Alcantara
1
-20
/
+24
2024-04-02
smb: client: guarantee refcounted children from parent session
Paulo Alcantara
7
-72
/
+76
2024-04-02
cifs: Fix caching to try to do open O_WRONLY as rdwr on server
David Howells
3
-10
/
+59
2024-04-02
ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1
Namjae Jeon
1
-5
/
+5
2024-04-02
ksmbd: validate payload size in ipc response
Namjae Jeon
3
-2
/
+45
2024-04-02
ksmbd: don't send oplock break if rename fails
Namjae Jeon
1
-1
/
+2
2024-04-01
smb: client: fix UAF in smb2_reconnect_server()
Paulo Alcantara
1
-49
/
+34
2024-04-01
smb: client: replace deprecated strncpy with strscpy
Justin Stitt
3
-6
/
+4
2024-03-27
cifs: Fix duplicate fscache cookie warnings
David Howells
2
-1
/
+17
2024-03-26
smb3: add trace event for mknod
Steve French
2
-1
/
+10
2024-03-22
Merge tag '6.9-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...
Linus Torvalds
11
-39
/
+54
2024-03-21
Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
15
-147
/
+716
2024-03-20
smb311: additional compression flag defined in updated protocol spec
Steve French
1
-4
/
+6
2024-03-20
smb311: correct incorrect offset field in compression header
Steve French
1
-1
/
+1
2024-03-20
cifs: Move some extern decls from .c files to .h
David Howells
4
-10
/
+2
2024-03-19
ksmbd: remove module version
Namjae Jeon
2
-3
/
+0
2024-03-19
ksmbd: fix potencial out-of-bounds when buffer offset is invalid
Namjae Jeon
2
-29
/
+42
2024-03-17
ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
Namjae Jeon
1
-1
/
+4
2024-03-15
ksmbd: Fix spelling mistake "connction" -> "connection"
Colin Ian King
1
-1
/
+1
2024-03-15
ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_close
Marios Makassikis
1
-1
/
+1
2024-03-14
cifs: remove redundant variable assignment
Bharath SM
1
-2
/
+0
2024-03-14
cifs: fixes for get_inode_info
Meetakshi Setiya
2
-12
/
+13
2024-03-14
cifs: open_cached_dir(): add FILE_READ_EA to desired access
Eugene Korenevsky
1
-1
/
+2
2024-03-14
cifs: reduce warning log level for server not advertising interfaces
Shyam Prasad N
1
-2
/
+2
2024-03-14
cifs: make sure server interfaces are requested only for SMB3+
Shyam Prasad N
4
-3
/
+13
2024-03-14
cifs: defer close file handles having RH lease
Bharath SM
1
-4
/
+15
2024-03-13
Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...
Linus Torvalds
26
-707
/
+1564
2024-03-13
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
1
-1
/
+1
2024-03-12
ksmbd: add support for durable handles v1/v2
Namjae Jeon
9
-21
/
+506
2024-03-12
ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous session
Namjae Jeon
3
-25
/
+29
2024-03-12
ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_info
Marios Makassikis
1
-2
/
+8
2024-03-12
ksmbd: replace generic_fillattr with vfs_getattr
Marios Makassikis
3
-66
/
+127
2024-03-11
Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
6
-75
/
+76
2024-03-11
cifs: update internal module version number for cifs.ko
Steve French
1
-2
/
+2
2024-03-11
smb: common: simplify compression headers
Enzo Matsumiya
1
-19
/
+26
2024-03-11
smb: common: fix fields sizes in compression_pattern_payload_v1
Enzo Matsumiya
1
-2
/
+2
2024-03-11
smb: client: negotiate compression algorithms
Enzo Matsumiya
6
-15
/
+49
[next]