messages from 2022-12-29 15:34:23 to 2023-01-25 21:46:49 UTC [more...]
[RFC 00/13] smb3: Use iov_iters down to the network transport and fix DIO page pinning
2023-01-25 21:45 UTC (3+ messages)
` [RFC 01/13] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [RFC 02/13] netfs: Add a function to extract an iterator into a scatterlist
cifs-rdma: KASAN-detected UAF when using rxe driver
2023-01-25 20:41 UTC (7+ messages)
` [PATCH] cifs: Fix oops due to uncleared server->smbd_conn in reconnect
[PATCH 1/2] ksmbd: downgrade ndr version error message to debug
2023-01-24 15:16 UTC (2+ messages)
` [PATCH 2/2] ksmbd: limit pdu length size according to connection status
[PATCH AUTOSEL 5.15 13/14] cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()
2023-01-24 13:42 UTC
[PATCH AUTOSEL 6.1 25/35] cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()
2023-01-24 13:41 UTC
[Bug report] Since 5.17 kernel, non existing files may be treated as remote DFS entries
2023-01-22 13:45 UTC (6+ messages)
[GIT PULL] smb3 client fixes
2023-01-20 22:38 UTC (2+ messages)
[PATCH v1 1/1] cifs: Get rid of unneeded conditional in the smb2_get_aead_req()
2023-01-20 19:17 UTC (3+ messages)
[PATCH] cifs: fix debug format string in cifs_debug_data_proc_show
2023-01-20 19:17 UTC (3+ messages)
[PATCH v6 00/34] iov_iter: Improve page extraction (ref, pin or just list)
2023-01-19 16:25 UTC (14+ messages)
` [PATCH v6 13/34] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH v6 14/34] netfs: Add a function to extract an iterator into a scatterlist
` [PATCH v6 23/34] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE
` [PATCH v6 24/34] cifs: Add a function to build an RDMA SGE list from an iterator
` [PATCH v6 25/34] cifs: Add a function to Hash the contents of "
` [PATCH v6 26/34] cifs: Add some helper functions
` [PATCH v6 27/34] cifs: Add a function to read into an iter from a socket
` [PATCH v6 29/34] cifs: Build the RDMA SGE list directly from an iterator
` [PATCH v6 30/34] cifs: Remove unused code
` [PATCH v6 31/34] cifs: Fix problem with encrypted RDMA data read
` [PATCH v6 32/34] cifs: DIO to/from KVEC-type iterators should now work
[PATCH] cifs: do not include page data when checking signature
2023-01-18 22:59 UTC (7+ messages)
[cifs:for-next 2/7] fs/cifs/dfs_cache.c:1070:7: warning: variable 'rc' is used uninitialized whenever 'if' condition is true
2023-01-18 17:37 UTC (2+ messages)
` [EXTERNAL] "
Custom Software Development
2023-01-18 8:50 UTC
[PATCH 0/5] dfs fixes
2023-01-18 1:33 UTC (15+ messages)
` [PATCH 1/5] cifs: fix potential deadlock in cache_refresh_path()
` [PATCH 2/5] cifs: avoid re-lookups in dfs_cache_find()
` [PATCH 3/5] cifs: don't take exclusive lock for updating target hints
` [PATCH 4/5] cifs: remove duplicate code in __refresh_tcon()
` [PATCH 5/5] cifs: handle cache lookup errors different than -ENOENT
` [PATCH v2 0/5] dfs fixes
` [PATCH v2 1/5] cifs: fix potential deadlock in cache_refresh_path()
` [PATCH v2 2/5] cifs: avoid re-lookups in dfs_cache_find()
` [PATCH v2 3/5] cifs: don't take exclusive lock for updating target hints
` [PATCH v2 4/5] cifs: remove duplicate code in __refresh_tcon()
` [PATCH v2 5/5] cifs: handle cache lookup errors different than -ENOENT
[PATCH 0/6] ksmbd: Minor performance improvement & code cleanup
2023-01-17 15:07 UTC (2+ messages)
[PATCH 1/6] ksmbd: Implements sess->ksmbd_chann_list as xarray
2023-01-16 14:38 UTC (7+ messages)
` [PATCH 2/6] ksmbd: Implements sess->rpc_handle_list "
` [PATCH 3/6] ksmbd: replace rwlock with rcu for concurrenct access on conn list
` [PATCH 4/6] ksmbd: Remove duplicated codes
` [PATCH 5/6] ksmbd: improve exception handling and avoid redundant sanity check in loop
` [PATCH 6/6] ksmbd: fix typo, syncronous->synchronous
[PATCH AUTOSEL 6.1 37/53] cifs: fix potential memory leaks in session setup
2023-01-16 14:01 UTC
[PATCH] ksmbd: do not sign response to session request for guest login
2023-01-15 23:58 UTC (4+ messages)
[PATCH][next] cifs: Replace zero-length arrays with flexible-array members
2023-01-14 18:12 UTC (3+ messages)
[PATCH v2] cifs: Use kstrtobool() instead of strtobool()
2023-01-14 18:11 UTC (2+ messages)
[GIT PULL] smb3 client fixes
2023-01-14 14:17 UTC (2+ messages)
[PATCH v5 00/23] Convert to filemap_get_folios_tag()
2023-01-13 3:03 UTC (30+ messages)
` [PATCH v5 01/23] pagemap: Add filemap_grab_folio()
` [PATCH v5 02/23] filemap: Added filemap_get_folios_tag()
` [PATCH v5 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
` [PATCH v5 04/23] page-writeback: Convert write_cache_pages() "
` [PATCH v5 05/23] afs: Convert afs_writepages_region() "
` [PATCH v5 06/23] btrfs: Convert btree_write_cache_pages() to use filemap_get_folio_tag()
` [PATCH v5 07/23] btrfs: Convert extent_write_cache_pages() to use filemap_get_folios_tag()
` [PATCH v5 08/23] ceph: Convert ceph_writepages_start() "
` [PATCH v5 09/23] cifs: Convert wdata_alloc_and_fillpages() "
` [PATCH v5 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v5 11/23] f2fs: Convert f2fs_fsync_node_pages() "
` [PATCH v5 12/23] f2fs: Convert f2fs_flush_inline_data() "
` [PATCH v5 13/23] f2fs: Convert f2fs_sync_node_pages() "
` [PATCH v5 14/23] f2fs: Convert f2fs_write_cache_pages() "
` [f2fs-dev] "
` [PATCH v5 15/23] f2fs: Convert last_fsync_dnode() "
` [PATCH v5 16/23] f2fs: Convert f2fs_sync_meta_pages() "
` [PATCH v5 17/23] gfs2: Convert gfs2_write_cache_jdata() "
` [Cluster-devel] "
` [PATCH v5 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() "
` [PATCH v5 19/23] nilfs2: Convert nilfs_lookup_dirty_node_buffers() "
` [PATCH v5 20/23] nilfs2: Convert nilfs_btree_lookup_dirty_buffers() "
` [PATCH v5 21/23] nilfs2: Convert nilfs_copy_dirty_pages() "
` [PATCH v5 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "
` [PATCH v5 23/23] filemap: Remove find_get_pages_range_tag()
Fix posix 311 symlink creation mode
2023-01-12 15:59 UTC (8+ messages)
Silikonmischungen
2023-01-12 8:35 UTC
Connection sharing in SMB multichannel
2023-01-11 17:57 UTC (11+ messages)
[PATCH v5 0/9] iov_iter: Add extraction helpers
2023-01-11 14:28 UTC (3+ messages)
` [PATCH v5 5/9] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH v5 6/9] netfs: Add a function to extract an iterator into a scatterlist
[PATCH v2] filelock: move file locking definitions to separate header file
2023-01-11 11:29 UTC (6+ messages)
[PATCH] cifs: do not query ifaces on smb1 mounts
2023-01-11 2:32 UTC (8+ messages)
` [PATCH v2] "
[PATCH] cifs: fix potential memory leaks in session setup
2023-01-10 23:57 UTC (2+ messages)
[PATCH] cifs: fix double free on failed kerberos auth
2023-01-10 21:34 UTC (2+ messages)
[GIT PULL] ksmbd server fixes
2023-01-10 11:36 UTC (2+ messages)
[RFC PATCH v2 00/18] fs: Remove usage of broken nls_utf8 and drop it
2023-01-10 9:17 UTC (7+ messages)
` [RFC PATCH v2 01/18] fat: Fix iocharset=utf8 mount option
` [RFC PATCH v2 03/18] ntfs: Undeprecate iocharset= "
CIFS: kernel BUG at mm/slub.c:435
2023-01-10 2:25 UTC (3+ messages)
Fwd: [Bug 2159009] Visting CIFS Shares Freezes Machine
2023-01-09 23:01 UTC (2+ messages)
[PATCH 1/2] cifs: fix file info setting in cifs_query_path_info()
2023-01-07 20:01 UTC (2+ messages)
` [PATCH 2/2] cifs: fix file info setting in cifs_open_file()
[GIT PULL] cifs/smb3 fixes
2023-01-07 18:43 UTC (2+ messages)
[PATCH v5 0/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
2023-01-07 15:11 UTC (6+ messages)
` [PATCH v5 1/3] mm: Merge folio_has_private()/filemap_release_folio() call pairs
` [PATCH v5 3/3] mm: Make filemap_release_folio() better inform shrink_folio_list()
[PATCH v4 0/7] iov_iter: Add extraction helpers
2023-01-07 0:34 UTC (3+ messages)
` [PATCH v4 5/7] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH v4 6/7] netfs: Add a function to extract an iterator into a scatterlist
[Regression] Bug 216881 - CIFS 1.0 mounts fail with "VFS: bogus file nlink value 0"
2023-01-06 9:49 UTC
[PATCH][next] cifs: remove redundant assignment to the variable match
2023-01-05 13:41 UTC
[PATCH] cifs: Fix kmap_local_page() unmapping
2023-01-04 6:15 UTC (4+ messages)
[PATCH] cifs: protect access of TCP_Server_Info::{dstaddr,hostname}
2023-01-04 6:15 UTC (2+ messages)
[PATCH 1/2] cifs: ignore ipc reconnect failures during dfs failover
2023-01-04 6:14 UTC (6+ messages)
` [PATCH 2/2] cifs: fix race in assemble_neg_contexts()
[Bug 15274] New: detection for systemd in mount.cifs.c fails when running in 'unified' systemd breaking ask password functionatlity which leads to permission denied
2023-01-01 0:30 UTC
[PATCH v2] ksmbd-tools: add max connections parameter to global section
2022-12-31 8:21 UTC (3+ messages)
[PATCH v3] ksmbd-tools: add max connections parameter to global section
2022-12-31 8:21 UTC
[PATCH] ksmbd-tools: add max connections parameter to global section
2022-12-30 3:56 UTC (3+ messages)
Deadlock in Ubuntu 5.4 kernel
2022-12-30 3:33 UTC (3+ messages)
[PATCH v2] ksmbd: add max connections parameter
2022-12-30 2:48 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox