index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
/
smb2pdu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ksmbd: fix user-after-free from session log off
Namjae Jeon
2024-10-10
1
-1
/
+7
*
ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()
Thorsten Blum
2024-10-01
1
-3
/
+2
*
ksmbd: Use struct_size() to improve get_file_alternate_info()
Thorsten Blum
2024-10-01
1
-1
/
+1
*
ksmbd: fix open failure from block and char device file
Namjae Jeon
2024-09-26
1
-6
/
+8
*
ksmbd: remove unsafe_memcpy use in session setup
Namjae Jeon
2024-09-26
1
-9
/
+3
*
ksmbd: Replace one-element arrays with flexible-array members
Thorsten Blum
2024-09-21
1
-2
/
+2
*
ksmbd: fix warning: comparison of distinct pointer types lacks a cast
Namjae Jeon
2024-09-21
1
-2
/
+3
*
smb: move SMB2 Status code to common header file
ChenXiaoSong
2024-09-15
1
-1
/
+1
*
ksmbd: unset the binding mark of a reused connection
Namjae Jeon
2024-08-30
1
-0
/
+4
*
smb/server: update misguided comment of smb2_allocate_rsp_buf()
ChenXiaoSong
2024-08-22
1
-1
/
+1
*
smb/server: remove useless assignment of 'file_present' in smb2_open()
ChenXiaoSong
2024-08-22
1
-1
/
+0
*
smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()
ChenXiaoSong
2024-08-22
1
-5
/
+5
*
smb/server: fix return value of smb2_open()
ChenXiaoSong
2024-08-22
1
-1
/
+1
*
ksmbd: the buffer of smb2 query dir response has at least 1 byte
Namjae Jeon
2024-08-22
1
-1
/
+2
*
ksmbd: Replace one-element arrays with flexible-array members
Thorsten Blum
2024-08-19
1
-2
/
+2
*
ksmbd: fix race condition between destroy_previous_session() and smb2 operati...
Namjae Jeon
2024-08-19
1
-1
/
+1
*
ksmbd: Use unsafe_memcpy() for ntlm_negotiate
Namjae Jeon
2024-08-19
1
-2
/
+5
*
ksmbd: override fsids for smb2_query_info()
Namjae Jeon
2024-08-09
1
-0
/
+7
*
ksmbd: override fsids for share path check
Namjae Jeon
2024-08-09
1
-1
/
+1
*
ksmbd: add durable scavenger timer
Namjae Jeon
2024-07-15
1
-1
/
+1
*
ksmbd: discard write access to the directory open
Hobin Woo
2024-07-05
1
-2
/
+11
*
ksmbd: return FILE_DEVICE_DISK instead of super magic
Namjae Jeon
2024-07-04
1
-2
/
+7
*
ksmbd: fix missing use of get_write in in smb2_set_ea()
Namjae Jeon
2024-06-12
1
-3
/
+4
*
ksmbd: move leading slash check to smb2_get_name()
Namjae Jeon
2024-06-12
1
-9
/
+6
*
ksmbd: use rwsem instead of rwlock for lease break
Namjae Jeon
2024-05-05
1
-2
/
+2
*
ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()
Namjae Jeon
2024-04-29
1
-2
/
+2
*
ksmbd: add continuous availability share parameter
Namjae Jeon
2024-04-20
1
-2
/
+9
*
ksmbd: validate request buffer size in smb2_allocate_rsp_buf()
Namjae Jeon
2024-04-20
1
-0
/
+4
*
ksmbd: don't send oplock break if rename fails
Namjae Jeon
2024-04-02
1
-1
/
+2
*
Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2024-03-21
1
-112
/
+397
|
\
|
*
ksmbd: fix potencial out-of-bounds when buffer offset is invalid
Namjae Jeon
2024-03-19
1
-22
/
+26
|
*
ksmbd: add support for durable handles v1/v2
Namjae Jeon
2024-03-12
1
-4
/
+253
|
*
ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous session
Namjae Jeon
2024-03-12
1
-24
/
+0
|
*
ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_info
Marios Makassikis
2024-03-12
1
-2
/
+8
|
*
ksmbd: replace generic_fillattr with vfs_getattr
Marios Makassikis
2024-03-12
1
-60
/
+110
*
|
Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-03-11
1
-22
/
+22
|
\
\
|
|
/
|
/
|
|
*
smb/server: adapt to breakup of struct file_lock
Jeff Layton
2024-02-05
1
-20
/
+19
|
*
filelock: split common fields into struct file_lock_core
Jeff Layton
2024-02-05
1
-0
/
+1
|
*
smb/server: convert to using new filelock helpers
Jeff Layton
2024-02-05
1
-3
/
+3
*
|
ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read fails
Fedor Pchelkin
2024-02-08
1
-2
/
+6
|
/
*
ksmbd: validate mech token in session setup
Namjae Jeon
2024-01-14
1
-5
/
+17
*
ksmbd: send lease break notification on FILE_RENAME_INFORMATION
Namjae Jeon
2024-01-09
1
-0
/
+1
*
ksmbd: don't allow O_TRUNC open on read-only share
Namjae Jeon
2024-01-09
1
-14
/
+9
*
ksmbd: fix potential circular locking issue in smb2_set_ea()
Namjae Jeon
2024-01-09
1
-3
/
+4
*
ksmbd: fix wrong allocation size update in smb2_open()
Namjae Jeon
2023-12-08
1
-18
/
+18
*
ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()
Namjae Jeon
2023-12-08
1
-5
/
+5
*
ksmbd: send v2 lease break notification for directory
Namjae Jeon
2023-12-08
1
-0
/
+7
*
ksmbd: downgrade RWH lease caching state to RH for directory
Namjae Jeon
2023-12-06
1
-4
/
+4
*
ksmbd: fix memory leak in smb2_lock()
Zizhi Wo
2023-12-06
1
-0
/
+1
*
ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error
Namjae Jeon
2023-11-24
1
-1
/
+0
[next]