index
:
linux.git
cached
cdir_v2
cfid-fixes
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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-05
ksmbd: Remove unused field in ksmbd_user struct
Cheng-Han Wu
1
-1
/
+0
2024-01-05
ksmbd: fix potential double free on smb2_read_pipe() error path
Namjae Jeon
1
-1
/
+1
2024-01-05
ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()
Namjae Jeon
1
-0
/
+3
2024-01-05
ksmbd: fix wrong error response status by using set_smb2_rsp_status()
Namjae Jeon
1
-4
/
+5
2024-01-05
ksmbd: fix race condition between tree conn lookup and disconnect
Namjae Jeon
6
-17
/
+90
2024-01-05
ksmbd: fix race condition from parallel smb2 lock requests
Namjae Jeon
1
-11
/
+1
2024-01-05
ksmbd: fix race condition from parallel smb2 logoff requests
Namjae Jeon
1
-8
/
+16
2024-01-05
ksmbd: fix race condition with fp
Namjae Jeon
3
-4
/
+32
2024-01-05
ksmbd: check iov vector index in ksmbd_conn_write()
Namjae Jeon
1
-0
/
+3
2024-01-05
ksmbd: return invalid parameter error response if smb2 request is invalid
Namjae Jeon
2
-4
/
+4
2024-01-05
ksmbd: fix passing freed memory 'aux_payload_buf'
Namjae Jeon
1
-1
/
+1
2024-01-05
ksmbd: remove unneeded mark_inode_dirty in set_info_sec()
Namjae Jeon
1
-1
/
+0
2024-01-05
ksmbd: remove experimental warning
Steve French
2
-3
/
+1
2024-01-05
ksmbd: add missing calling smb2_set_err_rsp() on error
Namjae Jeon
1
-0
/
+1
2024-01-05
ksmbd: Fix one kernel-doc comment
Yang Li
1
-1
/
+0
2024-01-05
ksmbd: fix `force create mode' and `force directory mode'
Atte Heikkilä
1
-18
/
+11
2024-01-05
ksmbd: fix wrong interim response on compound
Namjae Jeon
4
-26
/
+26
2024-01-05
ksmbd: add support for read compound
Namjae Jeon
12
-372
/
+381
2024-01-05
ksmbd: switch to use kmemdup_nul() helper
Yang Yingliang
1
-3
/
+1
2024-01-05
ksmbd: check if a mount point is crossed during path lookup
Namjae Jeon
4
-39
/
+53
2024-01-05
ksmbd: Fix unsigned expression compared with zero
Wang Ming
1
-3
/
+4
2024-01-05
ksmbd: Replace one-element array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2024-01-05
ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect()
Gustavo A. R. Silva
1
-1
/
+1
2024-01-05
ksmbd: Replace the ternary conditional operator with min()
Lu Hongfei
1
-1
/
+1
2024-01-05
ksmbd: use kvzalloc instead of kvmalloc
Namjae Jeon
3
-8
/
+8
2024-01-05
ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to void
Lu Hongfei
3
-9
/
+3
2024-01-05
ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()
Namjae Jeon
1
-1
/
+1
2024-01-05
ksmbd: use kzalloc() instead of __GFP_ZERO
Namjae Jeon
1
-2
/
+2
2024-01-05
ksmbd: remove unused ksmbd_tree_conn_share function
Namjae Jeon
2
-14
/
+0
2024-01-05
ksmbd: add mnt_want_write to ksmbd vfs functions
Namjae Jeon
5
-55
/
+112
2024-01-05
ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()
Namjae Jeon
2
-4
/
+4
2024-01-05
ksmbd: call putname after using the last component
Namjae Jeon
1
-2
/
+6
2024-01-05
ksmbd: fix uninitialized pointer read in smb2_create_link()
Namjae Jeon
1
-3
/
+3
2024-01-05
ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()
Namjae Jeon
1
-0
/
+1
2024-01-05
ksmbd: fix racy issue from using ->d_parent and ->d_name
Namjae Jeon
6
-386
/
+283
2024-01-05
fs: introduce lock_rename_child() helper
Al Viro
2
-11
/
+58
2024-01-05
ksmbd: remove unused compression negotiate ctx packing
David Disseldorp
1
-24
/
+2
2024-01-05
ksmbd: avoid duplicate negotiate ctx offset increments
David Disseldorp
1
-16
/
+10
2024-01-05
ksmbd: set NegotiateContextCount once instead of every inc
David Disseldorp
1
-5
/
+5
2024-01-05
ksmbd: delete asynchronous work from list
Namjae Jeon
4
-20
/
+28
2024-01-05
ksmbd: remove unused is_char_allowed function
Tom Rix
1
-18
/
+0
2024-01-05
ksmbd: Fix parameter name and comment mismatch
Jiapeng Chong
1
-3
/
+3
2024-01-05
ksmbd: Fix spelling mistake "excceed" -> "exceeded"
Colin Ian King
1
-1
/
+1
2024-01-05
ksmbd: update Kconfig to note Kerberos support and fix indentation
Steve French
1
-2
/
+6
2024-01-05
ksmbd: Remove duplicated codes
Dawei Li
1
-12
/
+11
2024-01-05
ksmbd: fix typo, syncronous->synchronous
Dawei Li
3
-5
/
+5
2024-01-05
ksmbd: Implements sess->rpc_handle_list as xarray
Dawei Li
2
-24
/
+15
2024-01-05
ksmbd: Convert to use sysfs_emit()/sysfs_emit_at() APIs
ye xingchen
1
-14
/
+6
2024-01-05
ksmbd: Fix resource leak in smb2_lock()
Marios Makassikis
1
-0
/
+4
2024-01-05
ksmbd: use F_SETLK when unlocking a file
Jeff Layton
1
-2
/
+2
[prev]
[next]