linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-15 02:42:39 to 2023-11-22 09:53:12 UTC [more...]

[PATCH v3 00/12] Hardware wrapped key support for qcom ice and ufs
 2023-11-22  9:53 UTC  (14+ messages)
` [PATCH v3 01/12] ice, ufs, mmc: use blk_crypto_key for program_key
` [PATCH v3 02/12] qcom_scm: scm call for deriving a software secret
` [PATCH v3 03/12] soc: qcom: ice: add hwkm support in ice
` [PATCH v3 04/12] soc: qcom: ice: support for hardware wrapped keys
` [PATCH v3 05/12] ufs: core: support wrapped keys in ufs core
` [PATCH v3 06/12] ufs: host: wrapped keys support in ufs qcom
` [PATCH v3 07/12] qcom_scm: scm call for create, prepare and import keys
` [PATCH v3 08/12] ufs: core: add support for generate, import and prepare keys
` [PATCH v3 09/12] soc: qcom: support for generate, import and prepare key
` [PATCH v3 10/12] ufs: host: "
` [PATCH v3 11/12] arm64: dts: qcom: sm8650: add hwkm support to ufs ice
` [PATCH v3 12/12] dt-bindings: crypto: ice: document the hwkm property

[PATCH v3 0/3] block: warn once for each partition in bio_check_ro()
 2023-11-22 10:31 UTC  (13+ messages)
` [PATCH v3 1/3] block: move .bd_inode into 1st cacheline of block_device
` [PATCH v3 2/3] block: introduce new field bd_flags in block_device
` [PATCH v3 3/3] block: warn once for each partition in bio_check_ro()

[PATCHv3 0/5] block integrity: directly map user space addresses
 2023-11-22  0:54 UTC  (17+ messages)
` [PATCHv3 1/5] bvec: introduce multi-page bvec iterating
` [PATCHv3 2/5] block: bio-integrity: directly map user buffers
` [PATCHv3 3/5] nvme: use bio_integrity_map_user
` [PATCHv3 4/5] iouring: remove IORING_URING_CMD_POLLED
` [PATCHv3 5/5] io_uring: remove uring_cmd cookie

[PATCH v5 0/3] Disable fair tag sharing for UFS devices
 2023-11-21 19:32 UTC  (9+ messages)
` [PATCH v5 2/3] scsi: core: Support disabling fair tag sharing

[PATCH v4 00/15] Pass data lifetime information to SCSI disk devices
 2023-11-21 19:25 UTC  (8+ messages)
` [PATCH v4 15/15] scsi_debug: Maintain write statistics per group number
  ` [PATCH v4 01/15] fs: Rename the kernel-internal data lifetime constants
  ` [PATCH v4 05/15] fs/f2fs: Restore data lifetime support

[git pull] device mapper fixes for 6.7-rc2
 2023-11-21 17:46 UTC  (12+ messages)
              ` [PATCH 1/2] mm, treewide: Introduce NR_PAGE_ORDERS
                ` [PATCH 2/2] mm, treewide: Rename MAX_ORDER to MAX_PAGE_ORDER

[PATCH] nbd: pass nbd_sock to nbd_read_reply() instead of index
 2023-11-21 14:42 UTC  (14+ messages)

[PATCH] block: move .bd_inode into 1st cacheline of block_device
 2023-11-21 12:26 UTC  (5+ messages)

[PATCH v2 0/2] block: warn once for each partition in bio_check_ro()
 2023-11-21 11:19 UTC  (5+ messages)
` [PATCH v2 1/2] block: introduce new field flags in block_device
` [PATCH v2 2/2] block: warn once for each partition in bio_check_ro()

[PATCH v15 00/19] Improve write performance for zoned UFS devices​
 2023-11-21  2:12 UTC  (8+ messages)
` [PATCH v15 01/19] block: Introduce more member variables related to zone write locking

[PATCH v9 0/3] [PATCH v9 0/3] Introduce provisioning primitives
 2023-11-20 23:59 UTC  (5+ messages)

[PATCH block-6.7] blk-iocost: Fix an UBSAN shift-out-of-bounds warning
 2023-11-20 22:25 UTC 

[PATCH V4 resend] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly
 2023-11-20 20:00 UTC  (2+ messages)

[PATCH 0/2] s390/dasd: fix kernel panic with statistics
 2023-11-20 18:51 UTC  (3+ messages)

[PATCH] block/null_blk: Fix double blk_mq_start_request() warning
 2023-11-20 17:26 UTC  (2+ messages)

[PATCH] block: Remove blk_set_runtime_active()
 2023-11-20 17:26 UTC  (4+ messages)

[PATCH 0/3] fix null-ptr-deref in nbd_open()
 2023-11-20 17:16 UTC  (6+ messages)
` [PATCH 1/3] nbd: fold nbd config initialization into nbd_alloc_config()
` [PATCH 2/3] nbd: factor out a helper to get nbd_config without holding 'config_lock'
` [PATCH 3/3] nbd: fix null-ptr-dereference while accessing 'nbd->config'

[PATCH 00/10] bcache-next 20231120
 2023-11-20 16:18 UTC  (12+ messages)
` [PATCH 01/10] bcache: avoid oversize memory allocation by small stripe_size
` [PATCH 02/10] bcache: check return value from btree_node_alloc_replacement()
` [PATCH 03/10] bcache: remove redundant assignment to variable cur_idx
` [PATCH 04/10] bcache: prevent potential division by zero error
` [PATCH 05/10] bcache: fixup init dirty data errors
` [PATCH 06/10] bcache: fixup lock c->root error
` [PATCH 07/10] bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up race
` [PATCH 08/10] bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()
` [PATCH 09/10] bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
` [PATCH 10/10] bcache: avoid NULL checking to c->root in run_cache_set()

add and use a per-mapping stable writes flag v2
 2023-11-20 14:07 UTC  (2+ messages)

[PATCH 0/2] block: warn once for each partition in bio_check_ro()
 2023-11-20 13:24 UTC  (11+ messages)
` [PATCH 1/2] block: introduce new field flags in block_device
` [PATCH 2/2] block: warn once for each partition in bio_check_ro()

[PATCH blktests v2 0/1] nvme: require kernel config NVME_HOST_AUTH
 2023-11-20  2:49 UTC  (2+ messages)
` [PATCH blktests v2 1/1] nvme/{041,042,043,044,045}: check dhchap_ctrl_secret support by nvme-fabrics

[PATCH 0/3] blk-cgroup: three small fixes
 2023-11-20  0:51 UTC  (7+ messages)
` [PATCH 1/3] blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"
` [PATCH 2/3] blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup()
` [PATCH 3/3] blk-cgroup: bypass blkcg_deactivate_policy after destroying

Sail the News Ocean with Helium's Guidance 🧭
 2023-11-19  3:39 UTC 

[PATCH 00/34] biops: add atomig find_bit() operations
 2023-11-18 19:06 UTC  (7+ messages)
` [PATCH 01/34] lib/find: add atomic find_bit() primitives
` [PATCH 02/34] lib/sbitmap; make __sbitmap_get_word() using find_and_set_bit()
` [PATCH 22/34] block: null_blk: fix opencoded find_and_set_bit() in get_tag()

[GIT PULL] Block fix for 6.7-rc2
 2023-11-17 22:15 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION eff99d8edbed7918317331ebd1e365d8e955d65e
 2023-11-17 15:21 UTC 

[PATCH V2] blk-mq: make sure active queue usage is held for bio_integrity_prep()
 2023-11-17 13:26 UTC  (2+ messages)

[PATCH blktests v2 0/2] nvme: Allow for pre-defined UUID and subsystem NQN
 2023-11-17 12:05 UTC  (3+ messages)
` [PATCH blktests v2 1/2] nvme: do not print UUID to log files
` [PATCH blktests v2 2/2] nvme: do not print subsystem NQN to stdout

[PATCH blktests 0/2] nvme: Allow for pre-defined UUID and subsystem NQN
 2023-11-17  8:46 UTC  (3+ messages)
` [PATCH blktests 2/2] nvme: do not print subsystem NQN to stdout

[PATCH] common/ublk: allow to run ublk test without building miniublk
 2023-11-17  7:27 UTC  (2+ messages)

[PATCH 1/2] zram: split memory-tracking and ac-time tracking
 2023-11-17  1:35 UTC  (5+ messages)
` [PATCH 2/2] zram: tweak writeback config help
` [PATCHv2 1/2] zram: split memory-tracking and ac-time tracking

blktests failures with v6.7-rc1
 2023-11-16 10:57 UTC 

[PATCH blktests 0/2] nvme: require kernel config NVME_HOST_AUTH
 2023-11-16  8:36 UTC  (13+ messages)
` [PATCH blktests 1/2] common/rc: introduce _kver_gt_or_eq
` [PATCH blktests 2/2] nvme/{041,042,043,044,045}: require kernel config NVME_HOST_AUTH

[PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests
 2023-11-16  4:00 UTC  (17+ messages)
` [PATCH v3 01/10] iov_iter: Fix some checkpatch complaints in kunit tests
` [PATCH v3 02/10] iov_iter: Consolidate some of the repeated code into helpers
` [PATCH v3 03/10] iov_iter: Consolidate the test vector struct in the kunit tests
` [PATCH v3 04/10] iov_iter: Consolidate bvec pattern checking
` [PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
` [PATCH v3 06/10] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
` [PATCH v3 07/10] iov_iter: Add extract "
` [PATCH v3 08/10] iov_iter: Add benchmarking kunit tests
` [PATCH v3 09/10] iov_iter: Add kunit to benchmark decanting of xarray to bvec
` [PATCH v3 10/10] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC

[PATCH 5.10 001/191] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
 2023-11-15 20:44 UTC 

[PATCH 5.15 001/244] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
 2023-11-15 20:33 UTC 

[PATCH 6.1 003/379] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
 2023-11-15 19:21 UTC 

[PATCH 6.6 006/603] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
 2023-11-15 19:09 UTC 

[PATCH 6.5 006/550] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
 2023-11-15 19:09 UTC 

[PATCH for-next 0/2] Misc patches for RNBD
 2023-11-15 16:37 UTC  (3+ messages)
` [PATCH for-next 1/2] block/rnbd: add support for REQ_OP_WRITE_ZEROES
` [PATCH for-next 2/2] block/rnbd: use %pe to print errors

Performance Difference between ext4 and Raw Block Device Access with buffer_io
 2023-11-15 14:59 UTC  (4+ 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).