ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-07 14:29:18 to 2023-01-30 12:10:01 UTC [more...]

add bvec initialization helpers
 2023-01-30 12:08 UTC  (33+ 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 v6] ceph: blocklist the kclient when receiving corrupted snap trace
 2023-01-30 11:02 UTC  (3+ messages)

[PATCH v3 0/2] ceph: drop the messages from MDS when unmouting
 2023-01-30  8:41 UTC  (3+ 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 

[PATCH] ceph: fix double free for req when failing to allocate sparse ext map
 2023-01-13  3:09 UTC  (5+ messages)

[PATCH v5 00/23] Convert to filemap_get_folios_tag()
 2023-01-13  3:03 UTC  (30+ messages)
` [PATCH v5 01/23] pagemap: Add filemap_grab_folio()
` [PATCH v5 02/23] filemap: Added filemap_get_folios_tag()
` [PATCH v5 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
` [PATCH v5 04/23] page-writeback: Convert write_cache_pages() "
` [PATCH v5 05/23] afs: Convert afs_writepages_region() "
` [PATCH v5 06/23] btrfs: Convert btree_write_cache_pages() to use filemap_get_folio_tag()
` [PATCH v5 07/23] btrfs: Convert extent_write_cache_pages() to use filemap_get_folios_tag()
` [PATCH v5 08/23] ceph: Convert ceph_writepages_start() "
` [PATCH v5 09/23] cifs: Convert wdata_alloc_and_fillpages() "
` [PATCH v5 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v5 11/23] f2fs: Convert f2fs_fsync_node_pages() "
` [PATCH v5 12/23] f2fs: Convert f2fs_flush_inline_data() "
` [PATCH v5 13/23] f2fs: Convert f2fs_sync_node_pages() "
` [PATCH v5 14/23] f2fs: Convert f2fs_write_cache_pages() "
  ` [f2fs-dev] "
` [PATCH v5 15/23] f2fs: Convert last_fsync_dnode() "
` [PATCH v5 16/23] f2fs: Convert f2fs_sync_meta_pages() "
` [PATCH v5 17/23] gfs2: Convert gfs2_write_cache_jdata() "
  ` [Cluster-devel] "
` [PATCH v5 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() "
` [PATCH v5 19/23] nilfs2: Convert nilfs_lookup_dirty_node_buffers() "
` [PATCH v5 20/23] nilfs2: Convert nilfs_btree_lookup_dirty_buffers() "
` [PATCH v5 21/23] nilfs2: Convert nilfs_copy_dirty_pages() "
` [PATCH v5 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "
` [PATCH v5 23/23] filemap: Remove find_get_pages_range_tag()

[ceph-client:testing 17/77] fs/ceph/mds_client.c:218 parse_reply_info_in() warn: missing unwind goto?
 2023-01-12  5:05 UTC  (2+ messages)

[PATCH v2] filelock: move file locking definitions to separate header file
 2023-01-11 11:29 UTC  (6+ messages)

[PATCH v5 0/2] ceph: blocklist the kclient when receiving corrupted snap trace
 2023-01-11  2:06 UTC  (6+ messages)
` [PATCH v5 1/2] ceph: move mount state enum to fs/ceph/super.h
` [PATCH v5 2/2] ceph: blocklist the kclient when receiving corrupted snap trace

[PATCH 0/3] add folio_headpage() macro
 2023-01-09 11:35 UTC  (6+ messages)
` [PATCH 3/3] fs/ceph/addr: use folio_headpage() instead of folio_page()

[PATCH v5 0/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-01-07 15:11 UTC  (7+ messages)
` [PATCH v5 1/3] mm: Merge folio_has_private()/filemap_release_folio() call pairs
` [PATCH v5 2/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
` [PATCH v5 3/3] mm: Make filemap_release_folio() better inform shrink_folio_list()

[GIT PULL] Ceph fixes for 6.2-rc3
 2023-01-06 21:19 UTC  (2+ messages)

We want to advertise on your website
 2023-01-05 11:01 UTC 

Słowa kluczowe do wypozycjonowania
 2023-01-03  8:56 UTC 

[PATCH v5 0/2] ceph: fix the use-after-free bug for file_lock
 2023-01-03  0:35 UTC  (8+ messages)
` [PATCH v5 1/2] ceph: switch to vfs_inode_has_locks() to fix file lock bug
` [PATCH v5 2/2] ceph: add ceph specific member support for file_lock

[PATCH] ceph: dump the msg when receiving a corrupt snap trace
 2023-01-02  7:10 UTC 

[PATCH] ceph: make sure all the files successfully put before unmounting
 2022-12-30  5:44 UTC  (8+ messages)

PROBLEM: CephFS write performance drops by 90%
 2022-12-23 13:22 UTC  (10+ messages)

PROBLEM: CephFS write performance drops by 90% [solved]
 2022-12-23 12:02 UTC 

Prodej rolet - dropshipping
 2022-12-20  8:55 UTC 

[PATCH v4 0/2] ceph: blocklist the kclient when receiving corrupted snap trace
 2022-12-20  4:13 UTC  (5+ messages)
` [PATCH v4 1/2] ceph: move mount state enum to fs/ceph/super.h
` [PATCH v4 2/2] ceph: blocklist the kclient when receiving corrupted snap trace

[GIT PULL] Ceph fix for 6.2-rc1
 2022-12-14 19:17 UTC  (2+ messages)

[PATCH v4 0/2] ceph: fix the use-after-free bug for file_lock
 2022-12-14  2:03 UTC  (6+ messages)
` [PATCH v4 1/2] ceph: switch to vfs_inode_has_locks() to fix file lock bug
` [PATCH v4 2/2] ceph: add ceph specific member support for file_lock

[PATCH 0/2 v3] ceph: fix the use-after-free bug for file_lock
 2022-12-13  1:25 UTC  (5+ messages)
` [PATCH 2/2 v3] ceph: add ceph_lock_info support "

[GIT PULL] file locking changes for v6.2-rc1
 2022-12-12 17:33 UTC  (2+ messages)

[ammarfaizi2-block:dhowells/linux-fs/fscache-fixes] [mm, netfs, fscache] 6919cda8e0: canonical_address#:#[##]
 2022-12-11 18:27 UTC 

[PATCH v4 00/23] Convert to filemap_get_folios_tag()
 2022-12-11  6:03 UTC  (5+ messages)
` [PATCH v4 15/23] f2fs: Convert last_fsync_dnode() to use filemap_get_folios_tag()
  ` [f2fs-dev] "
` [PATCH v4 16/23] f2fs: Convert f2fs_sync_meta_pages() "
  ` [f2fs-dev] "

[PATCH v1 2/3] Treewide: Stop corrupting socket's task_frag
 2022-12-09 16:50 UTC  (4+ messages)

[PATCH v3] ceph: blocklist the kclient when receiving corrupted snap trace
 2022-12-09 11:28 UTC  (14+ 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).