linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-04 11:39:45 to 2022-03-07 14:35:19 UTC [more...]

[LSF/MM/BPF BoF] BoF for Zoned Storage
 2022-03-07 14:35 UTC  (13+ 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

remove bio_devname
 2022-03-07 13:42 UTC  (24+ messages)
` [PATCH 01/10] block: fix and cleanup bio_check_ro
` [PATCH 02/10] block: remove handle_bad_sector
` [PATCH 03/10] pktcdvd: remove a pointless debug check in pkt_submit_bio
` [PATCH 04/10] dm-crypt: stop using bio_devname
` [PATCH 05/10] dm-integrity: "
` [PATCH 06/10] md-multipath: "
` [PATCH 07/10] raid1: "
` [PATCH 08/10] raid5-ppl: "
` [PATCH 09/10] ext4: "
` [PATCH 10/10] block: remove bio_devname

[bug report] blktests block/005: KASAN uaf at bio merge
 2022-03-07 12:26 UTC  (2+ messages)

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

[RFC PATCH] pata_parport: paride replacement
 2022-03-07  9:42 UTC  (22+ messages)
` [PATCH 01/16] pata_parport: add core driver (PARIDE replacement)
` [PATCH 02/16] pata_parport: add aten protocol driver
` [PATCH 03/16] pata_parport: add bpck "
` [PATCH 04/16] pata_parport: add bpck6 "
` [PATCH 05/16] pata_parport: add comm "
` [PATCH 06/16] pata_parport: add dstr "
` [PATCH 07/16] pata_parport: add fit2 "
` [PATCH 08/16] pata_parport: add fit3 "
` [PATCH 09/16] pata_parport: add epat "
` [PATCH 10/16] pata_parport: add epia "
` [PATCH 11/16] pata_parport: add friq "
` [PATCH 12/16] pata_parport: add frpw "
` [PATCH 13/16] pata_parport: add kbic "
` [PATCH 14/16] pata_parport: add ktti "
` [PATCH 15/16] pata_parport: add on20 "
` [PATCH 16/16] pata_parport: add on26 "

[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] block: emit disk ro uevent in device_add_disk()
 2022-03-07  6:39 UTC  (3+ messages)

[PATCH v5 0/2] block/dm: support bio polling
 2022-03-07  3:39 UTC  (10+ messages)
` [PATCH v5 1/2] block: add ->poll_bio to block_device_operations
` [PATCH v5 2/2] dm: support bio polling

move more work to disk_release v3
 2022-03-07  3:18 UTC  (41+ 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 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()

Report 2 in ext4 and journal based on v5.17-rc1
 2022-03-07  2:43 UTC  (15+ messages)

[LSF/MM/BPF BoF] BoF for Zoned Storage
 2022-03-06 23:54 UTC  (11+ messages)

[PATCH 1/2] nvme: remove support or stream based temperature hint
 2022-03-06 23:17 UTC  (15+ messages)
` [PATCH 2/2] block: remove the per-bio/request write hint

bcache patches for Linux v5.18
 2022-03-06 15:53 UTC  (5+ messages)

remove opencoded kmap of bio_vecs v2
 2022-03-05 14:02 UTC  (5+ messages)
` [PATCH 01/10] iss-simdisk: use bvec_kmap_local in simdisk_submit_bio
` [PATCH 07/10] bcache: use bvec_kmap_local in bio_csum

[PATCH -next v4] bfq: fix use-after-free in bfq_dispatch_request
 2022-03-05 13:51 UTC  (3+ messages)

[PATCH -next 00/11] support concurrent sync io for bfq on a specail occasion
 2022-03-05  9:12 UTC  (12+ messages)
` [PATCH -next 01/11] block, bfq: add new apis to iterate bfq entities
` [PATCH -next 02/11] block, bfq: apply news apis where root group is not expected
` [PATCH -next 03/11] block, bfq: cleanup for __bfq_activate_requeue_entity()
` [PATCH -next 04/11] block, bfq: move the increasement of 'num_groups_with_pending_reqs' to it's caller
` [PATCH -next 05/11] block, bfq: count root group into 'num_groups_with_pending_reqs'
` [PATCH -next 06/11] block, bfq: do not idle if only one cgroup is activated
` [PATCH -next 07/11] block, bfq: only count parent bfqg when bfqq "
` [PATCH -next 08/11] block, bfq: record how many queues have pending requests in bfq_group
` [PATCH -next 09/11] block, bfq: move forward __bfq_weights_tree_remove()
` [PATCH -next 10/11] block, bfq: decrease 'num_groups_with_pending_reqs' earlier
` [PATCH -next 11/11] block, bfq: cleanup bfqq_group()

[LSF/MM/BPF TOPIC] block drivers in user space
 2022-03-05  7:29 UTC  (2+ messages)

[PATCH v4 0/2] block/dm: support bio polling
 2022-03-05  2:14 UTC  (7+ messages)
` [PATCH v4 1/2] block: add ->poll_bio to block_device_operations
` [PATCH v4 2/2] dm: support bio polling

[GIT PULL] Block fix for 5.17-rc7
 2022-03-05  0:34 UTC  (2+ messages)

[PATCH v4 00/24] DEPT(Dependency Tracker)
 2022-03-04 23:38 UTC  (7+ messages)
` [PATCH v4 16/24] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v4 22/24] dept: Don't create dependencies between different depths in any case

[PATCH 0/2] fix crash by reading /proc/diskstats
 2022-03-04 15:38 UTC  (12+ messages)
` [PATCH 1/2] block: remove commented out code from diskstats_show
` [PATCH 2/2] block: hold queue lock while iterating in diskstats_show

[PATCHv4 0/8] 64-bit data integrity field support
 2022-03-04 15:02 UTC  (4+ messages)
` [PATCHv4 5/8] lib: add rocksoft model crc64


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).