index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-17
smb/server: fix memory leak in ksmbd_vfs_set_durable_owner()
ZhangGuoDong
1
-1
/
+3
2026-08-17
smb/server: fix null-ptr-deref in ksmbd_ipc_tree_connect_request()
ZhangGuoDong
1
-1
/
+6
2026-08-17
ksmbd: remove extra byte from ipc_msg_alloc() size calculations
Rosen Penev
1
-3
/
+3
2026-08-17
ksmbd: reject blocking compound lock requests
Namjae Jeon
1
-0
/
+7
2026-08-17
ksmbd: safely discard unregistered deferred locks
Namjae Jeon
1
-1
/
+12
2026-08-17
ksmbd: recognize replayed SMB2 lock sequences
Namjae Jeon
2
-13
/
+25
2026-08-17
ksmbd: fix SMB2 byte-range lock end offset
Namjae Jeon
1
-30
/
+14
2026-08-17
ksmbd: serialize oplock close with pending break ownership
Namjae Jeon
3
-18
/
+81
2026-08-17
smb/server: fix unbuffered file position alignment check
ChenXiaoSong
1
-1
/
+1
2026-08-17
ksmbd: expire SMB sessions when Kerberos tickets expire
Namjae Jeon
7
-80
/
+236
2026-08-17
ksmbd: stabilize allocation size after buffered writes
Namjae Jeon
2
-8
/
+31
2026-08-17
ksmbd: report holes in allocated range queries
Namjae Jeon
3
-46
/
+148
2026-08-17
ksmbd: only rebind the reopened file's own oplock on durable reconnect
Aldo Ariel Panzardo
1
-1
/
+1
2026-08-17
ksmbd: free preauth sessions on connection teardown
Namjae Jeon
4
-2
/
+15
2026-08-17
smb/server: avoid registering async requests during connection close
ChenXiaoSong
1
-12
/
+41
2026-08-17
smb/server: cancel async requests when closing connection
ChenXiaoSong
1
-0
/
+21
2026-08-17
smb/server: fix signing when a response uses more than one iov
ChenXiaoSong
1
-14
/
+37
2026-08-17
ksmbd: validate ipc response length before dereferencing its fields
Yunseong Kim
1
-0
/
+12
2026-08-17
smb: smbdirect: release pending child sockets outside the handler lock
Yunseong Kim
1
-15
/
+41
2026-08-17
smb: smbdirect: avoid recursive listen.lock during cleanup
Yunseong Kim
1
-10
/
+32
2026-08-17
smb: smbdirect: destroy QP before mem pools on accept failure
Yunseong Kim
1
-3
/
+13
2026-08-17
smb: smbdirect: free completion queues with ib_free_cq()
Yunseong Kim
1
-2
/
+11
2026-08-17
ksmbd: fix slab-out-of-bounds read in ksmbd_alloc_user()
Yunseong Kim
1
-0
/
+11
2026-08-17
ksmbd: implement the command sequence window
Namjae Jeon
6
-1
/
+146
2026-08-17
ksmbd: fix AsyncId zeroed before use in smb2_lock() cancel response
Gael Blivet
1
-6
/
+9
2026-08-17
ksmbd: fix maximal access leak when object has no NT ACL
Gael Blivet
1
-0
/
+11
2026-08-17
ksmbd: do not advertise unimplemented CA support
Namjae Jeon
2
-10
/
+10
2026-08-17
ksmbd: fix durable V2 persistent handle handling
Namjae Jeon
3
-10
/
+36
2026-08-17
ksmbd: honor client signing-required in all modes
Namjae Jeon
1
-4
/
+2
2026-08-17
ksmbd: extend procfs server statistics
Namjae Jeon
6
-18
/
+176
2026-08-17
ksmbd: add procfs monitoring for active shares
Namjae Jeon
4
-0
/
+85
2026-08-17
ksmbd: report session and open file details in procfs
Namjae Jeon
2
-43
/
+123
2026-08-17
ksmbd: expose connection runtime state in procfs
Namjae Jeon
1
-12
/
+84
2026-08-17
ksmbd: fix malformed procfs status output
Namjae Jeon
6
-63
/
+89
2026-08-17
ksmbd: add SMB3 request replay support
Namjae Jeon
10
-39
/
+587
2026-08-17
ksmbd: retain connection for pending notify work
Namjae Jeon
3
-1
/
+7
2026-08-17
ksmbd: preserve DOS attributes across truncating opens
Namjae Jeon
1
-1
/
+8
2026-08-17
ksmbd: validate object id handles before response buffers
Namjae Jeon
1
-5
/
+6
2026-08-17
ksmbd: check base file delete pending for stream opens
Namjae Jeon
1
-16
/
+6
2026-08-17
ksmbd: synchronize lease breaks before renaming files
Namjae Jeon
5
-47
/
+78
2026-08-17
ksmbd: send lease breaks for handle-caching share conflicts
Namjae Jeon
1
-2
/
+6
2026-08-17
ksmbd: validate file ids for query network interface info
Namjae Jeon
1
-0
/
+6
2026-08-17
ksmbd: fall back to copy for duplicate extents
Namjae Jeon
1
-17
/
+31
2026-08-17
ksmbd: support file level trim
Namjae Jeon
4
-1
/
+125
2026-08-17
ksmbd: honor byte-range locks for zero data
Namjae Jeon
2
-1
/
+18
2026-08-17
ksmbd: fix permission checks for file allocation ioctls
Namjae Jeon
1
-1
/
+8
2026-08-17
ksmbd: handle allocated range queries on dense files
Namjae Jeon
1
-3
/
+26
2026-08-17
ksmbd: quiet mdssvc RPC log spam in create_smb2_pipe
Gael Blivet
1
-1
/
+10
2026-08-17
ksmbd: report actual xattr value length in stream enumeration
Gael Blivet
1
-2
/
+16
2026-08-17
ksmbd: add AAPL READDIR_ATTR V2 support
Gael Blivet
8
-5
/
+97
[prev]
[next]