linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-27 06:27:23 to 2020-10-01 11:48:34 UTC [more...]

[v5 00/12] Add persistent durable identifier to storage log messages
 2020-10-01 11:48 UTC  (19+ messages)
` [v5 01/12] struct device: Add function callback durable_name
` [v5 07/12] libata: Make ata_scsi_durable_name static
` [v5 08/12] Add durable_name_printk

[PATCH 00/18] use semicolons rather than commas to separate statements
 2020-10-01 11:01 UTC  (17+ messages)
` [PATCH 18/18] drbd: "

[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 v3] mmc: core: don't set limits.discard_granularity as 0
 2020-10-01 10:07 UTC  (7+ messages)

[PATCH v9 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-10-01  7:54 UTC  (8+ 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()

[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/15] bcache patches for Linux v5.10
 2020-10-01  6:50 UTC  (16+ 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

[PATCH blk-next 0/2] Delete the get_vector_affinity leftovers
 2020-10-01  5:01 UTC  (7+ messages)
` [PATCH blk-next 1/2] blk-mq-rdma: Delete not-used multi-queue RDMA map queue code
` [PATCH blk-next 2/2] RDMA/core: Delete not-implemented get_vector_affinity

[PATCH 00/22] add Object Storage Media Pool (mpool)
 2020-09-30 21:49 UTC  (26+ messages)
` [PATCH 01/22] mpool: add utility routines and ioctl definitions
` [PATCH 02/22] mpool: add in-memory struct definitions
` [PATCH 03/22] mpool: add on-media "
` [PATCH 04/22] mpool: add pool drive component which handles mpool IO using the block layer API
` [PATCH 05/22] mpool: add space map component which manages free space on mpool devices
` [PATCH 06/22] mpool: add on-media pack, unpack and upgrade routines
` [PATCH 07/22] mpool: add superblock management routines
` [PATCH 08/22] mpool: add pool metadata routines to manage object lifecycle and IO
` [PATCH 09/22] mpool: add mblock lifecycle management and IO routines
` [PATCH 10/22] mpool: add mlog IO utility routines
` [PATCH 11/22] mpool: add mlog lifecycle management and IO routines
` [PATCH 12/22] mpool: add metadata container or mlog-pair framework
` [PATCH 13/22] mpool: add utility routines for mpool lifecycle management
` [PATCH 14/22] mpool: add pool metadata routines to create persistent mpools
` [PATCH 15/22] mpool: add mpool lifecycle management routines
` [PATCH 16/22] mpool: add mpool control plane utility routines
` [PATCH 17/22] mpool: add mpool lifecycle management ioctls
    ` [EXT] "
` [PATCH 18/22] mpool: add object "
` [PATCH 19/22] mpool: add support to mmap arbitrary collection of mblocks
` [PATCH 20/22] mpool: add support to proactively evict cached mblock data from the page-cache
` [PATCH 21/22] mpool: add documentation
` [PATCH 22/22] mpool: add Kconfig and Makefile
  ` [EXT] Re: [PATCH 01/22] mpool: add utility routines and ioctl definitions

[PATCH blktests v2 00/11] NVMe Target Passthru Block Tests
 2020-09-30 18:54 UTC  (12+ 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

RFC: sort out get_gendisk abuses
 2020-09-30 16:17 UTC  (4+ messages)
` [PATCH 2/2] PM/hibernate: remove the bogus call to get_gendisk in software_resume

[PATCH V6 0/2] percpu_ref & block: reduce memory footprint of percpu_ref in fast path
 2020-09-30 16:00 UTC  (4+ messages)
` [PATCH V6 1/2] percpu_ref: "
` [PATCH V6 2/2] block: move 'q_usage_counter' into front of 'request_queue'

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

[PATCH] block/rnbd: send_msg_close if any error occurs after send_msg_open
 2020-09-30 13:30 UTC  (3+ messages)

[BUG] discard_granularity is 0 on rk3399-gru-kevin
 2020-09-30 11:06 UTC  (7+ messages)

[PATCH v2] block: Fix potential page reference leak in __bio_iov_append_get_pages()
 2020-09-30  9:56 UTC 

Kernel panic on 'floppy' module load, Xen HVM, since 4.19.143
 2020-09-30  8:42 UTC  (7+ messages)

[PATCH v3 0/2] nbd: improve timeout handling and a fix
 2020-09-30  3:23 UTC  (3+ messages)
` [PATCH v3 1/2] nbd: return -ETIMEDOUT when NBD_DO_IT ioctl returns
` [PATCH v3 2/2] nbd: introduce a client flag to do zero timeout handling

[PATCH 0/9] Rework runtime suspend and SCSI domain validation
 2020-09-30  2:47 UTC  (5+ messages)

dm: fix imposition of queue_limits in dm_wq_work() thread
 2020-09-29 20:39 UTC  (3+ messages)
  ` [PATCH] dm: fix missing imposition of queue_limits from "

[PATCH v4 6/6] io_uring: add support for zone-append
 2020-09-29 18:49 UTC  (16+ messages)

[PATCH 0/4] Some improvements for blk throttle
 2020-09-29 14:52 UTC  (2+ messages)

[PATCH v3] null_blk: add support for max open/active zone limit for zoned devices
 2020-09-29 14:13 UTC  (6+ messages)

[PATCH] block-mq: fix comments in blk_mq_queue_tag_busy_iter
 2020-09-29 14:11 UTC  (3+ messages)

[PATCH v2] blk-mq: call commit_rqs while list empty but error happen
 2020-09-29 14:10 UTC  (3+ messages)

[PATCH] block:elevator:remove un-used input parameter request_queue in some functions
 2020-09-29  9:05 UTC 

[PATCH] block: change the hash used for looking up block devices
 2020-09-29  6:37 UTC  (3+ messages)

[PATCH v2 0/3] block: fix up bio_crypt_ctx allocation
 2020-09-28 20:59 UTC  (2+ messages)

[PATCH v2 0/1] concurrency handling for zoned null-blk
 2020-09-28 17:46 UTC  (6+ messages)
    ` [PATCH v2 1/1] null_blk: synchronization fix for zoned device

[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-09-28 16:11 UTC  (7+ messages)

[GIT PULL] nvme updates for 5.10
 2020-09-28 15:03 UTC  (5+ messages)

[PATCH] [v3] blk-mq: add cond_resched() in __blk_mq_alloc_rq_maps()
 2020-09-28 15:02 UTC  (4+ messages)

Deadlock under load with Linux 5.9 and other recent kernels
 2020-09-28 13:36 UTC  (8+ messages)

[PATCH v2 0/5] io_uring: Fix async workqueue is not canceled on some corner case
 2020-09-28 12:50 UTC  (2+ messages)

[PATCHv4 0/3] zoned block device specific errors
 2020-09-28  8:26 UTC  (3+ messages)
` [PATCHv4 3/3] scsi: handle zone resources errors

[PATCH V5 0/3] percpu_ref & block: reduce memory footprint of percpu_ref in fast path
 2020-09-28  7:30 UTC  (5+ messages)
` [PATCH V5 1/3] percpu_ref: add percpu_ref_is_initialized for MD
` [PATCH V5 2/3] percpu_ref: reduce memory footprint of percpu_ref in fast path
` [PATCH V5 3/3] block: move 'q_usage_counter' into front of 'request_queue'

INFO: task hung in nbd_ioctl (3)
 2020-09-28  7:17 UTC 

[PATCH] block: fix a typo for skd_main.c
 2020-09-28  2:57 UTC  (2+ messages)

[PATCH] block: Remove redundant 'return' statement
 2020-09-28  0:42 UTC 

[PATCH v3] zram: add restriction on dynamic zram device creation
 2020-09-27 19:09 UTC 

[PATCH] block/rnbd: client: Constify rnbd_mq_ops
 2020-09-27 18:47 UTC 

REGRESSION: 37f4a24c2469: blk-mq: centralise related handling into blk_mq_get_driver_tag
 2020-09-27 17:38 UTC  (5+ messages)

[PATCH] block: remove redundant mq check
 2020-09-27 13:12 UTC  (2+ messages)

[PATCH v8 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-09-27 12:21 UTC  (5+ messages)
` [PATCH v8 1/7] net: introduce helper sendpage_ok() in include/linux/net.h

[PATCH] mtip32xx: remove a call to fsync_bdev on removal
 2020-09-27  7:11 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).