CEPH filesystem development
 help / color / mirror / Atom feed
 messages from 2024-04-30 14:03:03 to 2024-06-11 06:01:05 UTC [more...]

move features flags into queue_limits
 2024-06-11  6:00 UTC  (39+ 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

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

[PATCH v3 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-06-10 10:05 UTC  (7+ 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  (30+ messages)
` [PATCH v2 1/4] net: introduce helper sendpages_ok()
` [PATCH v2 2/4] nvme-tcp: use sendpages_ok() instead of sendpage_ok()
` [PATCH v2 3/4] drbd: "
` [PATCH v2 4/4] libceph: "

[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  (10+ messages)
` [PATCH 1/4] net: introduce helper sendpages_ok()
` [PATCH 2/4] nvme-tcp: use sendpages_ok() instead of sendpage_ok()
` [PATCH 3/4] drbd: use sendpages_ok() to "
` [PATCH 4/4] libceph: "

convert the SCSI ULDs to the atomic queue limits API v2
 2024-05-31 13:55 UTC  (25+ 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

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

[GIT PULL] Ceph updates for 6.10-rc1
 2024-05-25 21:32 UTC  (2+ messages)

[PATCH v5 0/6] ceph: check the cephx mds auth access in client side
 2024-05-23  3:31 UTC  (2+ messages)

[PATCH v6 03/11] ceph: drop usage of page_index
 2024-05-22  0:37 UTC  (2+ messages)

[PATCH] ceph: fix stale xattr when using read() on dir with '-o dirstat'
 2024-05-22  0:36 UTC  (2+ messages)

[PATCH] ceph: make the ceph-cap workqueue UNBOUND
 2024-05-21  7:51 UTC  (5+ messages)

[PATCH] doc: ceph: update userspace command to get CephFS metadata
 2024-05-21  0:32 UTC  (2+ messages)

[PATCH 1/2 net-next] libceph: Use sruct_size() in ceph_create_snap_context()
 2024-05-19 12:45 UTC  (5+ messages)
` [PATCH 2/2 net-next] libceph: Use __counted_by() in struct ceph_snap_context

[PATCH] ceph: fix stale xattr when using read() on dir with '-o dirstat'
 2024-05-17  4:47 UTC  (3+ messages)

[PATCH v2] ceph: cleanup the sessions when peer reset
 2024-05-17  0:20 UTC 

[PATCH] ceph: stop reconnecting to MDS after connection being closed
 2024-05-14  7:08 UTC 

[PATCH v5 03/12] ceph: drop usage of page_index
 2024-05-10 11:47 UTC 

[PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2024-05-10  7:57 UTC  (6+ messages)
` [PATCH v5 40/40] 9p: Use netfslib read/write_iter

[bug report] crush: remove forcefeed functionality
 2024-05-04 11:23 UTC 

[PATCH v4 03/12] ceph: drop usage of page_index
 2024-05-02  8:46 UTC 

[PATCH v2 00/22] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
 2024-05-01 17:00 UTC  (14+ messages)
` [PATCH v2 07/22] mm: Provide a means of invalidation without using launder_folio
` [PATCH v2 14/22] netfs: New writeback implementation
` [PATCH v2 15/22] netfs: Add some write-side stats and clean up some stat names
` [PATCH v2 16/22] netfs, afs: Implement helpers for new write code
` [PATCH v2 17/22] netfs, 9p: "
` [PATCH v2 18/22] netfs, cachefiles: "
` [PATCH v2 19/22] netfs: Cut over to using new writeback code
` [PATCH v2 20/22] netfs: Remove the old "
` [PATCH v2 21/22] netfs: Miscellaneous tidy ups
` [PATCH v2 22/22] netfs, afs: Use writeback retry to deal with alternate keys


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox