linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-26 09:27:08 to 2023-02-08 10:11:14 UTC [more...]

[RFC PATCH v2 00/18] fs: Remove usage of broken nls_utf8 and drop it
 2023-02-08 10:10 UTC  (5+ messages)
` [RFC PATCH v2 01/18] fat: Fix iocharset=utf8 mount option

Fotowoltaika - nowe warunki
 2023-02-07  9:15 UTC 

[PATCH 1/2] ksmbd: do not allow the actual frame length to be smaller than the rfc10024 length
 2023-02-08  9:41 UTC 

[PATCH 1/2] ksmbd: fix wrong data area length for smb2 lock request
 2023-02-08  9:35 UTC 

[PATCH] cifs: remove unneeded 2bytes of padding from smb2 tree connect
 2023-02-08  9:34 UTC 

[PATCH 1/2] cifs: fix UAF in refresh_cache_worker()
 2023-02-08  2:06 UTC  (2+ messages)
` [PATCH 2/2] cifs: set DFS root session in cifs_get_smb_ses()

[PATCH v3] ksmbd: fix possible memory leak in smb2_lock()
 2023-02-07  8:07 UTC 

[PATCH] cifs: Fix use-after-free in rdata->read_into_pages()
 2023-02-07  4:58 UTC  (2+ messages)

[PATCH v2] ksmbd: fix possible memory leak in smb2_lock()
 2023-02-07  4:22 UTC  (4+ messages)

[PATCH] ksmbd: Fix parameter name and comment mismatch
 2023-02-07  1:52 UTC  (3+ messages)

[PATCH 00/11] smb3: Use iov_iters down to the network transport and fix DIO page pinning
 2023-02-06 15:48 UTC  (12+ messages)
` [PATCH 01/11] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH 02/11] netfs: Add a function to extract an iterator into a scatterlist
` [PATCH 03/11] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE
` [PATCH 04/11] cifs: Add a function to build an RDMA SGE list from an iterator
` [PATCH 05/11] cifs: Add a function to Hash the contents of "
` [PATCH 06/11] cifs: Add some helper functions
` [PATCH 07/11] cifs: Add a function to read into an iter from a socket
` [PATCH 09/11] cifs: Build the RDMA SGE list directly from an iterator
` [PATCH 10/11] cifs: Remove unused code
` [PATCH 11/11] cifs: DIO to/from KVEC-type iterators should now work

[PATCH] ksmbd: fix possible memory leak in smb2_lock()
 2023-02-06  2:33 UTC  (3+ messages)

curious about a CIFS bug fixed in Linux 5.13
 2023-02-05 17:03 UTC  (3+ messages)

[PATCH 00/12] smb3: Use iov_iters down to the network transport and fix DIO page pinning
 2023-02-03 21:00 UTC  (21+ 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

add bvec initialization helpers v2
 2023-02-03 17:18 UTC  (26+ 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 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] 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 06/13] cifs: Add a function to Hash the contents of an iterator
 2023-01-27 10:38 UTC  (4+ messages)

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

[RFC 00/13] smb3: Use iov_iters down to the network transport and fix DIO page pinning
 2023-01-26 16:41 UTC  (6+ messages)
` [RFC 08/13] cifs: Add a function to read into an iter from a socket


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