linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-21 10:06:58 to 2022-03-24 17:05:56 UTC [more...]

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

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

[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 "

yet another approach to fix the loop lock order inversions v4
 2022-03-24 14:24 UTC  (23+ 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

[PATCH 00/17] io_uring passthru over nvme
 2022-03-24 10:42 UTC  (48+ messages)
  ` [PATCH 05/17] nvme: wire-up support for async-passthru on char-device
  ` [PATCH 17/17] nvme: enable non-inline passthru commands
  ` [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

[RFC 0/3] Add zero copy feature for tcmu
 2022-03-24  9:16 UTC  (18+ 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

next: BUG: sleeping function called from invalid context at block/blk-sysfs.c:766
 2022-03-24  8:34 UTC 

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

[PATCH] rbd: replace usage of found with dedicated list iterator variable
 2022-03-24  7:20 UTC 

[git pull] device mapper changes for 5.18
 2022-03-23 20:38 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  (14+ 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  (28+ 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 05/11] scsi: libsas: Send TMF "
` [PATCH 06/11] scsi: core: Add scsi_alloc_request_hwq()
` [PATCH 07/11] scsi: libsas: Send internal abort commands through the block layer
` [PATCH 08/11] scsi: libsas: Change ATA support to deal with each qc having a SCSI command
` [PATCH 09/11] scsi: libsas: Add sas_task_to_unique_tag()
` [PATCH 10/11] scsi: libsas: Add sas_task_to_hwq()
` [PATCH 11/11] scsi: hisi_sas: Remove private tag management

[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  (6+ 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  (20+ 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)

[GIT PULL] Block driver updates for 5.18-rc1
 2022-03-22  3:13 UTC  (5+ messages)

remove write hint leftovers v2
 2022-03-22  3:00 UTC  (8+ messages)
` [PATCH 1/2] fs: remove kiocb.ki_hint

[PATCH] lib/sbitmap: allocate sb->map via kvzalloc_node
 2022-03-22  2:52 UTC  (4+ messages)

[PATCH v2 0/2] virtio-blk: support polling I/O and mq_ops->queue_rqs()
 2022-03-22  1:56 UTC  (4+ messages)
` [PATCH v2 1/2] virtio-blk: support polling I/O
` [PATCH v2 2/2] virtio-blk: support mq_ops->queue_rqs()

[GIT PULL] Block updates for 5.18-rc1
 2022-03-22  0:25 UTC  (2+ messages)

[GIT PULL] File system related bio_alloc() cleanups
 2022-03-22  0:25 UTC  (2+ messages)

[syzbot] WARNING in blk_release_queue
 2022-03-21 20:37 UTC 

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

[PATCH 0/6] power_of_2 emulation support for NVMe ZNS devices
 2022-03-21 16:44 UTC  (8+ messages)

[syzbot] INFO: task hung in nbd_add_socket (2)
 2022-03-21 16:06 UTC 

[PATCH] n64cart: convert bi_disk to bi_bdev->bd_disk fix build
 2022-03-21 12:35 UTC  (2+ messages)

[PATCH 1/1] xen/blkfront: fix comment for need_copy
 2022-03-21 12:31 UTC  (4+ messages)

[PATCH] src/Makefile: re-add major version number to soname
 2022-03-21 11:41 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).