linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-20 03:47:34 to 2021-10-21 16:39:13 UTC [more...]

[PATCH v3 0/3] last batch of add_disk() error handling conversions
 2021-10-21 16:38 UTC  (3+ messages)
` [PATCH v3 1/3] ataflop: remove ataflop_probe_lock mutex
` [PATCH v3 3/3] block: add __must_check for *add_disk*() callers

please revert the UFS HPB support
 2021-10-21 16:22 UTC  (5+ messages)

[PATCH] ataflop: unlock ataflop_probe_lock at atari_floppy_init()
 2021-10-21 16:21 UTC  (5+ messages)
  ` [PATCH v2] ataflop: remove ataflop_probe_lock mutex

[PATCH v2 0/4] Add invalidate_disk() helper for drivers to invalidate the gendisk
 2021-10-21 16:12 UTC  (3+ messages)

[PATCH v2] fs: replace the ki_complete two integer arguments with a single argument
 2021-10-21 15:19 UTC  (10+ messages)

[PATCH 0/3] block: keep quiesce & unquiesce balanced for scsi/dm
 2021-10-21 14:59 UTC  (4+ messages)
` [PATCH 1/3] scsi: avoid to quiesce sdev->request_queue two times
` [PATCH 2/3] scsi: make sure that request queue queiesce and unquiesce balanced
` [PATCH 3/3] dm: don't stop request queue after the dm device is suspended

[PATCH 0/9] block: reviewed add_disk() error handling set
 2021-10-21 15:01 UTC  (3+ messages)
` (subset) "

[PATCH] block: aoe: fixup coccinelle warnings
 2021-10-21 14:55 UTC  (2+ messages)

[PATCH v2 0/2] optimise blk_try_enter_queue()
 2021-10-21 14:37 UTC  (5+ messages)
` [PATCH v2 1/2] percpu_ref: percpu_ref_tryget_live() version holding RCU
` [PATCH v2 2/2] block: kill extra rcu lock/unlock in queue enter

[PATCH 1/2] fs: bdev: fix conflicting comment from lookup_bdev
 2021-10-21 14:35 UTC  (6+ messages)
` [PATCH 2/2] scsi: bsg: fix errno when scsi_bsg_register_queue fails

[PATCH] virtio-blk: fixup coccinelle warnings
 2021-10-21 14:35 UTC  (5+ messages)

fix a pmem regression due to drain the block queue in del_gendisk
 2021-10-21 13:40 UTC  (4+ messages)
` [PATCH 2/2] memremap: remove support for external pgmap refcounts

[PATCH 0/3] random simple block cleanups
 2021-10-21 14:27 UTC  (9+ messages)
` [PATCH 1/3] block: optimise boundary blkdev_read_iter's checks
` [PATCH 2/3] block: clean up blk_mq_submit_bio() merging
` [PATCH 3/3] block: convert fops.c magic constants to SHIFT_SECTOR

[GIT PULL] first round of nvme updates for Linux 5.16
 2021-10-21 14:26 UTC  (2+ messages)

[PATCH] cdrom: Remove redundant variable and its assignment
 2021-10-21 14:23 UTC  (2+ messages)

[PATCH v2] blk-mq: Fix blk_mq_tagset_busy_iter() for shared tags
 2021-10-21 14:21 UTC  (4+ messages)

[syzbot] general protection fault in start_motor
 2021-10-21 14:07 UTC 

[PATCH 0/2] nbd: fix sanity check for first_minor
 2021-10-21 13:37 UTC  (6+ messages)
` [PATCH 1/2] nbd: fix max value for 'first_minor'
` [PATCH 2/2] nbd: fix possible overflow for 'first_minor' in nbd_dev_add()

BUG: KASAN: use-after-free in blk_mq_sched_tags_teardown
 2021-10-21 13:35 UTC  (5+ messages)

remove QUEUE_FLAG_SCSI_PASSTHROUGH v3
 2021-10-21 13:34 UTC  (10+ messages)
` [PATCH 1/7] block: add a ->get_unique_id method
` [PATCH 2/7] sd: implement ->get_unique_id
` [PATCH 3/7] nfsd/blocklayout: use ->get_unique_id instead of sending SCSI commands
` [PATCH 4/7] bsg-lib: initialize the bsg_job in bsg_transport_sg_io_fn
` [PATCH 5/7] scsi: add a scsi_alloc_request helper
` [PATCH 6/7] block: remove the initialize_rq_fn blk_mq_ops method
` [PATCH 7/7] block: remove QUEUE_FLAG_SCSI_PASSTHROUGH

[PATCH -next v2 0/2] Fix hungtask when nbd_config_put
 2021-10-21 12:52 UTC  (3+ messages)
` [PATCH -next v2 1/2] nbd: Fix incorrect error handle when first_minor big than '0xff' in nbd_dev_add
` [PATCH -next v2 2/2] nbd: Fix hungtask when nbd_config_put

[PATCH 0/2] optimise blk_try_enter_queue()
 2021-10-21  8:41 UTC  (5+ messages)
` [PATCH 1/2] percpu_ref: percpu_ref_tryget_live() version holding RCU
` [PATCH 2/2] block: kill extra rcu lock/unlock in queue enter

[BUG] blk-throttle panic on 32bit machine after startup
 2021-10-21  4:26 UTC  (3+ messages)

[bug report] kernel BUG at block/blk-mq.c:1042!
 2021-10-21  4:02 UTC  (3+ messages)

[PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
 2021-10-21  0:39 UTC  (22+ messages)

[PATCH linux-next] cdrom: Remove redundant variable and its assignment
 2021-10-20 21:40 UTC 

[PATCH V2 0/4] zram: fix two races and one zram leak
 2021-10-20 21:40 UTC  (2+ messages)

[PATCH] fs: kill unused ret2 argument from iocb->ki_complete()
 2021-10-20 19:54 UTC  (13+ messages)

[PATCH 00/16] block optimisation round
 2021-10-20 17:29 UTC  (47+ messages)
` [PATCH 01/16] block: turn macro helpers into inline functions
` [PATCH 03/16] block: optimise req_bio_endio()
` [PATCH 04/16] block: don't bloat enter_queue with percpu_ref
` [PATCH 05/16] block: inline a part of bio_release_pages()
` [PATCH 06/16] block: clean up blk_mq_submit_bio() merging
` [PATCH 07/16] blocK: move plug flush functions to blk-mq.c
` [PATCH 08/16] block: optimise blk_flush_plug_list
` [PATCH 09/16] block: optimise boundary blkdev_read_iter's checks
` [PATCH 10/16] block: optimise blkdev_bio_end_io()
` [PATCH 11/16] block: add optimised version bio_set_dev()
` [PATCH 12/16] block: add single bio async direct IO helper
` [PATCH 13/16] block: add async version of bio_set_polled
` [PATCH 14/16] block: skip advance when async and not needed
` [PATCH 15/16] block: optimise blk_may_split for normal rw
` [PATCH 16/16] block: optimise submit_bio_checks "
` (subset) [PATCH 00/16] block optimisation round

cleanup and optimize block plug handling
 2021-10-20 16:10 UTC  (6+ messages)
` [PATCH 1/4] blk-mq: only flush requests from the plug in blk_mq_submit_bio
` [PATCH 2/4] blk-mq: move blk_mq_flush_plug_list to block/blk-mq.h
` [PATCH 3/4] block: optimise blk_flush_plug_list
` [PATCH 4/4] block: cleanup the flush plug helpers

[RFC PATCH v7 00/16] Integrity Policy Enforcement (IPE)
 2021-10-20 15:08 UTC  (6+ messages)
` [RFC PATCH v7 12/16] fsverity|security: add security hooks to fsverity digest and signature

remove QUEUE_FLAG_SCSI_PASSTHROUGH v2
 2021-10-20 14:54 UTC  (6+ messages)
` [PATCH 1/7] block: add a ->get_unique_id method

[PATCH 0/8] bcache patches for Linux v5.16 (first wave)
 2021-10-20 14:41 UTC  (10+ messages)
` [PATCH 1/8] md: bcache: Fix spelling of 'acquire'
` [PATCH 2/8] bcache: reserve never used bits from bkey.high
` [PATCH 3/8] bcache: fix error info in register_bcache()
` [PATCH 4/8] bcache: move calc_cached_dev_sectors to proper place on backing device detach
` [PATCH 5/8] bcache: remove the cache_dev_name field from struct cache
` [PATCH 6/8] bcache: remove the backing_dev_name field from struct cached_dev
` [PATCH 7/8] bcache: use bvec_kmap_local in bch_data_verify
` [PATCH 8/8] bcache: remove bch_crc64_update

[PATCH 0/8] bcache patches for Linux v5.16 (first wave)
 2021-10-20 14:28 UTC 

[PATCH -next] nbd: Fix hungtask when nbd_config_put
 2021-10-20 14:23 UTC  (3+ messages)

[PATCH 0/7] s390/dasd: cleanup and small fixes
 2021-10-20 14:10 UTC  (9+ messages)
` [PATCH 1/7] s390/dasd: handle request magic consistently as unsigned int
` [PATCH 2/7] s390/dasd: fix kernel doc comment
` [PATCH 3/7] s390/dasd: split up dasd_eckd_read_conf
` [PATCH 4/7] s390/dasd: move dasd_eckd_read_fc_security
` [PATCH 5/7] s390/dasd: summarize dasd configuration data in a separate structure
` [PATCH 6/7] s390/dasd: fix missing path conf_data after failed allocation
` [PATCH 7/7] s390/dasd: fix possibly missed path verification

[PATCH -next] nbd: Fix use-after-free in pid_show
 2021-10-20 14:10 UTC  (3+ messages)

[PATCHSET v3] Batched completions
 2021-10-20 14:02 UTC  (3+ messages)

[PATCH v4 0/2] optimize the bfq queue idle judgment
 2021-10-20 11:53 UTC  (8+ messages)
` [PATCH v4 1/2] block, bfq: counted root group into 'num_groups_with_pending_reqs'

Regression of next-20211019
 2021-10-20  8:18 UTC  (3+ messages)

[PATCH v2 0/2] blk-mq: Allow to complete requests directly
 2021-10-20  6:39 UTC  (4+ messages)
` [PATCH v2 2/2] mmc: core: Use blk_mq_complete_request_direct()

[PATCH] block: schedule queue restart after BLK_STS_ZONE_RESOURCE
 2021-10-20  6:08 UTC  (2+ 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).