ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-20 10:36:41 to 2023-02-27 03:29:54 UTC [more...]

[PATCH v16 00/68] ceph+fscrypt: full support
 2023-02-27  3:27 UTC  (11+ messages)
` [PATCH v16 01/68] libceph: add spinlock around osd->o_requests
` [PATCH v16 02/68] libceph: define struct ceph_sparse_extent and add some helpers
` [PATCH v16 03/68] libceph: add sparse read support to msgr2 crc state machine
` [PATCH v16 04/68] libceph: add sparse read support to OSD client
` [PATCH v16 05/68] libceph: support sparse reads on msgr2 secure codepath
` [PATCH v16 06/68] libceph: add sparse read support to msgr1
` [PATCH v16 07/68] ceph: add new mount option to enable sparse reads
` [PATCH v16 08/68] ceph: preallocate inode for ops that may create one
` [PATCH v16 09/68] ceph: make ceph_msdc_build_path use ref-walk
` [PATCH v16 10/68] libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type

[ceph-client:testing 32/75] fs/ceph/crypto.c:296:26: error: implicit declaration of function 'fscrypt_base64url_decode'; did you mean 'ceph_base64_decode'?
 2023-02-27  0:57 UTC  (2+ messages)

[PATCH] rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() fails
 2023-02-26 20:04 UTC  (2+ messages)

[PATCH] generic/020: fix really long attr test failure for ceph
 2023-02-22 23:58 UTC  (7+ messages)

EBLOCKLISTED error after rbd map was interrupted by fatal signal
 2023-02-22 18:09 UTC  (5+ messages)

EBLOCKLISTED error after rbd map was interrupted by fatal signal
 2023-02-22 13:04 UTC 

[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 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] "

Silicone rubber - vulcanization
 2023-02-15  8:55 UTC 

[PATCH] ceph: update the time stamps and try to drop the suid/sgid
 2023-02-13 13:21 UTC  (3+ messages)

[PATCH] ceph: update the time stamps and try to drop the suid/sgid
 2023-02-13 11:28 UTC 

[PATCH] rbd: avoid double free memory on error path in rbd_dev_create()
 2023-02-11  9:40 UTC  (6+ messages)
      ` [PATCH v2] rbd: fix freeing memory of 'rbd_dev->opts', 'rbd_dev->spec', 'rbd_dev->rbd_client'

[GIT PULL] Ceph fix for 6.2-rc8
 2023-02-10 17:52 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 37/38] ceph: move mount state enum to super.h
 2023-02-09 11:14 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 38/38] ceph: blocklist the kclient when receiving corrupted snap trace

[PATCH] ceph: flush cap release on session flush
 2023-02-07 16:03 UTC  (5+ messages)

[PATCH] ceph: fail the requests directly if inode is shutdown for fscrypt
 2023-02-07  3:13 UTC 

[GIT PULL] Ceph fix for 6.2-rc7
 2023-02-03 18:45 UTC  (2+ messages)

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 v7 0/2] ceph: blocklist the kclient when receiving corrupted snap trace
 2023-02-02 13:47 UTC  (7+ messages)
` [PATCH v7 1/2] ceph: move mount state enum to fs/ceph/super.h
` [PATCH v7 2/2] ceph: blocklist the kclient when receiving corrupted snap trace

[PATCH v6] ceph: blocklist the kclient when receiving corrupted snap trace
 2023-02-01  1:19 UTC  (5+ 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 v3 0/2] ceph: drop the messages from MDS when unmouting
 2023-01-31  1:58 UTC  (4+ messages)
` [PATCH v3 1/2] libceph: defer removing the req from osdc just after req->r_callback
` [PATCH v3 2/2] ceph: drop the messages from MDS when unmounting

[PATCH v2] ceph: drop the messages from MDS when unmouting
 2023-01-29  1:58 UTC  (12+ messages)

rbd kernel block driver memory usage
 2023-01-27  9:58 UTC  (8+ messages)

[PATCH v8 RESEND 0/8] fs: clean up internal i_version handling
 2023-01-26 12:02 UTC  (20+ messages)
` [PATCH v8 RESEND 1/8] fs: uninline inode_query_iversion
` [PATCH v8 RESEND 2/8] fs: clarify when the i_version counter must be updated
` [PATCH v8 RESEND 3/8] vfs: plumb i_version handling into struct kstat
` [PATCH v8 RESEND 4/8] nfs: report the inode version in getattr if requested
` [PATCH v8 RESEND 5/8] ceph: "
` [PATCH v8 RESEND 6/8] nfsd: move nfsd4_change_attribute to nfsfh.c
` [PATCH v8 RESEND 7/8] nfsd: use the getattr operation to fetch i_version
` [PATCH v8 RESEND 8/8] nfsd: remove fetch_iversion export operation

Słowa kluczowe do wypozycjonowania
 2023-01-23  9:00 UTC 


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