linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-02 19:21:04 to 2022-06-08 09:04:10 UTC [more...]

[PATCH 00/20] Convert aops->migratepage to aops->migrate_folio
 2022-06-08  8:11 UTC  (33+ 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 11/20] ubifs: Convert to filemap_migrate_folio()
` [PATCH 12/20] f2fs: "
` [PATCH 13/20] aio: Convert to migrate_folio
` [PATCH 14/20] hugetlb: "
` [PATCH 15/20] balloon: "
` [PATCH 16/20] secretmem: "
` [PATCH 17/20] z3fold: "
` [PATCH 18/20] zsmalloc: "
` [PATCH 19/20] fs: Remove aops->migratepage()
` [PATCH 20/20] mm/folio-compat: Remove migration compatibility functions

qemu-arm: zram: mkfs.ext4 : Unable to handle kernel NULL pointer dereference at virtual address 00000140
 2022-06-08  7:36 UTC  (8+ messages)

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

fix and cleanup device mapper bioset initialization
 2022-06-08  6:34 UTC  (5+ 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 blktests] nvme/033: Remove volatile output
 2022-06-08  4:21 UTC  (3+ 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

allow to run most tests with built-in null_blk v2
 2022-06-07 12:47 UTC  (14+ 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

[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  (17+ 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 builtin null_blk

[PATCH v3 4/5] mtd_blkdevs: add option to enable scanning for partitions
 2022-06-07  0:42 UTC  (3+ messages)

[PATCH 0/6] bfq: cgroup fixes for 5.10 stable
 2022-06-06 18:07 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

[PATCH 0/8] Use block pr_ops in LIO
 2022-06-06 16:38 UTC  (25+ messages)
` [PATCH 01/11] scsi: target: Rename sbc_ops to exec_cmd_ops
` [PATCH 02/11] scsi: Rename sd_pr_command
` [PATCH 03/11] scsi: Move sd_pr_type to header to share
` [PATCH 04/11] block: Add PR callouts for read keys and reservation
` [PATCH 05/11] scsi: Add support for block PR read keys/reservation
` [PATCH 06/11] dm: "
` [PATCH 07/11] scsi: target: Allow backends to hook into PR handling
` [PATCH 08/11] scsi: target: Add block PR support to iblock
` [PATCH 09/11] block, nvme: Add error for reservation conflicts
  ` [dm-devel] "
` [PATCH 10/11] scsi: Use BLK_STS_RSV_CONFLICT "
` [PATCH 11/11] scsi: target: Handle BLK_STS_RSV_CONFLICT
` [dm-devel] [PATCH 0/8] Use block pr_ops in LIO

[PATCHv5 00/11] direct-io dma alignment
 2022-06-06 16:24 UTC  (5+ messages)

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

[PATCH v5 0/7] badblocks improvement for multiple bad block ranges
 2022-06-06  7:47 UTC  (7+ messages)
` [PATCH v5 2/6] badblocks: add helper routines for badblock ranges handling
` [PATCH v5 3/6] badblocks: improve badblocks_set() for multiple "

[PATCH v6 0/3] blk-cgroup: Optimize blkcg_rstat_flush()
 2022-06-06  3:16 UTC  (16+ messages)
` [PATCH v6 1/3] blk-cgroup: Correctly free percpu iostat_cpu in blkg on error exit
` [PATCH v6 2/3] blk-cgroup: Return -ENOMEM directly in blkcg_css_alloc() error path
` [PATCH v6 3/3] blk-cgroup: Optimize blkcg_rstat_flush()

[RFC PATCH] ubd: add io_uring based userspace block driver
 2022-06-06  2:15 UTC  (4+ messages)

[PATCH] lib/sbitmap: Fix invalid loop in __sbitmap_queue_get_batch()
 2022-06-05 14:58 UTC 

[GIT PULL] Follow up block core changes and fixes
 2022-06-03 18:50 UTC  (2+ messages)

[GIT PULL] Block exec cleanup series
 2022-06-03 18:50 UTC  (2+ messages)

[GIT PULL] Block drivers followup pull request
 2022-06-03 18:50 UTC  (2+ messages)

[PATCH 4.14 0/1] block-map: backport fix for CVE-2022-0494
 2022-06-03 14:45 UTC  (2+ messages)

bioset_exit poison from dm_destroy
 2022-06-03 13:19 UTC  (8+ messages)

New partition on loop device doesn't appear in /dev anymore with kernel 5.17.0 and newer (repro script included)
 2022-06-03 12:46 UTC 

[PATCH] blk-iocost: fix lagging in-flight IOs detection
 2022-06-03  9:20 UTC 

[PATCH] block: remove queue from struct blk_independent_access_range
 2022-06-03  5:57 UTC  (2+ messages)

[PATCH] block: Fix potential deadlock in blk_ia_range_sysfs_show()
 2022-06-03  5:05 UTC  (2+ messages)

reduce the dependency on modules v2
 2022-06-03  1:23 UTC  (2+ messages)

[PATCH v9 0/6] test_sysfs: add new selftest for sysfs
 2022-06-02 19:41 UTC  (12+ messages)
` [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license


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