Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2023-01-31 02:41:01 to 2023-02-17 05:36:00 UTC [more...]

[PATCH] cifs: Convert struct fealist away from 1-element array
 2023-02-17  5:35 UTC  (2+ messages)

[PATCH] cifs: fix mount on old smb servers
 2023-02-17  5:33 UTC  (3+ messages)

[PATCH 1/2] cifs: Check the lease context if we actually got a lease
 2023-02-17  3:35 UTC  (2+ messages)
` [PATCH 2/2] cifs: return a single-use cfid if we did not get "

[PATCH 00/17] smb3: Use iov_iters down to the network transport and fix DIO page pinning
 2023-02-17  3:04 UTC  (18+ messages)
` [PATCH 01/17] mm: Pass info, not iter, into filemap_get_pages()
` [PATCH 02/17] splice: Add a func to do a splice from a buffered file without ITER_PIPE
` [PATCH 03/17] splice: Add a func to do a splice from an O_DIRECT "
` [PATCH 04/17] iov_iter: Define flags to qualify page extraction
` [PATCH 05/17] iov_iter: Add a function to extract a page list from an iterator
` [PATCH 06/17] splice: Export filemap/direct_splice_read()
` [PATCH 07/17] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE
` [PATCH 08/17] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH 09/17] netfs: Add a function to extract an iterator into a scatterlist
` [PATCH 10/17] cifs: Add a function to build an RDMA SGE list from an iterator
` [PATCH 11/17] cifs: Add a function to Hash the contents of "
` [PATCH 12/17] cifs: Add some helper functions
` [PATCH 13/17] cifs: Add a function to read into an iter from a socket
` [PATCH 15/17] cifs: Build the RDMA SGE list directly from an iterator
` [PATCH 16/17] cifs: Remove unused code
` [PATCH 17/17] cifs: DIO to/from KVEC-type iterators should now work

[PATCH v6 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-02-16 15:07 UTC  (3+ messages)
` [PATCH v6 1/2] mm: Merge folio_has_private()/filemap_release_folio() call pairs
` [PATCH v6 2/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache

[PATCH v2] smb3: Replace smb2pdu 1-element arrays with flex-arrays
 2023-02-16 14:25 UTC  (2+ messages)

[PATCH v4] ksmbd: fix possible memory leak in smb2_lock()
 2023-02-16 14:18 UTC  (4+ messages)

[PATCH v5 0/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-02-16 13:58 UTC  (3+ messages)
` [PATCH v5 2/3] "

[PATCH 0/2] Revert boot-breaking changes in fs/
 2023-02-16 10:56 UTC  (6+ messages)
` [PATCH 1/2] Revert "iov_iter: Kill ITER_PIPE"
` [PATCH 2/2] Revert "splice: Do splice read from a buffered file without using ITER_PIPE"

Are we leaking cifs_inode?
 2023-02-15 11:15 UTC 

[PATCH v5] ksmbd: fix possible memory leak in smb2_lock()
 2023-02-15  8:33 UTC 

[PATCH] cifs: Replace remaining 1-element arrays
 2023-02-15  0:09 UTC 

[PATCH] smb3: Replace smb2pdu 1-element arrays with flex-arrays
 2023-02-14 23:21 UTC  (3+ messages)

Fix an uninitialized read in smb3_qfs_tcon()
 2023-02-14 22:54 UTC  (8+ messages)

[PATCH v3] ksmbd: fix possible memory leak in smb2_lock()
 2023-02-13 23:35 UTC  (2+ messages)

[cifs:for-next 21/25] fs/netfs/iterator.c:372:19: error: 'netfs_extract_iter_to_sg' undeclared here (not in a function); did you mean 'netfs_extract_user_iter'?
 2023-02-13  9:43 UTC  (2+ messages)
  ` [EXTERNAL] "

[cifs:for-next 20/25] fs/netfs/iterator.c:36:33: error: unknown type name 'iov_iter_extraction_t'
 2023-02-13  1:07 UTC 

[cifs:for-next 20/25] fs/netfs/iterator.c:65:9: error: call to undeclared function 'iov_iter_extract_pages'; ISO C99 and later do not support implicit function declarations
 2023-02-13  0:57 UTC 

[PATCH 00/11] smb3: Use iov_iters down to the network transport and fix DIO page pinning
 2023-02-12 23:39 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: Add a function to build an RDMA SGE list from an iterator
` [PATCH 04/11] cifs: Add a function to Hash the contents of "
` [PATCH 05/11] cifs: Add some helper functions
` [PATCH 06/11] cifs: Add a function to read into an iter from a socket
` [PATCH 08/11] cifs: Build the RDMA SGE list directly from an iterator
` [PATCH 09/11] cifs: Remove unused code
` [PATCH 10/11] cifs: DIO to/from KVEC-type iterators should now work
` [PATCH 11/11] cifs: Fix problem with encrypted RDMA data read

[PATCH 1/2] ksmbd: do not allow the actual frame length to be smaller than the rfc10024 length
 2023-02-12 20:43 UTC  (6+ messages)

[PATCH 1/2] getcifsacl, setcifsacl: add missing <linux/limits.h> include for XATTR_SIZE_MAX
 2023-02-11 22:39 UTC 

[PATCH v2] ksmbd: do not allow the actual frame length to be smaller than the rfc1002 length
 2023-02-10 15:46 UTC 

[PATCH 0/2] Remove lock_page_killable()
 2023-02-09 19:43 UTC  (4+ messages)
` [PATCH 1/2] cifs: Use a folio in cifs_page_mkwrite()
` [PATCH 2/2] filemap: Remove lock_page_killable()

[GIT PULL] smb3 client fix
 2023-02-09 18:10 UTC  (4+ messages)

[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: 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] 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  (27+ 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 09/23] virtio_blk: "
` [PATCH 18/23] io_uring: use bvec_set_page to initialize a bvec

[PATCH] cifs: prevent data race in smb2_reconnect()
 2023-01-31  6:03 UTC  (2+ messages)

[PATCH 6/6] ksmbd: fix typo, syncronous->synchronous
 2023-01-31  2:40 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