linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-10 21:01:59 to 2021-09-23 19:08:40 UTC [more...]

[RFC PATCH] fscache, 9p, afs, cifs, nfs: Deal with some warnings from W=1
 2021-09-23 19:08 UTC  (7+ messages)
` Fwd: "

[PATCH v3] ksmbd: add validation in smb2_ioctl
 2021-09-23 19:04 UTC  (6+ messages)

[GIT PULL] ksmbd server security fixes
 2021-09-23 18:21 UTC  (9+ messages)

setcifsacl: Shouldn't 0x0 be a valid mask?
 2021-09-23 16:35 UTC  (4+ messages)

[PATCH] ksmbd: add the check to vaildate if stream protocol length exceeds maximum value
 2021-09-23 15:54 UTC  (6+ messages)
` [PATCH v4] ksmbd: fix invalid request buffer access in compound
` [PATCH v3] ksmbd: add validation in smb2 negotiate

[PATCH] ksmbd: check strictly data area in ksmbd_smb2_check_message()
 2021-09-23 13:49 UTC 

[PATCH] cifs: switch to noop_direct_IO
 2021-09-23 12:03 UTC 

[PATCH] ksmbd: use LOOKUP_BENEATH to prevent the out of share access
 2021-09-23 10:42 UTC  (2+ messages)

[PATCH] netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()
 2021-09-23  9:52 UTC 

[PATCH v2 1/3] ksmbd: remove RFC1002 check in smb2 request
 2021-09-23  0:25 UTC  (11+ messages)
` [PATCH v2 2/3] ksmbd: add validation in smb2 negotiate
` [PATCH v2 3/3] ksmbd: fix invalid request buffer access in compound request

[PATCH v3] ksmbd: add buffer validation for SMB2_CREATE_CONTEXT
 2021-09-22 23:26 UTC  (5+ messages)

[PATCH v3] ksmbd: fix invalid request buffer access in compound request
 2021-09-22 23:15 UTC  (3+ messages)

[PATCH] ksmbd: check protocol id in ksmbd_verify_smb_message()
 2021-09-22 22:24 UTC  (4+ messages)

[PATCH v2 1/4] ksmbd: add request buffer validation in smb2_set_info
 2021-09-22 18:39 UTC  (22+ messages)
` [PATCH] ksmbd: use LOOKUP_NO_SYMLINKS flags for default lookup
` [PATCH v2 2/4] ksmbd: add validation in smb2_ioctl
` [PATCH v2 3/4] ksmbd: add validation for FILE_FULL_EA_INFORMATION of smb2_get_info
` [PATCH v2 4/4] ksmbd: add buffer validation for SMB2_CREATE_CONTEXT

[PATCH v3] ksmbd: add request buffer validation in smb2_set_info
 2021-09-22 13:51 UTC  (3+ messages)

Only checks the signature for the first pdu in a compound
 2021-09-22  5:39 UTC  (2+ messages)

[PATCH v3] ksmbd: remove follow symlinks support
 2021-09-22  4:59 UTC  (4+ messages)

ksmbd security review status wiki page
 2021-09-22  2:59 UTC 

[PATCH] smbfs_client: fix a sign extension bug
 2021-09-22  1:52 UTC  (2+ messages)

[bug report] CIFS: Migrate to shared superblock model
 2021-09-21 20:36 UTC 

[PATCH v2] ksmbd: remove follow symlinks support
 2021-09-21 19:36 UTC  (6+ messages)
` [PATCH v2] ksmbd: add request buffer validation in smb2_set_info

[PATCH] ksmbd: add default data stream name in FILE_STREAM_INFORMATION
 2021-09-21 19:17 UTC  (10+ messages)

[PATCH 1/3] ksmbd: remove RFC1002 check in smb2 request
 2021-09-21 12:41 UTC  (3+ messages)
` [PATCH 2/3] ksmbd: add validation in smb2 negotiate
` [PATCH 3/3] ksmbd: fix invalid request buffer access in compound request

[RFC PATCH 0/8] fscache: Replace and remove old I/O API
 2021-09-21 11:15 UTC  (20+ messages)
` [PATCH 1/8] fscache: Generalise the ->begin_read_operation method
` [PATCH 2/8] fscache: Implement an alternate I/O interface to replace the old API
` [PATCH 3/8] nfs: Move to using the alternate (deprecated) fscache I/O API
` [PATCH 4/8] 9p: (untested) Convert to using the netfs helper lib to do reads and caching
` [PATCH 5/8] cifs: (untested) Move to using the alternate (deprecated) fscache I/O API
` [PATCH 6/8] fscache: Remove the old "
` [PATCH 7/8] fscache: Remove stats that are no longer used
` [PATCH 8/8] fscache: Update the documentation to reflect I/O API changes

[PATCH] ksmbd: remove follow symlinks support
 2021-09-21  7:44 UTC  (10+ messages)

ksmbd: missing validation of hdr->next_offset
 2021-09-21  5:52 UTC  (2+ messages)

ksmbd_smb_request can be removed
 2021-09-21  4:47 UTC  (2+ messages)

[PATCH][ksmbd] log that module is experimental at load time
 2021-09-21  0:43 UTC 

[GIT PULL] cifs/smb3 client fixes
 2021-09-20 23:32 UTC  (2+ messages)

ksmbd regression tests pass with all 6 security fixes
 2021-09-20  4:09 UTC 

[PATCH 1/4] ksmbd: add request buffer validation in smb2_set_info
 2021-09-18 21:43 UTC  (9+ messages)
` [PATCH 2/4] ksmbd: add validation in smb2_ioctl
` [PATCH 3/4] ksmbd: add validatioin for FILE_FULL_EA_INFORMATION of smb2_get_info
` [PATCH 4/4] ksmbd: add buffer validation for SMB2_CREATE_CONTEXT

[Patch] cifs: Deferred close perfomance improvements
 2021-09-17 18:33 UTC 

[RFC PATCH v2 0/8] fscache: Replace and remove old I/O API v2
 2021-09-17 15:05 UTC  (9+ messages)
` [PATCH v2 1/8] fscache: Generalise the ->begin_read_operation method
` [PATCH v2 2/8] fscache: Implement a fallback I/O interface to replace the old API
` [PATCH v2 3/8] nfs: Move to using the alternate fallback fscache I/O API
` [PATCH v2 4/8] 9p: (untested) Convert to using the netfs helper lib to do reads and caching
` [PATCH v2 5/8] cifs: (untested) Move to using the alternate fallback fscache I/O API
` [PATCH v2 6/8] fscache: Remove the old "
` [PATCH v2 7/8] fscache: Remove stats that are no longer used
` [PATCH v2 8/8] fscache: Update the documentation to reflect I/O API changes

[PATCH] ksmbd: prevent out of share access
 2021-09-17 14:11 UTC  (3+ messages)

[bug report] CIFS: Move get_next_mid to ops struct
 2021-09-17 13:19 UTC 

[bug report] cifs: refactor create_sd_buf() and and avoid corrupting the buffer
 2021-09-17 11:58 UTC 

[GIT PULL] rename fs/cifs source directory to fs/smbfs_client
 2021-09-14 21:25 UTC 

[GIT PULL] cifs/smb3 client fixes
 2021-09-14 21:21 UTC  (7+ messages)
      ` Fwd: "

newly passing xfstests
 2021-09-14 12:26 UTC  (3+ messages)

[cifs:for-next 3/4] fs/smbfs_client/cifsroot.c:83:12: warning: no previous prototype for 'cifs_root_data'
 2021-09-14 11:34 UTC 

[cifs:for-next 3/4] fs/smbfs_client/ioctl.c:324:17: warning: variable 'caps' set but not used
 2021-09-14  9:29 UTC 

cifs: rename fs/cifs directory to fs/smbfs
 2021-09-14  5:27 UTC  (2+ messages)

[cifs:for-next 1/1] fs/smbfs/cifsroot.c:83:12: warning: no previous prototype for 'cifs_root_data'
 2021-09-14  4:14 UTC  (2+ messages)

[cifs:for-next 1/1] fs/smbfs/ioctl.c:324:10: warning: variable 'caps' set but not used
 2021-09-13 23:34 UTC  (2+ messages)

[PATCH] cifs: remove pathname for file from SPDX header
 2021-09-13 19:59 UTC 

[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
 2021-09-13 13:00 UTC 

[PATCH] ksmbd: potential uninitialized error code in set_file_basic_info()
 2021-09-13  9:47 UTC  (4+ messages)

[GIT PULL] smb3 client fixes
 2021-09-12 18:41 UTC  (3+ messages)

xfstest detailed results
 2021-09-12  3:06 UTC  (2+ messages)

ksmbd,transport_rdma.c: Don't include rwlock.h directly
 2021-09-12  3:00 UTC 

typo in ksmbd-utils README
 2021-09-10 21:01 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).