linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-18 07:04:31 to 2022-03-23 19:42:12 UTC [more...]

[LSF/MM/BPF TOPIC] block drivers in user space
 2022-03-23 19:42 UTC  (13+ messages)

[RFC 0/3] Add zero copy feature for tcmu
 2022-03-23 16:48 UTC  (16+ 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] 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 00/17] io_uring passthru over nvme
 2022-03-23  2:17 UTC  (21+ messages)
  ` [PATCH 10/17] block: wire-up support for plugging
  ` [PATCH 05/17] nvme: wire-up support for async-passthru on char-device
  ` [PATCH 17/17] nvme: enable non-inline passthru commands

[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  (9+ messages)
` [PATCH 1/3] block: avoid use-after-free on throttle data
` [PATCH 2/3] block: let blkcg_gq grab request queue's refcnt
` [PATCH 3/3] block: cancel all throttled bios in del_gendisk()

[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  (8+ 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  (3+ 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 

[PATCH] xen-blkback: remove redundant assignment to variable i
 2022-03-21 10:00 UTC  (2+ messages)

[PATCH 0/9] treewide: eliminate anonymous module_init & module_exit
 2022-03-20 12:04 UTC  (9+ messages)
` [PATCH 1/9] virtio_blk: "
` [PATCH 2/9] virtio_console: "
` [PATCH 5/9] virtio-scsi: "
` [PATCH 7/9] usb: usbip: "

[PATCH v4 00/24] DEPT(Dependency Tracker)
 2022-03-20 10:57 UTC  (6+ messages)

[PATCH RFC v5 00/21] DEPT(Dependency Tracker)
 2022-03-20 10:55 UTC  (5+ messages)

[PATCH -next 00/11] support concurrent sync io for bfq on a specail occasion
 2022-03-19  2:34 UTC  (5+ messages)

[syzbot] WARNING in floppy_check_events
 2022-03-19  0:06 UTC 

[GIT PULL] block fixes for 5.17-final
 2022-03-18 19:38 UTC  (2+ messages)

zram corruption due to uninitialized do_swap_page fault
 2022-03-18 18:54 UTC  (8+ messages)

security issue: data exposure when using block layer secure erase
 2022-03-18 10:36 UTC  (7+ messages)
` [PATCH alternative 2] block: fix the REQ_OP_SECURE_ERASE handling to not leak erased data

[PATCH RFC -next 0/3] improve fairness for sbitmap waitqueues
 2022-03-18  8:25 UTC  (4+ messages)
` [PATCH RFC -next 1/3] sbitmap: record the number of waiters for each waitqueue
` [PATCH RFC -next 2/3] blk-mq: call 'bt_wait_ptr()' later in blk_mq_get_tag()
` [PATCH RFC -next 3/3] sbitmap: improve the fairness of waitqueues' wake up

[PATCH v9] block: cancel all throttled bios in del_gendisk()
 2022-03-18  7:04 UTC  (9+ 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).