linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-03 09:43:57 to 2020-06-08 17:01:33 UTC [more...]

[PATCH v6 0/8] block: fix blktrace debugfs use after free
 2020-06-08 17:01 UTC  (2+ messages)
` [PATCH v6 2/6] block: clarify context for refcount increment helpers

blk-softirq vs smp_call_function_single_async()
 2020-06-08 16:42 UTC  (6+ messages)

Linux v5.7.1: Ext4-FS and systemd-journald errors after suspend + resume
 2020-06-08 15:46 UTC  (2+ messages)

[PATCH] blktrace: put bounds on BLKTRACESETUP buf_size and buf_nr
 2020-06-08 14:20 UTC  (12+ messages)

[PATCH 0/2 v3] blktrace: Fix sparse annotations and warn if enabling multiple traces
 2020-06-08 14:01 UTC  (8+ messages)
` [PATCH 1/2] blktrace: break out of blktrace setup on concurrent calls
` [PATCH 2/2] blktrace: Avoid sparse warnings when assigning q->blk_trace

loop module OOPS
 2020-06-08 13:46 UTC 

[PATCH v4] block: Fix use-after-free in blkdev_get()
 2020-06-08 11:26 UTC  (2+ messages)

[PATCH v4] block: Fix use-after-free in blkdev_get()
 2020-06-08  7:09 UTC  (6+ messages)

[PATCH blktests] zbd/007: Add --force option to blkzone reset
 2020-06-08  2:44 UTC 

[PATCH v2 0/2] loop: replace kill_bdev with invalidate_bdev
 2020-06-08  2:39 UTC  (2+ messages)

[PATCH v3] block: Fix use-after-free in blkdev_get()
 2020-06-08  1:28 UTC  (5+ messages)

[PATCH v1 00/25] seqlock: Extend seqcount API with associated locks
 2020-06-08  0:57 UTC  (3+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 14/18] iocost: Use sequence counter with associated spinlock

[PATCH 0/2] blk-mq: fix handling cpu hotplug
 2020-06-07 14:57 UTC  (6+ messages)
` [PATCH 1/2] blk-mq: split out a __blk_mq_get_driver_tag helper
` [PATCH 2/2] blk-mq: fix blk_mq_all_tag_iter

[RFC PATCH] blk-mq: provide more tags for woken-up process when tag allocation is busy
 2020-06-06  3:25 UTC  (4+ messages)

[PATCH v2] docs: block: Create blk-mq documentation
 2020-06-05 23:45 UTC  (2+ messages)

[git pull] device mapper changes for 5.8
 2020-06-05 23:15 UTC  (3+ messages)
` [git pull v2] "

[PATCH v5 0/7] block: fix blktrace debugfs use after free
 2020-06-05 22:33 UTC  (7+ messages)
` [PATCH v5 5/7] blktrace: fix "

[PATCH v2] block: Fix use-after-free in blkdev_get()
 2020-06-05 18:08 UTC  (22+ messages)
        `  "

[PATCH] docs: block: Create blk-mq documentation
 2020-06-05 17:49 UTC  (3+ messages)

[PATCH V2 0/4] blktrace: fix sparse warnings
 2020-06-05 15:00 UTC  (6+ messages)
` [PATCH V2 1/3] blktrace: use errno instead of bi_status
` [PATCH V2 2/3] blktrace: fix endianness in get_pdu_int()
` [PATCH V2 3/3] blktrace: fix endianness for blk_log_remap()

[PATCH 0/3] bfq: Two fixes and a cleanup for sequential readers
 2020-06-05 14:16 UTC  (4+ messages)
` [PATCH 1/3] bfq: Avoid false bfq queue merging
` [PATCH 2/3] bfq: Use 'ttime' local variable
` [PATCH 3/3] bfq: Use only idle IO periods for think time calculations

LTP: syscalls: regression on mainline - ioctl_loop01 mknod07 setns01
 2020-06-05 11:31 UTC  (8+ messages)
        ` [LTP] "

[PATCH] blk-mq: don't fail driver tag allocation because of inactive hctx
 2020-06-05 11:08 UTC  (20+ messages)

[PATCH 00/10] Remove uninitialized_var() macro
 2020-06-05  9:25 UTC  (52+ messages)
` [PATCH 01/10] x86/mm/numa: Remove uninitialized_var() usage
` [PATCH 02/10] drbd: "
` [PATCH 03/10] b43: "
` [PATCH 04/10] rtlwifi: rtl8192cu: "
` [PATCH 05/10] ide: "
` [PATCH 06/10] clk: st: "
` [PATCH 07/10] spi: davinci: "
` [PATCH 08/10] checkpatch: Remove awareness of uninitialized_var() macro
` [PATCH 10/10] compiler: Remove "
  ` [PATCH 09/10] treewide: Remove uninitialized_var() usage

[PATCH v2] block: Fix use-after-free in blkdev_get()
 2020-06-05  6:43 UTC 

[PATCH v2 0/6] seqlock: seqcount_t call sites bugfixes
 2020-06-05  3:22 UTC  (6+ messages)
` [PATCH v2 5/6] block: nr_sects_write(): Disable preemption on seqcount write

[PATCH] block: remove the error argument to the block_bio_complete tracepoint
 2020-06-05  3:16 UTC  (3+ messages)

[PATCH] loop: Fix wrong masking of status flags
 2020-06-05  3:14 UTC  (3+ messages)

[PATCH] dm crypt: avoid truncating the logical block size
 2020-06-04 19:14 UTC  (2+ messages)

[PATCH 1/1] blk-mq: get ctx in order to handle BLK_MQ_S_INACTIVE in blk_mq_get_tag()
 2020-06-03 16:23 UTC  (3+ messages)

[PATCH] block: check for page size in queue_logical_block_size()
 2020-06-03 11:33 UTC  (4+ messages)

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


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