linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-02 08:28:08 to 2020-10-08 15:48:12 UTC [more...]

[GIT PULL] nvme updates for 5.10
 2020-10-08 15:48 UTC  (2+ messages)

[GIT PULL] nvme updates for 5.10
 2020-10-08 14:57 UTC  (4+ messages)

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

[PATCH v2 0/8] Some improvements for blk throttle
 2020-10-08 14:02 UTC  (10+ messages)
` [PATCH v2 1/8] blk-throttle: Remove a meaningless parameter for throtl_downgrade_state()
` [PATCH v2 2/8] blk-throttle: Avoid getting the current time if tg->last_finish_time is 0
` [PATCH v2 3/8] blk-throttle: Avoid tracking latency if low limit is invalid
` [PATCH v2 4/8] blk-throttle: Fix IO hang for a corner case
` [PATCH v2 5/8] blk-throttle: Move the list operation after list validation
` [PATCH v2 6/8] blk-throttle: Move service tree validation out of the throtl_rb_first()
` [PATCH v2 7/8] blk-throttle: Open code __throtl_de/enqueue_tg()
` [PATCH v2 8/8] blk-throttle: Re-use the throtl_set_slice_end()

[PATCH] block: Remove redundant 'return' statement
 2020-10-08 14:00 UTC  (3+ messages)

[PATCH] block: ratelimit handle_bad_sector() message
 2020-10-08 13:52 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 00/10] DASD FC endpoint security
 2020-10-08 11:04 UTC  (25+ 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 1/3] bcache: introduce bcache sysfs entries for ioprio-based bypass/writeback hints
 2020-10-08 10:45 UTC  (8+ messages)

[bug report] WARNING: CPU: 6 PID: 45 at lib/refcount.c:28 refcount_warn_saturate+0xa6/0xf0
 2020-10-08 10:16 UTC 

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

KASAN: use-after-free Read in delete_partition
 2020-10-08  3:38 UTC  (2+ messages)

Најмила кај господарот
 2020-10-07 16:24 UTC 

[PATCH blktests v2 00/11] NVMe Target Passthru Block Tests
 2020-10-07 15:55 UTC  (16+ messages)
` [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 v3 0/4] io_uring: Fix async workqueue is not canceled on some corner case
 2020-10-07 15:34 UTC  (6+ 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 v3 4/4] io_uring: Fix double list add in io_queue_async_work()

[GIT PULL] nvme fix for 5.9
 2020-10-07 14:25 UTC  (2+ messages)

[PATCH v2] block: soft limit zone-append sectors as well
 2020-10-07 14:23 UTC  (3+ messages)

[PATCH] block: soft limit zone-append sectors as well
 2020-10-07 14:19 UTC  (8+ messages)

[PATCH] partitions/ibm: fix non-DASD devices
 2020-10-07 14:02 UTC  (8+ messages)

[PATCH] block: make maximum zone append size configurable
 2020-10-07  9:02 UTC  (7+ messages)

[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 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 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  (3+ messages)

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  (9+ 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  (5+ messages)

[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  (2+ messages)

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  (5+ 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)


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