CEPH-Devel archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-14 08:53:07 to 2021-06-11 19:59:07 UTC [more...]

[PATCH] ceph: fix write_begin optimization when write is beyond EOF
 2021-06-11 19:59 UTC 

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

simplify gendisk and request_queue allocation for blk-mq based drivers
 2021-06-11 17:55 UTC  (44+ messages)
` [PATCH 01/30] blk-mq: factor out a blk_mq_alloc_sq_tag_set helper
` [PATCH 02/30] blk-mq: improve the blk_mq_init_allocated_queue interface
` [PATCH 03/30] blk-mq: add the blk_mq_alloc_disk APIs
` [PATCH 04/30] virtio-blk: use blk_mq_alloc_disk
` [PATCH 05/30] pcd: "
` [PATCH 06/30] pf: "
` [PATCH 07/30] ms_block: "
` [PATCH 08/30] mspro: "
` [PATCH 09/30] mtd_blkdevs: "
` [PATCH 10/30] ps3disk: "
` [PATCH 11/30] swim3: "
` [PATCH 12/30] swim: "
` [PATCH 13/30] sunvdc: "
` [PATCH 14/30] gdrom: "
` [PATCH 15/30] blk-mq: remove blk_mq_init_sq_queue
` [PATCH 16/30] aoe: use blk_mq_alloc_disk and blk_cleanup_disk
` [PATCH 17/30] floppy: "
` [PATCH 18/30] loop: "
` [PATCH 19/30] nbd: "
` [PATCH 20/30] nullb: use blk_mq_alloc_disk
` [PATCH 21/30] pd: use blk_mq_alloc_disk and blk_cleanup_disk
` [PATCH 22/30] rbd: "
` [PATCH 23/30] rnbd: "
` [PATCH 24/30] sx8: "
` [PATCH 25/30] xen-blkfront: "
` [PATCH 26/30] ubi: "
` [PATCH 27/30] scm_blk: "
` [PATCH 28/30] amiflop: "
` [PATCH 29/30] ataflop: "
` [PATCH 30/30] z2ram: "

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

switch the block layer to use kmap_local_page
 2021-06-11  6:53 UTC  (34+ 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 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: "

[PATCH -next] libceph: fix doc warnings in cls_lock_client.c
 2021-06-10 11:50 UTC 

[PATCH] net/ceph: Remove unnecessary variables
 2021-06-10  9:45 UTC 

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 

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

[GIT PULL] netfs: Fixes
 2021-05-25 17:36 UTC  (2+ messages)

[PATCH v2 0/2] ceph: send io size metrics to mds daemon
 2021-05-22 12:15 UTC  (8+ messages)

CephFS kclient gets stuck when getattr() on a certain file
 2021-05-21  5:00 UTC  (6+ messages)

[PATCH 0/11 v5] fs: Hole punch vs page cache filling races
 2021-05-19 10:57 UTC  (14+ messages)
` [PATCH 03/11] mm: Protect operations adding pages to page cache with invalidate_lock

[PATCH] ceph: make ceph_queue_cap_snap static
 2021-05-19  0:52 UTC  (2+ messages)

[PATCH][next] ceph: Replace zero-length array with flexible array member
 2021-05-15 20:50 UTC  (3+ messages)

[PATCH] libceph: kill ceph_none_authorizer::reply_buf
 2021-05-15 10:36 UTC 

[PATCH -next] ceph: make symbol 'ceph_netfs_read_ops' static
 2021-05-14  8:53 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).