ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-01 22:36:12 to 2024-06-17 10:36:05 UTC [more...]

move features flags into queue_limits v2
 2024-06-17 10:36 UTC  (37+ messages)
` [PATCH 01/26] xen-blkfront: don't disable cache flushes when they fail
` [PATCH 02/26] sd: remove sd_is_zoned
` [PATCH 03/26] sd: move zone limits setup out of sd_read_block_characteristics
` [PATCH 04/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd
` [PATCH 05/26] loop: always update discard settings in loop_reconfigure_limits
` [PATCH 06/26] loop: regularize upgrading the block size for direct I/O
` [PATCH 07/26] loop: also use the default block size from an underlying block device
` [PATCH 08/26] loop: fold loop_update_rotational into loop_reconfigure_limits
` [PATCH 09/26] virtio_blk: remove virtblk_update_cache_mode
` [PATCH 10/26] nbd: move setting the cache control flags to __nbd_set_size
` [PATCH 11/26] block: freeze the queue in queue_attr_store
` [PATCH 12/26] block: remove blk_flush_policy
` [PATCH 13/26] block: move cache control settings out of queue->flags
` [PATCH 14/26] block: move the nonrot flag to queue_limits
` [PATCH 15/26] block: move the add_random "
` [PATCH 16/26] block: move the io_stat flag setting "
` [PATCH 17/26] block: move the stable_writes flag "
` [PATCH 18/26] block: move the synchronous "
` [PATCH 19/26] block: move the nowait "
` [PATCH 20/26] block: move the dax "
` [PATCH 21/26] block: move the poll "
` [PATCH 22/26] block: move the zoned flag into the features field
` [PATCH 23/26] block: move the zone_resetall flag to queue_limits
` [PATCH 24/26] block: move the pci_p2pdma "
` [PATCH 25/26] block: move the skip_tagset_quiesce "
` [PATCH 26/26] block: move the bounce flag into the features field

move features flags into queue_limits
 2024-06-17  6:03 UTC  (104+ messages)
` [PATCH 01/26] sd: fix sd_is_zoned
` [PATCH 02/26] sd: move zone limits setup out of sd_read_block_characteristics
` [PATCH 03/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd
` [PATCH 04/26] loop: always update discard settings in loop_reconfigure_limits
` [PATCH 05/26] loop: regularize upgrading the lock size for direct I/O
` [PATCH 06/26] loop: also use the default block size from an underlying block device
` [PATCH 07/26] loop: fold loop_update_rotational into loop_reconfigure_limits
` [PATCH 08/26] virtio_blk: remove virtblk_update_cache_mode
` [PATCH 09/26] nbd: move setting the cache control flags to __nbd_set_size
` [PATCH 10/26] xen-blkfront: don't disable cache flushes when they fail
` [PATCH 11/26] block: freeze the queue in queue_attr_store
` [PATCH 12/26] block: remove blk_flush_policy
` [PATCH 13/26] block: move cache control settings out of queue->flags
` [PATCH 14/26] block: move the nonrot flag to queue_limits
` [PATCH 15/26] block: move the add_random "
` [PATCH 16/26] block: move the io_stat flag setting "
` [PATCH 17/26] block: move the stable_write flag "
` [PATCH 18/26] block: move the synchronous "
` [PATCH 19/26] block: move the nowait "
` [PATCH 20/26] block: move the dax "
` [PATCH 21/26] block: move the poll "
` [PATCH 22/26] block: move the zoned flag into the feature field
` [PATCH 23/26] block: move the zone_resetall flag to queue_limits
` [PATCH 24/26] block: move the pci_p2pdma "
` [PATCH 25/26] block: move the skip_tagset_quiesce "
` [PATCH 26/26] block: move the bounce flag into the feature field

convert the SCSI ULDs to the atomic queue limits API v2
 2024-06-14 16:23 UTC  (33+ messages)
` [PATCH 01/14] ubd: refactor the interrupt handler
` [PATCH 02/14] ubd: untagle discard vs write zeroes not support handling
` [PATCH 03/14] rbd: increase io_opt again
` [PATCH 04/14] block: take io_opt and io_min into account for max_sectors
` [PATCH 05/14] sd: simplify the ZBC case in provisioning_mode_store
` [PATCH 06/14] sd: add a sd_disable_discard helper
` [PATCH 07/14] sd: add a sd_disable_write_same helper
` [PATCH 08/14] sd: simplify the disable case in sd_config_discard
` [PATCH 09/14] sd: factor out a sd_discard_mode helper
` [PATCH 10/14] sd: cleanup zoned queue limits initialization
` [PATCH 11/14] sd: convert to the atomic queue limits API
` [PATCH 12/14] sr: "
` [PATCH 13/14] block: remove unused "
` [PATCH 14/14] block: add special APIs for run-time disabling of discard and friends

[PATCH] fs/ceph/mds_client: use cap_wait_list only if debugfs is enabled
 2024-06-11  7:58 UTC  (3+ messages)

[PATCH v4 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-06-11  6:36 UTC  (5+ messages)
` [PATCH v4 1/4] net: introduce helper sendpages_ok()
` [PATCH v4 2/4] nvme-tcp: use sendpages_ok() instead of sendpage_ok()
` [PATCH v4 3/4] drbd: "
` [PATCH v4 4/4] libceph: "

[PATCH v3 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-06-11  6:33 UTC  (8+ messages)
` [PATCH v3 1/4] net: introduce helper sendpages_ok()
` [PATCH v3 2/4] nvme-tcp: use sendpages_ok() instead of sendpage_ok()
` [PATCH v3 3/4] drbd: "
` [PATCH v3 4/4] libceph: "

[PATCH v2 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-06-06 15:42 UTC  (26+ messages)
` [PATCH v2 1/4] net: introduce helper sendpages_ok()
` [PATCH v2 3/4] drbd: use sendpages_ok() instead of sendpage_ok()

[PATCH] ceph: defer clearing the CEPH_I_FLUSH_SNAPS flag
 2024-06-04 15:43 UTC  (2+ messages)

[PATCH 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-06-03 11:47 UTC  (8+ messages)
` [PATCH 1/4] net: introduce helper sendpages_ok()
` [PATCH 2/4] nvme-tcp: use sendpages_ok() instead of sendpage_ok()


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