linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-30 14:36:03 to 2020-10-07 03:17:12 UTC [more...]

[PATCH v3 0/4] io_uring: Fix async workqueue is not canceled on some corner case
 2020-10-07  3:16 UTC  (4+ messages)
` [PATCH v3 1/4] io_uring: Fix resource leaking when kill the process
` [PATCH v3 2/4] io_uring: Fix missing smp_mb() in io_cancel_async_work()
` [PATCH v3 3/4] io_uring: Fix remove irrelevant req from the task_list

[PATCH v2 0/5] io_uring: Fix async workqueue is not canceled on some corner case
 2020-10-07  1:50 UTC  (6+ messages)
` [PATCH v2 4/5] io_uring: Fix missing save the current thread files
    ` [External] Re: [PATCH v2 0/5] io_uring: Fix async workqueue is not canceled on some corner case

[PATCH V7 0/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2020-10-07  1:04 UTC  (5+ messages)
` [PATCH V7 1/4] block: use test_and_{clear|test}_bit to set/clear QUEUE_FLAG_QUIESCED
` [PATCH V7 2/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
` [PATCH V7 3/4] blk-mq: add tagset quiesce interface
` [PATCH V7 4/4] nvme: use blk_mq_[un]quiesce_tagset

[PATCH blktests v2 00/11] NVMe Target Passthru Block Tests
 2020-10-07  0:58 UTC  (21+ messages)
` [PATCH blktests v2 01/11] common/fio: Remove state file in common helper
` [PATCH blktests v2 02/11] common/xfs: Create common helper to check for XFS support
` [PATCH blktests v2 03/11] common/xfs: Create common helper to verify block device with xfs
` [PATCH blktests v2 04/11] nvme: Search for specific subsysnqn in _find_nvme_loop_dev
` [PATCH blktests v2 05/11] nvme: Add common helpers for passthru tests
` [PATCH blktests v2 06/11] nvme/033: Simple test to create and connect to a passthru target
` [PATCH blktests v2 07/11] nvme/034: Add test for passthru data verification
` [PATCH blktests v2 08/11] nvme/035: Add test to verify passthru controller with a filesystem
` [PATCH blktests v2 09/11] nvme/036: Add test for testing reset command on nvme-passthru
` [PATCH blktests v2 10/11] nvme/037: Add test which loops passthru connect and disconnect
` [PATCH blktests v2 11/11] nvme/038: Test removal of un-enabled subsystem and ports

[PATCH 1/3] bcache: introduce bcache sysfs entries for ioprio-based bypass/writeback hints
 2020-10-07  0:41 UTC  (5+ messages)

[PATCH] block: make maximum zone append size configurable
 2020-10-06 23:33 UTC  (2+ messages)

[PATCH v3] block: Consider only dispatched requests for inflight statistic
 2020-10-06 20:37 UTC  (2+ messages)

[RESEND PATCH v2] block: Consider only dispatched requests for inflight statistic
 2020-10-06 19:42 UTC  (6+ messages)

[PATCH 00/10] DASD FC endpoint security
 2020-10-06 16:57 UTC  (17+ messages)
` [PATCH 01/10] s390/cio: Export information about Endpoint-Security Capability
` [PATCH 02/10] s390/cio: Provide Endpoint-Security Mode per CU
` [PATCH 03/10] s390/cio: Add support for FCES status notification
` [PATCH 04/10] s390/dasd: Remove unused parameter from dasd_generic_probe()
` [PATCH 05/10] s390/dasd: Move duplicate code to separate function
` [PATCH 06/10] s390/dasd: Store path configuration data during path handling
` [PATCH 07/10] s390/dasd: Fix operational path inconsistency
` [PATCH 08/10] s390/dasd: Display FC Endpoint Security information via sysfs
` [PATCH 09/10] s390/dasd: Prepare for additional path event handling
` [PATCH 10/10] s390/dasd: Process FCES path event notification

[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-10-06 14:42 UTC  (9+ messages)

[PATCH V7 0/2] percpu_ref & block: reduce memory footprint of percpu_ref in fast path
 2020-10-06 13:30 UTC  (6+ messages)
` [PATCH V7 1/2] percpu_ref: "
` [PATCH V7 2/2] block: move 'q_usage_counter' into front of 'request_queue'

trivial block layer merging cleanups
 2020-10-06 13:30 UTC  (5+ messages)
` [PATCH 1/3] block: remove the unused blk_integrity_merge_rq export
` [PATCH 2/3] block: remove the unused blk_integrity_merge_bio export
` [PATCH 3/3] block: move blk_mq_sched_try_merge to blk-merge.c

[PATCH 0/1] Block snapshot module and block layer filter API
 2020-10-06  8:43 UTC  (2+ messages)
    ` [PATCH 1/1] blk-snap - Block snapshot module This module implements snapshot and changed block tracking functionality. It is intended to create backup copies of any block devices without usage of device-mapper

[PATCH blk-next 0/2] Delete the get_vector_affinity leftovers
 2020-10-06  4:58 UTC  (11+ messages)
` [PATCH blk-next 1/2] blk-mq-rdma: Delete not-used multi-queue RDMA map queue code

[PATCH 00/18] use semicolons rather than commas to separate statements
 2020-10-05 16:52 UTC  (19+ messages)

[PATCH v2 0/3] block: fix up bio_crypt_ctx allocation
 2020-10-05 16:48 UTC  (4+ messages)

remove bdget() as a public API
 2020-10-05 16:40 UTC  (3+ messages)

[PATCH][next] block: scsi_ioctl: Avoid the use of one-element arrays
 2020-10-05  7:25 UTC  (6+ messages)

INFO: task can't die in nbd_ioctl
 2020-10-05  7:20 UTC 

[PATCH v10 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-10-04  3:38 UTC  (11+ messages)
` [PATCH v10 1/7] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v10 2/7] net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send
` [PATCH v10 3/7] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v10 4/7] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v10 5/7] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v10 6/7] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v10 7/7] libceph: use sendpage_ok() in ceph_tcp_sendpage()
  ` (no subject)

[PATCH][next] rsxx: Use fallthrough pseudo-keyword
 2020-10-02 23:59 UTC  (2+ messages)

[PATCH v9 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-10-02 22:29 UTC  (13+ messages)
` [PATCH v9 1/7] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v9 2/7] net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send
` [PATCH v9 3/7] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v9 4/7] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v9 5/7] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v9 6/7] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v9 7/7] libceph: use sendpage_ok() in ceph_tcp_sendpage()

[GIT PULL] Block fix for 5.9-rc
 2020-10-02 21:54 UTC  (2+ messages)

[PATCH 00/15] bcache patches for Linux v5.10
 2020-10-02 20:29 UTC  (19+ messages)
` [PATCH 01/15] bcache: share register sysfs with async register
` [PATCH 02/15] bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()
` [PATCH 03/15] bcache: Convert to DEFINE_SHOW_ATTRIBUTE
` [PATCH 04/15] bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
` [PATCH 05/15] bcache: explicitly make cache_set only have single cache
` [PATCH 06/15] bcache: remove for_each_cache()
` [PATCH 07/15] bcache: add set_uuid in struct cache_set
` [PATCH 08/15] bcache: only use block_bytes() on struct cache
` [PATCH 09/15] bcache: remove useless alloc_bucket_pages()
` [PATCH 10/15] bcache: remove useless bucket_pages()
` [PATCH 11/15] bcache: only use bucket_bytes() on struct cache
` [PATCH 12/15] bcache: don't check seq numbers in register_cache_set()
` [PATCH 13/15] bcache: remove can_attach_cache()
` [PATCH 14/15] bcache: check and set sync status on cache's in-memory super block
` [PATCH 15/15] bcache: remove embedded struct cache_sb from struct cache_set

KMSAN: kernel-infoleak in scsi_cmd_ioctl
 2020-10-02 18:02 UTC  (5+ messages)
` [PATCH v4] block/scsi-ioctl: Fix kernel-infoleak in scsi_put_cdrom_generic_arg()

RFC: sort out get_gendisk abuses
 2020-10-02 14:11 UTC  (6+ messages)
` [PATCH 2/2] PM/hibernate: remove the bogus call to get_gendisk in software_resume

[PATCH v4] mmc: core: don't set limits.discard_granularity as 0
 2020-10-02 13:35 UTC  (3+ messages)

[PATCH v3] mmc: core: don't set limits.discard_granularity as 0
 2020-10-02  1:34 UTC  (9+ messages)

[PATCHv4 0/3] zoned block device specific errors
 2020-10-01 21:35 UTC  (3+ messages)
` [PATCHv4 1/3] block: add zone specific block statuses

[PATCH V6 0/2] percpu_ref & block: reduce memory footprint of percpu_ref in fast path
 2020-10-01 15:38 UTC  (4+ messages)
` [PATCH V6 1/2] percpu_ref: "

[v5 00/12] Add persistent durable identifier to storage log messages
 2020-10-01 11:48 UTC  (8+ messages)
` [v5 01/12] struct device: Add function callback durable_name

[PATCH blktests 0/3] Support max_active_zones
 2020-10-01 10:43 UTC  (8+ messages)
` [PATCH blktests 1/3] common/rc: Add _test_dev_max_active_zones() helper function
` [PATCH blktests 2/3] block/004: Provide max_active_zones to fio command
` [PATCH blktests 3/3] zbd/003: Reset zones when the test device has max_active_zones limit

[PATCH v2] mmc: core: don't set limits.discard_granularity as 0
 2020-10-01  7:17 UTC  (3+ messages)

[PATCH] mmc: core: don't set limits.discard_granularity as 0
 2020-10-01  7:02 UTC  (6+ messages)

[PATCH 00/22] add Object Storage Media Pool (mpool)
 2020-09-30 21:49 UTC  (5+ messages)
` [PATCH 17/22] mpool: add mpool lifecycle management ioctls
    ` [EXT] "
  ` [EXT] Re: [PATCH 01/22] mpool: add utility routines and ioctl definitions

KMSAN: kernel-infoleak in scsi_cmd_ioctl
 2020-09-30 15:53 UTC 


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