messages from 2021-08-19 13:53:12 to 2021-08-24 14:05:27 UTC [more...]
[PATCH v3 0/5] fix request uaf in nbd_read_stat()
2021-08-24 14:12 UTC (6+ messages)
` [PATCH v3 1/5] blk-mq: add a new interface to get request by tag
` [PATCH v3 2/5] nbd: convert to use blk_mq_get_rq_by_tag()
` [PATCH v3 3/5] nbd: don't handle response without a corresponding request message
` [PATCH v3 4/5] nbd: make sure request completion won't concurrent
` [PATCH v3 5/5] nbd: don't start request if nbd_queue_rq() failed
[RFC] bio: fix page leak bio_add_hw_page failure
2021-08-24 14:05 UTC (2+ messages)
WARNING: CPU: 0 PID: 11219 at block/genhd.c:594 del_gendisk+0x1f8/0x218
2021-08-24 13:56 UTC (2+ messages)
[PATCH v2 17/63] bnx2x: Use struct_group() for memcpy() region
2021-08-24 13:51 UTC
[PATCH v5] virtio-blk: Add validation for block size in config space
2021-08-24 13:48 UTC (21+ messages)
BFQ cgroup weights range
2021-08-24 12:51 UTC (2+ messages)
extended dev_t tidyups
2021-08-24 12:43 UTC (4+ messages)
` [PATCH 1/2] block: remove a pointless call to MINOR() in device_add_disk
` [PATCH 2/2] block: remove CONFIG_DEBUG_BLOCK_EXT_DEVT
[PATCH v6 0/5] Support EFI partition on NVIDIA Tegra devices
2021-08-24 10:38 UTC (11+ messages)
` [PATCH v6 2/5] partitions/efi: Support non-standard GPT location
[PATCH v7 0/4] Support EFI partition on NVIDIA Tegra devices
2021-08-24 8:48 UTC (7+ messages)
` [PATCH v7 1/4] block: Add alternative_gpt_sector() operation
` [PATCH v7 2/4] partitions/efi: Support non-standard GPT location
` [PATCH v7 3/4] mmc: block: Support alternative_gpt_sector() operation
` [PATCH v7 4/4] mmc: sdhci-tegra: Enable MMC_CAP2_ALT_GPT_TEGRA
[PATCH v2 00/63] Introduce strict memcpy() bounds checking
2021-08-24 7:38 UTC (35+ messages)
` [PATCH v2 18/63] drm/amd/pm: Use struct_group() for memcpy() region
` [PATCH v2 22/63] HID: cp2112: "
` [PATCH v2 45/63] ath11k: Use memset_startat() for clearing queue descriptors
` [PATCH v2 47/63] intel_th: msu: Use memset_startat() for clearing hw header
` [PATCH v2 55/63] HID: roccat: Use struct_group() to zero kone_mouse_event
` [PATCH v2 56/63] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr
` [PATCH v2 57/63] powerpc/signal32: Use struct_group() to zero spe regs
[syzbot] general protection fault in wb_timer_fn
2021-08-24 7:23 UTC (8+ messages)
[PATCH 00/10] block: first batch of add_disk() error handling conversions
2021-08-24 6:27 UTC (21+ messages)
` [PATCH 01/10] scsi/sd: use blk_cleanup_queue() insted of put_disk()
` [PATCH 02/10] scsi/sd: add error handling support for add_disk()
` [PATCH 03/10] scsi/sr: use blk_cleanup_disk() instead of put_disk()
` [PATCH 04/10] scsi/sr: add error handling support for add_disk()
` [PATCH 05/10] nvme: "
` [PATCH 06/10] mmc/core/block: "
` [PATCH 07/10] md: "
` [PATCH 08/10] dm: add add_disk() error handling
` [PATCH 09/10] loop: add error handling support for add_disk()
` [PATCH 10/10] nbd: "
[PATCH] scsi: scsi_ioctl: fix error code propagation in SG_IO
2021-08-24 3:23 UTC (2+ messages)
[PATCH] block/001: wait until device is added
2021-08-24 3:17 UTC
v5.14 RXE driver broken?
2021-08-24 3:01 UTC
[PATCH] raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
2021-08-24 1:16 UTC
[PATCH linux-next] drivers:ataflop: fix warning comparing pointer to 0
2021-08-24 1:09 UTC
[PATCH AUTOSEL 5.10 13/18] blk-mq: don't grab rq's refcount in blk_mq_check_expired()
2021-08-24 0:54 UTC
[PATCH AUTOSEL 5.13 17/26] blk-mq: don't grab rq's refcount in blk_mq_check_expired()
2021-08-24 0:53 UTC
[PATCH V3] raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
2021-08-24 0:43 UTC (4+ messages)
[PATCH v3 00/16] Improve I/O priority support
2021-08-23 23:01 UTC (9+ messages)
` [PATCH v3 16/16] block/mq-deadline: Prioritize high-priority requests
add error handling to add_disk / device_add_disk
2021-08-23 19:50 UTC (22+ messages)
` [PATCH 03/11] block: call bdev_add later in device_add_disk
` [PATCH 04/11] block: create the bdi link earlier "
` [PATCH 05/11] block: call blk_integrity_add "
` [PATCH 06/11] block: call blk_register_queue "
` [PATCH 07/11] block: return errors from blk_integrity_add
` [PATCH 08/11] block: return errors from disk_alloc_events
` [PATCH 09/11] block: add error handling for device_add_disk / add_disk
` [PATCH 10/11] virtio_blk: add error handling support for add_disk()
` [PATCH 11/11] null_blk: "
ensure each gendisk always has a request_queue reference v2
2021-08-23 18:55 UTC (16+ messages)
` [PATCH 1/9] nvme: use blk_mq_alloc_disk
` [PATCH 3/9] sg: do not allocate a gendisk
` [PATCH 8/9] block: hold a request_queue reference for the lifetime of struct gendisk
` [PATCH 9/9] block: add an explicit ->disk backpointer to the request_queue
Use-after-free related to dm_put_table_device()
2021-08-23 18:49 UTC (4+ messages)
[PATCH V7 0/3] blk-mq: fix blk_mq_alloc_request_hctx
2021-08-23 17:18 UTC (6+ messages)
` [PATCH V7 2/3] blk-mq: mark if one queue map uses managed irq
` [PATCH V7 3/3] blk-mq: don't deactivate hctx if managed irq isn't used
[PATCH 0/6] updates to device mapper target measurement using ima
2021-08-23 17:18 UTC (2+ messages)
False waker detection in BFQ
2021-08-23 16:06 UTC (5+ messages)
[PATCH] blk-mq: fix is_flush_rq
2021-08-23 12:50 UTC (3+ messages)
cleanup SCSI ioctl support v2
2021-08-23 10:22 UTC (6+ messages)
` [PATCH 18/24] scsi_ioctl: move the "block layer" SCSI ioctl handling to drivers/scsi
[PATCH v2 00/11] blk-mq: Reduce static requests memory footprint for shared sbitmap
2021-08-23 8:55 UTC (10+ messages)
` [PATCH v2 06/11] blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()
` [PATCH v2 10/11] blk-mq: Use shared tags for shared sbitmap support
slab-out-of-bounds access in bio_integrity_alloc()
2021-08-23 7:23 UTC (4+ messages)
[PATCH V2] raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
2021-08-23 6:50 UTC (4+ messages)
[PATCH v5 0/5] Initial support for multi-actuator HDDs
2021-08-23 1:27 UTC (2+ messages)
[PATCH] nbd: Fix races introduced by nbd_index_mutex scope reduction
2021-08-21 15:46 UTC
[GIT PULL] Block fixes for 5.14-rc7
2021-08-21 15:16 UTC (2+ messages)
[RFC PATCH 0/5] selftests: floppy: basic tests
2021-08-21 7:35 UTC (15+ messages)
` [RFC PATCH 1/5] checkpatch: improve handling of revert commits
` [RFC PATCH 2/5] gen_initramfs.sh: use absolute path for gen_init_cpio
[PATCH v2] block: genhd: don't call probe function with major_names_lock held
2021-08-21 6:12 UTC (19+ messages)
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "
use regular gendisk registration in device mapper v2
2021-08-21 3:17 UTC (12+ messages)
` [PATCH 4/8] block: support delayed holder registration
` [dm-devel] "
` holders not working properly, regression [was: Re: use regular gendisk registration in device mapper v2]
block: add back the bd_holder_dir reference in bd_link_disk_holder
2021-08-21 3:14 UTC (2+ messages)
[syzbot] KASAN: invalid-free in bdev_free_inode (2)
2021-08-21 2:29 UTC (2+ messages)
[PATCH 0/7] add simple copy support
2021-08-20 21:18 UTC (7+ messages)
` [PATCH 3/7] block: copy offload support infrastructure
[REMINDER] LSF/MM/BPF: 2021: Cancellation announcement
2021-08-20 18:35 UTC
[PATCH RESEND] block: sed-opal: Add ioctl to return device status
2021-08-20 15:21 UTC (2+ messages)
WARNING: possible circular locking dependency detected in nbd
2021-08-20 10:02 UTC (2+ messages)
[PATCH v5 0/5] Support EFI partition on NVIDIA Tegra devices
2021-08-20 8:16 UTC (7+ messages)
` [PATCH v5 4/5] mmc: sdhci-tegra: Implement alternative_gpt_sector()
[PATCH] block: use enumerate instead of integer in op_is_write()
2021-08-20 5:21 UTC (2+ messages)
[PATCH RFC] Enable bio cache for IRQ driven IO from io_uring
2021-08-19 15:15 UTC (3+ messages)
page: next (older) | prev (newer) | latest
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).