linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-28 23:01:58 to 2020-07-01 21:06:48 UTC [more...]

[PATCH 00/10] block: blktrace framework cleanup
 2020-07-01 21:06 UTC  (30+ messages)
` [PATCH 01/11] "
` [PATCH 02/11] block: rename block_bio_merge class to block_bio
` [PATCH 03/11] block: use block_bio event class for bio_queue
` [PATCH 04/11] block: use block_bio event class for bio_bounce
` [PATCH 05/11] block: get rid of the trace rq insert wrapper
` [PATCH 06/11] block: remove extra param for trace_block_getrq()
` [PATCH 07/11] block: get rid of blk_trace_request_get_cgid()
` [PATCH 08/11] block: fix the comments in the trace event block.h
` [PATCH 09/11] block: remove unsed param in blk_fill_rwbs()
` [PATCH 10/11] block: use block_bio class for getrq and sleeprq
` [PATCH 11/11] block: remove block_get_rq event class

[PATCH v2 00/16] Remove uninitialized_var() macro
 2020-07-01 20:39 UTC  (3+ messages)
` [PATCH v2 08/16] spi: davinci: Remove uninitialized_var() usage

[PATCH] null_blk: add helper for deleting the nullb_list
 2020-07-01 19:08 UTC  (4+ messages)

[PATCH v2] SCSI and block: Simplify resume handling
 2020-07-01 18:37 UTC 

remove dead bdi congestion leftovers
 2020-07-01 18:25 UTC  (10+ messages)
` [PATCH 1/4] drbd: remove a bogus bdi_rw_congested call
` [PATCH 2/4] writeback: remove {set,clear}_wb_congested
` [PATCH 3/4] writeback: remove struct bdi_writeback_congested
` [PATCH 4/4] writeback: remove bdi->congested_fn

NVMe regression, NVMe no longer uses blk_path_error()
 2020-07-01 16:39 UTC 

💥 PANICKED: Test report for kernel 5.8.0-rc2-c698ae9.cki (block)
 2020-07-01 17:21 UTC  (5+ messages)

[PATCH] sbitmap: Consider cleared bits in sbitmap_bitmap_show()
 2020-07-01 16:53 UTC  (2+ messages)

remove not needed fields from struct block_device
 2020-07-01 15:03 UTC  (11+ messages)
` [PATCH 4/7] block: remove the bd_block_size field "
` [PATCH 5/7] block: remove the bd_queue "
` [PATCH 6/7] block: remove the unused bd_private "
` [PATCH 7/7] block: remove the all_bdevs list

[PATCH] blk-mq: put driver tag when this request is completed
 2020-07-01 14:58 UTC  (7+ messages)

Maintainers / Kernel Summit 2020 planning kick-off
 2020-07-01 14:13 UTC  (3+ messages)

[PATCH v2] blk-iolatency: postpone ktime_get() execution until blk_iolatency_enabled() return true
 2020-07-01 14:05 UTC  (2+ messages)

[PATCH V2] blk-mq: streamline handling of q->mq_ops->queue_rq result
 2020-07-01 13:58 UTC 

[PATCH] blk-mq: streamline handling of q->mq_ops->queue_rq result
 2020-07-01 13:51 UTC  (4+ messages)

[PATCH 1/1] blk-mq: remove the pointless call of list_entry_rq() in hctx_show_busy_rq()
 2020-07-01 13:26 UTC  (6+ messages)

[PATCH] drbd: remove unused argument from drbd_request_prepare and __drbd_make_request
 2020-07-01 12:38 UTC 

[PATCH 0/2] Export max open zones and max active zones to sysfs
 2020-07-01 11:16 UTC  (9+ messages)
` [PATCH 1/2] block: add max_open_zones to blk-sysfs
` [PATCH 2/2] block: add max_active_zones "

[PATCH] blk-iolatency:postpone ktime_get() execution until blk_iolatency_enabled() return true
 2020-07-01  7:52 UTC  (2+ messages)

[PATCHv4 0/5] nvme support for zoned namespace command set
 2020-07-01  6:37 UTC  (13+ messages)
` [PATCHv4 1/5] block: add capacity field to zone descriptors
` [PATCHv4 2/5] null_blk: introduce zone capacity for zoned device
` [PATCHv4 3/5] nvme: implement I/O Command Sets Command Set support
` [PATCHv4 4/5] nvme: support for multi-command set effects
` [PATCHv4 5/5] nvme: support for zoned namespaces

[PATCH] SCSI and block: Simplify resume handling
 2020-07-01  1:08 UTC  (2+ messages)

[PATCH] virtio-blk: free vblk-vqs in error path of virtblk_probe()
 2020-07-01  1:03 UTC  (5+ messages)

[PATCH][next] blk-cgroup: clean up indentation
 2020-06-30 19:00 UTC  (2+ messages)

[PATCH V3 0/3] blk-mq: driver tag related cleanup
 2020-06-30 18:58 UTC  (5+ messages)
` [PATCH V3 1/3] blk-mq: move blk_mq_get_driver_tag into blk-mq.c
` [PATCH V3 2/3] blk-mq: move blk_mq_put_driver_tag() "
` [PATCH V3 3/3] blk-mq: centralise related handling into blk_mq_get_driver_tag

[PATCH] Replace HTTP links with HTTPS ones: BFQ I/O scheduler
 2020-06-30 18:34 UTC 

[PATCH RFC v7 00/12] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-06-30 14:55 UTC  (17+ messages)
` [PATCH RFC v7 02/12] blk-mq: rename blk_mq_update_tag_set_depth()
` [PATCH RFC v7 07/12] blk-mq: Add support in hctx_tags_bitmap_show() for a shared sbitmap
        ` About sbitmap_bitmap_show() and cleared bits (was Re: [PATCH RFC v7 07/12] blk-mq: Add support in hctx_tags_bitmap_show() for a shared sbitmap)

[PATCH V7 0/6] blk-mq: support batching dispatch from scheduler
 2020-06-30 14:03 UTC  (9+ messages)
` [PATCH V7 1/6] blk-mq: pass request queue into get/put budget callback
` [PATCH V7 2/6] blk-mq: pass hctx to blk_mq_dispatch_rq_list
` [PATCH V7 3/6] blk-mq: move getting driver tag and budget into one helper
` [PATCH V7 4/6] blk-mq: remove dead check from blk_mq_dispatch_rq_list
` [PATCH V7 5/6] blk-mq: pass obtained budget count to blk_mq_dispatch_rq_list
` [PATCH V7 6/6] blk-mq: support batching dispatch in case of io

[PATCH V2 0/3] blk-mq: driver tag related cleanup
 2020-06-30 13:39 UTC  (5+ messages)
` [PATCH V2 1/3] blk-mq: move blk_mq_get_driver_tag into blk-mq.c
` [PATCH V2 2/3] blk-mq: move blk_mq_put_driver_tag() "
` [PATCH V2 3/3] blk-mq: centralise related handling into blk_mq_get_driver_tag

[PATCH 0/2] Zone Descriptor Extension for Zoned Block Devices
 2020-06-30 13:28 UTC  (10+ messages)
` [PATCH 1/2] block: add zone_desc_ext_bytes to sysfs
` [PATCH 2/2] block: add BLKSETDESCZONE ioctl for Zoned Block Devices

[PATCH v2 0/2] zone-append support in io-uring and aio
 2020-06-30 12:46 UTC  (10+ messages)
    ` [PATCH v2 1/2] fs,block: Introduce RWF_ZONE_APPEND and handling in direct IO path

[PATCH v1 00/25] seqlock: Extend seqcount API with associated locks
 2020-06-30  7:11 UTC  (4+ messages)
` [PATCH v3 00/20] "
  ` [PATCH v3 16/20] iocost: Use sequence counter with associated spinlock

[PATCH 0/3] blk-mq: driver tag related cleanup
 2020-06-30  6:43 UTC  (12+ messages)
` [PATCH 1/3] blk-mq: move blk_mq_get_driver_tag into blk-mq.c
` [PATCH 2/3] blk-mq: move blk_mq_put_driver_tag() "
` [PATCH 3/3] blk-mq: centralise related handling into blk_mq_get_driver_tag

[PATCH V6 0/6] blk-mq: support batching dispatch from scheduler
 2020-06-30  4:56 UTC  (9+ messages)
` [PATCH V6 5/6] blk-mq: pass obtained budget count to blk_mq_dispatch_rq_list
` [PATCH V6 6/6] blk-mq: support batching dispatch in case of io scheduler

[PATCH v3 0/2] block: drive-by cleanups for block cgroup
 2020-06-29 13:48 UTC  (4+ messages)
` [PATCH v3 1/2] block: remove blk_queue_root_blkg
` [PATCH v3 2/2] block: open-code blkg_path in it's sole caller

drive-by blk-cgroup cleanups
 2020-06-29 15:09 UTC  (21+ messages)
` [PATCH 01/14] dm: use bio_uninit instead of bio_disassociate_blkg
` [PATCH 02/14] block: remove bio_disassociate_blkg
` [PATCH 03/14] block: really clone the block cgroup in bio_clone_blkg_association
` [PATCH 04/14] block: merge __bio_associate_blkg into bio_associate_blkg_from_css
` [PATCH 05/14] block: move bio_associate_blkg_from_page to mm/page_io.c
` [PATCH 06/14] block: move the bio cgroup associatation helpers to blk-cgroup.c
` [PATCH 07/14] block: merge blkg_lookup_create and __blkg_lookup_create

[PATCH] loop: fix passing zero to 'PTR_ERR' warning
 2020-06-29 20:54 UTC  (2+ messages)

[PATCH] block: Set req quiet flag if bio is quiet
 2020-06-29 20:44 UTC  (4+ messages)

[PATCH] blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flags
 2020-06-29  4:31 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flags
 2020-06-29 13:45 UTC  (2+ messages)

[PATCH] blk-mq: remove the BLK_MQ_REQ_INTERNAL flag
 2020-06-29 15:56 UTC  (2+ messages)

[PATCH] block/keyslot-manager: use kvfree_sensitive()
 2020-06-29 19:24 UTC  (3+ messages)

[PATCHv3 0/5] nvme support for zoned namespace command set
 2020-06-29 13:53 UTC  (3+ messages)
` [PATCHv3 5/5] nvme: support for zoned namespaces

[PATCH v4] nbd: Fix memory leak in nbd_add_socket
 2020-06-29  1:23 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).