linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-07 18:43:22 to 2023-01-30 09:26:15 UTC [more...]

add bvec initialization helpers
 2023-01-30  9:21 UTC  (16+ messages)
` [PATCH 01/23] block: factor out a bvec_set_page helper
` [PATCH 02/23] block: add a bvec_set_folio helper
` [PATCH 03/23] block: add a bvec_set_virt helper
` [PATCH 04/23] sd: factor out a sd_set_special_bvec helper
` [PATCH 05/23] target: use bvec_set_page to initialize bvecs
` [PATCH 06/23] nvmet: "
` [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec
` [PATCH 08/23] rbd: use bvec_set_page to initialize the copy up bvec
` [PATCH 09/23] virtio_blk: use bvec_set_virt to initialize special_vec
` [PATCH 10/23] zram: use bvec_set_page to initialize bvecs
` [PATCH 11/23] afs: use bvec_set_folio to initialize a bvec
` [PATCH 12/23] ceph: use bvec_set_page "
` [PATCH 13/23] cifs: use bvec_set_page to initialize bvecs
` [PATCH 14/23] coredump: use bvec_set_page to initialize a bvec
` [PATCH 15/23] nfs: use bvec_set_page to initialize bvecs

[PATCH][next] ksmbd: Fix spelling mistake "excceed" -> "exceeded"
 2023-01-30  9:23 UTC 

[PATCH 1/6] ksmbd: Implements sess->ksmbd_chann_list as xarray
 2023-01-30  4:15 UTC  (9+ 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][KSMBD] fix indentation in ksmbd config and note Kerberos support
 2023-01-30  4:08 UTC  (4+ messages)

ksmbd-for-next udpated
 2023-01-30  0:14 UTC 

[GIT PULL] ksmbd server fixes
 2023-01-28 19:33 UTC  (2+ messages)

[GIT PULL] smb3 client fix
 2023-01-28  1:45 UTC  (2+ messages)

[PATCH] vfs: parse sloppy mount option in correct order
 2023-01-27 11:13 UTC  (2+ messages)

[RFC 00/13] smb3: Use iov_iters down to the network transport and fix DIO page pinning
 2023-01-27 10:38 UTC  (20+ 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
` [RFC 03/13] cifs: Fix oops due to uncleared server->smbd_conn in reconnect
` [RFC 04/13] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE
` [RFC 05/13] cifs: Add a function to build an RDMA SGE list from an iterator
` [RFC 06/13] cifs: Add a function to Hash the contents of "
` [RFC 07/13] cifs: Add some helper functions
` [RFC 08/13] cifs: Add a function to read into an iter from a socket
` [RFC 10/13] cifs: Build the RDMA SGE list directly from an iterator
` [RFC 11/13] cifs: Remove unused code
` [RFC 12/13] cifs: Fix problem with encrypted RDMA data read
` [RFC 13/13] cifs: DIO to/from KVEC-type iterators should now work

cifs-rdma: KASAN-detected UAF when using rxe driver
 2023-01-26 20:47 UTC  (18+ messages)
` [PATCH] cifs: Fix oops due to uncleared server->smbd_conn in reconnect
      ` pcap of misbehaving fallocate over cifs rdma

[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 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  (9+ messages)
` [PATCH v5 09/23] cifs: Convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()
` [PATCH v5 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v5 14/23] f2fs: Convert f2fs_write_cache_pages() "
  ` [f2fs-dev] "

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  (3+ messages)
` [RFC PATCH v2 01/18] fat: Fix iocharset=utf8 mount option

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)


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