Linux CIFS
[Prev Page][Next Page]
- [PATCH v7 6/9] ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon(), (continued)
- [PATCH v2] ksmbd: use buf_data_size instead of recalculation in smb3_decrypt_req(),
Namjae Jeon
- [PATCH] ksmbd-tools: Add ksmbd-tools.spec template,
Enzo Matsumiya
- [bug report] ksmbd: add validation in smb2 negotiate,
Dan Carpenter
- [PATCH 1/3] ksmbd: use buf_data_size instead of recalculation in smb3_decrypt_req(),
Namjae Jeon
- [PATCH v6 00/14] Buffer validation patches,
Ralph Boehme
- [PATCH v6 11/14] ksmdb: make smb2_get_ksmbd_tcon() callable with chained PDUs, Ralph Boehme
- [PATCH v6 01/14] ksmbd: add the check to vaildate if stream protocol length exceeds maximum value, Ralph Boehme
- [PATCH v6 03/14] ksmbd: check strictly data area in ksmbd_smb2_check_message(), Ralph Boehme
- [PATCH v6 05/14] ksmbd: use ksmbd_req_buf_next() in ksmbd_verify_smb_message(), Ralph Boehme
- [PATCH v6 13/14] ksmdb: move session and tcon validation to ksmbd_smb2_check_message(), Ralph Boehme
- [PATCH v6 09/14] ksmbd: check PDU len is at least header plus body size in ksmbd_smb2_check_message(), Ralph Boehme
- [PATCH v6 06/14] ksmbd: check buffer is big enough to access the ProtocolId field, Ralph Boehme
- [PATCH v6 08/14] ksmbd: use ksmbd_smb2_cur_pdu_buflen() in ksmbd_smb2_check_message(), Ralph Boehme
- [PATCH v6 10/14] ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon(), Ralph Boehme
- [PATCH v6 07/14] ksmbd: use ksmbd_req_buf_next() in ksmbd_smb2_check_message(), Ralph Boehme
- [PATCH v6 02/14] ksmbd: add validation in smb2_ioctl, Ralph Boehme
- [PATCH v6 12/14] ksmbd: make smb2_check_user_session() callable for compound PDUs, Ralph Boehme
- [PATCH v6 14/14] ksmdb: validate credit charge after validating SMB2 PDU body size, Ralph Boehme
- [PATCH v6 04/14] ksmbd: remove the leftover of smb2.0 dialect support, Ralph Boehme
- [PATCH v5 00/20] Buffer validation patches,
Ralph Boehme
- [PATCH v5 01/20] ksmbd: add the check to vaildate if stream protocol length exceeds maximum value, Ralph Boehme
- [PATCH v5 02/20] ksmbd: add validation in smb2_ioctl, Ralph Boehme
- [PATCH v5 04/20] ksmbd: add request buffer validation in smb2_set_info, Ralph Boehme
- [PATCH v5 08/20] ksmbd: remove the leftover of smb2.0 dialect support, Ralph Boehme
- [PATCH v5 16/20] ksmbd: check PDU len is at least header plus body size in ksmbd_smb2_check_message(), Ralph Boehme
- [PATCH v5 03/20] ksmbd: use correct basic info level in set_file_basic_info(), Ralph Boehme
- [PATCH v5 06/20] ksmbd: add validation in smb2 negotiate, Ralph Boehme
- [PATCH v5 12/20] ksmbd: use ksmbd_req_buf_next() in ksmbd_verify_smb_message(), Ralph Boehme
- [PATCH v5 05/20] ksmbd: check strictly data area in ksmbd_smb2_check_message(), Ralph Boehme
- [PATCH v5 14/20] ksmbd: add ksmbd_smb2_cur_pdu_buflen(), Ralph Boehme
- [PATCH v5 07/20] ksmbd: add buffer validation for SMB2_CREATE_CONTEXT, Ralph Boehme
- [PATCH v5 15/20] ksmbd: use ksmbd_smb2_cur_pdu_buflen() in ksmbd_smb2_check_message(), Ralph Boehme
- [PATCH v5 18/20] ksmdb: make smb2_get_ksmbd_tcon() callable with chained PDUs, Ralph Boehme
- [PATCH v5 10/20] ksmbd: fix transform header validation, Ralph Boehme
- [PATCH v5 20/20] ksmdb: move session and tcon validation to ksmbd_smb2_check_message(), Ralph Boehme
- [PATCH v5 09/20] ksmbd: remove NTLMv1 authentication, Ralph Boehme
- [PATCH v5 11/20] ksmbd: use ksmbd_req_buf_next() in ksmbd_smb2_check_message(), Ralph Boehme
- [PATCH v5 17/20] ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon(), Ralph Boehme
- [PATCH v5 19/20] ksmbd: make smb2_check_user_session() callabe for compound PDUs, Ralph Boehme
- [PATCH v5 13/20] ksmbd: remove ksmbd_verify_smb_message(), Ralph Boehme
- Re: [PATCH v5 00/20] Buffer validation patches, Namjae Jeon
- [PATCH] ksmbd: missing check for NULL in convert_to_nt_pathname(),
Dan Carpenter
- [Bug 14440] creator owner (S-1-3-0) ACE not honored, samba-bugs
- [PATCH v2] ksmbd: fix transform header validation,
Namjae Jeon
- Use less confusing branch name for populating ksmbd changes in for-next,
Steve French
- [PATCH] ksmbd: fix transform header validation,
Namjae Jeon
- [PATCH v4 0/9] ksmbd: a bunch of patches that is being reviewed,
Namjae Jeon
- [PATCH v4 1/9] ksmbd: add the check to vaildate if stream protocol length exceeds maximum value, Namjae Jeon
- [PATCH v4 2/9] ksmbd: add validation in smb2_ioctl, Namjae Jeon
- [PATCH v4 4/9] ksmbd: add request buffer validation in smb2_set_info, Namjae Jeon
- [PATCH v4 3/9] ksmbd: use correct basic info level in set_file_basic_info(), Namjae Jeon
- [PATCH v4 5/9] ksmbd: check strictly data area in ksmbd_smb2_check_message(), Namjae Jeon
- [PATCH v4 6/9] ksmbd: add validation in smb2 negotiate, Namjae Jeon
- [PATCH v4 7/9] ksmbd: add buffer validation for SMB2_CREATE_CONTEXT, Namjae Jeon
- [PATCH v4 8/9] ksmbd: remove the leftover of smb2.0 dialect support, Namjae Jeon
- [PATCH v4 9/9] ksmbd: remove NTLMv1 authentication, Namjae Jeon
- Re: [PATCH v4 0/9] ksmbd: a bunch of patches that is being reviewed, Ralph Boehme
- [PATCH] ksmbd: fix documentation for 2 functions,
Enzo Matsumiya
- [PATCH] MAINTAINERS: rename cifs_common to smbfs_common in cifs and ksmbd entry,
Namjae Jeon
- [PATCH AUTOSEL 5.10 22/23] smb3: correct smb3 ACL security descriptor, Sasha Levin
- [PATCH AUTOSEL 5.14 35/40] smb3: correct smb3 ACL security descriptor, Sasha Levin
- No fs/cifs_common directory in kernel tree,
Lukas Bulwahn
- [PATCH 1/2] ksmbd: remove the leftover of smb2.0 dialect support,
Namjae Jeon
- [PATCH v3 0/5] ksmbd: a bunch of patches,
Namjae Jeon
- [GIT PULL] ksmbd server fixes,
Steve French
- Re: [GIT PULL] ksmbd server fixes, pr-tracker-bot
- <Possible follow-ups>
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [GIT PULL] ksmbd server fixes, Steve French
- [PATCH v2 0/7] ksmbd: a bunch of patches,
Namjae Jeon
- Building ksmbd as external module on kernel < 5.15,
Ralph Boehme
- [RFC][PATCH v3 0/9] mm: Use DIO for swap and fix NFS swapfiles,
David Howells
- [PATCH v4] ksmbd: use LOOKUP_BENEATH to prevent the out of share access,
Hyunchul Lee
- [PATCH v3] ksmbd: use LOOKUP_BENEATH to prevent the out of share access,
Hyunchul Lee
- [PATCH 0/7] a bunch of patches that have not yet been reviewed,
Namjae Jeon
- Two more CIFS patches pointed out by Dan Carpenter using smatch,
Steve French
- [ANNOUNCE] cifs-utils release 6.14 ready for download, Pavel Shilovsky
- [PATCH][CIFS] Clear modified attribute bit from inode flags, Steve French
- [RESEND PATCH v3] ksmbd: add validation in smb2_ioctl, Namjae Jeon
- setcifsacl: Shouldn't 0x0 be a valid mask?,
Bruno Wolff III
[PATCH] ksmbd: check strictly data area in ksmbd_smb2_check_message(), Namjae Jeon
[PATCH] cifs: switch to noop_direct_IO, Jeff Layton
[PATCH] ksmbd: use LOOKUP_BENEATH to prevent the out of share access,
Hyunchul Lee
[PATCH] ksmbd: add the check to vaildate if stream protocol length exceeds maximum value,
Namjae Jeon
[PATCH v3] ksmbd: fix invalid request buffer access in compound request,
Namjae Jeon
[PATCH] ksmbd: check protocol id in ksmbd_verify_smb_message(),
Namjae Jeon
Only checks the signature for the first pdu in a compound.,
Leif Sahlberg
[PATCH v3] ksmbd: add request buffer validation in smb2_set_info,
Namjae Jeon
ksmbd security review status wiki page, Steve French
[PATCH v3] ksmbd: add validation in smb2_ioctl,
Namjae Jeon
[PATCH v3] ksmbd: add buffer validation for SMB2_CREATE_CONTEXT,
Hyunchul Lee
[PATCH v2 1/3] ksmbd: remove RFC1002 check in smb2 request,
Namjae Jeon
[bug report] CIFS: Migrate to shared superblock model, Dan Carpenter
[PATCH] smbfs_client: fix a sign extension bug,
Dan Carpenter
[PATCH 1/3] ksmbd: remove RFC1002 check in smb2 request,
Namjae Jeon
[PATCH v3] ksmbd: remove follow symlinks support,
Namjae Jeon
ksmbd: missing validation of hdr->next_offset,
Leif Sahlberg
[PATCH v2] ksmbd: remove follow symlinks support,
Namjae Jeon
ksmbd_smb_request can be removed,
ronnie sahlberg
[PATCH][ksmbd] log that module is experimental at load time, Steve French
[RFC PATCH] fscache, 9p, afs, cifs, nfs: Deal with some warnings from W=1,
David Howells
- Re: [RFC PATCH] fscache, 9p, afs, cifs, nfs: Deal with some warnings from W=1, Matthew Wilcox
- Re: [RFC PATCH] fscache, 9p, afs, cifs, nfs: Deal with some warnings from W=1, David Howells
- Re: [RFC PATCH] fscache, 9p, afs, cifs, nfs: Deal with some warnings from W=1, Dominique Martinet
- Re: [RFC PATCH] fscache, 9p, afs, cifs, nfs: Deal with some warnings from W=1, David Howells
- Re: [RFC PATCH] fscache, 9p, afs, cifs, nfs: Deal with some warnings from W=1, Steve French
- Fwd: [RFC PATCH] fscache, 9p, afs, cifs, nfs: Deal with some warnings from W=1, Steve French
- Re: Fwd: [RFC PATCH] fscache, 9p, afs, cifs, nfs: Deal with some warnings from W=1, David Howells
[PATCH] ksmbd: remove follow symlinks support,
Namjae Jeon
ksmbd regression tests pass with all 6 security fixes, Steve French
[GIT PULL] ksmbd server security fixes,
Steve French
[PATCH v2 1/4] ksmbd: add request buffer validation in smb2_set_info,
Namjae Jeon
[PATCH] ksmbd: add default data stream name in FILE_STREAM_INFORMATION,
Namjae Jeon
[PATCH 1/4] ksmbd: add request buffer validation in smb2_set_info,
Namjae Jeon
[Patch] cifs: Deferred close perfomance improvements, Rohith Surabattula
[RFC PATCH v2 0/8] fscache: Replace and remove old I/O API v2,
David Howells
[bug report] CIFS: Move get_next_mid to ops struct, Dan Carpenter
[bug report] cifs: refactor create_sd_buf() and and avoid corrupting the buffer,
Dan Carpenter
[PATCH] ksmbd: prevent out of share access,
Hyunchul Lee
[GIT PULL] rename fs/cifs source directory to fs/smbfs_client, Steve French
[RFC PATCH 0/8] fscache: Replace and remove old I/O API,
David Howells
- [PATCH 1/8] fscache: Generalise the ->begin_read_operation method, David Howells
- [PATCH 2/8] fscache: Implement an alternate I/O interface to replace the old API, David Howells
- [PATCH 3/8] nfs: Move to using the alternate (deprecated) fscache I/O API, David Howells
- [PATCH 4/8] 9p: (untested) Convert to using the netfs helper lib to do reads and caching, David Howells
- [PATCH 5/8] cifs: (untested) Move to using the alternate (deprecated) fscache I/O API, David Howells
- [PATCH 6/8] fscache: Remove the old I/O API, David Howells
- [PATCH 7/8] fscache: Remove stats that are no longer used, David Howells
- [PATCH 8/8] fscache: Update the documentation to reflect I/O API changes, David Howells
- Re: [RFC PATCH 0/8] fscache: Replace and remove old I/O API, David Wysochanski
- Re: [RFC PATCH 0/8] fscache: Replace and remove old I/O API, Jeff Layton
- Re: [RFC PATCH 0/8] fscache: Replace and remove old I/O API, Linus Torvalds
[cifs:for-next 3/4] fs/smbfs_client/cifsroot.c:83:12: warning: no previous prototype for 'cifs_root_data', kernel test robot
[cifs:for-next 3/4] fs/smbfs_client/ioctl.c:324:17: warning: variable 'caps' set but not used, kernel test robot
[PATCH] cifs: remove pathname for file from SPDX header, Steve French
[cifs:for-next 1/1] fs/smbfs/cifsroot.c:83:12: warning: no previous prototype for 'cifs_root_data',
kernel test robot
[cifs:for-next 1/1] fs/smbfs/connect.c:1093: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst, kernel test robot
[cifs:for-next 1/1] fs/smbfs/ioctl.c:324:10: warning: variable 'caps' set but not used,
kernel test robot
newly passing xfstests,
Steve French
cifs: rename fs/cifs directory to fs/smbfs,
Steve French
Re: ksmbd,transport_rdma.c: Don't include rwlock.h directly, Namjae Jeon
[GIT PULL] smb3 client fixes,
Steve French
- Re: [GIT PULL] smb3 client fixes, Linus Torvalds
- Re: [GIT PULL] smb3 client fixes, pr-tracker-bot
- <Possible follow-ups>
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] SMB3 client fixes, Steve French
- [GIT PULL] SMB3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] SMB3 client fixes, Steve French
- [GIT PULL] SMB3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] SMB3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] SMB3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
- [GIT PULL] smb3 client fixes, Steve French
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]