ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-08 16:09:06 to 2021-06-21 21:47:15 UTC [more...]

[PATCH 00/12] fscache: Some prep work for fscache rewrite
 2021-06-21 21:46 UTC  (11+ messages)
` [PATCH 01/12] fscache: Select netfs stats if fscache stats are enabled
` [PATCH 02/12] netfs: Move cookie debug ID to struct netfs_cache_resources
` [PATCH 03/12] cachefiles: Use file_inode() rather than accessing ->f_inode
` [PATCH 04/12] fscache: Add a cookie debug ID and use that in traces
` [PATCH 05/12] fscache: Procfile to display cookies
` [PATCH 06/12] fscache, cachefiles: Remove the histogram stuff
` [PATCH 07/12] fscache: Remove the object list procfile
` [PATCH 08/12] fscache: Change %p in format strings to something else
` [PATCH 09/12] cachefiles: "
` [PATCH 10/12] fscache: Fix cookie key hashing

[PATCH 0/3] ceph: locking fixes for snaprealm handling
 2021-06-21 21:27 UTC  (9+ 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] net: ceph: Use CLOCK_MONOTONIC ktime_get_ts64()
 2021-06-21 21:11 UTC  (3+ messages)

[GIT PULL] netfs, afs: Fix write_begin/end
 2021-06-21 20:41 UTC 

[PATCH] ceph: fix error handling in ceph_atomic_open and ceph_lookup
 2021-06-21 19:20 UTC  (2+ messages)

[PATCH v3 0/2] netfs, afs: Fix write_begin/end
 2021-06-21 15:40 UTC  (2+ messages)
` [PATCH v3 2/2] netfs: fix test for whether we can skip read when writing beyond EOF

[PATCH v2 0/3] netfs, afs: Fix netfs_write_begin and THP handling
 2021-06-21 14:50 UTC  (4+ messages)
` [PATCH v2 3/3] netfs: fix test for whether we can skip read when writing beyond EOF

[PATCH] ceph: take reference to req->r_parent at point of assignment
 2021-06-21 12:03 UTC  (3+ messages)

switch the block layer to use kmap_local_page v2
 2021-06-18 18:12 UTC  (25+ 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
  ` [dm-devel] "
` [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

[RFC PATCH 0/6] ceph: remove excess mutex locking from cap/snap flushing codepaths
 2021-06-18 13:35 UTC  (18+ 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()

[PATCH 1/3] afs: Handle len being extending over page end in write_begin/write_end
 2021-06-18  3:40 UTC  (14+ 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 0/14 v8] fs: Hole punch vs page cache filling races
 2021-06-17 16:32 UTC  (33+ 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: "

All RBD IO stuck after flapping OSD's
 2021-06-17 11:12 UTC  (10+ messages)

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

simplify gendisk and request_queue allocation for blk-mq based drivers
 2021-06-15 16:28 UTC  (6+ messages)
` [PATCH 09/30] mtd_blkdevs: use blk_mq_alloc_disk

[PATCH] netfs: Add MAINTAINERS record
 2021-06-15 16:23 UTC  (2+ messages)

switch the block layer to use kmap_local_page
 2021-06-15  5:02 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 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] 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  (8+ messages)
` [PATCH 01/14] mm: Fix comments mentioning i_mutex
` [PATCH 07/14] xfs: Refactor xfs_isilocked()
` [PATCH 12/14] fuse: Convert to using invalidate_lock

cephfs kclient session->s_mutex coverage
 2021-06-09 14:12 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).