Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2022-12-20 14:48:34 to 2023-01-17 00:11:13 UTC [more...]

[PATCH 0/5] dfs fixes
 2023-01-17  0:09 UTC  (6+ 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 v6 00/34] iov_iter: Improve page extraction (ref, pin or just list)
 2023-01-16 23:11 UTC  (12+ 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 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 

[Bug report] Since 5.17 kernel, non existing files may be treated as remote DFS entries
 2023-01-16 13:02 UTC  (2+ messages)

[PATCH] ksmbd: do not sign response to session request for guest login
 2023-01-15 23:58 UTC  (4+ messages)

[PATCH 0/6] ksmbd: Minor performance improvement & code cleanup
 2023-01-15 10:32 UTC 

[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  (23+ messages)
` [RFC PATCH v2 01/18] fat: Fix iocharset=utf8 mount option
` [RFC PATCH v2 02/18] hfsplus: Add iocharset= mount option as alias for nls=
` [RFC PATCH v2 03/18] ntfs: Undeprecate iocharset= mount option
` [RFC PATCH v2 04/18] ntfs: Fix error processing when load_nls() fails
` [RFC PATCH v2 05/18] befs: Fix printing iocharset= mount option
` [RFC PATCH v2 06/18] befs: Rename enum value Opt_charset to Opt_iocharset to match "
` [RFC PATCH v2 07/18] befs: Fix error processing when load_nls() fails
` [RFC PATCH v2 08/18] befs: Allow to use native UTF-8 mode
` [RFC PATCH v2 09/18] hfs: Explicitly set hsb->nls_disk when hsb->nls_io is set
` [RFC PATCH v2 10/18] hfs: Do not use broken utf8 NLS table for iocharset=utf8 mount option
` [RFC PATCH v2 11/18] hfsplus: "
` [RFC PATCH v2 12/18] jfs: Remove custom iso8859-1 implementation
` [RFC PATCH v2 13/18] jfs: Fix buffer overflow in jfs_strfromUCS_le() function
` [RFC PATCH v2 14/18] jfs: Do not use broken utf8 NLS table for iocharset=utf8 mount option
` [RFC PATCH v2 15/18] ntfs: "
` [RFC PATCH v2 16/18] cifs: "
` [RFC PATCH v2 17/18] cifs: Remove usage of load_nls_default() calls
` [RFC PATCH v2 18/18] nls: Drop broken nls_utf8 module

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  (7+ messages)
` [PATCH v5 1/3] mm: Merge folio_has_private()/filemap_release_folio() call pairs
` [PATCH v5 2/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
` [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)

[PATCH] ksmbd: add max connections parameter
 2022-12-29  9:40 UTC  (3+ messages)

[PATCH] ksmbd: send proper error response in smb2_tree_connect()
 2022-12-27 15:05 UTC  (4+ messages)
` [PATCH v2] "

[PATCH AUTOSEL 5.15 11/14] ksmbd: Fix resource leak in smb2_lock()
 2022-12-24  1:31 UTC 

[PATCH AUTOSEL 6.0 15/18] ksmbd: Fix resource leak in smb2_lock()
 2022-12-24  1:30 UTC 

[PATCH AUTOSEL 6.1 23/26] ksmbd: Fix resource leak in smb2_lock()
 2022-12-24  1:29 UTC 

[PATCH] cifs: use the least loaded channel for sending requests
 2022-12-23 14:16 UTC  (7+ messages)

[GIT PULL] smb3 client fixes
 2022-12-21 18:50 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