linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-26 12:31:54 to 2021-07-28 19:01:27 UTC [more...]

[PATCH v5 0/5] block: add a sequence number to disks
 2021-07-28 19:01 UTC  (3+ messages)

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-07-28 18:57 UTC  (105+ messages)
` [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
` [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
` [PATCH 03/64] rpmsg: glink: Replace strncpy() with strscpy_pad()
` [PATCH 04/64] stddef: Introduce struct_group() helper macro
` [PATCH 05/64] skbuff: Switch structure bounds to struct_group()
` [PATCH 06/64] bnxt_en: Use struct_group_attr() for memcpy() region
` [PATCH 07/64] staging: rtl8192e: Use struct_group() "
` [PATCH 08/64] staging: rtl8192u: "
` [PATCH 09/64] staging: rtl8723bs: Avoid field-overflowing memcpy()
` [PATCH 10/64] lib80211: Use struct_group() for memcpy() region
` [PATCH 11/64] net/mlx5e: Avoid field-overflowing memcpy()
` [PATCH 12/64] mwl8k: Use struct_group() for memcpy() region
` [PATCH 13/64] libertas: "
` [PATCH 14/64] libertas_tf: "
` [PATCH 15/64] ipw2x00: "
` [PATCH 16/64] thermal: intel: int340x_thermal: "
` [PATCH 17/64] iommu/amd: "
` [PATCH 18/64] cxgb3: "
` [PATCH 19/64] ip: Use struct_group() for memcpy() regions
` [PATCH 20/64] intersil: Use struct_group() for memcpy() region
` [PATCH 21/64] cxgb4: "
` [PATCH 22/64] bnx2x: "
` [PATCH 23/64] drm/amd/pm: "
` [PATCH 24/64] staging: wlan-ng: "
` [PATCH 25/64] drm/mga/mga_ioc32: "
` [PATCH 26/64] net/mlx5e: "
` [PATCH 27/64] HID: cp2112: "
` [PATCH 28/64] compiler_types.h: Remove __compiletime_object_size()
` [PATCH 29/64] lib/string: Move helper functions out of string.c
` [PATCH 30/64] fortify: Move remaining fortify helpers into fortify-string.h
` [PATCH 31/64] fortify: Explicitly disable Clang support
` [PATCH 32/64] fortify: Add compile-time FORTIFY_SOURCE tests
` [PATCH 33/64] lib: Introduce CONFIG_TEST_MEMCPY
` [PATCH 34/64] fortify: Detect struct member overflows in memcpy() at compile-time
` [PATCH 35/64] fortify: Detect struct member overflows in memmove() "
` [PATCH 36/64] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
` [PATCH 37/64] string.h: Introduce memset_after() for wiping trailing members/padding
` [PATCH 38/64] xfrm: Use memset_after() to clear padding
` [PATCH 39/64] mac80211: Use memset_after() to clear tx status
` [PATCH 40/64] net: 802: Use memset_after() to clear struct fields
` [PATCH 41/64] net: dccp: Use memset_after() for TP zeroing
` [PATCH 42/64] net: qede: Use memset_after() for counters
` [PATCH 43/64] ath11k: Use memset_after() for clearing queue descriptors
` [PATCH 44/64] iw_cxgb4: Use memset_after() for cpl_t5_pass_accept_rpl
` [PATCH 45/64] intel_th: msu: Use memset_after() for clearing hw header
` [PATCH 46/64] IB/mthca: Use memset_after() for clearing mpt_entry
` [PATCH 47/64] btrfs: Use memset_after() to clear end of struct
` [PATCH 48/64] drbd: Use struct_group() to zero algs
` [PATCH 49/64] cm4000_cs: Use struct_group() to zero struct cm4000_dev region
` [PATCH 50/64] KVM: x86: Use struct_group() to zero decode cache
` [PATCH 51/64] tracing: Use struct_group() to zero struct trace_iterator
` [PATCH 52/64] dm integrity: Use struct_group() to zero struct journal_sector
` [PATCH 53/64] HID: roccat: Use struct_group() to zero kone_mouse_event
` [PATCH 54/64] ipv6: Use struct_group() to zero rt6_info
` [PATCH 55/64] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr
` [PATCH 56/64] ethtool: stats: Use struct_group() to clear all stats at once
` [PATCH 57/64] netfilter: conntrack: Use struct_group() to zero struct nf_conn
` [PATCH 58/64] powerpc: Split memset() to avoid multi-field overflow
` [PATCH 59/64] fortify: Detect struct member overflows in memset() at compile-time
` [PATCH 60/64] fortify: Work around Clang inlining bugs
` [PATCH 61/64] Makefile: Enable -Warray-bounds
` [PATCH 62/64] netlink: Avoid false-positive memcpy() warning
` [PATCH 63/64] iwlwifi: dbg_ini: Split memcpy() to avoid multi-field write
` [PATCH 64/64] fortify: Add run-time WARN for cross-field memcpy()

Commit d5fd456c88aba4fcf77d35fe38024a8d5c814686 - "loopdev: use LOOP_CONFIG ioctl" broke loop on x86-64 w/ 32 bit userspace
 2021-07-28 18:00 UTC  (5+ messages)

use regular gendisk registration in device mapper
 2021-07-28 16:17 UTC  (13+ messages)
` [PATCH 4/8] block: support delayed holder registration
      ` [dm-devel] use regular gendisk registration in device mapper

[PATCH] kernel/module: add documentation for try_module_get()
 2021-07-28 13:49 UTC  (9+ messages)

[PATCH] block: remove cmdline-parser.c
 2021-07-28 13:25 UTC  (2+ messages)

[PATCH v2] blk-throtl: optimize IOPS throttle for large IO scenarios
 2021-07-28  9:01 UTC 

[PATCH V2 0/7] loop: cleanup charging io to mem/blkcg
 2021-07-28  8:16 UTC  (8+ messages)
` [PATCH V2 1/7] mm: memcontrol: add helper of memcg_get_e_css
` [PATCH V2 2/7] loop: clean up blkcg association
` [PATCH V2 3/7] loop: conver timer for monitoring idle worker into dwork
` [PATCH V2 4/7] loop: add __loop_free_idle_workers() for covering freeing workers in clearing FD
` [PATCH V2 5/7] loop: improve loop_process_work
` [PATCH V2 6/7] loop: use xarray to store workers
` [PATCH V2 7/7] loop: don't add worker into idle list

[PATCH] blk-throtl: optimize IOPS throttle for large IO scenarios
 2021-07-28  7:48 UTC  (8+ messages)

[PATCH] nbd: do del_gendisk() asynchronously
 2021-07-28  7:03 UTC  (4+ messages)

remove disk_name()
 2021-07-28  1:41 UTC  (10+ messages)
` [PATCH 1/6] block: reduce stack usage in diskstats_show
` [PATCH 2/6] block: use the %pg format specifier in printk_all_partitions
` [PATCH 3/6] block: use the %pg format specifier in show_partition
` [PATCH 4/6] block: simplify printing the device names disk_stack_limits
` [PATCH 5/6] block: simplify disk name formatting in check_partition
` [PATCH 6/6] block: remove disk_name()

fixes and cleanups for block_device refcounting v2
 2021-07-28  1:39 UTC  (2+ messages)

cleanup SCSI ioctl support v2
 2021-07-28  1:32 UTC  (4+ messages)
` [PATCH 01/24] bsg: remove support for SCSI_IOCTL_SEND_COMMAND

switch the block layer to use kmap_local_page v3
 2021-07-28  1:31 UTC  (17+ messages)
` [PATCH 01/15] MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h>
` [PATCH 02/15] bvec: fix the include guards for bvec.h
` [PATCH 03/15] bvec: add a bvec_kmap_local helper
` [PATCH 04/15] bvec: add memcpy_{from,to}_bvec and memzero_bvec helper
` [PATCH 05/15] block: use memzero_page in zero_fill_bio
` [PATCH 06/15] rbd: use memzero_bvec
` [PATCH 07/15] dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
` [PATCH 08/15] ps3disk: use memcpy_{from,to}_bvec
` [PATCH 09/15] block: remove bvec_kmap_irq and bvec_kunmap_irq
` [PATCH 10/15] block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec
` [PATCH 11/15] block: use memcpy_to_bvec in copy_to_high_bio_irq
` [PATCH 12/15] block: use memcpy_from_bvec in bio_copy_kern_endio_read
` [PATCH 13/15] block: use memcpy_from_bvec in __blk_queue_bounce
` [PATCH 14/15] block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}
` [PATCH 15/15] block: use bvec_kmap_local in bio_integrity_process

[PATCH block/for-5.14-fixes] blk-iocost: fix operation ordering in iocg_wake_fn()
 2021-07-28  1:27 UTC  (2+ messages)

[PATCH v3 0/4] Initial support for multi-actuator HDDs
 2021-07-27 23:44 UTC  (8+ messages)
` [PATCH v3 1/4] block: Add concurrent positioning ranges support

[PATCH for-next 0/2] Misc RNBD update
 2021-07-27 22:48 UTC  (2+ messages)

[PATCH] blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handling
 2021-07-27 22:44 UTC  (5+ messages)

[PATCH v6 0/3] zram: fix few sysfs races
 2021-07-27 17:35 UTC  (7+ messages)
` [PATCH v6 2/3] zram: fix deadlock with sysfs attribute usage and module removal

[RFC 0/3] cpuidle: add poll_source API and virtio vq polling
 2021-07-27 13:32 UTC  (9+ messages)

[PATCH blktests 0/2] zbd: Support dm-crypt
 2021-07-27  2:17 UTC  (3+ messages)

[PATCH V6 0/3] blk-mq: fix blk_mq_alloc_request_hctx
 2021-07-26 17:06 UTC  (4+ messages)

[BUG] FLOPPY DRIVER since 5.10.20
 2021-07-26 16:34 UTC  (6+ messages)


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