linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-04 01:56:50 to 2022-05-27 10:44:29 UTC [more...]

[PATCH v3 0/9] cifs: Use iov_iters down to the network transport
 2022-05-27 10:44 UTC  (3+ messages)
` [PATCH v3 1/9] iov_iter: Add a function to extract an iter's buffers to a bvec iter
` [PATCH v3 2/9] iov_iter: Add a general purpose iteration function

RDMA (smbdirect) testing
 2022-05-27 10:33 UTC  (31+ messages)
` UAF in smbd_reconnect() when using softIWarp

Lockdep splat in RXE (softRoCE) driver in xarray accesses
 2022-05-27  9:57 UTC 

[GIT PULL] SMB3 client fixes
 2022-05-27  6:52 UTC 

[PATCH] ksmbd: smbd: relax the count of sges required
 2022-05-26 23:50 UTC 

[PATCH -next] cifs: Remove duplicated include in cifssmb.c
 2022-05-26 23:26 UTC 

[PATCH v2] cred: Propagate security_prepare_creds() error code
 2022-05-26 20:43 UTC  (2+ messages)

[bug report] cifs: cache the dirents for entries in a cached directory
 2022-05-26 19:19 UTC  (2+ messages)

[PATCH] cifs: set length when cifs_copy_pages_to_iter is successful
 2022-05-26 14:02 UTC 

New Defects reported by Coverity Scan for linux-next weekly scan
 2022-05-26  5:00 UTC 

linux-next: Signed-off-by missing for commit in the cifs tree
 2022-05-25 22:37 UTC  (2+ messages)

[PATCH 0/7] cifs: Use iov_iters down to the network transport
 2022-05-25 15:32 UTC  (9+ messages)
` [PATCH 1/7] iov_iter: Add a function to extract an iter's buffers to a bvec iter
` [PATCH 2/7] iov_iter: Add a general purpose iteration function
` [PATCH 3/7] cifs: Add some helper functions
` [PATCH 4/7] cifs: Add a function to read into an iter from a socket
` [PATCH 5/7] cifs: Change the I/O paths to use an iterator rather than a page list
` [PATCH 6/7] cifs: Remove unused code
` [PATCH 7/7] cifs, ksmbd: Fix MAX_SGE count for softiwarp

CIFS regression mounting vers=1.0 NTLMSSP when hostname is too long
 2022-05-25  3:17 UTC  (14+ messages)

Should BUG() be removed or changed to WARN_ON in iov_iter changeset
 2022-05-25  2:48 UTC 

Cifs: cache entries for the cached directory
 2022-05-24 19:38 UTC  (9+ messages)
` [PATCH 1/4] cifs: move definition of cifs_fattr earlier in cifsglob.h
` [PATCH 2/4] cifs: check for smb1 in open_cached_dir()
` [PATCH 3/4] cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir()
` [PATCH 4/4] cifs: cache the dirents for entries in a cached directory

[PATCH][SMB3] 3 multichannel patches from Shyam
 2022-05-24 19:20 UTC 

[PATCH v2] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
 2022-05-24 10:12 UTC  (7+ messages)

[PATCH RFC 0/5] Implement a TLS handshake upcall
 2022-05-24 10:05 UTC  (16+ messages)
` [PATCH RFC 2/5] tls: build proto after context has been initialized
` [PATCH RFC 4/5] net/tls: Add support for PF_TLSH (a TLS handshake listener)
                        ` [ovs-dev] "

[PATCH] cred: Propagate security_prepare_creds() error code
 2022-05-24  4:44 UTC  (3+ messages)

[SMB3] add mount option "nosparse"
 2022-05-24  4:26 UTC 

[SMB3][PATCHES] two patches for minor coverity warnings
 2022-05-24  2:01 UTC  (2+ messages)

[PATCH] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
 2022-05-24  0:29 UTC  (5+ messages)

lockdep deadlock warning
 2022-05-23 12:38 UTC  (2+ messages)

[PATCH][SMB3] Add defines for various newer FSCTLs
 2022-05-23 10:13 UTC  (3+ messages)

[PATCH 1/2] netfs: ->cleanup() op is always given a rreq pointer now
 2022-05-23  6:08 UTC  (4+ messages)

[PATCH][SMB3] Fix trivial unused variable compile warning
 2022-05-23  2:30 UTC 

linux-next: build warning after merge of the cifs tree
 2022-05-23  2:29 UTC  (2+ messages)

[PATCH][SMB3] Add various fsctl structs
 2022-05-23  2:20 UTC 

[PATCH] cifs: smbd: fix typo in comment
 2022-05-22 23:00 UTC  (3+ messages)

[PATCH -next] cifs: Return true/false (not 1/0) from bool functions
 2022-05-22 21:09 UTC  (2+ messages)

[PATCH][SMB2] Add tracepoint for oplock break file not found
 2022-05-22  5:46 UTC 

[PATCH v2] cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was set
 2022-05-20 22:41 UTC  (2+ messages)

[PATCH v3] ksmbd: fix outstanding credits related bugs
 2022-05-20  8:19 UTC  (2+ messages)

[PATCH 1/2] ksmbd: fix outstanding credits related bugs
 2022-05-20  0:21 UTC  (4+ messages)
` [PATCH 2/2] ksmbd: smbd: fix connection dropped issue

[PATCH v2] ksmbd: fix outstanding credits related bugs
 2022-05-19 23:35 UTC  (2+ messages)

[PATCH 1/3] ksmbd: remove internal.h include
 2022-05-19  0:39 UTC  (6+ messages)
` [PATCH 3/3] ksmbd: fix racy issue from using ->d_parent and ->d_name

[PATCH][SMB3] add dynamic trace point for debugging lease break not found
 2022-05-18 22:34 UTC  (2+ messages)

non-cifs change post 5.18-rc4 causing buildbot regressions
 2022-05-18 22:34 UTC  (2+ messages)

[PATCH v2] netfs: Use container_of() for offset casting
 2022-05-18 20:22 UTC 

Multichannel fixes
 2022-05-18 19:15 UTC  (2+ messages)

[PATCH] cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was set
 2022-05-18 16:24 UTC  (7+ messages)
` [PATCH] cifs: print TIDs as hex
` [PATCH] cifs: return ENOENT for DFS lookup_cache_entry()

[PATCH -next] cifs: return the more nuanced writeback error on close()
 2022-05-18 14:56 UTC 

getxattr() on cifs sometimes hangs since kernel 5.14
 2022-05-18  3:56 UTC  (3+ messages)

New collaboration
 2022-05-17 15:50 UTC 

[PATCH 1/3] ksmbd: handle smb2 query dir request for OutputBufferLength that is too small
 2022-05-17  8:07 UTC  (6+ messages)
` [PATCH 2/3] ksmbd: add smbd max io size parameter
` [PATCH 3/3] ksmbd: fix wrong smbd max read/write size check

[PATCH -next] ksmbd: Fix some kernel-doc comments
 2022-05-16 13:02 UTC  (2+ messages)

[PATCH] ksmbd-tools: add smbd max io size parameter
 2022-05-16  7:42 UTC 

[Bug 4194] Can't read directories with many files+directories
 2022-05-15 20:19 UTC  (3+ messages)

[PATCH 0/6] cifs: Use iov_iters down to the network transport
 2022-05-13 15:59 UTC  (8+ messages)
` [PATCH 1/6] iov_iter: Add a function to extract an iter's buffers to a bvec iter
` [PATCH 2/6] iov_iter: Add a general purpose iteration function
` [PATCH 3/6] cifs: Add some helper functions
` [PATCH 4/6] cifs: Add a function to read into an iter from a socket
` [PATCH 5/6] cifs: Change the I/O paths to use an iterator rather than a page list
` [PATCH 6/6] cifs: Remove unused code
` [PATCH 7/6] cifs: Make the cifs RDMA code use iterators

Failure to access cifs mount of samba share after resume from sleep with 5.17-rc5
 2022-05-13 14:31 UTC  (18+ messages)

[Bug 15051] New: EBADF/EIO errors in rename/open caused by race condition in smb2_compound_op
 2022-05-12 15:50 UTC  (5+ messages)
` [Bug 15051] "

[PATCH][SMB3] EBADF/EIO errors in rename/open caused by race condition in smb2_compound_op
 2022-05-12 15:49 UTC 

misreported st_blocks (AllocationSize)
 2022-05-11 20:20 UTC  (2+ messages)

[Bug 14713] SMBv3 negotiation fails with a Solaris server
 2022-05-11 18:46 UTC 

cache dirent names for the cached directory while we hold a lease
 2022-05-10  0:01 UTC  (8+ messages)
` [PATCH] cifs: cache dirent names for cached directories

Improving perf for async i/o path
 2022-05-07  2:19 UTC  (3+ messages)

[PATCH v3] ksmbd: validate length in smb2_write()
 2022-05-06  5:34 UTC  (4+ messages)

[bug report] cifs: cache dirent names for cached directories
 2022-05-05 10:32 UTC 

[PATCH] ksmbd: validate length in fsctl_pipe_transceive()
 2022-05-04 22:48 UTC 

Regression: CIFS umount fails since 14302ee33 with some servers (exit code 32)
 2022-05-04 16:43 UTC  (5+ messages)

[PATCH v2] ksmbd: validate length in smb2_write()
 2022-05-04 13:40 UTC 

[PATCH] ksmbd: validate length in smb2_write()
 2022-05-04 13:19 UTC  (2+ messages)


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).