linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-22 11:10:23 to 2022-03-25 20:21:24 UTC [more...]

next: BUG: sleeping function called from invalid context at block/blk-sysfs.c:766
 2022-03-25 20:21 UTC  (2+ messages)

[PATCH v2 0/4] Restore I/O priority support in the mq-deadline scheduler
 2022-03-25 17:05 UTC  (5+ messages)
` [PATCH v2 4/4] block/mq-deadline: Prioritize high-priority requests

[PATCH] rbd: replace usage of found with dedicated list iterator variable
 2022-03-25 16:56 UTC  (2+ messages)

yet another approach to fix the loop lock order inversions v4
 2022-03-25 16:23 UTC  (32+ messages)
` [PATCH 01/13] nbd: use the correct block_device in nbd_ioctl
` [PATCH 02/13] zram: cleanup reset_store
` [PATCH 03/13] zram: cleanup zram_remove
` [PATCH 04/13] block: add a disk_openers helper
` [PATCH 05/13] block: turn bdev->bd_openers into an atomic_t
` [PATCH 06/13] loop: de-duplicate the idle worker freeing code
` [PATCH 07/13] loop: initialize the worker tracking fields once
` [PATCH 08/13] loop: remove the racy bd_inode->i_mapping->nrpages asserts
` [PATCH 09/13] loop: don't freeze the queue in lo_release
` [PATCH 10/13] loop: only freeze the queue in __loop_clr_fd when needed
` [PATCH 11/13] loop: implement ->free_disk
` [PATCH 12/13] loop: remove lo_refcount and avoid lo_mutex in ->open / ->release
` [PATCH 13/13] loop: don't destroy lo->workqueue in __loop_clr_fd

[GIT PULL] Support for 64-bit data integrity
 2022-03-25 15:18 UTC 

yet another approach to fix the loop lock order inversions v5
 2022-03-25 15:10 UTC  (19+ messages)
` [PATCH 01/14] nbd: use the correct block_device in nbd_bdev_reset
` [PATCH 02/14] zram: cleanup reset_store
` [PATCH 03/14] zram: cleanup zram_remove
` [PATCH 04/14] block: add a disk_openers helper
` [PATCH 05/14] block: turn bdev->bd_openers into an atomic_t
` [PATCH 06/14] loop: de-duplicate the idle worker freeing code
` [PATCH 07/14] loop: initialize the worker tracking fields once
` [PATCH 08/14] loop: remove the racy bd_inode->i_mapping->nrpages asserts
` [PATCH 09/14] loop: don't freeze the queue in lo_release
` [PATCH 10/14] loop: only freeze the queue in __loop_clr_fd when needed
` [PATCH 11/14] loop: implement ->free_disk
` [PATCH 12/14] loop: suppress uevents while reconfiguring the device
` [PATCH 13/14] loop: remove lo_refcount and avoid lo_mutex in ->open / ->release
` [PATCH 14/14] loop: don't destroy lo->workqueue in __loop_clr_fd

[GIT PULL] Remove write streams support
 2022-03-25 15:08 UTC 

[RFC 0/3] Add zero copy feature for tcmu
 2022-03-25  9:06 UTC  (19+ messages)
` [RFC 1/3] mm/memory.c: introduce vm_insert_page(s)_mkspecial
` [RFC 2/3] mm: export zap_page_range()
` [RFC 3/3] scsi: target: tcmu: Support zero copy

[PATCH 0/3] optimizations for io accounting
 2022-03-25  8:46 UTC  (6+ messages)
` [PATCH 1/3] block: don't show disk stats if io accounting is disabled
` [PATCH 2/3] block: factor out common code for part_stat_show() and diskstats_show()

zram corruption due to uninitialized do_swap_page fault
 2022-03-25  8:33 UTC  (10+ messages)

[PATCH -next 00/11] support concurrent sync io for bfq on a specail occasion
 2022-03-25  7:30 UTC  (4+ messages)

[PATCH RFC -next 0/3] improve fairness for sbitmap waitqueues
 2022-03-25  7:30 UTC  (2+ messages)

[PATCH 00/17] io_uring passthru over nvme
 2022-03-25  5:38 UTC  (53+ messages)
  ` [PATCH 05/17] nvme: wire-up support for async-passthru on char-device
  ` [PATCH 10/17] block: wire-up support for plugging
  ` [PATCH 11/17] block: factor out helper for bio allocation from cache
  ` [PATCH 14/17] io_uring: add polling support for uring-cmd
  ` [PATCH 17/17] nvme: enable non-inline passthru commands

[PATCH v3 0/3] block/dm: use BIOSET_PERCPU_CACHE from bio_alloc_bioset
 2022-03-25  5:35 UTC  (5+ messages)
` [PATCH v3 1/3] block: allow using the per-cpu bio cache "
` [PATCH v3 2/3] block: allow use of per-cpu bio alloc cache by block drivers
` [PATCH v3 3/3] dm: conditionally enable BIOSET_PERCPU_CACHE for dm_io bioset

[git pull] device mapper changes for 5.18
 2022-03-25  2:47 UTC  (2+ messages)
` [dm-devel] "

[PATCH 0/9] treewide: eliminate anonymous module_init & module_exit
 2022-03-24 18:03 UTC  (3+ messages)
` [PATCH 3/9] net: mlx5: "

[PATCH v3 0/2] virtio-blk: support polling I/O and mq_ops->queue_rqs()
 2022-03-24 17:58 UTC  (8+ messages)
` [PATCH v3 1/2] virtio-blk: support polling I/O
` [PATCH v3 2/2] virtio-blk: support mq_ops->queue_rqs()

[LSF/MM/BPF TOPIC] block drivers in user space
 2022-03-24 17:05 UTC  (14+ messages)

[PATCH v2 0/4] block/dm: use BIOSET_PERCPU_CACHE from bio_alloc_bioset
 2022-03-24 14:41 UTC  (8+ messages)
` [PATCH v2 1/4] block: allow BIOSET_PERCPU_CACHE use from bio_alloc_clone
` [PATCH v2 2/4] block: allow BIOSET_PERCPU_CACHE use from bio_alloc_bioset
` [PATCH v2 3/4] dm: enable BIOSET_PERCPU_CACHE for dm_io bioset
` [PATCH v2 4/4] dm: conditionally enable BIOSET_PERCPU_CACHE for bio-based "

[syzbot] upstream boot error: WARNING in blk_release_queue
 2022-03-24  8:05 UTC 

[PATCH] block: don't print I/O error warning for dead disks
 2022-03-23 16:38 UTC 

[PATCH 01/14] block: don't print I/O error warning for dead disks
 2022-03-23 16:37 UTC 

[dm-devel] [PATCH 01/19] fs: remove mpage_alloc
 2022-03-23 15:43 UTC 

[PATCH] fs: do not pass __GFP_HIGHMEM to bio_alloc in do_mpage_readpage
 2022-03-23 15:42 UTC  (2+ messages)

[PATCH v2 0/3] three bug fixes about tcmu page fault handle
 2022-03-23 13:49 UTC  (4+ messages)
` [PATCH v2 1/3] scsi: target: tcmu: Fix possible page UAF
` [PATCH v2 2/3] scsi: target: tcmu: Fix possible data corruption
` [PATCH v2 3/3] scsi: target: tcmu: Use address_space->invalidate_lock

yet another approach to fix the loop lock order inversions v3
 2022-03-23 13:09 UTC  (16+ messages)
` [PATCH 7/8] loop: remove lo_refcount and avoid lo_mutex in ->open / ->release
` [PATCH 8/8] loop: don't destroy lo->workqueue in __loop_clr_fd

[PATCH v2] nbd: Don't use workqueue to handle recv work
 2022-03-23 11:21 UTC  (3+ messages)

improve the bio allocation interface v2
 2022-03-23  9:29 UTC  (6+ messages)
` [PATCH 01/19] fs: remove mpage_alloc
  ` [dm-devel] "

[PATCH RFC 00/11] blk-mq/libata/scsi: SCSI driver tagging improvements
 2022-03-23  9:01 UTC  (21+ messages)
` [PATCH 01/11] blk-mq: Add blk_mq_init_queue_ops()
` [PATCH 02/11] scsi: core: Add SUBMITTED_BY_SCSI_CUSTOM_OPS
` [PATCH 03/11] libata: Send internal commands through the block layer
` [PATCH 04/11] scsi: libsas: Send SMP "

[PATCH 0/3] block/dm: use BIOSET_PERCPU_CACHE from bio_alloc_clone
 2022-03-23  6:46 UTC  (7+ messages)
` [PATCH 1/3] block: allow BIOSET_PERCPU_CACHE use "
` [PATCH 2/3] dm: enable BIOSET_PERCPU_CACHE for dm_io bioset
` [PATCH 3/3] dm: conditionally enable BIOSET_PERCPU_CACHE for bio-based "

loop: it looks like REQ_OP_FLUSH could return before IO completion
 2022-03-23  6:14 UTC  (3+ messages)

[PATCH] block/psi: make PSI annotations of submit_bio only work for file pages
 2022-03-23  6:10 UTC  (5+ messages)

[PATCH V2] block: avoid to call blkg_free() in atomic context
 2022-03-23  1:53 UTC  (2+ messages)

[PATCH] block: avoid to call blkg_free() in atomic context
 2022-03-23  1:05 UTC  (4+ messages)

[syzbot] BUG: sleeping function called from invalid context in blk_release_queue
 2022-03-23  0:37 UTC 

[PATCH for-5.18 0/3] block: throttle related fixes
 2022-03-23  0:32 UTC  (6+ messages)
` [PATCH 2/3] block: let blkcg_gq grab request queue's refcnt

[PATCH] loop: add WQ_MEM_RECLAIM flag to per device workqueue
 2022-03-23  0:09 UTC  (19+ messages)

[PATCH] zram: Add a huge_idle writeback mode
 2022-03-22 21:58 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] nbd: Fix hung on disconnect request if socket is closed before
 2022-03-22 19:56 UTC  (2+ messages)

[syzbot] BUG: sleeping function called from invalid context in blk_release_queue
 2022-03-22 17:57 UTC 

[bug report] block: avoid use-after-free on throttle data
 2022-03-22 15:25 UTC  (3+ messages)

[PATCH] crytpo: fix crc64 testmgr digest byte order
 2022-03-22 14:31 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).