linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-06 20:49:03 to 2022-06-09 16:30:25 UTC [more...]

[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio
 2022-06-09 16:25 UTC  (27+ 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

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

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

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)

[LSF/MM/BPF TOPIC] block drivers in user space
 2022-06-09  4:55 UTC  (9+ 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 

fix and cleanup device mapper bioset initialization
 2022-06-09  4:11 UTC  (7+ 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

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

[RFC PATCH v8 00/17] Integrity Policy Enforcement LSM (IPE)
 2022-06-08 22:28 UTC  (22+ 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

[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  (43+ 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 14/20] hugetlb: "
` [PATCH 15/20] balloon: "
` [PATCH 16/20] secretmem: "
` [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  (15+ messages)
` [PATCH blktests 01/13] common/null_blk: remove explicit queue_mode=2 parameters
` [PATCH blktests 02/13] common/null_blk: allow _configure_null_blk with built-in null_blk
` [PATCH blktests 03/13] common/null_blk: respect RUN_FOR_ZONED in _configure_null_blk
` [PATCH blktests 04/13] block/029: don't require modular null_blk
` [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 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

[PATCH 0/6] bfq: cgroup fixes for 5.4 stable
 2022-06-07  9:57 UTC  (8+ messages)
` [PATCH 1/6] bfq: Avoid merging queues with different parents
` [PATCH 2/6] bfq: Drop pointless unlock-lock pair
` [PATCH 3/6] bfq: Remove pointless bfq_init_rq() calls
` [PATCH 4/6] bfq: Get rid of __bio_blkcg() usage
` [PATCH 5/6] bfq: Make sure bfqg for which we are queueing requests is online
` [PATCH 6/6] block: fix bio_clone_blkg_association() to associate with proper blkcg_gq

allow to run most tests with built-in null_blk
 2022-06-07  1:47 UTC  (3+ messages)
` [PATCH blktests 01/13] common/null_blk: remove explicit queue_mode=2 parameters

[PATCH v3 4/5] mtd_blkdevs: add option to enable scanning for partitions
 2022-06-07  0:42 UTC  (3+ 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).