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