ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-10 16:35:04 to 2021-06-08 12:19:18 UTC [more...]

[PATCH 0/14 v7] fs: Hole punch vs page cache filling races
 2021-06-08 12:19 UTC  (23+ 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: "

simplify gendisk and request_queue allocation for blk-mq based drivers
 2021-06-08  5:39 UTC  (43+ 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: "

[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  (10+ messages)
` [PATCH v2 1/2] ceph: simplify the metrics struct
` [PATCH v2 2/2] ceph: send the read/write io size metrics to mds

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  (29+ messages)
` [PATCH 01/11] mm: Fix comments mentioning i_mutex
` [PATCH 02/11] documentation: Sync file_operations members with reality
` [PATCH 03/11] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/11] ext4: Convert to use mapping->invalidate_lock
` [PATCH 05/11] ext2: Convert to using invalidate_lock
` [PATCH 06/11] xfs: Convert to use invalidate_lock
` [PATCH 07/11] zonefs: Convert to using invalidate_lock
` [PATCH 08/11] f2fs: "
` [PATCH 09/11] fuse: "
` [PATCH 10/11] ceph: Fix race between hole punch and page fault
` [PATCH 11/11] cifs: "

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

[PATCH] netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manual
 2021-05-13 15:14 UTC  (2+ messages)

[PATCH] netfs: Pass flags through to grab_cache_page_write_begin()
 2021-05-13 15:13 UTC  (2+ messages)

[PATCH AUTOSEL 4.9 5/7] ceph: fix fscache invalidation
 2021-05-12 18:05 UTC 

[PATCH AUTOSEL 5.10 20/34] ceph: fix fscache invalidation
 2021-05-12 18:02 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 21/34] ceph: don't clobber i_snap_caps on non-I_NEW inode
` [PATCH AUTOSEL 5.10 22/34] ceph: don't allow access to MDS-private inodes

[PATCH AUTOSEL 5.4 15/23] ceph: fix fscache invalidation
 2021-05-12 18:03 UTC 

[PATCH AUTOSEL 4.19 12/18] ceph: fix fscache invalidation
 2021-05-12 18:04 UTC 

[PATCH AUTOSEL 4.14 08/12] ceph: fix fscache invalidation
 2021-05-12 18:05 UTC 

[PATCH AUTOSEL 5.11 21/35] ceph: fix fscache invalidation
 2021-05-12 18:01 UTC  (3+ messages)
` [PATCH AUTOSEL 5.11 22/35] ceph: don't clobber i_snap_caps on non-I_NEW inode
` [PATCH AUTOSEL 5.11 23/35] ceph: don't allow access to MDS-private inodes

[PATCH AUTOSEL 5.12 23/37] ceph: fix fscache invalidation
 2021-05-12 18:00 UTC  (3+ messages)
` [PATCH AUTOSEL 5.12 24/37] ceph: don't clobber i_snap_caps on non-I_NEW inode
` [PATCH AUTOSEL 5.12 25/37] ceph: don't allow access to MDS-private inodes

[PATCH 0/2] ceph: send io size metrics to mds daemon
 2021-05-12 12:35 UTC  (5+ messages)
` [PATCH 1/2] ceph: send the read/write io size metrics to mds
` [PATCH 2/2] ceph: simplify the metrics struct

[PATCH] copy_file_range.2: Update cross-filesystem support for 5.12
 2021-05-10 16:34 UTC  (4+ 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).