messages from 2024-03-20 17:15:57 to 2024-06-11 05:59:03 UTC [more...]
move features flags into queue_limits
2024-06-11 5:58 UTC (36+ 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 (24+ messages)
` [RESEND PATCH v5 01/16] perf/core: Fix several typos
` [RESEND PATCH v5 02/16] bcache: Fix typo
` [RESEND PATCH v5 03/16] bcachefs: "
` [RESEND PATCH v5 04/16] lib min_heap: Add type safe interface
` [RESEND PATCH v5 05/16] lib min_heap: Add min_heap_init()
` [RESEND PATCH v5 06/16] lib min_heap: Add min_heap_peek()
` [RESEND PATCH v5 07/16] lib min_heap: Add min_heap_full()
` [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: "
[PATCH v5 00/16] treewide: Refactor heap related implementation
2024-05-14 8:41 UTC (3+ messages)
` [PATCH v5 01/16] perf/core: Fix several typos
` [PATCH v5 02/16] bcache: Fix typo
[PATCH v3] bcache: allow allocator to invalidate bucket in gc
2024-05-08 7:32 UTC
[PATCH 0/2] bcache-6.10 20240509
2024-05-09 1:15 UTC (4+ messages)
` [PATCH 1/2] bcache: Remove usage of the deprecated ida_simple_xx() API
` [PATCH 2/2] bcache: fix variable length array abuse in btree_iter
[PATCH v4 00/16] treewide: Refactor heap related implementation
2024-04-26 0:14 UTC (19+ messages)
` [PATCH v4 01/16] perf/core: Fix several typos
` [PATCH v4 02/16] bcache: Fix typo
` [PATCH v4 03/16] bcachefs: "
` [PATCH v4 04/16] lib min_heap: Add type safe interface
` [PATCH v4 05/16] lib min_heap: Add min_heap_init()
` [PATCH v4 06/16] lib min_heap: Add min_heap_peek()
` [PATCH v4 07/16] lib min_heap: Add min_heap_full()
` [PATCH v4 08/16] lib min_heap: Add args for min_heap_callbacks
` [PATCH v4 09/16] lib min_heap: Add min_heap_sift_up()
` [PATCH v4 10/16] lib min_heap: Add min_heap_del()
` [PATCH v4 11/16] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values
` [PATCH v4 12/16] lib min_heap: Rename min_heapify() to min_heap_sift_down()
` [PATCH v4 13/16] lib min_heap: Update min_heap_push() to use min_heap_sift_up()
` [PATCH v4 14/16] lib/test_min_heap: Add test for heap_del()
` [PATCH v4 15/16] bcache: Remove heap-related macros and switch to generic min_heap
` [PATCH v4 16/16] bcachefs: "
[PATCH v3 00/17] treewide: Refactor heap related implementation
2024-04-23 9:35 UTC (32+ messages)
` [PATCH v3 01/17] perf/core: Fix several typos
` [PATCH v3 02/17] bcache: Fix typo
` [PATCH v3 03/17] bcachefs: "
` [PATCH v3 04/17] lib min_heap: Add type safe interface
` [PATCH v3 05/17] lib min_heap: Add min_heap_init()
` [PATCH v3 06/17] lib min_heap: Add min_heap_peek()
` [PATCH v3 07/17] lib min_heap: Add min_heap_full()
` [PATCH v3 08/17] lib min_heap: Add args for min_heap_callbacks
` [PATCH v3 09/17] lib min_heap: Add min_heap_sift_up()
` [PATCH v3 10/17] lib min_heap: Add min_heap_del()
` [PATCH v3 11/17] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values
` [PATCH v3 12/17] lib min_heap: Rename min_heapify() to min_heap_sift_down()
` [PATCH v3 13/17] lib min_heap: Update min_heap_push() to use min_heap_sift_up()
` [PATCH v3 14/17] lib/test_min_heap: Use min_heap_init() for initializing
` [PATCH v3 15/17] lib/test_min_heap: Add test for heap_del()
` [PATCH v3 16/17] bcache: Remove heap-related macros and switch to generic min_heap
` [PATCH v3 17/17] bcachefs: "
[PATCH] bcache: Remove usage of the deprecated ida_simple_xx() API
2024-04-15 15:00 UTC (4+ messages)
bcache: bch_extent_bad() stale dirty pointer
2024-04-12 2:42 UTC
[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules
2024-04-11 17:49 UTC (7+ messages)
` [PATCH RFC v3 for-6.8/block 07/17] bcachefs: remove dead function bdev_sectors()
` [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis
[PATCH v3] bcache patches to review from 7/19/23
2024-04-08 19:23 UTC (3+ messages)
[PATCH v2 00/15] treewide: Refactor heap related implementation
2024-03-23 2:19 UTC (28+ messages)
` [PATCH v2 04/15] lib min_heap: Add type safe interface
` [PATCH v2 05/15] lib min_heap: Add min_heap_init()
` [PATCH v2 09/15] lib min_heap: Add min_heap_sift_up()
` [PATCH v2 10/15] lib min_heap: Add args for min_heap_callbacks
` [PATCH v2 12/15] lib min_heap: Rename min_heapify() to min_heap_sift_down()
` [PATCH v2 13/15] lib/test_min_heap: Use min_heap_init() for initializing
` [PATCH v2 14/15] bcache: Remove heap-related macros and switch to generic min_heap
` [PATCH v2 15/15] 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).