linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-18 14:42:34 to 2022-06-04 23:00:51 UTC [more...]

[GIT PULL] SMB3 client fixes
 2022-06-04 23:00 UTC 

Failure to access cifs mount of samba share after resume from sleep with 5.17-rc5
 2022-06-04 19:36 UTC  (19+ messages)

[cifs:for-next 8/8] fs/cifs/dfs_cache.c:1294:2: warning: variable 'ppath' is used uninitialized whenever 'if' condition is false
 2022-06-04  6:23 UTC  (2+ messages)
  ` [EXTERNAL] "

[PATCH] cifs-utils: Make automake treat /sbin as exec, not data
 2022-06-03 20:34 UTC 

[PATCH] cifs: skip trailing separators of prefix paths
 2022-06-03 19:13 UTC 

[PATCH] ksmbd: clean up a type in ksmbd_vfs_stream_write()
 2022-06-03  7:36 UTC  (5+ messages)

[PATCH][CIFS] Do not build smb1ops.c if legacy support is disabled
 2022-06-03  1:26 UTC  (5+ messages)
      ` Fwd: "

RDMA (smbdirect) testing
 2022-06-03  0:07 UTC  (36+ messages)
` UAF in smbd_reconnect() when using softIWarp

ksmbd threads eating masses of cputime
 2022-06-02 23:50 UTC  (4+ messages)

[PATCH v2] ksmbd-tools: add missing long option in adduser/addshare/control
 2022-06-02  5:59 UTC  (2+ messages)

[PATCH] ksmbd-tools: add missing long option in adduser/addshare/control
 2022-06-02  5:20 UTC  (3+ messages)

[PATCH] ksmbd: use SOCK_NONBLOCK type for kernel_accept()
 2022-06-02  4:49 UTC  (2+ messages)

[GIT PULL] ksmbd server fixes
 2022-06-01 19:34 UTC  (2+ messages)

User loosing access to cifs mount
 2022-06-01 16:17 UTC 

[PATCH AUTOSEL 5.17 35/48] cifs: fix signed integer overflow when fl_end is OFFSET_MAX
 2022-06-01 13:54 UTC  (4+ messages)
` [PATCH AUTOSEL 5.17 37/48] cifs: return ENOENT for DFS lookup_cache_entry()
` [PATCH AUTOSEL 5.17 44/48] smb3: check for null tcon
` [PATCH AUTOSEL 5.17 46/48] cifs: do not use tcpStatus after negotiate completes

[PATCH AUTOSEL 5.15 34/37] smb3: check for null tcon
 2022-06-01 13:56 UTC 

[PATCH AUTOSEL 5.18 36/49] cifs: fix signed integer overflow when fl_end is OFFSET_MAX
 2022-06-01 13:52 UTC  (4+ messages)
` [PATCH AUTOSEL 5.18 38/49] cifs: return ENOENT for DFS lookup_cache_entry()
` [PATCH AUTOSEL 5.18 45/49] smb3: check for null tcon
` [PATCH AUTOSEL 5.18 47/49] cifs: do not use tcpStatus after negotiate completes

[PATCH] cifs: when extending a file with falloc we should make files not-sparse
 2022-05-31 22:58 UTC  (2+ messages)

[PATCH] cifs: remove repeated debug message on cifs_put_smb_ses()
 2022-05-31 17:27 UTC 

[PATCH v3 0/9] cifs: Use iov_iters down to the network transport
 2022-05-31  6:03 UTC  (12+ 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
` [PATCH v3 3/9] cifs: Add some helper functions
` [PATCH v3 4/9] cifs: Add a function to read into an iter from a socket
` [PATCH v3 5/9] cifs: Change the I/O paths to use an iterator rather than a page list
` [PATCH v3 6/9] cifs: Remove unused code
` [PATCH v3 7/9] cifs: Trace writedata page wrangling
` [PATCH v3 8/9] cifs: Add some RDMA send tracepoints
` [PATCH v3 9/9] cifs, ksmbd: Fix MAX_SGE count for softiwarp

[PATCH] cifs: fix potential double free during failed mount
 2022-05-31  4:06 UTC  (2+ messages)

xfstests passed for current mainline against current ksmbd-for-next
 2022-05-31  1:53 UTC  (3+ messages)

lockdep deadlock warning
 2022-05-30 13:34 UTC  (3+ messages)

[PATCH] cifs: fix potential deadlock in direct reclaim
 2022-05-30 13:21 UTC 

[PATCH] cifs: set length when cifs_copy_pages_to_iter is successful
 2022-05-29 12:52 UTC  (4+ messages)

Suspicious xfstest failures to ksmbd
 2022-05-28 22:38 UTC 

[PATCH] ksmbd: smbd: relax the count of sges required
 2022-05-28  1:57 UTC  (3+ messages)

[PATCH v2] cred: Propagate security_prepare_creds() error code
 2022-05-28  1:37 UTC  (4+ messages)

[PATCH -next] cifs: Remove duplicated include in cifssmb.c
 2022-05-28  1:32 UTC  (2+ messages)

Lockdep splat in RXE (softRoCE) driver in xarray accesses
 2022-05-28  0:23 UTC  (2+ messages)

[GIT PULL] SMB3 Client fixes (updated)
 2022-05-27 23:08 UTC  (2+ messages)

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

[GIT PULL] SMB3 client fixes
 2022-05-27 16:31 UTC  (2+ messages)

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

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  (5+ 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  (7+ messages)
` [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][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  (4+ 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 


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