linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-18 06:24:47 to 2021-08-20 04:06:08 UTC [more...]

ensure each gendisk always has a request_queue reference v2
 2021-08-20  4:06 UTC  (12+ messages)
` [PATCH 1/9] nvme: use blk_mq_alloc_disk
` [PATCH 3/9] sg: do not allocate a gendisk
` [PATCH 9/9] block: add an explicit ->disk backpointer to the request_queue

[RFC PATCH 0/5] selftests: floppy: basic tests
 2021-08-20  2:19 UTC  (17+ 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
` [RFC PATCH 3/5] selftests: floppy: add basic tests for opening an empty device
` [RFC PATCH 4/5] selftests: floppy: add basic tests for a readonly disk
` [RFC PATCH 5/5] selftests: floppy: add basic rdwr tests

[PATCH] block: use enumerate instead of integer in op_is_write()
 2021-08-20  1:55 UTC 

[PATCH v7 0/4] Support EFI partition on NVIDIA Tegra devices
 2021-08-20  0:45 UTC  (5+ 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 v3 00/16] Improve I/O priority support
 2021-08-20  0:45 UTC  (3+ messages)
` [PATCH v3 16/16] block/mq-deadline: Prioritize high-priority requests

[PATCH V7 0/3] blk-mq: fix blk_mq_alloc_request_hctx
 2021-08-19 22:38 UTC  (5+ messages)
` [PATCH V7 1/3] genirq: add device_has_managed_msi_irq
` [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 v6 0/5] Support EFI partition on NVIDIA Tegra devices
 2021-08-19 22:27 UTC  (11+ messages)
` [PATCH v6 1/5] block: Add alternative_gpt_sector() operation
` [PATCH v6 2/5] partitions/efi: Support non-standard GPT location
` [PATCH v6 3/5] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v6 4/5] mmc: block: Support alternative_gpt_sector() operation
` [PATCH v6 5/5] mmc: sdhci-tegra: Enable MMC_CAP2_ALT_GPT_SECTOR

use regular gendisk registration in device mapper v2
 2021-08-19 22:08 UTC  (4+ messages)
` holders not working properly, regression [was: Re: use regular gendisk registration in device mapper v2]

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-08-19 19:58 UTC  (52+ messages)
` [PATCH v2 05/63] stddef: Introduce struct_group() helper macro
` [PATCH v2 06/63] cxl/core: Replace unions with struct_group()
` [PATCH v2 13/63] iommu/amd: Use struct_group() for memcpy() region
` [PATCH v2 18/63] drm/amd/pm: "
` [PATCH v2 21/63] net/mlx5e: "
` [PATCH v2 22/63] HID: cp2112: "
` [PATCH v2 25/63] compiler_types.h: Remove __compiletime_object_size()
` [PATCH v2 26/63] lib/string: Move helper functions out of string.c
` [PATCH v2 27/63] fortify: Move remaining fortify helpers into fortify-string.h
` [PATCH v2 33/63] lib: Introduce CONFIG_TEST_MEMCPY
` [PATCH v2 44/63] mac80211: Use memset_after() to clear tx status
` [PATCH v2 45/63] ath11k: Use memset_startat() for clearing queue descriptors
` [PATCH v2 49/63] btrfs: Use memset_startat() to clear end of struct
` [PATCH v2 50/63] tracing: Use memset_startat() to zero struct trace_iterator
` [PATCH v2 53/63] KVM: x86: Use struct_group() to zero decode cache
` [PATCH v2 54/63] dm integrity: Use struct_group() to zero struct journal_sector
` [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
` [PATCH v2 59/63] can: flexcan: Use struct_group() to zero struct flexcan_regs regions
` [PATCH v2 61/63] powerpc: Split memset() to avoid multi-field overflow

[PATCH v5 0/5] Support EFI partition on NVIDIA Tegra devices
 2021-08-19 17:19 UTC  (8+ messages)
` [PATCH v5 4/5] mmc: sdhci-tegra: Implement alternative_gpt_sector()

[PATCH RFC] Enable bio cache for IRQ driven IO from io_uring
 2021-08-19 15:15 UTC  (3+ messages)

[PATCH v2] block: genhd: don't call probe function with major_names_lock held
 2021-08-19 15:10 UTC  (18+ messages)
` [PATCH v3] "
        ` [PATCH v4] "

[syzbot] general protection fault in wb_timer_fn
 2021-08-19 13:53 UTC  (7+ messages)

add error handling to add_disk / device_add_disk
 2021-08-19 10:48 UTC  (14+ messages)
` [PATCH 01/11] block: add a sanity check for a live disk in del_gendisk
` [PATCH 02/11] block: fold register_disk into device_add_disk
` [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: "

[BUG] block: drbd: four possible ABBA deadlocks
 2021-08-19  9:31 UTC 

[PATCH V2] raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
 2021-08-19  8:55 UTC  (5+ messages)

[PATCH v2 00/11] blk-mq: Reduce static requests memory footprint for shared sbitmap
 2021-08-19  7:32 UTC  (16+ messages)
` [PATCH v2 06/11] blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()
` [PATCH v2 07/11] blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()
` [PATCH v2 08/11] blk-mq: Add blk_mq_ops.init_request_no_hctx()
` [PATCH v2 10/11] blk-mq: Use shared tags for shared sbitmap support
` [PATCH v2 11/11] blk-mq: Stop using pointers for blk_mq_tags bitmap tags

[RFC PATCH v3 00/18] Add block device LED trigger
 2021-08-19  2:50 UTC  (19+ messages)
` [RFC PATCH v3 01/18] docs: Add block device (blkdev) LED trigger documentation
` [RFC PATCH v3 02/18] block: Add get_disk_by_name() for use by blkdev LED trigger
` [RFC PATCH v3 03/18] ledtrig-blkdev: Add file (ledtrig-blkdev.c) for block device "
` [RFC PATCH v3 04/18] ledtrig-blkdev: Add misc. helper functions to blkdev "
` [RFC PATCH v3 05/18] ledtrig-blkdev: Periodically check devices for activity & blink LEDs
` [RFC PATCH v3 06/18] block: Add LED trigger pointer to struct gendisk
` [RFC PATCH v3 07/18] ledtrig-blkdev: Add function to initialize gendisk ledtrig member
` [RFC PATCH v3 08/18] ledtrig-blkdev: Add function to remove LED/device association
` [RFC PATCH v3 09/18] ledtrig-blkdev: Add function to disassociate a device from all LEDs
` [RFC PATCH v3 10/18] block: Call LED trigger init/cleanup functions
` [RFC PATCH v3 11/18] ledtrig-blkdev: Add function to associate a device with an LED
` [RFC PATCH v3 12/18] ledtrig-blkdev: Add sysfs attributes to [dis]associate LEDs & devices
` [RFC PATCH v3 13/18] ledtrig-blkdev: Add blink_time & interval sysfs attributes
` [RFC PATCH v3 14/18] ledtrig-blkdev: Add mode (read/write/rw) sysfs attributue
` [RFC PATCH v3 15/18] ledtrig-blkdev: Add function to associate blkdev trigger with LED
` [RFC PATCH v3 16/18] ledtrig-blkdev: Add function to disassociate an LED from the trigger
` [RFC PATCH v3 17/18] ledtrig-blkdev: Add initialization function
` [RFC PATCH v3 18/18] ledtrig-blkdev: Add config option to enable the trigger

[PATCH v7 00/11] libata cleanups and improvements
 2021-08-18 21:53 UTC  (4+ messages)

[PATCH v4 0/6] IO priority fixes and improvements
 2021-08-18 21:52 UTC  (4+ messages)

[PATCH 0/7] add simple copy support
 2021-08-18 18:35 UTC  (9+ messages)
    ` [PATCH 4/7] block: Introduce a new ioctl for simple copy
    ` [PATCH 3/7] block: copy offload support infrastructure

[BUG] FLOPPY DRIVER since 5.10.20
 2021-08-18 15:53 UTC  (4+ messages)
` [PATCH] Revert "floppy: reintroduce O_NDELAY fix"

[GIT PULL] first round of nvme updates for Linux 5.15
 2021-08-18 13:29 UTC  (2+ messages)

[PATCH V2 0/7] genirq/affinity: abstract new API from managed irq affinity spread
 2021-08-18 13:01 UTC  (9+ messages)
` [PATCH V2 1/7] genirq/affinity: remove the 'firstvec' parameter from irq_build_affinity_masks
` [PATCH V2 2/7] genirq/affinity: pass affinity managed mask array to irq_build_affinity_masks
` [PATCH V2 3/7] genirq/affinity: don't pass irq_affinity_desc "
` [PATCH V2 4/7] genirq/affinity: rename irq_build_affinity_masks as group_cpus_evenly
` [PATCH V2 5/7] genirq/affinity: move group_cpus_evenly() into lib/
` [PATCH V2 6/7] lib/group_cpus: allow to group cpus in case of !CONFIG_SMP
` [PATCH V2 7/7] blk-mq: build default queue map via group_cpus_evenly()

[PATCH RESEND] block: sed-opal: Add ioctl to return device status
 2021-08-18 12:22 UTC 

[PATCH V6 0/3] blk-mq: fix blk_mq_alloc_request_hctx
 2021-08-18 10:32 UTC  (8+ messages)
    ` [PATCH V6 3/3] blk-mq: don't deactivate hctx if managed irq isn't used

sort out the lock order in the loop driver
 2021-08-18 10:08 UTC  (9+ messages)
` [PATCH 1/7] loop: remove the ->ioctl method in loop_func_table
` [PATCH 2/7] loop: return void from the ->release "
` [PATCH 3/7] loop: merge the cryptoloop module into the main loop module
` [PATCH 4/7] loop: devirtualize transfer transformations
` [PATCH 5/7] loop: remove the unused idx argument to loop_control_get_free
` [PATCH 6/7] loop: move loop device deletion out of loop_ctl_mutex
` [PATCH 7/7] loop: avoid holding loop_ctl_mutex over add_disk

[PATCH 0/7] genirq/affinity: abstract new API from managed irq affinity spread
 2021-08-18  8:38 UTC  (4+ messages)
` [PATCH 4/7] genirq/affinity: rename irq_build_affinity_masks as group_cpus_evenly

WARNING: possible circular locking dependency detected in nbd
 2021-08-18  7:10 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).