It is really enjoyable and exciting to contribute to SMB.
Click here to see my emails on the SMB mailing list.
Click here to see my upstream Linux kernel commit history on kernel.org (The page may take a moment to load, you can directly check the patch links listed below)
Click here to see my other kernel module patches.
Review: 99cd0a6eeb6c smb/client: do not account EOF extension as allocation
Review: 2a4b3d2db5c6 smb/client: preserve errors from smb2_set_sparse()
Review: 898d280f4e4d smb/client: name the default fallocate mode
Review: 954d196bebb2 ksmbd: validate NTLMv2 response before updating session key
37ee476071bc smb/server: fix debug log endianness in smb2_cancel()
f4d556008fd4 smb/server: fix incorrect file size in get_file_compression_info()
5560f971645c smb/server: get compression format in get_file_compression_info()
7eeb7b6772f0 smb/server: implement FSCTL_SET_COMPRESSION ioctl handler
c91f4543ddec smb/server: implement FSCTL_GET_COMPRESSION ioctl handler
e48b687221f4 smb/server: get compression file attribute on open
9d357903ec9b smb: move compression definitions into common/fscc.h
Review: 3ecad5de621e smb/client: allow FS_IOC_SETFLAGS to clear compression
Review: 5693347de107 smb/client: use writable handle for FS_IOC_SETFLAGS compression
Review: 7acbaa16b99e smb/client: always return a value for FS_IOC_GETFLAGS
Review: af25ab681ea0 smb/client: update i_blocks after contiguous writes
4ec9c8e023c7 smb/server: promote S_DEL_ON_CLS to S_DEL_PENDING when close
Review: 7d9a7f1f96cd smb/client: fix possible infinite loop and oob read in symlink_data()
[cifs-utils] smbinfo: parse action and filename from change notifications
[cifs-utils] cifs.upcall: fix calloc() argument order in main()
Review: [cifs-utils] Decimated subseconds in smbinfo filebasicinfo timestamp output
Review: 235e32320a47 ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavenger
[PATCH v5 0/7] smb: fix some bugs, move duplicate definitions into common header file, part 2
Review: bc1a64d23641 smb: client: add missing MODULE_DESCRIPTION() to smb1maperror_test
Review: 59ea368431dd smb/client: move smb2maperror declarations to smb2proto.h
[PATCH v3 00/13] smb: improve search speed of SMB1 maperror
Review: 53cf44fa7271 smb/client: avoid null-ptr-deref when tests fail in test_cmp_map()
Review: 34420cb92dbb smb/client: ensure smb2_mapping_table rebuild on cmd changes (Author: Huiwen He hehuiwen@kylinos.cn)
Review: 309b44ed6844 ksmbd: fix memory leaks and NULL deref in smb2_lock() (Author: Werner Kasselman werner@verivus.com)
Review: 48623ec358c1 ksmbd: fix use-after-free and NULL deref in smb_grant_oplock() (Author: Werner Kasselman werner@verivus.com)
Review: 40e75e42f49c smb: client: fix open handle lookup in cifs_open() (Author: Paulo Alcantara pc@manguebit.org)
Review: 88d37abb366b smb/client: only export symbol for ‘smb2maperror-test’ module (Author: Ye Bin yebin10@huawei.com)
Review: Re: [PATCH v4 5/5] smb: introduce struct file_posix_info
Review: Re: [PATCH v4 5/5] smb: introduce struct file_posix_info
Review: Re: [PATCH v4 5/5] smb: introduce struct file_posix_info
Review: c15e7c62feb3 smb/server: Fix another refcount leak in smb2_open() (Author: Guenter Roeck linux@roeck-us.net)
[PATCH v5 0/7] smb: fix some bugs, move duplicate definitions into common header file, part 2 (Author: ZhangGuoDong zhangguodong@kylinos.cn)
[PATCH] smb/client: make SMB2 maperror KUnit tests a separate module
[PATCH 0/7] smb/client: update SMB1 maperror, part 2
[PATCH 00/17] smb/client: update SMB1 maperror (Author: Huiwen He hehuiwen@kylinos.cn)
[PATCH v9 0/1] smb: improve search speed of SMB2 maperror
Review: ebbbc4bfad4c smb: client: fix potential UAF and double free in smb2_open_file() (Author: Paulo Alcantara pc@manguebit.org)
Review: fa2fd0b10f66 smb: client: fix UBSAN array-index-out-of-bounds in smb2_copychunk_range (Author: Henrique Carvalho henrique.carvalho@suse.com)
[PATCH] smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()
Review: cb6d5aa9c0f1 cifs: Fix memory and information leak in smb3_reconfigure() (Author: Zilin Guan zilin@seu.edu.cn)
Review: 0a70cac78967 ksmbd: Fix to handle removal of rfc1002 header from smb_hdr (Author: David Howells dhowells@redhat.com)
[PATCH v2 0/7] smb: move duplicate definitions into common header file, part 2
[PATCH 00/30] smb: improve search speed of SMB1 maperror
[PATCH v9 0/1] smb: improve search speed of SMB2 maperror
[PATCH v9 0/1] smb: move duplicate definitions to common header file
[PATCH v2 0/6] smb/server: fix return values of smb2_0_server_cmds proc