messages from 2023-01-19 11:19:26 to 2023-02-03 15:12:13 UTC [more...]
add bvec initialization helpers v2
2023-02-03 15:06 UTC (24+ 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 16/23] orangefs: use bvec_set_{page,folio} "
` [PATCH 17/23] splice: use bvec_set_page to initialize a bvec
` [PATCH 18/23] io_uring: "
` [PATCH 19/23] swap: use bvec_set_page to initialize bvecs
` [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec
` [PATCH 21/23] sunrpc: use bvec_set_page to initialize bvecs
` [PATCH 22/23] vringh: use bvec_set_page to initialize a bvec
` [PATCH 23/23] libceph: use bvec_set_page to initialize bvecs
[PATCH 00/12] smb3: Use iov_iters down to the network transport and fix DIO page pinning
2023-02-02 0:55 UTC (20+ messages)
` [PATCH 01/12] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH 02/12] netfs: Add a function to extract an iterator into a scatterlist
` [PATCH 03/12] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE
` [PATCH 04/12] cifs: Add a function to build an RDMA SGE list from an iterator
` [PATCH 05/12] cifs: Add a function to Hash the contents of "
` [PATCH 06/12] cifs: Add some helper functions
` [PATCH 07/12] cifs: Add a function to read into an iter from a socket
` [PATCH 09/12] cifs: Build the RDMA SGE list directly from an iterator
` [PATCH 10/12] cifs: Remove unused code
` [PATCH 11/12] cifs: Fix problem with encrypted RDMA data read
` [PATCH 12/12] cifs: DIO to/from KVEC-type iterators should now work
[PATCH v2 0/3] avoid plaintext rdma offload if encryption is required
2023-02-02 0:05 UTC (5+ messages)
` [PATCH v2 1/3] cifs: introduce cifs_io_parms in smb2_async_writev()
` [PATCH v2 2/3] cifs: split out smb3_use_rdma_offload() helper
` [PATCH v2 3/3] cifs: don't try to use rdma offload on encrypted connections
[PATCH 0/3] avoid plaintext rdma offset if encryption is required
2023-02-01 13:52 UTC (6+ messages)
` [PATCH 1/3] cifs: introduce cifs_io_parms in smb2_async_writev()
` [PATCH 2/3] cifs: split out smb3_use_rdma_offload() helper
` [PATCH 3/3] cifs: don't try to use rdma offload on encrypted connections
[PATCH] ksmbd: fix possible memory leak in smb2_lock()
2023-02-01 8:10 UTC
[PATCH] cifs: get rid of unneeded conditional in cifs_get_num_sgs()
2023-01-31 17:28 UTC (2+ messages)
add bvec initialization helpers
2023-01-31 13:45 UTC (65+ 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 16/23] orangefs: use bvec_set_{page,folio} "
` [PATCH 17/23] splice: use bvec_set_page to initialize a bvec
` [PATCH 18/23] io_uring: "
` [PATCH 19/23] swap: use bvec_set_page to initialize bvecs
` [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec
` [PATCH 21/23] sunrpc: use bvec_set_page to initialize bvecs
` [PATCH 22/23] vring: use bvec_set_page to initialize a bvec
` [PATCH 23/23] net-ceph: use bvec_set_page to initialize bvecs
[PATCH] cifs: prevent data race in smb2_reconnect()
2023-01-31 6:03 UTC (2+ messages)
[PATCH 3/6] ksmbd: replace rwlock with rcu for concurrenct access on conn list
2023-01-31 2:40 UTC (8+ messages)
` [PATCH 6/6] ksmbd: fix typo, syncronous->synchronous
[PATCH][KSMBD] fix indentation in ksmbd config and note Kerberos support
2023-01-31 2:01 UTC (5+ messages)
[PATCH] cifs: update Kconfig description
2023-01-31 1:50 UTC (2+ messages)
cifs: fix indentation in make menuconfig options
2023-01-31 1:43 UTC
[PATCH][next] ksmbd: Fix spelling mistake "excceed" -> "exceeded"
2023-01-30 21:23 UTC (3+ 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 (5+ 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 (3+ messages)
` [PATCH v6 31/34] cifs: Fix problem with encrypted RDMA data read
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;
as well as URLs for NNTP newsgroup(s).