Linux-Block Archive mirror
 help / color / mirror / Atom feed
[RFC PATCH] sbitmap: fix io hung due to race on sbitmap_word::cleared
 2024-05-29 10:31 UTC  (2+ messages)

[PATCH v4 0/4] blk-mq: optimize flush and request size
 2024-05-29  8:50 UTC  (12+ messages)
` [PATCH v4 4/4] blk-flush: reuse rq queuelist in flush state machine

convert the SCSI ULDs to the atomic queue limits API
 2024-05-29  8:30 UTC  (25+ messages)
` [PATCH 01/12] ubd: untagle discard vs write zeroes not support handling
` [PATCH 02/12] block: take io_opt and io_min into account for max_sectors
` [PATCH 03/12] sd: simplify the ZBC case in provisioning_mode_store
` [PATCH 04/12] sd: add a sd_disable_discard helper
` [PATCH 05/12] sd: add a sd_disable_write_same helper
` [PATCH 06/12] sd: simplify the disable case in sd_config_discard
` [PATCH 07/12] sd: factor out a sd_discard_mode helper
` [PATCH 08/12] sd: cleanup zoned queue limits initialization
` [PATCH 09/12] sd: convert to the atomic queue limits API
` [PATCH 10/12] sr: "
` [PATCH 11/12] block: remove unused "
` [PATCH 12/12] block: add special APIs for run-time disabling of discard and friends

[bug report][regression] blktests block/008 lead kerne panic at RIP: 0010:amd_iommu_enable_faulting+0x0/0x10
 2024-05-29  8:13 UTC  (7+ messages)

[PATCH v20 00/12] Implement copy offload support
 2024-05-29  7:48 UTC  (18+ messages)
  ` [PATCH v20 02/12] Add infrastructure for copy offload in block and request layer
  ` [PATCH v20 05/12] fs/read_write: Enable copy_file_range for block device
  ` [PATCH v20 06/12] fs, block: copy_file_range for def_blk_ops for direct "

[PATCH] ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery()
 2024-05-29  9:53 UTC 

[bug report] WARNING: CPU: 2 PID: 3445306 at drivers/block/ublk_drv.c:2633 ublk_ctrl_start_recovery.constprop.0+0x74/0x180
 2024-05-29  1:08 UTC  (4+ messages)

[RFC PATCH 0/2] dm-crypt support for per-sector NVMe metadata
 2024-05-28 23:55 UTC  (5+ messages)

[PATCHv2] block: check for max_hw_sectors underflow
 2024-05-28 13:54 UTC  (5+ messages)

[PATCH v2 0/3] Rust block device driver API and null block driver
 2024-05-28 13:27 UTC  (5+ messages)
` [PATCH v2 1/3] rust: block: introduce `kernel::block::mq` module
` [PATCH v2 2/3] rust: block: add rnull, Rust null_blk implementation

[PATCH 0/3] bcache-6.10 20240528
 2024-05-28 12:57 UTC  (5+ messages)
` [PATCH 1/3] bcache: allow allocator to invalidate bucket in gc
` [PATCH 2/3] bcache: call force_wake_up_gc() if necessary in check_should_bypass()
` [PATCH 3/3] bcache: code cleanup in __bch_bucket_alloc_set()

fix stacking of sd-imposed max_sectors
 2024-05-28 12:57 UTC  (7+ messages)
` [PATCH 1/2] sd: also set max_user_sectors when setting max_sectors
` [PATCH 2/2] block: stack max_user_sectors

[PATCH] null_blk: Print correct max open zones limit in null_init_zoned_dev()
 2024-05-28 12:57 UTC  (3+ messages)

[PATCH v5.1] fs: Allow fine-grained control of folio sizes
 2024-05-28 12:13 UTC  (12+ messages)

[PATCH] blk-zoned: Remove unnecessary ‘0’ values from ret
 2024-05-28  9:22 UTC  (2+ messages)

[PATCH] block: streamline meta bounce buffer handling
 2024-05-28  7:59 UTC  (4+ messages)

[PATCH 0/2 v4] dm-crypt support for per-sector NVMe metadata
 2024-05-28  6:34 UTC  (6+ messages)
` [PATCH 1/2 v4] block: change rq_integrity_vec to respect the iterator
` [PATCH 2/2 v4] dm-crypt: support for per-sector NVMe metadata

[syzbot] [block?] INFO: task hung in bdev_open
 2024-05-28  4:10 UTC 

[PATCH v2] block: delete redundant function declarations
 2024-05-27 19:58 UTC  (2+ messages)

[PATCH] null_blk: Fix return value of nullb_device_power_store()
 2024-05-27 19:57 UTC  (4+ messages)

[PATCH 0/2 v3] dm-crypt support for per-sector NVMe metadata
 2024-05-27 15:37 UTC  (4+ messages)
` [PATCH 1/2 v3] block: change rq_integrity_vec to respect the iterator

convert newly added dm-zone code to the atomic queue commit API v3
 2024-05-27 15:17 UTC  (5+ messages)
` [PATCH 1/3] dm: move setting zoned_enabled to dm_table_set_restrictions
` [PATCH 2/3] dm: remove dm_check_zoned
` [PATCH 3/3] dm: make dm_set_zones_restrictions work on the queue limits

convert newly added dm-zone code to the atomic queue commit API v2
 2024-05-27 11:54 UTC  (8+ messages)
` [PATCH 1/3] dm: move setting zoned_enabled to dm_table_set_restrictions
` [PATCH 2/3] dm: remove dm_check_zoned
` [PATCH 3/3] dm: make dm_set_zones_restrictions work on the queue limits

Recall: [PATCH blktests] loop: Test to detect a race condition between loop detach and open
 2024-05-27 10:05 UTC 

[PATCH V2 for-6.10/block 1/2] loop: Fix a race between loop detach and loop open
 2024-05-27  9:56 UTC  (6+ messages)
` [PATCH 2/2] loop: Test to detect a race condition between loop detach and open
    ` [PATCH blktests] "

[PATCH] block: delete redundant function declarations
 2024-05-27  8:23 UTC  (3+ messages)
      `  "

[PATCH] blktests: fix how we handle waiting for nbd to connect
 2024-05-27  7:49 UTC  (3+ messages)

[PATCH] tests/dm: add dm-dust general functionality test
 2024-05-27  7:48 UTC  (3+ messages)

[PATCH v2] null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'
 2024-05-27  7:38 UTC  (4+ messages)

[PATCH AUTOSEL 6.9 02/15] md: Fix overflow in is_mddev_idle
 2024-05-27  1:08 UTC  (3+ messages)
` [PATCH AUTOSEL 6.9 15/15] block/ioctl: prefer different overflow check

[BUG] NPE with Linux 6.8.10 and Linux 6.8.11 SCSI optical drive
 2024-05-26 12:12 UTC 

[BUG] NPE with Linux 6.8.10 and Linux 6.8.11 SCSI optical drive
 2024-05-26 10:05 UTC 

[PATCH AUTOSEL 5.10 5/5] block/ioctl: prefer different overflow check
 2024-05-26  9:43 UTC 

[PATCH AUTOSEL 5.15 7/7] block/ioctl: prefer different overflow check
 2024-05-26  9:43 UTC 

[PATCH AUTOSEL 6.1 1/9] md: Fix overflow in is_mddev_idle
 2024-05-26  9:43 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 9/9] block/ioctl: prefer different overflow check

[PATCH AUTOSEL 6.6 02/11] md: Fix overflow in is_mddev_idle
 2024-05-26  9:42 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 11/11] block/ioctl: prefer different overflow check

[PATCH AUTOSEL 6.8 02/14] md: Fix overflow in is_mddev_idle
 2024-05-26  9:42 UTC  (2+ messages)
` [PATCH AUTOSEL 6.8 14/14] block/ioctl: prefer different overflow check

[PATCH] block: remove blk_queue_max_integrity_segments
 2024-05-25 16:09 UTC  (2+ messages)

[PATCH v19 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-05-25  9:02 UTC  (22+ messages)
` [PATCH v19 01/20] security: add ipe lsm
` [PATCH v19 02/20] ipe: add policy parser
` [PATCH v19 03/20] ipe: add evaluation loop
` [PATCH v19 04/20] ipe: add LSM hooks on execution and kernel read
` [PATCH v19 05/20] initramfs|security: Add a security hook to do_populate_rootfs()
` [PATCH v19 06/20] ipe: introduce 'boot_verified' as a trust provider
` [PATCH v19 07/20] security: add new securityfs delete function
` [PATCH v19 08/20] ipe: add userspace interface
` [PATCH v19 09/20] uapi|audit|ipe: add ipe auditing support
` [PATCH v19 10/20] ipe: add permissive toggle
` [PATCH v19 11/20] block,lsm: add LSM blob and new LSM hooks for block device
` [PATCH v19 12/20] dm verity: expose root hash digest and signature data to LSMs
` [PATCH v19 13/20] ipe: add support for dm-verity as a trust provider
` [PATCH v19 14/20] security: add security_inode_setintegrity() hook
` [PATCH v19 15/20] fsverity: expose verified fsverity built-in signatures to LSMs
` [PATCH v19 16/20] ipe: enable support for fs-verity as a trust provider
` [PATCH v19 17/20] scripts: add boot policy generation program
` [PATCH v19 18/20] ipe: kunit test for parser
` [PATCH v19 19/20] Documentation: add ipe documentation
` [PATCH v19 20/20] MAINTAINERS: ipe: add ipe maintainer information

[PATCH v3 0/3] block: add larger order folio instead of pages
 2024-05-24 15:40 UTC  (5+ messages)
  ` [PATCH v3 2/3] block: add folio awareness instead of looping through pages

convert newly added dm-zone code to the atomic queue commit API
 2024-05-24 15:17 UTC 

[PATCH] block: check for max_hw_sectors underflow
 2024-05-24 13:49 UTC  (3+ messages)

[PATCH 0/2] block, scsi: Small improvements for blk_mq_alloc_queue() usage
 2024-05-24 10:26 UTC  (7+ messages)
` [PATCH 1/2] scsi: core: Pass sdev to blk_mq_alloc_queue()
` [PATCH 2/2] scsi: bsg: Pass dev "

[PATCH v2] block: unmap and free user mapped integrity via submitter
 2024-05-24 10:19 UTC  (3+ messages)

[PATCH 0/5] enable bs > ps for block devices
 2024-05-24 10:04 UTC  (10+ messages)
` [PATCH 5/5] nvme: enable logical block size > PAGE_SIZE

[PATCH] block: blk_set_stacking_limits() doesn't validate
 2024-05-24  9:58 UTC  (4+ messages)

[PATCH] loop: inherit the ioprio in loop woker thread
 2024-05-24  5:26 UTC  (9+ messages)

Kernel namespaces for device mapper targets and block devices?
 2024-05-23 21:30 UTC  (7+ messages)

[GIT PULL] Block fixes for 6.10-rc1
 2024-05-23 20:49 UTC  (2+ messages)

[PATCH] dm: retain stacked max_sectors when setting queue_limits
 2024-05-23 17:14 UTC  (11+ messages)
  `  "
      ` [PATCH for-6.10-rc1] block: fix blk_validate_limits() to properly handle stacked devices


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 read-only IMAP folder(s) and NNTP newsgroup(s).