messages from 2024-05-14 08:48:13 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
[PATCH] bcache: Fix compiler warnings
2024-06-05 22:27 UTC (2+ messages)
[PATCH v2] bcache: allow allocator to invalidate bucket in gc
2024-06-03 7:04 UTC (30+ messages)
` Kernel error with 6.8.9
[PATCH 2/3] bcache: call force_wake_up_gc() if necessary in check_should_bypass()
2024-05-29 16:23 UTC (8+ messages)
` [PATCH 3/3] bcache: code cleanup in __bch_bucket_alloc_set()
[PATCH 0/3] bcache-6.10 20240528
2024-05-28 12:57 UTC (5+ messages)
` [PATCH 1/3] bcache: allow allocator to invalidate bucket in gc
` [PATCH 2/3] bcache: call force_wake_up_gc() if necessary in check_should_bypass()
` [PATCH 3/3] bcache: code cleanup in __bch_bucket_alloc_set()
[PATCH v6 00/16] treewide: Refactor heap related implementation
2024-05-24 15:29 UTC (17+ messages)
` [PATCH v6 01/16] perf/core: Fix several typos
` [PATCH v6 02/16] bcache: Fix typo
` [PATCH v6 03/16] bcachefs: "
` [PATCH v6 04/16] lib min_heap: Add type safe interface
` [PATCH v6 05/16] lib min_heap: Add min_heap_init()
` [PATCH v6 06/16] lib min_heap: Add min_heap_peek()
` [PATCH v6 07/16] lib min_heap: Add min_heap_full()
` [PATCH v6 08/16] lib min_heap: Add args for min_heap_callbacks
` [PATCH v6 09/16] lib min_heap: Add min_heap_sift_up()
` [PATCH v6 10/16] lib min_heap: Add min_heap_del()
` [PATCH v6 11/16] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values
` [PATCH v6 12/16] lib min_heap: Rename min_heapify() to min_heap_sift_down()
` [PATCH v6 13/16] lib min_heap: Update min_heap_push() to use min_heap_sift_up()
` [PATCH v6 14/16] lib/test_min_heap: Add test for heap_del()
` [PATCH v6 15/16] bcache: Remove heap-related macros and switch to generic min_heap
` [PATCH v6 16/16] bcachefs: "
[RESEND PATCH v5 00/16] treewide: Refactor heap related implementation
2024-05-23 15:35 UTC (18+ messages)
` [RESEND PATCH v5 04/16] lib min_heap: Add type safe interface
` [RESEND PATCH v5 08/16] lib min_heap: Add args for min_heap_callbacks
` [RESEND PATCH v5 09/16] lib min_heap: Add min_heap_sift_up()
` [RESEND PATCH v5 10/16] lib min_heap: Add min_heap_del()
` [RESEND PATCH v5 11/16] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values
` [RESEND PATCH v5 12/16] lib min_heap: Rename min_heapify() to min_heap_sift_down()
` [RESEND PATCH v5 13/16] lib min_heap: Update min_heap_push() to use min_heap_sift_up()
` [RESEND PATCH v5 14/16] lib/test_min_heap: Add test for heap_del()
` [RESEND PATCH v5 15/16] bcache: Remove heap-related macros and switch to generic min_heap
` [RESEND PATCH v5 16/16] bcachefs: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).