ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-02 07:58:59 to 2021-06-15 15:47:51 UTC [more...]

simplify gendisk and request_queue allocation for blk-mq based drivers
 2021-06-15 15:47 UTC  (23+ messages)
` [PATCH 03/30] blk-mq: add the blk_mq_alloc_disk APIs
` [PATCH 07/30] ms_block: use blk_mq_alloc_disk
` [PATCH 08/30] mspro: "
` [PATCH 09/30] mtd_blkdevs: "
` [PATCH 10/30] ps3disk: "
` [PATCH 15/30] blk-mq: remove blk_mq_init_sq_queue
` [PATCH 18/30] loop: use blk_mq_alloc_disk and blk_cleanup_disk
` [PATCH 20/30] nullb: use blk_mq_alloc_disk
` [PATCH 27/30] scm_blk: use blk_mq_alloc_disk and blk_cleanup_disk

[PATCH] netfs: Add MAINTAINERS record
 2021-06-15 15:40 UTC 

[RFC PATCH 0/6] ceph: remove excess mutex locking from cap/snap flushing codepaths
 2021-06-15 14:57 UTC  (7+ messages)
` [RFC PATCH 1/6] ceph: allow ceph_put_mds_session to take NULL or ERR_PTR
` [RFC PATCH 2/6] ceph: eliminate session->s_gen_ttl_lock
` [RFC PATCH 3/6] ceph: don't take s_mutex or snap_rwsem in ceph_check_caps
` [RFC PATCH 4/6] ceph: don't take s_mutex in try_flush_caps
` [RFC PATCH 5/6] ceph: don't take s_mutex in ceph_flush_snaps
` [RFC PATCH 6/6] ceph: eliminate ceph_async_iput()

switch the block layer to use kmap_local_page v2
 2021-06-15 13:24 UTC  (19+ messages)
` [PATCH 01/18] mm: add a kunmap_local_dirty helper
` [PATCH 02/18] mm: use kunmap_local_dirty in memcpy_to_page
` [PATCH 03/18] mm: use kmap_local_page in memzero_page
` [PATCH 04/18] MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h>
` [PATCH 05/18] bvec: fix the include guards for bvec.h
` [PATCH 06/18] bvec: add a bvec_kmap_local helper
` [PATCH 07/18] bvec: add memcpy_{from,to}_bvec and memzero_bvec helper
` [PATCH 08/18] block: use memzero_page in zero_fill_bio
` [PATCH 09/18] rbd: use memzero_bvec
` [PATCH 10/18] dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
` [PATCH 11/18] ps3disk: use memcpy_{from,to}_bvec
` [PATCH 12/18] block: remove bvec_kmap_irq and bvec_kunmap_irq
` [PATCH 13/18] block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec
` [PATCH 14/18] block: use memcpy_to_bvec in copy_to_high_bio_irq
` [PATCH 15/18] block: use memcpy_from_bvec in bio_copy_kern_endio_read
` [PATCH 16/18] block: use memcpy_from_bvec in __blk_queue_bounce
` [PATCH 17/18] block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}
` [PATCH 18/18] block: use bvec_kmap_local in bio_integrity_process

[PATCH 0/14 v8] fs: Hole punch vs page cache filling races
 2021-06-15  9:18 UTC  (15+ messages)
` [PATCH 01/14] mm: Fix comments mentioning i_mutex
` [PATCH 02/14] documentation: Sync file_operations members with reality
` [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/14] ext2: Convert to using invalidate_lock
` [PATCH 07/14] xfs: Refactor xfs_isilocked()
` [PATCH 08/14] xfs: Convert to use invalidate_lock
` [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 10/14] zonefs: Convert to using invalidate_lock
` [PATCH 11/14] f2fs: "
` [PATCH 12/14] fuse: "
` [PATCH 13/14] ceph: Fix race between hole punch and page fault
` [PATCH 14/14] cifs: "

switch the block layer to use kmap_local_page
 2021-06-15  5:02 UTC  (36+ messages)
` [PATCH 01/16] mm: use kmap_local_page in memzero_page
` [PATCH 02/16] MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h>
` [PATCH 03/16] bvec: fix the include guards for bvec.h
` [PATCH 04/16] bvec: add a bvec_kmap_local helper
` [PATCH 05/16] bvec: add memcpy_{from,to}_bvec and memzero_bvec helper
` [PATCH 06/16] block: use memzero_page in zero_fill_bio
` [PATCH 07/16] rbd: use memzero_bvec
` [PATCH 08/16] dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
` [PATCH 09/16] ps3disk: use memcpy_{from,to}_bvec
` [PATCH 10/16] block: remove bvec_kmap_irq and bvec_kunmap_irq
` [PATCH 11/16] block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec
` [PATCH 12/16] block: use memcpy_to_bvec in copy_to_high_bio_irq
` [PATCH 13/16] block: use memcpy_from_bvec in bio_copy_kern_endio_read
` [PATCH 14/16] block: use memcpy_from_bvec in __blk_queue_bounce
` [PATCH 15/16] block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}
` [PATCH 16/16] block: use bvec_kmap_local in bio_integrity_process

[PATCH 1/3] afs: Handle len being extending over page end in write_begin/write_end
 2021-06-14 21:11 UTC  (12+ messages)
` [PATCH 2/3] afs: Fix afs_write_end() to handle short writes
` [PATCH 3/3] netfs: fix test for whether we can skip read when writing beyond EOF

[PATCH] net/ceph: Remove unnecessary variables
 2021-06-14 17:17 UTC  (2+ messages)

[PATCH -next] libceph: fix doc warnings in cls_lock_client.c
 2021-06-14 17:17 UTC  (2+ messages)

[PATCH] netfs: fix test for whether we can skip read when writing beyond EOF
 2021-06-14 12:54 UTC  (13+ messages)

[PATCH v2] netfs: fix test for whether we can skip read when writing beyond EOF
 2021-06-14 12:23 UTC 

[PATCH] ceph: fix write_begin optimization when write is beyond EOF
 2021-06-13 15:25 UTC  (11+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
        ` [PATCH v4] "

[PATCH 0/5] ceph: addr.c cleanups
 2021-06-11 21:47 UTC  (12+ messages)
` [PATCH 5/5] ceph: fold ceph_update_writeable_page into ceph_write_begin

[RFC PATCH] ceph: fix write_begin optimization when write is beyond EOF
 2021-06-11 15:58 UTC  (2+ messages)

[PATCH 0/14 v7] fs: Hole punch vs page cache filling races
 2021-06-10 12:42 UTC  (28+ messages)
` [PATCH 01/14] mm: Fix comments mentioning i_mutex
` [PATCH 02/14] documentation: Sync file_operations members with reality
` [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/14] ext2: Convert to using invalidate_lock
` [PATCH 07/14] xfs: Refactor xfs_isilocked()
` [PATCH 08/14] xfs: Convert to use invalidate_lock
` [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 10/14] zonefs: Convert to using invalidate_lock
` [PATCH 11/14] f2fs: "
` [PATCH 12/14] fuse: "
` [PATCH 13/14] ceph: Fix race between hole punch and page fault
` [PATCH 14/14] cifs: "

cephfs kclient session->s_mutex coverage
 2021-06-09 14:12 UTC 

[PATCH] ceph: ensure we flush delayed caps when unmounting
 2021-06-04 12:26 UTC  (4+ messages)

[PATCH 0/3] ceph: use new mount device syntax
 2021-06-04 11:48 UTC  (8+ messages)
` [PATCH 1/3] ceph: new device mount syntax
` [PATCH 2/3] ceph: record updated mon_addr on remount
` [PATCH 3/3] doc: document new CephFS mount device syntax

[PATCH net-next] libceph: Fix spelling mistakes
 2021-06-03 20:42 UTC  (4+ messages)

[PATCH 0/3] ceph: locking fixes for snaprealm handling
 2021-06-03 16:52 UTC  (4+ messages)
` [PATCH 1/3] ceph: add some lockdep assertions around "
` [PATCH 2/3] ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_realm
` [PATCH 3/3] ceph: must hold snap_rwsem when filling inode for async create

[PATCH] ceph: decoding error in ceph_update_snap_realm should return -EIO
 2021-06-03 15:37 UTC  (8+ messages)

[PATCH] ceph: fix error handling in ceph_atomic_open and ceph_lookup
 2021-06-03 12:38 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).