linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-23 19:45:13 to 2021-08-27 12:41:35 UTC [more...]

[RFC PATCH 0/2] improve io scheduler callback triggering
 2021-08-27 12:41 UTC  (2+ messages)
` [RFC PATCH 1/2] blk-mq: don't call callbacks for requests that bypassed the scheduler

[PATCH v3 00/13] blk-mq: Reduce static requests memory footprint for shared sbitmap
 2021-08-27 12:02 UTC  (14+ messages)
` [PATCH v3 01/13] blk-mq: Change rqs check in blk_mq_free_rqs()
` [PATCH v3 02/13] block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ
` [PATCH v3 03/13] blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()
` [PATCH v3 04/13] blk-mq: Invert check "
` [PATCH v3 05/13] blk-mq-sched: Rename blk_mq_sched_alloc_{tags -> map_and_rqs}()
` [PATCH v3 06/13] blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()
` [PATCH v3 07/13] blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()
` [PATCH v3 08/13] blk-mq: Don't clear driver tags own mapping
` [PATCH v3 09/13] blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()
` [PATCH v3 10/13] blk-mq: Add blk_mq_alloc_map_and_rqs()
` [PATCH v3 11/13] blk-mq: Refactor and rename blk_mq_free_map_and_{requests->rqs}()
` [PATCH v3 12/13] blk-mq: Use shared tags for shared sbitmap support
` [PATCH v3 13/13] blk-mq: Stop using pointers for blk_mq_tags bitmap tags

sort out the lock order in the loop driver v2
 2021-08-27 11:33 UTC  (17+ messages)
` [PATCH 1/8] cryptoloop: fix a sparse annotation
` [PATCH 2/8] loop: remove the unused idx argument to loop_control_get_free
` [PATCH 3/8] loop: remove the ->ioctl method in loop_func_table
` [PATCH 4/8] loop: return void from the ->release "
` [PATCH 5/8] loop: merge the cryptoloop module into the main loop module
` [PATCH 6/8] loop: devirtualize transfer transformations
` [PATCH 7/8] loop: move loop device deletion out of loop_ctl_mutex
` [PATCH 8/8] loop: avoid holding loop_ctl_mutex over add_disk

[PATCH 0/3 v2] bfq: Limit number of allocated scheduler tags per cgroup
 2021-08-27 10:07 UTC  (2+ messages)

[PATCH] pd: fix a NULL vs IS_ERR() check
 2021-08-27 10:00 UTC 

[PATCH] mq-deadline: Fix request accounting
 2021-08-27  9:20 UTC  (7+ messages)

BFQ cgroup weights range
 2021-08-27  8:33 UTC  (5+ messages)

[PATCH v6 0/5] Initial support for multi-actuator HDDs
 2021-08-27  7:50 UTC  (6+ messages)
` [PATCH v6 1/5] block: Add independent access ranges support
` [PATCH v6 2/5] scsi: sd: add concurrent positioning "
` [PATCH v6 3/5] libata: support concurrent positioning ranges log
` [PATCH v6 4/5] doc: document sysfs queue/independent_access_ranges attributes
` [PATCH v6 5/5] doc: Fix typo in request queue sysfs documentation

[PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
 2021-08-27  4:49 UTC  (15+ messages)

v5.14 RXE driver broken?
 2021-08-27  3:18 UTC  (12+ messages)

[PATCH v5 0/5] Initial support for multi-actuator HDDs
 2021-08-27  3:11 UTC  (9+ messages)

False waker detection in BFQ
 2021-08-26 17:51 UTC  (8+ messages)

[PATCH v2 0/4] optimize the bfq queue idle judgment
 2021-08-26 17:00 UTC  (12+ messages)
` [PATCH v2 1/4] block, bfq: add support to track if root_group have any pending requests
` [PATCH v2 2/4] block, bfq: do not idle if only one cgroup is activated
` [PATCH v2 3/4] block, bfq: add support to record request size information
` [PATCH v2 4/4] block, bfq: consider request size in bfq_asymmetric_scenario()

[PATCH] raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
 2021-08-26 16:16 UTC  (4+ messages)
  ` [PATCH V4] "

[PATCH] loop: replace loop_ctl_mutex with loop_idr_spinlock
 2021-08-26 16:03 UTC 

[PATCH V2] block: sed-opal: Add ioctl to return device status
 2021-08-26 13:23 UTC 

[PATCH BUGFIX 0/1] block, bfq: fix a bug causing a memory leak
 2021-08-26  9:16 UTC  (3+ messages)
` [PATCH BUGFIX 1/1] block, bfq: honor already-setup queue merges

[PATCH 0/7] add simple copy support
 2021-08-26  7:46 UTC  (6+ messages)
  ` [PATCH 3/7] block: copy offload support infrastructure

rq pointer in tags->rqs[] is not cleared in time and make SCSI error handle can not be triggered
 2021-08-26  7:29 UTC  (2+ messages)

nbd lifetimes fixes
 2021-08-25 20:21 UTC  (9+ messages)
` [PATCH 1/6] nbd: add missing locking to the nbd_dev_add error path
` [PATCH 2/6] nbd: reset NBD to NULL when restarting in nbd_genl_connect
` [PATCH 3/6] nbd: prevent IDR lookups from finding partially initialized devices
` [PATCH 4/6] nbd: set nbd->index before releasing nbd_index_mutex
` [PATCH 5/6] nbd: only return usable devices from nbd_find_unused
` [PATCH 6/6] nbd: remove nbd->destroy_complete

[PATCH] nbd: Fix races introduced by nbd_index_mutex scope reduction
 2021-08-25 14:19 UTC  (5+ messages)

[PATCH] sg: pass the device name to blk_trace_setup
 2021-08-25 12:46 UTC  (3+ messages)

[PATCH] block, bfq: cleanup the repeated declaration
 2021-08-25 12:45 UTC  (2+ messages)

[PATCH] blk-crypto: fix check for too-large dun_bytes
 2021-08-25 12:45 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in nbd_genl_connect (2)
 2021-08-25  9:27 UTC  (2+ messages)

[syzbot] general protection fault in do_blk_trace_setup
 2021-08-25  7:55 UTC  (2+ messages)

[syzbot] general protection fault in wb_timer_fn
 2021-08-25  5:59 UTC  (9+ messages)

[PATCH] block/001: wait until device is added
 2021-08-25  0:56 UTC  (2+ messages)

[PATCH v3 00/16] Improve I/O priority support
 2021-08-24 21:33 UTC  (10+ messages)
` [PATCH v3 16/16] block/mq-deadline: Prioritize high-priority requests

[PATCH v6 0/5] Support EFI partition on NVIDIA Tegra devices
 2021-08-24 17:03 UTC  (7+ messages)

[PATCH v2 43/63] net: qede: Use memset_startat() for counters
 2021-08-24 16:51 UTC 

[PATCH v5 0/2] allow blk-zoned ioctls without CAP_SYS_ADMIN
 2021-08-24 16:13 UTC  (2+ messages)

[PATCH] block: mark blkdev_fsync static
 2021-08-24 16:10 UTC  (2+ messages)

[PATCH] block: refine the disk_live check in del_gendisk
 2021-08-24 16:10 UTC  (2+ messages)

[PATCH v7 0/4] Support EFI partition on NVIDIA Tegra devices
 2021-08-24 16:09 UTC  (3+ messages)

WARNING: CPU: 0 PID: 11219 at block/genhd.c:594 del_gendisk+0x1f8/0x218
 2021-08-24 14:43 UTC  (3+ messages)

[RFC] bio: fix page leak bio_add_hw_page failure
 2021-08-24 14:05 UTC  (2+ messages)

[PATCH v3 0/5] fix request uaf in nbd_read_stat()
 2021-08-24 14:12 UTC  (6+ messages)
` [PATCH v3 1/5] blk-mq: add a new interface to get request by tag
` [PATCH v3 2/5] nbd: convert to use blk_mq_get_rq_by_tag()
` [PATCH v3 3/5] nbd: don't handle response without a corresponding request message
` [PATCH v3 4/5] nbd: make sure request completion won't concurrent
` [PATCH v3 5/5] nbd: don't start request if nbd_queue_rq() failed

[PATCH v2 17/63] bnx2x: Use struct_group() for memcpy() region
 2021-08-24 13:51 UTC 

[PATCH v5] virtio-blk: Add validation for block size in config space
 2021-08-24 13:48 UTC  (18+ messages)

extended dev_t tidyups
 2021-08-24 12:43 UTC  (4+ messages)
` [PATCH 1/2] block: remove a pointless call to MINOR() in device_add_disk
` [PATCH 2/2] block: remove CONFIG_DEBUG_BLOCK_EXT_DEVT

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-08-24  7:38 UTC  (3+ messages)
` [PATCH v2 47/63] intel_th: msu: Use memset_startat() for clearing hw header

[PATCH 00/10] block: first batch of add_disk() error handling conversions
 2021-08-24  6:27 UTC  (21+ messages)
` [PATCH 01/10] scsi/sd: use blk_cleanup_queue() insted of put_disk()
` [PATCH 02/10] scsi/sd: add error handling support for add_disk()
` [PATCH 03/10] scsi/sr: use blk_cleanup_disk() instead of put_disk()
` [PATCH 04/10] scsi/sr: add error handling support for add_disk()
` [PATCH 05/10] nvme: "
` [PATCH 06/10] mmc/core/block: "
` [PATCH 07/10] md: "
` [PATCH 08/10] dm: add add_disk() error handling
` [PATCH 09/10] loop: add error handling support for add_disk()
` [PATCH 10/10] nbd: "

[PATCH] scsi: scsi_ioctl: fix error code propagation in SG_IO
 2021-08-24  3:23 UTC  (2+ messages)

[PATCH linux-next] drivers:ataflop: fix warning comparing pointer to 0
 2021-08-24  1:09 UTC 

[PATCH AUTOSEL 5.10 13/18] blk-mq: don't grab rq's refcount in blk_mq_check_expired()
 2021-08-24  0:54 UTC 

[PATCH AUTOSEL 5.13 17/26] blk-mq: don't grab rq's refcount in blk_mq_check_expired()
 2021-08-24  0:53 UTC 

[PATCH V3] raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
 2021-08-24  0:43 UTC  (3+ messages)

add error handling to add_disk / device_add_disk
 2021-08-23 19:50 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).