linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-28 15:32:41 to 2022-12-01 10:14:43 UTC [more...]

[PATCH -next v2 0/9] iocost bugfix
 2022-12-01 10:14 UTC  (29+ messages)
` [PATCH -next v2 1/9] blk-iocost: cleanup ioc_qos_write() and ioc_cost_model_write()
` [PATCH -next v2 2/9] blk-iocost: improve hanlder of match_u64()
` [PATCH -next v2 3/9] blk-iocost: don't allow to configure bio based device
` [PATCH -next v2 4/9] blk-iocost: read params inside lock in sysfs apis
` [PATCH -next v2 5/9] blk-iocost: fix divide by 0 error in calc_lcoefs()
` [PATCH -next v2 6/9] blk-iocost: change div64_u64 to DIV64_U64_ROUND_UP in ioc_refresh_params()
` [PATCH -next v2 7/9] blk-iocost: fix UAF in ioc_pd_free
` [PATCH -next v2 8/9] block: fix null-pointer dereference in ioc_pd_init
` [PATCH -next v2 9/9] blk-iocost: fix walk_list corruption

[PATCH 0/5] A few cleanup and bugfix patches for sbitmap
 2022-12-01  7:21 UTC  (7+ messages)
` [PATCH 1/5] sbitmap: don't consume nr for inactive waitqueue to avoid lost wakeups
` [PATCH 2/5] sbitmap: remove unnecessary calculation of alloc_hint in __sbitmap_get_shallow
` [PATCH 3/5] sbitmap: remove redundant check in __sbitmap_queue_get_batch
` [PATCH 4/5] sbitmap: rewrite sbitmap_find_bit_in_index to reduce repeat code
` [PATCH 5/5] sbitmap: add sbitmap_find_bit to remove repeat code in __sbitmap_get/__sbitmap_get_shallow

[PATCH] block: Do not reread partition table on exclusively open device
 2022-12-01  7:10 UTC  (4+ messages)

[PATCH] block: bdev & blktrace: use consistent function doc. notation
 2022-12-01  7:03 UTC 

[PATCH v2] null_blk: support read-only and offline zone conditions
 2022-12-01  6:10 UTC 

[PATCH v3 0/3] sed-opal: keyrings, discovery, revert, key store
 2022-12-01  3:46 UTC  (9+ messages)
` [PATCH v3 1/3] block: sed-opal: Implement IOC_OPAL_DISCOVERY
` [PATCH v3 2/3] block: sed-opal: Implement IOC_OPAL_REVERT_LSP
` [PATCH v3 3/3] block: sed-opal: keyring support for SED keys

[PATCH v3 0/4] block/scsi/nvme: Add error codes for PR ops
 2022-12-01  3:28 UTC  (7+ messages)

[PATCH v2 0/5] A few cleanup and bugfix patches for blk-iocost
 2022-12-01  2:28 UTC  (6+ messages)

[PATCH v2 00/10] A few bugfix and cleanup patches for blk-throttle
 2022-12-01  1:36 UTC  (19+ messages)
` [PATCH v2 01/10] blk-throttle: correct stale comment in throtl_pd_init
` [PATCH v2 02/10] blk-throttle: Fix that bps of child could exceed bps limited in parent
` [PATCH v2 03/10] blk-throttle: ignore cgroup without io queued in blk_throtl_cancel_bios
` [PATCH v2 04/10] blk-throttle: correct calculation of wait time in tg_may_dispatch
` [PATCH v2 05/10] blk-throttle: simpfy low limit reached check in throtl_tg_can_upgrade
` [PATCH v2 06/10] blk-throttle: fix typo in comment of throtl_adjusted_limit
` [PATCH v2 07/10] blk-throttle: remove incorrect comment for tg_last_low_overflow_time
` [PATCH v2 08/10] blk-throttle: remove repeat check of elapsed time from last upgrade in throtl_hierarchy_can_downgrade
` [PATCH v2 09/10] blk-throttle: Use more siutable time_after check for update of slice_start
` [PATCH v2 10/10] blk-throttle: avoid dead code in throtl_hierarchy_can_upgrade

[PATCH V4 0/7] null_blk: allow REQ_OP_WRITE_ZEROES and cleanup
 2022-12-01  1:21 UTC  (16+ messages)
` [PATCH V4 1/8] null_blk: allow REQ_OP_WRITE_ZEROES
` [PATCH V4 2/8] null_blk: code cleaup
` [PATCH V4 3/8] null_blk: initialize cmd->bio in __alloc_cmd()
` [PATCH V4 4/8] null_blk: don't use magic numbers in the code
` [PATCH V4 5/8] null_blk: remove extra space in switch condition
` [PATCH V4 6/8] null_blk: add param to set max disacrd sectors
` [PATCH V4 7/8] null_blk: add param to set max write-zeroes sects
` [PATCH V4 8/8] null-blk: allow REQ_OP_ZONE_RESET_ALL to configure

[PATCH v2 0/8] Add support for segments smaller than one page
 2022-12-01  0:39 UTC  (8+ messages)
` [PATCH v2 7/8] scsi_debug: Support configuring the maximum segment size
` [PATCH v2 8/8] null_blk: "

[PATCH] virtio-blk: replace ida_simple[get|remove] with ida_[alloc_range|free]
 2022-11-30 23:21 UTC  (4+ messages)

[PATCH v5 0/3] generic and PowerPC SED Opal keystore
 2022-11-30 20:23 UTC  (4+ messages)
` [PATCH v5 1/3] block: sed-opal: "
` [PATCH v5 2/3] powerpc/pseries: PLPKS SED Opal keystore support
` [PATCH v5 3/3] block: sed-opal: keystore access for SED Opal keys

untangle the request_queue refcounting from the queue kobject v2
 2022-11-30 18:09 UTC  (2+ messages)

[PATCH -next 0/8] iocost bugfix
 2022-11-30 15:59 UTC  (7+ messages)
` [PATCH -next 7/8] blk-iocost: fix possible UAF in ioc_pd_free
` [PATCH -next 8/8] block: fix null-pointer dereference in ioc_pd_init

[PATCH-block v2] bdi, blk-cgroup: Fix potential UAF of blkcg
 2022-11-30 15:44 UTC  (5+ messages)

Partitions created under RAID devices
 2022-11-30 13:56 UTC  (2+ messages)

[PATCH] null_blk: support readonly and offline zone conditions
 2022-11-30 12:47 UTC  (4+ messages)

[PATCH v1 2/3] Treewide: Stop corrupting socket's task_frag
 2022-11-30 12:07 UTC  (6+ messages)

[PATCH AUTOSEL 5.15 23/31] block: make blk_set_default_limits() private
 2022-11-30 11:05 UTC  (3+ messages)

[PATCH v5 00/10] Implement copy offload support
 2022-11-30  9:55 UTC  (17+ messages)
    ` [PATCH v5 02/10] block: Add copy offload support infrastructure
    ` [PATCH v5 10/10] fs: add support for copy file range in zonefs

[PATCH blktests] block/017: extend IO inflight duration
 2022-11-30  5:14 UTC  (2+ messages)

blktests: block/027 failing consistently
 2022-11-29 20:10 UTC  (6+ messages)

[PATCH v2 0/5] random improvements and cleanups for elevator.c
 2022-11-29 17:54 UTC  (8+ messages)
` [PATCH v2 1/5] elevator: print none at first in elv_iosched_show even if the queue has a scheduler
` [PATCH v2 2/5] elevator: replace continue with else-if in elv_iosched_show
` [PATCH v2 3/5] elevator: print e->elevator_name instead of cur->elevator_name "
` [PATCH v2 4/5] elevator: repalce "len+name" with "name+len" "
` [PATCH v2 5/5] elevator: use bool instead of int as the return type of elv_iosched_allow_bio_merge

[PATCH 0/4] Fix probe failed when modprobe modules
 2022-11-29 17:08 UTC  (10+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] 9p: Fix probe failed when modprobe 9pnet_virtio
  ` [PATCH v2 2/5] virtio-mem: Fix probe failed when modprobe virtio_mem
  ` [PATCH v2 3/5] virtio-input: Fix probe failed when modprobe virtio_input
  ` [PATCH v2 4/5] virtio-blk: Fix probe failed when modprobe virtio_blk
  ` [PATCH v2 5/5] drm/virtio: Fix probe failed when modprobe virtio_gpu

[PATCH v2 0/2] nvme-mpath: Add IO stats support
 2022-11-29 16:43 UTC  (13+ messages)
` [PATCH v2 1/2] nvme: introduce nvme_start_request
` [PATCH v2 2/2] nvme: support io stats on the mpath device

[GIT PULL] nvme updates for Linux 6.2
 2022-11-29 13:56 UTC  (2+ messages)

[PATCH 0/4] random improvements and cleanups for elevator.c
 2022-11-29 10:51 UTC  (10+ messages)
` [PATCH 1/4] elevator: print none at first in elv_iosched_show even if the queue has a scheduler
` [PATCH 2/4] elevator: replace continue with else-if in elv_iosched_show
    `  "
` [PATCH 3/4] elevator: repalce "len+name" with "name+len" "
` [PATCH 4/4] elevator: use bool instead of int as the return type of elv_iosched_allow_bio_merge

Napływ Klientów ze strony
 2022-11-29  8:45 UTC 

[PATCH linux-next] elevator: use sysfs_streq() instead of strncmp()
 2022-11-29  7:04 UTC 

[PATCH v2] blk-iocost: fix shift-out-of-bounds in iocg_hick_delay()
 2022-11-29  4:52 UTC  (6+ messages)

[PATCH 0/1] Possible bug in zram on ppc64le on vfat
 2022-11-29  4:38 UTC  (7+ messages)

[PATCH 0/2] Minor fixes
 2022-11-28 23:55 UTC  (8+ messages)
` [PATCH 2/2] block: fops: Do not set REQ_SYNC for async IOs

[PATCH-block] blk-cgroup: Use css_tryget() in blkcg_destroy_blkgs()
 2022-11-28 19:11 UTC  (12+ messages)

kernel BUG at lib/list_debug.c:30! (list_add corruption. prev->next should be nex)
 2022-11-28 18:55 UTC  (6+ messages)
      ` [bisected]kernel "

[PATCH 1/5] driver core: make struct class.dev_uevent() take a const *
 2022-11-28 17:25 UTC  (5+ messages)

[PATCH] blk-iocost: fix shift-out-of-bounds in iocg_hick_delay()
 2022-11-28 17:09 UTC  (2+ messages)


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).