linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-18 06:09:59 to 2021-08-19 13:53:12 UTC [more...]

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

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

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-08-19 13:19 UTC  (73+ 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 15/63] intersil: "
` [PATCH v2 16/63] cxgb4: "
` [PATCH v2 17/63] bnx2x: "
` [PATCH v2 18/63] drm/amd/pm: "
` [PATCH v2 19/63] staging: wlan-ng: "
` [PATCH v2 20/63] drm/mga/mga_ioc32: "
` [PATCH v2 21/63] net/mlx5e: "
` [PATCH v2 22/63] HID: cp2112: "
` [PATCH v2 24/63] sata_fsl: "
` [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 28/63] fortify: Explicitly disable Clang support
` [PATCH v2 32/63] fortify: Add compile-time FORTIFY_SOURCE tests
` [PATCH v2 33/63] lib: Introduce CONFIG_TEST_MEMCPY
` [PATCH v2 35/63] fortify: Detect struct member overflows in memmove() at compile-time
` [PATCH v2 36/63] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
` [PATCH v2 37/63] string.h: Introduce memset_after() for wiping trailing members/padding
` [PATCH v2 38/63] xfrm: Use memset_after() to clear padding
` [PATCH v2 39/63] ipv6: Use memset_after() to zero rt6_info
` [PATCH v2 40/63] netfilter: conntrack: Use memset_startat() to zero struct nf_conn
` [PATCH v2 41/63] net: 802: Use memset_startat() to clear struct fields
` [PATCH v2 42/63] net: dccp: Use memset_startat() for TP zeroing
` [PATCH v2 43/63] net: qede: Use memset_startat() for counters
` [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 46/63] iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rpl
` [PATCH v2 47/63] intel_th: msu: Use memset_startat() for clearing hw header
` [PATCH v2 48/63] IB/mthca: Use memset_startat() for clearing mpt_entry
` [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 51/63] drbd: Use struct_group() to zero algs
` [PATCH v2 52/63] cm4000_cs: Use struct_group() to zero struct cm4000_dev region
` [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 58/63] ethtool: stats: Use struct_group() to clear all stats at once
` [PATCH v2 59/63] can: flexcan: Use struct_group() to zero struct flexcan_regs regions
` [PATCH v2 60/63] net/af_iucv: Use struct_group() to zero struct iucv_sock region
` [PATCH v2 61/63] powerpc: Split memset() to avoid multi-field overflow
` [PATCH v2 62/63] fortify: Detect struct member overflows in memset() at compile-time
` [PATCH v2 63/63] fortify: Work around Clang inlining bugs

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] block: genhd: don't call probe function with major_names_lock held
 2021-08-19  9:19 UTC  (15+ messages)
` [PATCH v3] "
        ` [PATCH v4] "

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

[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

[PATCH v6 0/5] Support EFI partition on NVIDIA Tegra devices
 2021-08-19  7:11 UTC  (8+ 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

[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

[RFC PATCH 0/5] selftests: floppy: basic tests
 2021-08-19  0:24 UTC  (12+ 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 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"

[PATCH V7 0/3] blk-mq: fix blk_mq_alloc_request_hctx
 2021-08-18 14:44 UTC  (4+ 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

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