linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-26 15:02:53 to 2022-05-23 02:30:06 UTC [more...]

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 1/2] netfs: ->cleanup() op is always given a rreq pointer now
 2022-05-23  1:21 UTC  (3+ messages)

[PATCH] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
 2022-05-23  1:01 UTC  (4+ messages)

[PATCH][SMB3] Add defines for various newer FSCTLs
 2022-05-23  0:09 UTC  (2+ messages)

RDMA (smbdirect) testing
 2022-05-22 23:06 UTC  (9+ messages)

[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 

CIFS regression mounting vers=1.0 NTLMSSP when hostname is too long
 2022-05-22  4:40 UTC  (12+ messages)

Cifs: cache entries for the cached directory
 2022-05-21 17:26 UTC  (8+ 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 v2] cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was set
 2022-05-20 22:41 UTC  (2+ messages)

[PATCH] cred: Propagate security_prepare_creds() error code
 2022-05-20 21:27 UTC 

[PATCH RFC 0/5] Implement a TLS handshake upcall
 2022-05-20 16:39 UTC  (30+ 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)

[PATCH v2] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
 2022-05-20 14:47 UTC 

[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  (7+ messages)
` [PATCH 2/3] fs: introduce lock_rename_child() helper
` [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)

Patch to add caching od directory entries for the cache dir
 2022-05-04  1:44 UTC  (5+ messages)
` [PATCH] cifs: cache dirent names for cached directories

2nd Quater puchase request
 2022-05-03 14:48 UTC 

[PATCH] cifs: flush all dirty pages to server before read/write
 2022-05-03  9:45 UTC  (8+ messages)

identifying key_type_dns_resolver
 2022-05-02  6:15 UTC 

[PATCH] ksmbd: fix reference count leak in smb_check_perm_dacl()
 2022-04-30  4:14 UTC  (2+ messages)

[PATCH v4 1/5] ksmbd: smbd: change prototypes of RDMA read/write related functions
 2022-04-30  4:11 UTC  (10+ messages)
` [PATCH v4 2/5] ksmbd: smbd: introduce read/write credits for RDMA read/write
` [PATCH v4 3/5] ksmbd: smbd: simplify tracking pending packets
` [PATCH v4 4/5] ksmbd: smbd: change the return value of get_sg_list
` [PATCH v4 5/5] ksmbd: smbd: handle multiple Buffer descriptors

[PATCH] mount.cifs.rst: add FIPS information
 2022-04-29 22:17 UTC  (8+ messages)

[ANNOUNCE] cifs-utils release 6.15 ready for download
 2022-04-29 22:03 UTC 

"full backport" of cifs.ko fixes/features to 5.15
 2022-04-28  2:23 UTC 

[PATCH AUTOSEL 4.14 3/5] cifs: destage any unwritten data to the server before calling copychunk_write
 2022-04-26 19:02 UTC 

[PATCH AUTOSEL 4.19 4/6] cifs: destage any unwritten data to the server before calling copychunk_write
 2022-04-26 19:02 UTC 

[PATCH AUTOSEL 5.4 4/6] cifs: destage any unwritten data to the server before calling copychunk_write
 2022-04-26 19:02 UTC 

[PATCH AUTOSEL 5.10 6/9] cifs: destage any unwritten data to the server before calling copychunk_write
 2022-04-26 19:02 UTC 

[PATCH AUTOSEL 5.15 05/15] ksmbd: increment reference count of parent fp
 2022-04-26 19:02 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 06/15] ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION
` [PATCH AUTOSEL 5.15 10/15] cifs: destage any unwritten data to the server before calling copychunk_write

[PATCH AUTOSEL 5.17 10/22] ksmbd: increment reference count of parent fp
 2022-04-26 19:01 UTC  (3+ messages)
` [PATCH AUTOSEL 5.17 11/22] ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION
` [PATCH AUTOSEL 5.17 16/22] cifs: destage any unwritten data to the server before calling copychunk_write


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