messages from 2022-11-29 14:25:25 to 2022-12-02 15:19:21 UTC [more...]
[PATCH v3 0/3] sed-opal: keyrings, discovery, revert, key store
2022-12-02 15:18 UTC (16+ 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
[GIT PULL] nvme fixes for Linux 6.1
2022-12-02 15:01 UTC (2+ messages)
[PATCH 0/6] block: add support for REQ_OP_VERIFY
2022-12-02 14:58 UTC (7+ messages)
[PATCH v4 0/2] Add SM4 XTS symmetric algorithm for blk-crypto and fscrypt
2022-12-02 12:01 UTC (5+ messages)
` [PATCH v4 1/2] blk-crypto: Add support for SM4-XTS blk crypto mode
` [PATCH v4 2/2] fscrypt: Add SM4 XTS/CTS symmetric algorithm support
[PATCH] sed-opal: if key is available from IOC_OPAL_SAVE use it when locking
2022-12-02 10:37 UTC (5+ messages)
[PATCH -next v2] blk-cgroup: Fix some kernel-doc comments
2022-12-02 2:42 UTC
[PATCH 0/5] A few cleanup and bugfix patches for sbitmap
2022-12-02 2:34 UTC (11+ 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 -next] blk-cgroup: Fix some kernel-doc comments
2022-12-02 1:22 UTC (3+ messages)
[PATCH v2] null_blk: support read-only and offline zone conditions
2022-12-01 21:50 UTC (3+ messages)
[PATCH 3/5] driver core: make struct device_type.uevent() take a const *
2022-12-01 18:43 UTC (11+ messages)
[PATCH] block: bdev & blktrace: use consistent function doc. notation
2022-12-01 16:17 UTC (2+ messages)
[PATCH] block: Fixup condition detecting exclusive opener during partition rescan
2022-12-01 14:45 UTC (2+ messages)
[PATCH -next v2 0/9] iocost bugfix
2022-12-01 13:47 UTC (34+ 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 v3 0/2] Add SM4 XTS symmetric algorithm for blk-crypto and fscrypt
2022-12-01 12:45 UTC (4+ messages)
` [PATCH v3 2/2] fscrypt: Add SM4 XTS/CTS symmetric algorithm support
[PATCH] block: Do not reread partition table on exclusively open device
2022-12-01 11:44 UTC (5+ messages)
[PATCH 0/5] Backported DRBD printk/debug improvements
2022-12-01 11:03 UTC (6+ messages)
` [PATCH 1/5] drbd: unify how failed assertions are logged
` [PATCH 2/5] drbd: split polymorph printk to its own file
` [PATCH 3/5] drbd: introduce dynamic debug
` [PATCH 4/5] drbd: introduce drbd_ratelimit()
` [PATCH 5/5] drbd: add context parameter to expect() macro
[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 (16+ 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 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 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 (5+ messages)
` [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 (12+ messages)
` [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 (8+ 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
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).