linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-18 02:04:56 to 2020-06-20 03:33:49 UTC [more...]

[PATCH v2 00/16] Remove uninitialized_var() macro
 2020-06-20  3:30 UTC  (14+ messages)
` [PATCH v2 02/16] x86/mm/numa: Remove uninitialized_var() usage
` [PATCH v2 04/16] b43: "
` [PATCH v2 05/16] rtlwifi: rtl8192cu: "
` [PATCH v2 06/16] ide: "
` [PATCH v2 07/16] clk: st: "
` [PATCH v2 08/16] spi: davinci: "
` [PATCH v2 09/16] clk: spear: "
` [PATCH v2 10/16] KVM: PPC: Book3S PR: "
` [PATCH v2 11/16] media: sur40: "
` [PATCH v2 12/16] f2fs: Eliminate usage of uninitialized_var() macro
` [PATCH v2 14/16] checkpatch: Remove awareness "
` [PATCH v2 16/16] compiler: Remove "
` [PATCH v2 13/16] mm/debug_vm_pgtable: Remove uninitialized_var() usage

[PATCH V2] drivers/block: Use kobj_to_dev() API
 2020-06-20  1:53 UTC 

krobe: __blkdev_put probe is missed
 2020-06-20  1:37 UTC  (12+ messages)
` kprobe: "

[PATCH][next] block: bio: Use struct_size() in kmalloc()
 2020-06-20  0:49 UTC 

[PATCH v4] docs: block: Create blk-mq documentation
 2020-06-20  0:20 UTC 

[PATCH v3] docs: block: Create blk-mq documentation
 2020-06-20  0:16 UTC  (4+ messages)

[PATCH 2/2] block: only return started requests from blk_mq_tag_to_rq()
 2020-06-19 23:49 UTC  (5+ messages)

[PATCH] dm-rq: don't call blk_mq_queue_stopped in dm_stop_queue()
 2020-06-19 23:37 UTC  (11+ messages)
`  "

[PATCH][next] blk-iocost: Use struct_size() in kzalloc_node()
 2020-06-19 23:08 UTC 

[PATCH v2] docs: block: Create blk-mq documentation
 2020-06-19 20:56 UTC  (6+ messages)

[PATCH v7 0/8] blktrace: fix debugfs use after free
 2020-06-19 20:47 UTC  (9+ messages)
` [PATCH v7 1/8] block: add docs for gendisk / request_queue refcount helpers
` [PATCH v7 2/8] block: clarify context for refcount increment helpers
` [PATCH v7 3/8] block: revert back to synchronous request_queue removal
` [PATCH v7 4/8] blktrace: annotate required lock on do_blk_trace_setup()
` [PATCH v7 5/8] loop: be paranoid on exit and prevent new additions / removals
` [PATCH v7 6/8] blktrace: fix debugfs use after free
` [PATCH v7 7/8] blktrace: ensure our debugfs dir exists
` [PATCH v7 8/8] block: create the request_queue debugfs_dir on registration

[GIT PULL] Block fixes for 5.8-rc2
 2020-06-19 20:25 UTC  (2+ messages)

[PATCH v6 0/8] block: fix blktrace debugfs use after free
 2020-06-19 20:23 UTC  (7+ messages)
` [PATCH v6 3/6] block: revert back to synchronous request_queue removal
` [PATCH v6 6/6] blktrace: fix debugfs use after free

[PATCH 5/5] nvme: support for zoned namespaces
 2020-06-19 18:40 UTC  (26+ messages)

[PATCH 0/2] Two fixes for device-mapper with REQ_OP_ZONE_APPEND
 2020-06-19 16:26 UTC  (6+ messages)
` [PATCH 1/2] dm: update original bio sector on Zone Append
` [RFC PATCH 2/2] dm: don't try to split REQ_OP_ZONE_APPEND bios

[PATCH 0/3] zone-append support in aio and io-uring
 2020-06-19 15:44 UTC  (35+ messages)
    ` [PATCH 1/3] fs,block: Introduce IOCB_ZONE_APPEND and direct-io handling
    ` [PATCH 2/3] aio: add support for zone-append
    ` [PATCH 3/3] io_uring: "

[PATCH 0/2] block: remove retry loop
 2020-06-19 15:17 UTC  (3+ messages)
` [PATCH 1/2] block: remove unnecessary ioc nested locking
` [PATCH 2/2] block: remove retry loop in ioc_release_fn()

[PATCH 3/3] io_uring: add support for zone-append
 2020-06-19 15:23 UTC  (2+ messages)

[bug report][megaraid_sas] On 3108 RADI1 read performance is improved when nr_requests is decreased
 2020-06-19 14:07 UTC  (2+ messages)

[PATCH] drivers\block: Use kobj_to_dev() API
 2020-06-19 12:49 UTC  (2+ messages)

[PATCHv2 0/5] nvme support for zoned namespace command set
 2020-06-19  7:46 UTC  (17+ messages)
` [PATCHv2 1/5] block: add capacity field to zone descriptors
` [PATCHv2 2/5] null_blk: introduce zone capacity for zoned device
` [PATCHv2 3/5] nvme: implement I/O Command Sets Command Set support
` [PATCHv2 4/5] nvme: support for multi-command set effects
` [PATCHv2 5/5] nvme: support for zoned namespaces

[PATCH] blktrace: Provide event for request merging
 2020-06-19  6:52 UTC  (9+ messages)

[PATCH] nbd: allocate sufficient space for NBD_CMD_STATUS
 2020-06-18 21:02 UTC  (2+ messages)

[PATCH v2] Revert "zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()"
 2020-06-18 17:13 UTC  (2+ messages)

blk_mq_complete_request overhaul
 2020-06-18 16:47 UTC  (29+ messages)
` [PATCH 01/12] blk-mq: merge blk-softirq.c into blk-mq.c
` [PATCH 02/12] blk-mq: factor out a helper to reise the block softirq
` [PATCH 03/12] blk-mq: remove raise_blk_irq
` [PATCH 04/12] blk-mq: complete polled requests directly
` [PATCH 05/12] blk-mq: short cut the IPI path in blk_mq_force_complete_rq for !SMP
` [PATCH 06/12] blk-mq: merge the softirq vs non-softirq IPI logic
` [PATCH 07/12] blk-mq: move failure injection out of blk_mq_complete_request
` [PATCH 08/12] blk-mq: remove the get_cpu/put_cpu pair in blk_mq_complete_request
` [PATCH 09/12] blk-mq: factor out a blk_mq_complete_need_ipi helper
` [PATCH 10/12] blk-mq: add a new blk_mq_complete_request_remote API
` [PATCH 11/12] nvme-rdma: factor out a nvme_rdma_end_request helper
` [PATCH 12/12] nvme: use blk_mq_complete_request_remote to avoid an indirect function call

[PATCH v3 0/2] loop: replace kill_bdev with invalidate_bdev
 2020-06-18 15:24 UTC  (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] block: make function 'kill_bdev' static

[PATCH v1] partitions/ldm: Replace uuid_copy() with import_uuid() where it makes sense
 2020-06-18 15:18 UTC  (3+ messages)

[PATCH v1] lightnvm: pblk: Replace guid_copy() with export_guid()/import_guid()
 2020-06-18 15:17 UTC  (5+ messages)
  `  "

mm: mkfs.ext4 invoked oom-killer on i386 - pagecache_get_page
 2020-06-18 14:59 UTC  (14+ messages)

[PATCH] Delay the initialization of rnbd_server module to late_initcall level
 2020-06-18  9:14 UTC  (7+ messages)

[PATCH v2 0/2] loop: replace kill_bdev with invalidate_bdev
 2020-06-18  3:46 UTC  (8+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] block: make function 'kill_bdev' static

[PATCH] block: update hctx map when use multiple maps
 2020-06-18  3:33 UTC  (3+ messages)

[PATCH AUTOSEL 5.7 058/388] ps3disk: use the default segment boundary
 2020-06-18  1:07 UTC  (4+ messages)
` [PATCH AUTOSEL 5.7 339/388] blktrace: use errno instead of bi_status
` [PATCH AUTOSEL 5.7 340/388] blktrace: fix endianness in get_pdu_int()
` [PATCH AUTOSEL 5.7 341/388] blktrace: fix endianness for blk_log_remap()

[PATCH AUTOSEL 5.4 044/266] ps3disk: use the default segment boundary
 2020-06-18  1:15 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 232/266] blktrace: use errno instead of bi_status
` [PATCH AUTOSEL 5.4 233/266] blktrace: fix endianness in get_pdu_int()
` [PATCH AUTOSEL 5.4 234/266] blktrace: fix endianness for blk_log_remap()

[PATCH AUTOSEL 4.19 027/172] ps3disk: use the default segment boundary
 2020-06-18  1:19 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).