messages from 2022-01-11 14:42:19 to 2022-02-04 17:58:28 UTC [more...]
[GIT PULL] cifs/smb3 client fixes
2022-02-04 17:58 UTC (2+ messages)
[PATCH] cifs: Invalidate fscache cookie
2022-02-04 9:07 UTC (2+ messages)
[PATCH] Documentation: ksmbd: update Feature Status table
2022-02-03 22:39 UTC
[ksmbd] racy uses of ->d_parent and ->d_name
2022-02-03 8:00 UTC (6+ messages)
[LSF/MM/BPF TOPIC][LSF/MM/BPF ATTEND] TLS handshake for in-kernel consumers
2022-02-03 3:40 UTC (3+ messages)
fix workstation_name for multiuser mounts
2022-02-03 3:32 UTC (4+ messages)
` [PATCH] cifs: "
Mapping between EHOSTDOWN to EACCESS in cifs
2022-02-02 22:24 UTC (2+ messages)
[PATCH v2] ksmbd: reduce smb direct max read/write size
2022-02-01 13:17 UTC (2+ messages)
[PATCH] ksmbd: add support for key exchange
2022-02-01 12:10 UTC
[PATCH] cachefiles: Fix the volume coherency check
2022-01-31 18:43 UTC (2+ messages)
[PATCH 1/2] cifs: Fix the readahead conversion to manage the batch when reading from cache
2022-01-31 17:54 UTC
[RFC][RFC PATCH 0/7] cifs: In-progress conversion to use iov_iters and netfslib
2022-01-31 5:48 UTC (12+ messages)
` [RFC PATCH 1/7] cifs: Transition from ->readpages() to ->readahead()
` [RFC PATCH 2/7] cifs: Miscellaneous bits
` [RFC PATCH 3/7] cifs: Change the I/O paths to use an iterator rather than a page list
` [RFC PATCH 4/7] cifs: Make cifs_writepages() hand an iterator down
` [RFC PATCH 5/7] cifs: Make cifs_readahead() pass "
` [RFC PATCH 6/7] cifs: Get direct I/O and unbuffered I/O working with iterators
` [RFC PATCH 7/7] cifs: Use netfslib to handle reads
[PATCH 1/3] ksmbd: reduce smb direct max read/write size
2022-01-31 5:09 UTC (7+ messages)
` [PATCH 2/3] ksmbd: fix same UniqueId for dot and dotdot entries
` [PATCH 3/3] ksmbd: don't align last entry offset in smb2 query directory
additional regression tests added for cifs.ko (to the buildbot)
2022-01-30 20:58 UTC
Possible regression: unable to mount CIFS 1.0 shares from older machines since 76a3c92ec9e0668e4cd0e9ff1782eb68f61a179c
2022-01-28 14:23 UTC (14+ messages)
[PATCH] cifs: add a warning that SMB 1.0 is deprecated and will be phased out in 12 months
2022-01-28 14:12 UTC
[PATCH 0/4] cifs: Use fscache I/O again after the rewrite disabled it
2022-01-28 10:58 UTC (9+ messages)
` [PATCH 1/4] Fix a warning about a malformed kernel doc comment in cifs by removing the
` [PATCH 2/4] cifs: Transition from ->readpages() to ->readahead()
` [PATCH 3/4] netfs, cachefiles: Add a method to query presence of data in the cache
` [PATCH 4/4] cifs: Implement cache I/O by accessing the cache directly
[RFC][PATCH] cachefiles: Split and rename S_KERNEL_FILE and extend effects
2022-01-28 7:05 UTC (2+ messages)
[RFC PATCH] cifs: Transition from ->readpages() to ->readahead()
2022-01-25 14:41 UTC (8+ messages)
[RFC PATCH 1/2] cifs: Transition from ->readpages() to ->readahead()
2022-01-24 16:58 UTC (2+ messages)
` [RFC PATCH 2/2] cifs: Implement cache I/O by accessing the cache directly
[PATCH 5.15.y 0/4] ksmbd stable patches for 5.15.y
2022-01-23 14:19 UTC (6+ messages)
` [PATCH 5.15.y 1/4] ksmbd: add support for smb2 max credit parameter
` [PATCH 5.15.y 2/4] ksmbd: move credit charge deduction under processing request
` [PATCH 5.15.y 3/4] ksmbd: limits exceeding the maximum allowable outstanding requests
` [PATCH 5.15.y 4/4] ksmbd: add reserved room in ipc request/response
[PATCH 5.16.y 0/4] ksmbd stable patches for 5.16.y
2022-01-23 14:18 UTC (6+ messages)
` [PATCH 5.16.y 1/4] ksmbd: add support for smb2 max credit parameter
` [PATCH 5.16.y 2/4] ksmbd: move credit charge deduction under processing request
` [PATCH 5.16.y 3/4] ksmbd: limits exceeding the maximum allowable outstanding requests
` [PATCH 5.16.y 4/4] ksmbd: add reserved room in ipc request/response
[PATCH] mountd/rpc_samr: drop unused function rpc_samr_remove_domain_entry()
2022-01-23 1:12 UTC (2+ messages)
[PATCH] fix return-type warning in usm_handle_logout_request()
2022-01-23 1:12 UTC (2+ messages)
[PATCH] ksmbd: fix SMB 3.11 posix extension mount failure
2022-01-23 0:53 UTC (3+ messages)
[PATCH AUTOSEL 5.15 05/16] ksmbd: smbd: call rdma_accept() under CM handler
2022-01-23 0:12 UTC
[PATCH AUTOSEL 5.16 05/19] ksmbd: smbd: call rdma_accept() under CM handler
2022-01-23 0:10 UTC
[GIT PULL] smb3 fixes
2022-01-22 9:40 UTC (2+ messages)
[GIT PULL] fscache: Fixes and minor updates for rewrite
2022-01-22 9:40 UTC (2+ messages)
[PATCH v2] ksmbd: smbd: validate buffer descriptor structures
2022-01-22 8:36 UTC (2+ messages)
ksmbd kernel docs
2022-01-22 8:05 UTC (2+ messages)
[PATCH 00/11] fscache, cachefiles: Rewrite fixes/updates
2022-01-21 17:53 UTC (27+ messages)
` [PATCH 01/11] fscache: Fix the volume collision wait condition
` [PATCH 02/11] cachefiles: Calculate the blockshift in terms of bytes, not pages
` [PATCH 03/11] cachefiles: set default tag name if it's unspecified
` [PATCH 04/11] cachefiles: Make some tracepoint adjustments
` [PATCH 05/11] cachefiles: Trace active-mark failure
` [PATCH 06/11] cachefiles: Explain checks in a comment
` [PATCH 07/11] cachefiles: Check that the backing filesystem supports tmpfiles
` [PATCH 08/11] fscache: Add a comment explaining how page-release optimisation works
` [PATCH 09/11] vfs, fscache: Add an IS_KERNEL_FILE() macro for the S_KERNEL_FILE flag
` [PATCH 10/11] netfs: Make ops->init_rreq() optional
` [PATCH 11/11] cifs: Support fscache indexing rewrite
[PATCH v2 2/2] cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refs
2022-01-20 19:18 UTC (5+ messages)
[GIT PULL] ksmbd fixes
2022-01-20 11:59 UTC (2+ messages)
[PATCH] cifs: serialize all mount attempts
2022-01-20 9:38 UTC (3+ messages)
[PATCH] ksmbd: smbd: validate buffer descriptor structures
2022-01-20 4:19 UTC (3+ messages)
linux-next: manual merge of the cifs tree with the fscache tree
2022-01-19 22:43 UTC
[PATCH][SMB3] add new defines from protocol specification
2022-01-18 22:45 UTC (2+ messages)
memleak on test generic/422 to windows
2022-01-18 16:26 UTC
Out of order read() completion and buffer filling beyond returned amount
2022-01-18 7:25 UTC (4+ messages)
[PATCH 1/2] ksmbd: smbd: create MR pool
2022-01-18 6:40 UTC (8+ messages)
` [PATCH 2/2] ksmbd: smbd: change the default maximum read/write, receive size
[PATCH] cifs: serialize all mount attempts
2022-01-18 3:42 UTC (3+ messages)
[PATCH] ksmbd: fix guest connection failure with nautilus
2022-01-17 23:52 UTC
[PATCH] cifs: Replace one-element array with flexible-array member
2022-01-17 21:01 UTC (3+ messages)
[PATCH -next] cifs: clean up an inconsistent indenting
2022-01-17 19:34 UTC (2+ messages)
[GIT PULL] cifs/smb3 fixes
2022-01-17 7:59 UTC (2+ messages)
[PATCH] ksmbd: uninitialized variable in create_socket()
2022-01-16 12:47 UTC (2+ messages)
Multichannel patch series
2022-01-15 5:51 UTC
Multichannel patch series reconnect bug
2022-01-14 21:19 UTC
[PATCH v2 1/2] cifs: alloc_path_with_tree_prefix: do not append sep. if the path is empty
2022-01-14 19:53 UTC
fix for "CIFS: DFS namespaces with non-ASCII symbols cannot be mounted" #215440 bug
2022-01-14 19:52 UTC
Multichannel patch series DFS regression narrowed down
2022-01-14 15:34 UTC
[PATCH v7] cifs: Support fscache indexing rewrite
2022-01-14 8:28 UTC
cifs fallocate doesn't flush writes?
2022-01-13 18:22 UTC (5+ messages)
` Incorrect fallocate behaviour in cifs or samba?
[bug report] NFS: Support statx_get and statx_set ioctls
2022-01-13 17:50 UTC (7+ messages)
[PATCH v5 63/68] cifs: Support fscache indexing rewrite
2022-01-13 16:20 UTC (6+ messages)
` [PATCH v4 63/68] cifs: Support fscache indexing rewrite (untested)
` [PATCH v4 00/68] fscache, cachefiles: Rewrite
` [PATCH v6] cifs: Support fscache indexing rewrite
[PATCH v4] ksmbd: smbd: fix missing client's memory region invalidation
2022-01-13 0:51 UTC
[GIT PULL] fscache, cachefiles: Rewrite
2022-01-12 23:49 UTC (3+ messages)
[PATCH] cifs: alloc_path_with_tree_prefix: do not append sep. if the path is empty
2022-01-12 17:19 UTC (3+ messages)
` bug: DFS namespaces with non-ASCII symbols cannot be mounted
[Bug 7726] NT_STATUS_ILLEGAL_CHARACTER -- cifs broken
2022-01-12 11:09 UTC
[PATCH] cifs: fix FILE_BOTH_DIRECTORY_INFO definition
2022-01-12 5:59 UTC (2+ messages)
[PATCH v3] ksmbd: smbd: fix missing client's memory region invalidation
2022-01-12 1:55 UTC (2+ messages)
[PATCH v2] ksmbd: smbd: fix missing client's memory region invalidation
2022-01-12 0:09 UTC (3+ messages)
[PATCH] cifs: uninitialized variable in cifs_get_next_mid()
2022-01-11 21:40 UTC (2+ messages)
[PATCH] cifs: fix FILE_BOTH_DIRECTORY_INFO definition
2022-01-11 14:42 UTC
page: next (older) | prev (newer) | latest
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).