index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-11
ksmbd: add support for supplementary groups
Namjae Jeon
7
-17
/
+137
2024-10-09
ksmbd: fix user-after-free from session log off
Namjae Jeon
4
-6
/
+34
2024-10-03
Merge tag 'v6.12-rc1-ksmbd-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
3
-13
/
+12
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-10-01
ksmbd: Use struct_size() to improve smb_direct_rdma_xmit()
Thorsten Blum
1
-2
/
+2
2024-10-01
ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()
Thorsten Blum
2
-10
/
+9
2024-10-01
ksmbd: Use struct_size() to improve get_file_alternate_info()
Thorsten Blum
1
-1
/
+1
2024-09-25
ksmbd: Correct typos in multiple comments across various files
Shen Lichuan
6
-7
/
+7
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
2
-4
/
+4
2024-09-20
ksmbd: fix warning: comparison of distinct pointer types lacks a cast
Namjae Jeon
2
-4
/
+5
2024-09-19
Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...
Linus Torvalds
8
-1938
/
+7
2024-09-15
smb: move SMB2 Status code to common header file
ChenXiaoSong
7
-1828
/
+6
2024-09-15
smb: move some duplicate definitions to common/smbacl.h
ChenXiaoSong
1
-110
/
+1
2024-09-14
ksmbd: handle caseless file creation
Namjae Jeon
1
-7
/
+3
2024-09-14
ksmbd: make __dir_empty() compatible with POSIX
Hobin Woo
1
-3
/
+4
2024-09-14
ksmbd: add refcnt to ksmbd_conn struct
Namjae Jeon
4
-40
/
+23
2024-09-14
ksmbd: allow write with FILE_APPEND_DATA
Namjae Jeon
1
-1
/
+1
2024-08-29
ksmbd: Unlock on in ksmbd_tcp_set_interfaces()
Dan Carpenter
1
-1
/
+3
2024-08-29
ksmbd: unset the binding mark of a reused connection
Namjae Jeon
1
-0
/
+4
2024-08-29
smb: Annotate struct xattr_smb_acl with __counted_by()
Thorsten Blum
1
-1
/
+1
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
2
-6
/
+6
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
2
-4
/
+4
2024-08-18
ksmbd: fix race condition between destroy_previous_session() and smb2 operati...
Namjae Jeon
4
-3
/
+45
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
7
-13
/
+32
2024-07-14
ksmbd: add durable scavenger timer
Namjae Jeon
7
-6
/
+168
2024-07-14
ksmbd: avoid reclaiming expired durable opens by the client
Namjae Jeon
2
-1
/
+9
2024-07-14
ksmbd: Constify struct ksmbd_transport_ops
Christophe JAILLET
3
-6
/
+6
2024-07-14
ksmbd: remove duplicate SMB2 Oplock levels definitions
ChenXiaoSong
1
-7
/
+0
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
4
-11
/
+19
2024-06-11
ksmbd: move leading slash check to smb2_get_name()
Namjae Jeon
1
-9
/
+6
2024-05-25
Merge tag '6.10-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2
-9
/
+18
2024-05-22
ksmbd: ignore trailing slashes in share paths
Nandor Kracser
1
-1
/
+5
2024-05-13
smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
1
-9
/
+9
2024-05-12
ksmbd: avoid to send duplicate oplock break notifications
Namjae Jeon
1
-8
/
+13
2024-05-04
ksmbd: do not grant v2 lease if parent lease key and epoch are not set
Namjae Jeon
1
-5
/
+9
2024-05-04
ksmbd: use rwsem instead of rwlock for lease break
Namjae Jeon
5
-38
/
+30
2024-05-04
ksmbd: avoid to send duplicate lease break notifications
Namjae Jeon
1
-6
/
+15
2024-05-04
ksmbd: off ipv6only for both ipv4/ipv6 binding
Namjae Jeon
1
-0
/
+4
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
2
-19
/
+27
[next]