linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-07 12:48:08 to 2022-06-10 20:16:09 UTC [more...]

[PATCHv6 00/11] direct-io dma alignment
 2022-06-10 19:58 UTC  (6+ messages)
` [PATCHv6 03/11] block: export dma_alignment attribute
` [PATCHv6 06/11] block/merge: count bytes instead of sectors
` [PATCHv6 08/11] iov: introduce iov_iter_aligned
` [PATCHv6 09/11] block: introduce bdev_iter_is_aligned helper
` [PATCHv6 10/11] block: relax direct io memory alignment

blktests failures with v5.19-rc1
 2022-06-10 14:47 UTC  (7+ messages)

[PATCH blktests] nvme/039: avoid module loads for various transport types
 2022-06-10 12:15 UTC 

[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio
 2022-06-10 10:17 UTC  (33+ messages)
` [PATCH v2 01/19] secretmem: Remove isolate_page
` [PATCH v2 02/19] mm: Convert all PageMovable users to movable_operations
` [PATCH v2 03/19] fs: Add aops->migrate_folio
` [PATCH v2 04/19] mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()
` [PATCH v2 05/19] mm/migrate: Convert writeout() to take a folio
` [PATCH v2 06/19] mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
` [PATCH v2 07/19] mm/migrate: Convert expected_page_refs() to folio_expected_refs()
` [PATCH v2 08/19] btrfs: Convert btree_migratepage to migrate_folio
` [PATCH v2 09/19] nfs: Convert "
` [PATCH v2 10/19] mm/migrate: Convert migrate_page() to migrate_folio()
` [PATCH v2 11/19] mm/migrate: Add filemap_migrate_folio()
` [PATCH v2 12/19] btrfs: Convert btrfs_migratepage to migrate_folio
` [PATCH v2 13/19] ubifs: Convert to filemap_migrate_folio()
` [PATCH v2 14/19] f2fs: "
` [PATCH v2 15/19] aio: Convert to migrate_folio
` [PATCH v2 16/19] hugetlb: "
` [PATCH v2 17/19] secretmem: "
` [PATCH v2 18/19] fs: Remove aops->migratepage()
` [PATCH v2 19/19] mm/folio-compat: Remove migration compatibility functions

[PATCH] block: peek PM requests during runtime PM
 2022-06-10  9:06 UTC 

[PATCH 1/2] blk-iocost: remove the second superfluous current_hweight
 2022-06-10  8:45 UTC  (3+ messages)
` [PATCH 2/2] blk-iocost: fix vtime loss calculation when iocg deactivate

[PATCH] block: fix attribute_group lost if set before add_disk
 2022-06-10  8:13 UTC  (2+ messages)

[PATCH -next v4 0/6] nbd: bugfix and cleanup patches
 2022-06-10  6:07 UTC  (3+ messages)
` [PATCH -next v4 3/6] nbd: don't clear 'NBD_CMD_INFLIGHT' flag if request is not completed

[PATCH -next v10 0/4] support concurrent sync io for bfq on a specail occasion
 2022-06-10  2:17 UTC  (5+ messages)
` [PATCH -next v10 1/4] block, bfq: support to track if bfqq has pending requests
` [PATCH -next v10 2/4] block, bfq: record how many queues have "
` [PATCH -next v10 3/4] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'
` [PATCH -next v10 4/4] block, bfq: do not idle if only one group is activated

[LSF/MM/BPF TOPIC] block drivers in user space
 2022-06-10  1:52 UTC  (10+ messages)

[RFC PATCH v8 00/17] Integrity Policy Enforcement LSM (IPE)
 2022-06-09 23:46 UTC  (23+ messages)
` [RFC PATCH v8 01/17] security: add ipe lsm & initial context creation
` [RFC PATCH v8 02/17] ipe: add policy parser
` [RFC PATCH v8 03/17] ipe: add evaluation loop
` [RFC PATCH v8 04/17] ipe: add userspace interface
` [RFC PATCH v8 05/17] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v8 06/17] uapi|audit: add ipe audit message definitions
` [RFC PATCH v8 07/17] ipe: add auditing support
` [RFC PATCH v8 08/17] ipe: add permissive toggle
` [RFC PATCH v8 09/17] ipe: introduce 'boot_verified' as a trust provider
` [RFC PATCH v8 10/17] block|security: add LSM blob to block_device
` [RFC PATCH v8 11/17] dm-verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v8 12/17] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v8 13/17] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v8 14/17] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v8 15/17] scripts: add boot policy generation program
` [RFC PATCH v8 16/17] ipe: kunit tests
` [RFC PATCH v8 17/17] documentation: add ipe documentation

RFC: Ioctl v2
 2022-06-09 22:02 UTC  (2+ messages)

fix and cleanup device mapper bioset initialization
 2022-06-09 18:16 UTC  (8+ messages)
` [PATCH 1/4] dm: fix bio_set allocation
` [PATCH 2/4] block: remove bioset_init_from_src
` [PATCH 3/4] dm: unexport dm_get_reserved_rq_based_ios
` [PATCH 4/4] dm: refactor dm_md_mempool allocation

zram: Replace bit spinlocks with spinlock_t for PREEMPT_RT
 2022-06-09 16:09 UTC 

[PATCH] blk-mq: Don't disable preemption around __blk_mq_run_hw_queue()
 2022-06-09 15:31 UTC 

[PATCH 1/4] bcache: improve multithreaded bch_btree_check()
 2022-06-09 13:54 UTC  (4+ messages)
` [PATCH 4/4] bcache: avoid journal no-space deadlock by reserving 1 journal bucket

qemu-arm: zram: mkfs.ext4 : Unable to handle kernel NULL pointer dereference at virtual address 00000140
 2022-06-09 11:02 UTC  (10+ messages)

[PATCH RFC v2 00/18] blk-mq/libata/scsi: SCSI driver tagging improvements
 2022-06-09 10:29 UTC  (19+ messages)
` [PATCH RFC v2 01/18] blk-mq: Add a flag for reserved requests
` [PATCH RFC v2 02/18] scsi: core: Resurrect scsi_{get,free}_host_dev()
` [PATCH RFC v2 03/18] scsi: core: Implement reserved command handling
` [PATCH RFC v2 04/18] scsi: core: Add support to send reserved commands
` [PATCH RFC v2 05/18] scsi: core: Allocate SCSI host sdev when required
` [PATCH RFC v2 06/18] libata-scsi: Add ata_scsi_queue_internal()
` [PATCH RFC v2 07/18] libata-scsi: Add ata_internal_queuecommand()
` [PATCH RFC v2 08/18] libata: Queue ATA internal commands as requests
` [PATCH RFC v2 09/18] scsi: ipr: Support reserved commands
` [PATCH RFC v2 10/18] libata/scsi: libsas: Add sas_queuecommand_internal()
` [PATCH RFC v2 11/18] scsi: libsas: Don't attempt to find scsi host rphy in slave alloc
` [PATCH RFC v2 12/18] scsi: libsas drivers: Prepare for reserved commands
` [PATCH RFC v2 13/18] scsi: libsas: Allocate SCSI commands for tasks
` [PATCH RFC v2 14/18] scsi: libsas: Queue SMP commands as requests
` [PATCH RFC v2 15/18] scsi: libsas: Queue TMF "
` [PATCH RFC v2 16/18] scsi: core: Add scsi_alloc_request_hwq()
` [PATCH RFC v2 17/18] scsi: libsas: Queue internal abort commands as requests
` [PATCH RFC v2 18/18] scsi: libsas drivers: Remove private tag management

New partition on loop device doesn't appear in /dev anymore with kernel 5.17.0 and newer (repro script included)
 2022-06-09  7:10 UTC  (4+ messages)

[PATCH 5.17-stable] block, loop: support partitions without scanning
 2022-06-09  4:24 UTC 

[PATCH 5.18-stable] block, loop: support partitions without scanning
 2022-06-09  4:24 UTC 

[PATCH -next v5 0/8] bugfix and cleanup for blk-throttle
 2022-06-09  0:59 UTC  (3+ messages)

[PATCH v6 0/3] blk-cgroup: Optimize blkcg_rstat_flush()
 2022-06-08 22:14 UTC  (6+ messages)
` [PATCH v6 3/3] "

[PATCH 00/20] Convert aops->migratepage to aops->migrate_folio
 2022-06-08 13:06 UTC  (38+ messages)
` [PATCH 01/20] fs: Add aops->migrate_folio
` [PATCH 02/20] mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()
` [PATCH 03/20] mm/migrate: Convert writeout() to take a folio
` [PATCH 04/20] mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
` [PATCH 05/20] mm/migrate: Convert expected_page_refs() to folio_expected_refs()
` [PATCH 06/20] btrfs: Convert btree_migratepage to migrate_folio
` [PATCH 07/20] nfs: Convert "
` [PATCH 08/20] mm/migrate: Convert migrate_page() to migrate_folio()
` [PATCH 09/20] mm/migrate: Add filemap_migrate_folio()
` [PATCH 10/20] btrfs: Convert btrfs_migratepage to migrate_folio
` [PATCH 13/20] aio: Convert "
` [PATCH 15/20] balloon: "
` [PATCH 19/20] fs: Remove aops->migratepage()
` [PATCH 20/20] mm/folio-compat: Remove migration compatibility functions

[PATCH -next v9 0/4] support concurrent sync io for bfq on a specail occasion
 2022-06-08 12:27 UTC  (2+ messages)

[PATCH] block: fix bio_clone_blkg_association() to associate with proper blkcg_gq
 2022-06-08 12:06 UTC  (2+ messages)

allow to run most tests with built-in null_blk v2
 2022-06-08 10:15 UTC  (11+ messages)
` [PATCH blktests 05/13] block/006: convert to use _configure_null_blk
` [PATCH blktests 06/13] block/016: "
` [PATCH blktests 07/13] block/017: "
` [PATCH blktests 08/13] block/018: "
` [PATCH blktests 09/13] block/020: "
` [PATCH blktests 10/13] block/021: "
` [PATCH blktests 11/13] block/023: "
` [PATCH blktests 12/13] block/024: "
` [PATCH blktests 13/13] zbd: allow falling back to built-in null_blk

Napływ Klientów ze strony
 2022-06-08  8:05 UTC 

[PATCH] zram: fix unused 'zram_wb_devops' warning
 2022-06-08  7:25 UTC 

[PATCH blktests] nvme/033: Remove volatile output
 2022-06-08  4:21 UTC  (2+ messages)

[PATCH -next v5 0/3] support concurrent sync io for bfq on a specail occasion
 2022-06-07 20:30 UTC  (14+ messages)

[syzbot] general protection fault in reset_interrupt (2)
 2022-06-07 18:25 UTC 

[PATCH AUTOSEL 4.14 22/25] nbd: call genl_unregister_family() first in nbd_cleanup()
 2022-06-07 18:02 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 23/25] nbd: fix race between nbd_alloc_config() and module removal
` [PATCH AUTOSEL 4.14 24/25] nbd: fix io hung while disconnecting device

[PATCH AUTOSEL 5.10 33/38] nbd: call genl_unregister_family() first in nbd_cleanup()
 2022-06-07 17:58 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 34/38] nbd: fix race between nbd_alloc_config() and module removal
` [PATCH AUTOSEL 5.10 35/38] nbd: fix io hung while disconnecting device

[PATCH AUTOSEL 4.19 24/27] nbd: call genl_unregister_family() first in nbd_cleanup()
 2022-06-07 18:01 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 25/27] nbd: fix race between nbd_alloc_config() and module removal
` [PATCH AUTOSEL 4.19 26/27] nbd: fix io hung while disconnecting device

[PATCH AUTOSEL 5.4 29/34] nbd: call genl_unregister_family() first in nbd_cleanup()
 2022-06-07 18:00 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 30/34] nbd: fix race between nbd_alloc_config() and module removal
` [PATCH AUTOSEL 5.4 31/34] nbd: fix io hung while disconnecting device

[PATCH AUTOSEL 5.15 44/51] nbd: call genl_unregister_family() first in nbd_cleanup()
 2022-06-07 17:55 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 45/51] nbd: fix race between nbd_alloc_config() and module removal
` [PATCH AUTOSEL 5.15 46/51] nbd: fix io hung while disconnecting device

[PATCH AUTOSEL 5.17 49/60] nbd: call genl_unregister_family() first in nbd_cleanup()
 2022-06-07 17:52 UTC  (3+ messages)
` [PATCH AUTOSEL 5.17 50/60] nbd: fix race between nbd_alloc_config() and module removal
` [PATCH AUTOSEL 5.17 51/60] nbd: fix io hung while disconnecting device

[PATCH AUTOSEL 5.18 56/68] nbd: call genl_unregister_family() first in nbd_cleanup()
 2022-06-07 17:48 UTC  (3+ messages)
` [PATCH AUTOSEL 5.18 57/68] nbd: fix race between nbd_alloc_config() and module removal
` [PATCH AUTOSEL 5.18 58/68] nbd: fix io hung while disconnecting device

Please help cherry pick four mmc related changes into the 4.14 stable kernel
 2022-06-07 17:09 UTC 

[PATCH 14/20] hugetlb: Convert to migrate_folio
 2022-06-07 15:02 UTC  (3+ messages)

[PATCH V2 0/5] blk-mq: quiesce improvement
 2022-06-07 14:03 UTC  (3+ messages)
` [PATCH V2 4/5] nvme: quiesce namespace queue in parallel

[PATCH 0/3] block: Fix IO priority mess
 2022-06-07 12:59 UTC  (9+ messages)
` [PATCH 3/3] block: fix default IO priority handling again


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