messages from 2022-10-06 12:22:31 to 2022-10-11 01:19:16 UTC [more...]
[RFC PATCH v1 00/14] mm/block: add bdi sysfs knobs
2022-10-11 1:00 UTC (6+ messages)
` [RFC PATCH v1 01/14] mm: add bdi_set_strict_limit() function
` [RFC PATCH v1 04/14] mm: Use part per 10000 for bdi ratios
` [RFC PATCH v1 05/14] mm: add bdi_get_max_bytes() function
` [RFC PATCH v1 08/14] mm: Add new knob /sys/class/bdi/<bdi>/max_bytes
` [RFC PATCH v1 12/14] mm: add bdi_set_min_bytes() function
[PATCH v6 0/7] treewide cleanup of random integer usage
2022-10-11 1:18 UTC (9+ messages)
` [PATCH v6 1/7] treewide: use prandom_u32_max() when possible, part 1
` [PATCH v6 2/7] treewide: use prandom_u32_max() when possible, part 2
` [PATCH v6 3/7] treewide: use get_random_{u8,u16}() when possible, part 1
` [PATCH v6 4/7] treewide: use get_random_{u8,u16}() when possible, part 2
` [PATCH v6 5/7] treewide: use get_random_u32() when possible
` [PATCH v6 6/7] treewide: use get_random_bytes() "
` [PATCH v6 7/7] prandom: remove unused functions
[Resend PATCH] mm: use stack_depot for recording kmemleak's backtrace
2022-10-11 1:16 UTC
[PATCH 0/4] A few cleanup patches for blk-cgroup
2022-10-11 1:07 UTC (11+ messages)
` [PATCH 1/4] blk-cgroup: Remove unnecessary blk_ioprio_exit in blkcg_init_queue
` [PATCH 2/4] blk-cgroup: correct comment for blk_alloc_queue and blk_exit_queue
` [PATCH 3/4] blk-cgroup: Add NULL check of pd_alloc_fn in blkcg_activate_policy
` [PATCH 4/4] blk-cgroup: Fix typo in comment
[RFC PATCH 0/6] block: add and use tagset init helper
2022-10-10 17:40 UTC (8+ messages)
` [RFC PATCH 1/6] "
` [RFC PATCH 2/6] nbd: use init alloc tagset helper
` [RFC PATCH 3/6] virtio-blk: "
` [RFC PATCH 4/6] nvme-apple: "
` [RFC PATCH 5/6] nvme-core: "
` [RFC PATCH 6/6] nvme-pci: "
[RFC PATCH 00/21] block: add and use init tagset helper
2022-10-10 17:06 UTC (12+ messages)
` [RFC PATCH 01/21] "
[RFC PATCH 00/18] block: add and use init disk helper
2022-10-10 16:50 UTC (4+ messages)
` [RFC PATCH 01/18] "
[man-pages PATCH v3] statx.2, open.2: document STATX_DIOALIGN
2022-10-10 16:15 UTC (5+ messages)
` Semantic newlines (was: [man-pages PATCH v3] statx.2, open.2: document STATX_DIOALIGN)
[PATCH] block: fix leaking minors of hidden disks
2022-10-10 14:49 UTC (3+ messages)
[PATCH v2] block: avoid sign extend problem with default queue flags mask
2022-10-10 14:27 UTC (3+ messages)
BUG: unable to handle kernel NULL pointer dereference in start_motor
2022-10-10 13:59 UTC
lockdep WARNING at blktests block/011
2022-10-10 13:31 UTC (14+ messages)
[PATCH] block, bfq: remove unused variable for bfq_queue
2022-10-10 13:29 UTC
[RFC PATCH] mm: skip GFP_IO if swap is zram only
2022-10-10 13:09 UTC (2+ messages)
WARNING: refcount bug in del_gendisk
2022-10-10 13:04 UTC
INFO: task hung in floppy_revalidate
2022-10-10 12:53 UTC
[PATCHv2] block: fix leaking minors of hidden disks
2022-10-10 8:49 UTC (7+ messages)
[PATCH 0/3] improve nvme quiesce time for large amount of namespaces
2022-10-10 8:46 UTC (6+ messages)
[PATCH] blk-mq: initialize csd/fifo_time before use
2022-10-10 7:39 UTC (2+ messages)
[PATCH] block: allow specifying default iosched in config
2022-10-10 7:20 UTC (6+ messages)
[PATCH] blk-mq: aggregate ktime_get per request batch
2022-10-10 7:30 UTC (2+ messages)
[PATCH v5 0/7] treewide cleanup of random integer usage
2022-10-09 14:17 UTC (12+ messages)
` [PATCH v5 1/7] treewide: use prandom_u32_max() when possible, part 1
` [PATCH v5 2/7] treewide: use prandom_u32_max() when possible, part 2
` [PATCH v5 3/7] treewide: use get_random_{u8,u16}() when possible, part 1
` [PATCH v5 4/7] treewide: use get_random_{u8,u16}() when possible, part 2
` [PATCH v5 5/7] treewide: use get_random_u32() when possible
` [PATCH v5 6/7] treewide: use get_random_bytes "
` [PATCH v5 7/7] prandom: remove unused functions
[PATCH] blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()
2022-10-09 13:48 UTC (3+ messages)
[blk] 8c5035dfbb: fio.read_iops -10.6% regression
2022-10-09 9:32 UTC (5+ messages)
` [LKP] "
[PATCH v3 0/5] treewide cleanup of random integer usage
2022-10-09 2:57 UTC (23+ 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 v4 0/6] treewide cleanup of random integer usage
2022-10-09 0:26 UTC (21+ messages)
` [PATCH v4 1/6] treewide: use prandom_u32_max() when possible, mechanically
` [PATCH v4 2/6] treewide: use prandom_u32_max() when possible
` [PATCH v4 3/6] treewide: use get_random_{u8,u16}() "
` [PATCH v4 4/6] treewide: use get_random_u32() "
` [PATCH v4 5/6] treewide: use get_random_bytes "
` [PATCH v4 6/6] prandom: remove unused functions
[PATCH v4 2/6] treewide: use prandom_u32_max() when possible
2022-10-08 18:16 UTC (3+ messages)
ublk-qcow2: ublk-qcow2 is available
2022-10-08 8:43 UTC (19+ messages)
[PATCH v7 0/3] blk-cgroup: Optimize blkcg_rstat_flush()
2022-10-08 2:15 UTC (3+ messages)
` [PATCH v7 1/3] llist: Add a lock-less list variant terminated by a sentinel node
[PATCH] block: fix leaking minors of hidden disks
2022-10-07 19:36 UTC (2+ messages)
[PATCH v4 0/3] generic and PowerPC SED Opal keystore
2022-10-07 19:09 UTC (8+ messages)
` [PATCH v4 1/3] block: sed-opal: "
` [PATCH v4 2/3] powerpc/pseries: PLPKS SED Opal keystore support
` [PATCH v4 3/3] block: sed-opal: keystore access for SED Opal keys
[PATCH v2 0/3 RESEND] sed-opal: keyrings, discovery, revert, key store
2022-10-07 18:17 UTC (7+ messages)
` [PATCH v2 1/3 RESEND] block: sed-opal: Implement IOC_OPAL_DISCOVERY
` [PATCH v2 2/3 RESEND] block: sed-opal: Implement IOC_OPAL_REVERT_LSP
` [PATCH v2 3/3 RESEND] block: sed-opal: keyring support for SED keys
[GIT PULL] Block changes for 6.1-rc1
2022-10-07 17:00 UTC (2+ messages)
[GIT PULL] Passthrough updates for 6.1-rc1
2022-10-07 17:00 UTC (2+ messages)
[GIT PULL] v2 Passthrough updates for 6.1-rc1
2022-10-07 17:00 UTC (2+ messages)
[PATCH v2 0/3] block/nvme: Fix DMA-noncoherent platforms support
2022-10-07 10:01 UTC (8+ messages)
` [PATCH v2 1/3] nvme-hwmon: Return error on kzalloc failure
[PATCH 0/6] null_blk: add modparam vefication
2022-10-07 6:30 UTC (7+ messages)
` [PATCH 1/6] null_blk: check for valid submit_queue value
` [PATCH 2/6] null_blk: check for valid poll_queue value
` [PATCH 3/6] null_blk: check for valid gb value
` [PATCH 4/6] null_blk: check for valid block size value
` [PATCH 5/6] null_blk: check for valid max_sectors value
` [PATCH 6/6] null_blk: check for valid queue depth value
[PATCH] null_blk: allow REQ_OP_ZONE_RESET_ALL to configure
2022-10-07 6:08 UTC (4+ messages)
[RFC PATCH bitmap-for-next 0/4] lib/cpumask, blk_mq: Fix blk_mq_hctx_next_cpu() vs cpumask_check()
2022-10-07 5:15 UTC (6+ messages)
` [RFC PATCH bitmap-for-next 1/4] lib/cpumask: Generate cpumask_next_wrap() body with a macro
` [RFC PATCH bitmap-for-next 4/4] blk_mq: Fix cpumask_check() warning in blk_mq_hctx_next_cpu()
soft lockup with pre-rc1
2022-10-07 1:05 UTC
[PATCH v8 0/3] blk-cgroup: Optimize blkcg_rstat_flush()
2022-10-06 21:34 UTC (2+ messages)
` [PATCH v8 3/3] "
[RFC PATCH 0/4] Introduce mempool pages bulk allocator the use it in dm-crypt
2022-10-06 18:43 UTC (4+ messages)
` [PATCH 2/4] mm: mempool: introduce page bulk allocator
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
[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 (6+ messages)
` [PATCH v1 3/5] treewide: use get_random_u32() when possible
` [f2fs-dev] "
[PATCH bitmap-for-next 0/5] bitmap,cpumask: Add for_each_cpu_andnot()
2022-10-06 12:58 UTC (3+ messages)
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).