Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-26 10:30:21 to 2024-03-01 16:33:57 UTC [more...]

[bug report]WARNING: CPU: 22 PID: 44011 at fs/iomap/iter.c:51 iomap_iter+0x32b observed with blktests zbd/010
 2024-03-01 16:33 UTC  (5+ messages)

atomic queue limits updates for nbd
 2024-03-01 16:09 UTC  (5+ messages)
` [PATCH 1/3] nbd: don't clear discard_sectors in nbd_config_put
` [PATCH 2/3] nbd: freeze the queue for queue limits updates
` [PATCH 3/3] nbd: use the atomic queue limits API in nbd_set_size

[PATCH] pktcdvd: don't set max_hw_sectors on the underlying device
 2024-03-01 16:09 UTC  (2+ messages)

atomic queue limit updates for stackable devices v3
 2024-03-01 15:55 UTC  (17+ messages)
` [PATCH 01/14] block: add a queue_limits_set helper
` [PATCH 02/14] block: add a queue_limits_stack_bdev helper
` [PATCH 03/14] dm: use queue_limits_set
` [PATCH 04/14] md: add a mddev_trace_remap helper
` [PATCH 05/14] md: add a mddev_add_trace_msg helper
` [PATCH 06/14] md: add a mddev_is_dm helper
` [PATCH 07/14] md: add queue limit helpers
` [PATCH 08/14] md/raid0: use the atomic queue limit update APIs
` [PATCH 09/14] md/raid1: "
` [PATCH 10/14] md/raid5: "
` [PATCH 11/14] md/raid10: "
` [PATCH 12/14] md: don't initialize queue limits
` [PATCH 13/14] md: remove mddev->queue
` [PATCH 14/14] block: remove disk_stack_limits
` (subset) atomic queue limit updates for stackable devices v3

[PATCH blktests] nbd/001: wait for the device node to show up before running parted
 2024-03-01 11:51 UTC  (2+ messages)

[PATCH blktests 0/2] make nvme/048 checks more robust
 2024-03-01  9:48 UTC  (3+ messages)
` [PATCH blktests 1/2] nvme/048: remove unused argument for set_qid_max
` [PATCH blktests 2/2] nvme/048: make queue count check retry-able

[PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs
 2024-03-01  2:13 UTC  (9+ messages)
` [PATCH v7 07/12] iov_iter: Convert iterate*() to "
  ` [bug report] dead loop in generic_perform_write() //Re: "

[PATCH 4.19.y 0/9] Fix the UAF issue caused by the loop driver
 2024-03-01  1:30 UTC  (10+ messages)
` [PATCH 4.19.y 1/9] Revert "loop: Check for overflow while configuring loop"
` [PATCH 4.19.y 2/9] loop: Call loop_config_discard() only after new config is applied
` [PATCH 4.19.y 3/9] loop: Remove sector_t truncation checks
` [PATCH 4.19.y 4/9] loop: Factor out setting loop device size
` [PATCH 4.19.y 5/9] loop: Refactor loop_set_status() size calculation
` [PATCH 4.19.y 6/9] loop: properly observe rotational flag of underlying device
` [PATCH 4.19.y 7/9] loop: Factor out configuring loop from status
` [PATCH 4.19.y 8/9] loop: Check for overflow while configuring loop
` [PATCH 4.19.y 9/9] loop: loop_set_status_from_info() check before assignment

[PATCH 4.19.y 6/9] loop: properly observe rotational flag of underlying device
 2024-03-01  1:19 UTC 

[PATCH] block: Fix page refcounts for unaligned buffers in __bio_release_pages()
 2024-02-29 22:56 UTC  (4+ messages)

[PATCH AUTOSEL 4.19 3/4] block: sed-opal: handle empty atoms when parsing response
 2024-02-29 20:42 UTC 

[PATCH AUTOSEL 5.4 5/6] block: sed-opal: handle empty atoms when parsing response
 2024-02-29 20:41 UTC 

[PATCH AUTOSEL 5.10 7/8] block: sed-opal: handle empty atoms when parsing response
 2024-02-29 20:41 UTC 

[PATCH AUTOSEL 5.15 8/9] block: sed-opal: handle empty atoms when parsing response
 2024-02-29 20:41 UTC 

[PATCH AUTOSEL 6.1 09/12] block: sed-opal: handle empty atoms when parsing response
 2024-02-29 20:40 UTC 

[PATCH AUTOSEL 6.6 11/22] block: sed-opal: handle empty atoms when parsing response
 2024-02-29 20:39 UTC 

[PATCH AUTOSEL 6.7 12/24] block: sed-opal: handle empty atoms when parsing response
 2024-02-29 20:36 UTC 

[PATCH] block: Remove special-casing of compound pages
 2024-02-29 20:05 UTC  (5+ messages)

[RFC PATCH v13 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-02-29 19:59 UTC  (26+ messages)
` [RFC PATCH v13 01/20] security: add ipe lsm
` [RFC PATCH v13 02/20] ipe: add policy parser
` [RFC PATCH v13 03/20] ipe: add evaluation loop
` [RFC PATCH v13 04/20] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v13 05/20] initramfs|security: Add a security hook to do_populate_rootfs()
` [RFC PATCH v13 06/20] ipe: introduce 'boot_verified' as a trust provider
` [RFC PATCH v13 07/20] security: add new securityfs delete function
` [RFC PATCH v13 08/20] ipe: add userspace interface
` [RFC PATCH v13 09/20] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v13 10/20] ipe: add permissive toggle
` [RFC PATCH v13 11/20] block|security: add LSM blob to block_device
` [RFC PATCH v13 12/20] dm verity: set DM_TARGET_SINGLETON feature flag
` [RFC PATCH v13 13/20] dm: add finalize hook to target_type
` [RFC PATCH v13 14/20] dm verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v13 15/20] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v13 16/20] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v13 17/20] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v13 18/20] scripts: add boot policy generation program
` [RFC PATCH v13 19/20] ipe: kunit test for parser
` [RFC PATCH v13 20/20] documentation: add ipe documentation

Missing S: in the "CONTROL GROUP - BLOCK IO CONTROLLER (BLKIO)" entry?
 2024-02-29 16:54 UTC 

WinLink E850-96: WARNING: at block/blk-settings.c:204 blk_validate_limits
 2024-02-29 14:55 UTC  (3+ messages)

atomic queue limit updates for stackable devices
 2024-02-29 13:20 UTC  (12+ messages)

[PATCH RESEND] nvme-pci: Fix EEH failure on ppc after subsystem reset
 2024-02-29 12:27 UTC  (5+ messages)

RIP on discard, JMicron USB adaptor
 2024-02-29  8:21 UTC  (10+ messages)

[PATCH 0/2] ublk: improve ublk device deletion
 2024-02-29  1:47 UTC  (4+ messages)

[RFC PATCH 00/11] Rust null block driver
 2024-02-28 14:31 UTC  (5+ messages)
` [RFC PATCH 04/11] rust: block: introduce `kernel::block::bio` module

[PATCH] blk-mq: don't change nr_hw_queues and nr_maps for kdump kernel
 2024-02-28 14:22 UTC  (3+ messages)

[PATCH] bdev: make blockdev_mnt static
 2024-02-28 14:21 UTC  (3+ messages)

[RFC v4 linux-next 00/19] fs & block: remove bdev->bd_inode
 2024-02-28 13:42 UTC  (4+ messages)
` [RFC v4 linux-next 17/19] dm-vdo: prevent direct access of bd_inode

convert dasd to the atomic queue limits update API v2
 2024-02-28 13:37 UTC  (4+ messages)
` [PATCH 1/3] dasd: cleamup dasd_state_basic_to_ready
` [PATCH 2/3] dasd: move queue setup to common code
` [PATCH 3/3] dasd: use the atomic queue limits API

atomic queue limit updates for stackable devices v2
 2024-02-28  1:42 UTC  (23+ messages)
` [PATCH 02/16] block: add a queue_limits_stack_bdev helper
` [PATCH 03/16] dm: use queue_limits_set
` [PATCH 04/16] md: add queue limit helpers
` [PATCH 05/16] md/raid0: use the atomic queue limit update APIs
` [PATCH 06/16] md/raid1: "
` [PATCH 07/16] md/raid10: "
` [PATCH 08/16] md/raid5: "
` [PATCH 09/16] block: remove disk_stack_limits
` [PATCH 10/16] drbd: pass the max_hw_sectors limit to blk_alloc_disk
` [PATCH 11/16] drbd: refactor drbd_reconsider_queue_parameters
` [PATCH 12/16] drbd: refactor the backing dev max_segments calculation
` [PATCH 13/16] drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parameters
` [PATCH 14/16] drbd: don't set max_write_zeroes_sectors in decide_on_discard_support
` [PATCH 15/16] drbd: split out a drbd_discard_supported helper
` [PATCH 16/16] drbd: atomically update queue limits in drbd_reconsider_queue_parameters

ubd cleanups
 2024-02-27 21:21 UTC  (16+ messages)
` [PATCH 1/7] ubd: remove the ubd_gendisk array
` [PATCH 2/7] ubd: remove ubd_disk_register
` [PATCH 3/7] ubd: move setting the nonrot flag to ubd_add
` [PATCH 4/7] ubd: move setting the variable queue limits "
` [PATCH 5/7] ubd: move set_disk_ro "
` [PATCH 6/7] ubd: remove the queue pointer in struct ubd
` [PATCH 7/7] ubd: open the backing files in ubd_add

convert xen-blkfront to atomic queue limit updates v2
 2024-02-27 21:21 UTC  (3+ messages)

convert dasd to the atomic queue limits update API
 2024-02-27 15:20 UTC  (9+ messages)
` [PATCH 1/3] dasd: cleamup dasd_state_basic_to_ready
` [PATCH 2/3] dasd: move queue setup to common code
` [PATCH 3/3] dasd: use the atomic queue limits API

[PATCH 5.10 052/122] block: ataflop: fix breakage introduced at blk-mq refactoring
 2024-02-27 13:28 UTC  (2+ messages)
` [PATCH 5.10 119/122] block: ataflop: more blk-mq refactoring fixes

[LSF/MM/BPF TOPIC] [LSF/MM/BPF ATTEND] : Two stage IOMMU DMA mapping operations
 2024-02-27 11:30 UTC  (2+ messages)

[PATCH] null_blk: add simple write-zeroes support
 2024-02-27 11:20 UTC  (6+ messages)

regression on BLKRRPART ioctl for EIO
 2024-02-27  3:13 UTC  (5+ messages)

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Meta/Integrity/PI improvements
 2024-02-26 23:15 UTC  (2+ messages)
  ` [Lsf-pc] "

[PATCH 0/3] Add support for Block Passthrough Endpoint function driver
 2024-02-26 18:47 UTC  (8+ messages)

[PATCH v5 00/10] block atomic writes
 2024-02-26 17:36 UTC  (11+ messages)
` [PATCH v5 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v5 02/10] block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
` [PATCH v5 03/10] fs: Initial atomic write support
` [PATCH v5 04/10] fs: Add initial atomic write support info to statx
` [PATCH v5 05/10] block: Add core atomic write support
` [PATCH v5 06/10] block: Add atomic write support for statx
` [PATCH v5 07/10] block: Add fops atomic write support
` [PATCH v5 08/10] scsi: sd: Atomic "
` [PATCH v5 09/10] scsi: scsi_debug: "
` [PATCH v5 10/10] nvme: "

LSF/MM/BPF: 2024: Call for Proposals
 2024-02-26 15:25 UTC  (10+ messages)
  ` [LSF/MM/BPF TOPIC] Large block for I/O

bcache queue limit cleanups
 2024-02-26 10:48 UTC  (2+ messages)
` [PATCH] bcache: move calculation of stripe_size and io_opt into bcache_device_init


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