linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-14 14:34:21 to 2022-03-16 15:33:02 UTC [more...]

[PATCH] virtio-blk: support polling I/O
 2022-03-16 15:32 UTC  (25+ messages)

[PATCH 00/17] io_uring passthru over nvme
 2022-03-16 14:50 UTC  (51+ messages)
    ` [PATCH 09/17] io_uring: plug for async bypass
    ` [PATCH 10/17] block: wire-up support for plugging
    ` [PATCH 05/17] nvme: wire-up support for async-passthru on char-device
    ` [PATCH 03/17] io_uring: add infra and support for IORING_OP_URING_CMD
    ` [PATCH 12/17] nvme: enable bio-cache for fixed-buffer passthru
    ` [PATCH 08/17] nvme: enable passthrough with fixed-buffer
    ` [PATCH 14/17] io_uring: add polling support for uring-cmd

yet another approach to fix the loop lock order inversions v3
 2022-03-16 14:38 UTC  (18+ messages)
` [PATCH 1/8] loop: de-duplicate the idle worker freeing code
` [PATCH 2/8] loop: initialize the worker tracking fields once
` [PATCH 3/8] loop: remove the racy bd_inode->i_mapping->nrpages asserts
` [PATCH 4/8] loop: don't freeze the queue in lo_release
` [PATCH 5/8] loop: only freeze the queue in __loop_clr_fd when needed
` [PATCH 6/8] loop: implement ->free_disk
` [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

[syzbot] possible deadlock in blkdev_put (3)
 2022-03-16 14:29 UTC  (9+ messages)
  ` [PATCH v2] loop: don't hold lo->lo_mutex from lo_open() and lo_release()

[PATCH] pata_parport: add driver (PARIDE replacement)
 2022-03-16 12:58 UTC  (17+ messages)

[PATCH -next] block: Add parameter description in kernel-doc comment
 2022-03-16 12:53 UTC 

[PATCH] block: limit request dispatch loop duration
 2022-03-16 12:20 UTC  (3+ messages)

[PATCH][next] block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative"
 2022-03-16 12:03 UTC  (3+ messages)

[GIT PULL] nvme fix for Linux 5.17
 2022-03-16 11:43 UTC  (2+ messages)

security issue: data exposure when using block layer secure erase
 2022-03-16  9:38 UTC  (3+ messages)
` [PATCH, alternative 1] block: remove REQ_OP_SECURE_ERASE erase
` [PATCH alternative 2] block: fix the REQ_OP_SECURE_ERASE handling to not leak erased data

[PATCH v4 00/24] DEPT(Dependency Tracker)
 2022-03-16  9:30 UTC  (6+ messages)

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

[PATCH] block/psi: make PSI annotations of submit_bio only work for file pages
 2022-03-16  8:48 UTC  (2+ messages)

[PATCH] block/psi: remove PSI annotations from submit_bio
 2022-03-16  3:59 UTC  (3+ messages)

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

[PATCH RFC v5 00/21] DEPT(Dependency Tracker)
 2022-03-16  2:26 UTC  (22+ messages)
` [PATCH RFC v5 01/21] llist: Move llist_{head,node} definition to types.h
` [PATCH RFC v5 02/21] dept: Implement Dept(Dependency Tracker)
` [PATCH RFC v5 03/21] dept: Embed Dept data in Lockdep
` [PATCH RFC v5 04/21] dept: Apply Dept to spinlock
` [PATCH RFC v5 05/21] dept: Apply Dept to mutex families
` [PATCH RFC v5 06/21] dept: Apply Dept to rwlock
` [PATCH RFC v5 07/21] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH RFC v5 08/21] dept: Apply Dept to seqlock
` [PATCH RFC v5 09/21] dept: Apply Dept to rwsem
` [PATCH RFC v5 10/21] dept: Add proc knobs to show stats and dependency graph
` [PATCH RFC v5 11/21] dept: Introduce split map concept and new APIs for them
` [PATCH RFC v5 12/21] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH RFC v5 13/21] dept: Apply SDT to swait
` [PATCH RFC v5 14/21] dept: Apply SDT to wait(waitqueue)
` [PATCH RFC v5 15/21] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH RFC v5 16/21] dept: Distinguish each syscall context from another
` [PATCH RFC v5 17/21] dept: Distinguish each work "
` [PATCH RFC v5 18/21] dept: Disable Dept within the wait_bit layer by default
` [PATCH RFC v5 19/21] dept: Add nocheck version of init_completion()
` [PATCH RFC v5 20/21] dept: Disable Dept on struct crypto_larval's completion for now
` [PATCH RFC v5 21/21] dept: Don't create dependencies between different depths in any case

[PATCH] zram: Add a huge_idle writeback mode
 2022-03-16  0:01 UTC  (5+ messages)

zram corruption due to uninitialized do_swap_page fault
 2022-03-15 22:09 UTC  (7+ messages)

[PATCH] sr: simplify the local variable initialization in sr_block_open()
 2022-03-15 20:42 UTC  (5+ messages)

[LSF/MM/BPF BoF] BoF for Zoned Storage
 2022-03-15 19:59 UTC  (8+ messages)
` [EXT] "

[PATCH 2/2] block: remove the per-bio/request write hint
 2022-03-15 15:44 UTC  (16+ messages)
    ` [EXT] "

[bug report] worker watchdog timeout in dispatch loop for null_blk
 2022-03-15 11:10 UTC  (11+ messages)

[LSF/MM/BPF TOPIC] block drivers in user space
 2022-03-15  8:42 UTC  (20+ messages)

[PATCH v0] pata_parport: add driver (PARIDE replacement)
 2022-03-15  8:23 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] Changes in RCU over the past few years
 2022-03-15  5:58 UTC 

[PATCH block-5.17] block: don't merge across cgroup boundaries if iocost or iolatency is active
 2022-03-15  1:15 UTC  (6+ messages)
` [PATCH v2 for-5.18/block] block: don't merge across cgroup boundaries if blkcg is enabled
  ` [PATCH v3 "

[PATCH 0/1] null_blk: replace ida_simple_xxx()
 2022-03-14 23:19 UTC  (7+ messages)
` [PATCH 1/1] null-blk: replace deprecated ida_simple_xxx()

[PATCH] block: release rq qos structures for queue without disk
 2022-03-14 20:23 UTC  (4+ messages)

[PATCH block-5.17] fix rq-qos breakage from skipping rq_qos_done_bio()
 2022-03-14 20:23 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).