linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-06 23:56:40 to 2022-03-09 08:52:09 UTC [more...]

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2022-03-09  8:51 UTC  (5+ messages)

[RFC PATCH] pata_parport: paride replacement
 2022-03-09  8:44 UTC  (12+ messages)
` [PATCH 01/16] pata_parport: add core driver (PARIDE replacement)

[PATCH 2/2] block: remove the per-bio/request write hint
 2022-03-09 13:31 UTC  (3+ messages)

[BUG] block: sx8: Invalid wait context in carm_queue_rq()
 2022-03-09  7:11 UTC  (3+ messages)

[PATCH 00/17] io_uring passthru over nvme
 2022-03-09  7:03 UTC  (20+ messages)
    ` [PATCH 01/17] io_uring: add support for 128-byte SQEs
    ` [PATCH 02/17] fs: add file_operations->async_cmd()
    ` [PATCH 03/17] io_uring: add infra and support for IORING_OP_URING_CMD
    ` [PATCH 04/17] nvme: modify nvme_alloc_request to take an additional parameter
    ` [PATCH 05/17] nvme: wire-up support for async-passthru on char-device
    ` [PATCH 06/17] io_uring: prep for fixed-buffer enabled uring-cmd
    ` [PATCH 07/17] io_uring: add support for uring_cmd with fixed-buffer
    ` [PATCH 08/17] nvme: enable passthrough "
    ` [PATCH 09/17] io_uring: plug for async bypass
    ` [PATCH 10/17] block: wire-up support for plugging
    ` [PATCH 11/17] block: factor out helper for bio allocation from cache
    ` [PATCH 12/17] nvme: enable bio-cache for fixed-buffer passthru
    ` [PATCH 13/17] nvme: allow user passthrough commands to poll
    ` [PATCH 14/17] io_uring: add polling support for uring-cmd
    ` [PATCH 15/17] nvme: wire-up polling for uring-passthru
    ` [PATCH 16/17] io_uring: add support for non-inline uring-cmd
    ` [PATCH 17/17] nvme: enable non-inline passthru commands

[PATCH] block: check more requests for multiple_queues in blk_attempt_plug_merge
 2022-03-09  6:42 UTC 

[PATCHv4 0/8] 64-bit data integrity field support
 2022-03-09  4:57 UTC  (10+ messages)
` [PATCHv4 6/8] crypto: add rocksoft 64b crc guard tag framework

move more work to disk_release v4
 2022-03-09  4:39 UTC  (17+ messages)
` [PATCH 01/14] blk-mq: do not include passthrough requests in I/O accounting
` [PATCH 02/14] blk-mq: handle already freed tags gracefully in blk_mq_free_rqs
` [PATCH 03/14] scsi: don't use disk->private_data to find the scsi_driver
` [PATCH 04/14] sd: rename the scsi_disk.dev field
` [PATCH 05/14] sd: call sd_zbc_release_disk before releasing the scsi_device reference
` [PATCH 06/14] sd: delay calling free_opal_dev
` [PATCH 07/14] sd: implement ->free_disk to simplify refcounting
` [PATCH 08/14] sr: "
` [PATCH 09/14] block: move blkcg initialization/destroy into disk allocation/release handler
` [PATCH 10/14] block: don't remove hctx debugfs dir from blk_mq_exit_queue
` [PATCH 11/14] block: move q_usage_counter release into blk_queue_release
` [PATCH 12/14] block: move blk_exit_queue into disk_release
` [PATCH 13/14] block: do more work in elevator_exit
` [PATCH 14/14] block: move rq_qos_exit() into disk_release()

[PATCH 0/6] power_of_2 emulation support for NVMe ZNS devices
 2022-03-09  4:09 UTC  (14+ messages)
    ` [PATCH 1/6] nvme: zns: Allow ZNS drives that have non-power_of_2 zone size
    ` [PATCH 2/6] block: Add npo2_zone_setup callback to block device fops
    ` [PATCH 3/6] block: add a bool member to request_queue for power_of_2 emulation
    ` [PATCH 4/6] nvme: zns: Add support for power_of_2 emulation to NVMe ZNS devices
    ` [PATCH 5/6] null_blk: forward the sector value from null_handle_memory_backend
    ` [PATCH 6/6] null_blk: Add support for power_of_2 emulation to the null blk device

cleanup bio_kmalloc v2
 2022-03-09  3:06 UTC  (10+ messages)
` [PATCH 1/5] btrfs: simplify ->flush_bio handling
` [PATCH 2/5] squashfs: always use bio_kmalloc in squashfs_bio_read
` [PATCH 3/5] target/pscsi: remove pscsi_get_bio
` [PATCH 4/5] block: turn bio_kmalloc into a simple kmalloc wrapper
` [PATCH 5/5] pktcdvd: stop using bio_reset

[PATCH V2 5/6] blk-mq: prepare for implementing hctx table via xarray
 2022-03-09  3:01 UTC 

[PATCH v6 0/2] block/dm: support bio polling
 2022-03-09  1:13 UTC  (6+ messages)
` [PATCH v6 1/2] block: add ->poll_bio to block_device_operations
` [PATCH v6 2/2] dm: support bio polling

[PATCH V2] blk-mq: kill warning when building block/blk-mq-debugfs-zoned.c
 2022-03-09  1:06 UTC  (2+ messages)

remove write hint leftovers v2
 2022-03-09  0:55 UTC  (8+ messages)
` [PATCH 1/2] fs: remove kiocb.ki_hint
` [PATCH 2/2] fs: remove fs.f_write_hint

[PATCH V4 0/6] blk-mq: update_nr_hw_queues related improvement & bugfix
 2022-03-09  0:57 UTC  (10+ messages)
` [PATCH V4 1/6] blk-mq: figure out correct numa node for hw queue
` [PATCH V4 2/6] blk-mq: simplify reallocation of hw ctxs a bit
` [PATCH V4 3/6] blk-mq: reconfigure poll after queue map is changed
` [PATCH V4 4/6] block: mtip32xx: don't touch q->queue_hw_ctx
` [PATCH V4 5/6] blk-mq: prepare for implementing hctx table via xarray
` [PATCH V4 6/6] blk-mq: manage hctx map "

[PATCH] block: fix blk_mq_attempt_bio_merge and rq_qos_throttle protection
 2022-03-09  0:49 UTC  (3+ messages)

[PATCH 0/1] block: move sector bio member into blk_next_bio()
 2022-03-08 23:19 UTC  (4+ messages)
` [PATCH 1/1] "

[LSF/MM/BPF TOPIC] NVMe HDD planning and directions
 2022-03-08 15:36 UTC 

[PATCH] Revert "Revert "block, bfq: honor already-setup queue merges""
 2022-03-08  9:59 UTC  (2+ messages)

[PATCH] bfq: default slice_idle to 0 for SSD
 2022-03-08  9:12 UTC  (2+ messages)

Napływ Klientów ze strony
 2022-03-08  8:45 UTC 

[PATCH] block: emit disk ro uevent in device_add_disk()
 2022-03-08  6:47 UTC  (5+ messages)

Bug 215647 - aoe: removing aoe devices with flush (implicit in rmmod aoe) leads to page fault
 2022-03-08  6:09 UTC  (2+ messages)

move more work to disk_release v3
 2022-03-08  3:31 UTC  (26+ messages)
` [PATCH 01/14] blk-mq: do not include passthrough requests in I/O accounting
` [PATCH 02/14] blk-mq: handle already freed tags gracefully in blk_mq_free_rqs
` [PATCH 03/14] scsi: don't use disk->private_data to find the scsi_driver
` [PATCH 04/14] sd: rename the scsi_disk.dev field
` [PATCH 05/14] sd: call sd_zbc_release_disk before releasing the scsi_device reference
` [PATCH 06/14] sd: delay calling free_opal_dev
` [PATCH 07/14] sd: make use of ->free_disk to simplify refcounting
` [PATCH 08/14] sr: implement ->free_disk
` [PATCH 09/14] block: move blkcg initialization/destroy into disk allocation/release handler
` [PATCH 14/14] block: move rq_qos_exit() into disk_release()

[bug report] blktests block/005: KASAN uaf at bio merge
 2022-03-08  1:12 UTC  (3+ messages)

[LSF/MM/BPF BoF] BoF for Zoned Storage
 2022-03-07 20:42 UTC  (19+ messages)

remove bio_devname
 2022-03-07 16:56 UTC  (22+ messages)
` [PATCH 01/10] block: fix and cleanup bio_check_ro
` [PATCH 02/10] block: remove handle_bad_sector
` [PATCH 04/10] dm-crypt: stop using bio_devname
` [PATCH 05/10] dm-integrity: "
` [PATCH 06/10] md-multipath: "
` [PATCH 07/10] raid1: "
` [PATCH 09/10] ext4: "
` [PATCH 10/10] block: remove bio_devname

[PATCH 0/6] Remove usage of list iterator past the loop body
 2022-03-07 15:26 UTC  (3+ messages)

remove write hint leftovers
 2022-03-07 13:52 UTC  (4+ messages)
` [PATCH 1/2] fs: remove kiocb.ki_hint
` [PATCH 2/2] fs: remove fs.f_write_hint

[PATCH RESEND] block: remove dead queue_dma_alignment branch from bio_map_user_iov()
 2022-03-07  9:54 UTC 

[PATCH V3 0/6] blk-mq: update_nr_hw_queues related improvement & bugfix
 2022-03-07  7:49 UTC  (18+ messages)
` [PATCH V3 1/6] blk-mq: figure out correct numa node for hw queue
` [PATCH V3 2/6] blk-mq: simplify reallocation of hw ctxs a bit
` [PATCH V3 3/6] blk-mq: reconfigure poll after queue map is changed
` [PATCH V3 4/6] block: mtip32xx: don't touch q->queue_hw_ctx
` [PATCH V3 5/6] blk-mq: prepare for implementing hctx table via xarray
` [PATCH V3 6/6] blk-mq: manage hctx map "

[PATCH v5 0/2] block/dm: support bio polling
 2022-03-07  3:39 UTC  (8+ messages)
` [PATCH v5 2/2] dm: "

Report 2 in ext4 and journal based on v5.17-rc1
 2022-03-07  2:43 UTC  (8+ 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).