messages from 2022-10-04 09:19:13 to 2022-10-06 23:37:12 UTC [more...]
[PATCH v3 0/5] treewide cleanup of random integer usage
2022-10-06 23:36 UTC (12+ messages)
` [PATCH v3 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v3 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v3 3/5] treewide: use get_random_u32() "
` [PATCH v3 4/5] treewide: use get_random_bytes "
` [PATCH v3 5/5] prandom: remove unused functions
[PATCH v8 0/3] blk-cgroup: Optimize blkcg_rstat_flush()
2022-10-06 21:34 UTC (7+ messages)
` [PATCH v8 1/3] llist: Allow optional sentinel node terminated lockless list
` [PATCH v8 2/3] blk-cgroup: Return -ENOMEM directly in blkcg_css_alloc() error path
` [PATCH v8 3/3] blk-cgroup: Optimize blkcg_rstat_flush()
[RFC PATCH 0/4] Introduce mempool pages bulk allocator the use it in dm-crypt
2022-10-06 18:43 UTC (8+ messages)
` [PATCH 1/4] mm: mempool: extract common initialization code
` [PATCH 2/4] mm: mempool: introduce page bulk allocator
` [PATCH 3/4] md: dm-crypt: move crypt_free_buffer_pages ahead
` [PATCH 4/4] md: dm-crypt: use mempool page bulk allocator
[RFC PATCH 00/21] block: add and use init tagset helper
2022-10-06 18:40 UTC (29+ messages)
` [RFC PATCH 01/21] "
` [RFC PATCH 02/21] loop: use lib tagset init helper
` [RFC PATCH 03/21] nbd: "
` [RFC PATCH 04/21] rnbd: "
` [RFC PATCH 05/21] bsg-lib: "
` [RFC PATCH 06/21] rnbd-clt: "
` [RFC PATCH 07/21] virtio-blk: "
` [RFC PATCH 08/21] scsi: "
` [RFC PATCH 09/21] block: "
` [RFC PATCH 10/21] amiflop: "
` [RFC PATCH 11/21] floppy: "
` [RFC PATCH 12/21] mtip32xx: "
` [RFC PATCH 13/21] z3ram: "
` [RFC PATCH 14/21] scm_blk: "
` [RFC PATCH 15/21] ubi: "
` [RFC PATCH 16/21] mmc: core: "
` [RFC PATCH 17/21] dasd: "
` [RFC PATCH 18/21] nvme-core: use lib tagset init helper for I/O q
` [RFC PATCH 19/21] nvme-core: use lib tagset init helper for adminq
` [RFC PATCH 20/21] nvme-apple: use lib tagset init helper
` [RFC PATCH 21/21] nvme-pci: "
ublk-qcow2: ublk-qcow2 is available
2022-10-06 18:29 UTC (15+ messages)
again? - Write I/O queue hangup at random on recent Linus' kernels
2022-10-06 16:57 UTC (5+ messages)
[PATCH v2 0/5] treewide cleanup of random integer usage
2022-10-06 16:25 UTC (11+ messages)
` [PATCH v2 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v2 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v2 3/5] treewide: use get_random_u32() "
` [PATCH v2 4/5] treewide: use get_random_bytes "
` [PATCH v2 5/5] prandom: remove unused functions
[RFC PATCH bitmap-for-next 0/4] lib/cpumask, blk_mq: Fix blk_mq_hctx_next_cpu() vs cpumask_check()
2022-10-06 15:17 UTC (7+ messages)
` [RFC PATCH bitmap-for-next 1/4] lib/cpumask: Generate cpumask_next_wrap() body with a macro
` [RFC PATCH bitmap-for-next 2/4] lib/cpumask: Fix cpumask_check() warning in cpumask_next_wrap*()
` [RFC PATCH bitmap-for-next 3/4] lib/cpumask: Introduce cpumask_next_and_wrap()
` [RFC PATCH bitmap-for-next 4/4] blk_mq: Fix cpumask_check() warning in blk_mq_hctx_next_cpu()
[PATCH] block: Remove the repeat word 'can'
2022-10-06 13:38 UTC (2+ messages)
[PATCH v1 0/5] treewide cleanup of random integer usage
2022-10-06 13:20 UTC (11+ messages)
` [PATCH v1 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v1 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v1 3/5] treewide: use get_random_u32() "
` [f2fs-dev] "
` [PATCH v1 4/5] treewide: use get_random_bytes "
` [PATCH v1 5/5] prandom: remove unused functions
[PATCH bitmap-for-next 0/5] bitmap,cpumask: Add for_each_cpu_andnot()
2022-10-06 12:58 UTC (6+ messages)
` [PATCH bitmap-for-next 1/5] blk_mq: Fix cpumask_check() warning in blk_mq_hctx_next_cpu()
[PATCH] null_blk: allow REQ_OP_ZONE_RESET_ALL to configure
2022-10-06 5:15 UTC (2+ messages)
[PATCH V2 0/7] null_blk: allow REQ_OP_WRITE_ZEROES and cleanup
2022-10-06 3:18 UTC (8+ messages)
` [PATCH V2 1/7] null_blk: allow REQ_OP_WRITE_ZEROES
` [PATCH V2 2/7] null_blk: code cleaup
` [PATCH V2 3/7] null_blk: initialize cmd->bio in __alloc_cmd()
` [PATCH V2 4/7] null_blk: don't use magic numbers in the code
` [PATCH V2 5/7] null_blk: remove extra space in switch condition
` [PATCH V2 6/7] null_blk: add param to set max disacrd sectors
` [PATCH V2 7/7] null_blk: add param to set max write-zeroes sects
lockdep WARNING at blktests block/011
2022-10-06 2:30 UTC (12+ messages)
Supporting segment sizes smaller than the page size
2022-10-05 21:00 UTC (7+ messages)
[PATCH 0/6] null_blk: allow REQ_OP_WRITE_ZEROES and cleanup
2022-10-05 19:01 UTC (21+ messages)
` [PATCH 1/6] null_blk: allow write zeores on non-membacked
` [PATCH 2/6] null_blk: allow write zeores on membacked
` [PATCH 3/6] null_blk: code cleaup
` [PATCH 4/6] null_blk: initialize cmd->bio in __alloc_cmd()
` [PATCH 5/6] null_blk: don't use magic numbers in the code
` [PATCH 6/6] null_blk: remove extra space in switch condition
[RFC PATCH 00/18] block: add and use init disk helper
2022-10-05 17:24 UTC (22+ messages)
` [RFC PATCH 01/18] "
` [RFC PATCH 02/18] nfblock: "
` [RFC PATCH 03/18] amiflop: "
` [RFC PATCH 04/18] brd: "
` [RFC PATCH 05/18] drbd: "
` [RFC PATCH 06/18] floppy: "
` [RFC PATCH 07/18] loop: "
` [RFC PATCH 08/18] n64cart: "
` [RFC PATCH 09/18] nbd: "
` [RFC PATCH 10/18] pcd: "
` [RFC PATCH 11/18] pd: "
` [RFC PATCH 12/18] pf: "
` [RFC PATCH 13/18] pktcdvd: "
` [RFC PATCH 14/18] rnbd-clt: "
` [RFC PATCH 15/18] swim: "
` [RFC PATCH 16/18] swim3: "
` [RFC PATCH 17/18] z2ram: "
` [RFC PATCH 18/18] ubi: "
[PATCH V3 0/8] block, bfq: extend bfq to support multi-actuator drives
2022-10-04 23:06 UTC (12+ messages)
` [PATCH V3 1/8] block, bfq: split sync bfq_queues on a per-actuator basis
` [PATCH V3 2/8] block, bfq: forbid stable merging of queues associated with different actuators
` [PATCH V3 3/8] block, bfq: turn scalar fields into arrays in bfq_io_cq
` [PATCH V3 4/8] block, bfq: split also async bfq_queues on a per-actuator basis
` [PATCH V3 5/8] block, bfq: turn BFQ_NUM_ACTUATORS into BFQ_MAX_ACTUATORS
` [PATCH V3 6/8] block, bfq: retrieve independent access ranges from request queue
` [PATCH V3 7/8] block, bfq: inject I/O to underutilized actuators
` [PATCH V3 8/8] block, bfq: balance I/O injection among "
[PATCH] block: allow specifying default iosched in config
2022-10-04 23:15 UTC (7+ messages)
[GIT PULL] v2 Passthrough updates for 6.1-rc1
2022-10-04 22:12 UTC
[GIT PULL] Passthrough updates for 6.1-rc1
2022-10-04 22:10 UTC (2+ messages)
[man-pages PATCH v3] statx.2, open.2: document STATX_DIOALIGN
2022-10-04 17:43 UTC
[PATCH v2 0/3] block/nvme: Fix DMA-noncoherent platforms support
2022-10-04 17:33 UTC (10+ messages)
` [PATCH v2 1/3] nvme-hwmon: Return error on kzalloc failure
` [PATCH v2 3/3] block: sed-opal: Cache-line-align the cmd/resp buffers
[PATCH] MAINTAINERS: Update SED-Opal Maintainers
2022-10-04 16:41 UTC (2+ messages)
[PATCH] blk-mq: aggregate ktime_get per request batch
2022-10-04 15:30 UTC
[6.0.0-rc7] [net-next] [HNV] WARNING: CPU: 3 PID: 0 at drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:897 mlx5e_poll_ico_cq+0x4a0/0x570 [mlx5_core]
2022-10-04 11:53 UTC
[6.0.0-rc7] [net-next] [HNV] WARNING: CPU: 3 PID: 0 at drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:897 mlx5e_poll_ico_cq+0x4a0/0x570 [mlx5_core]
2022-10-04 11:52 UTC
[PATCH V2 0/8] block, bfq: extend bfq to support multi-actuator drives
2022-10-04 9:18 UTC (2+ messages)
` [PATCH V2 7/8] block, bfq: inject I/O to underutilized actuators
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).