Linux Device-Mapper Development
[Prev Page][Next Page]
- [PATCH 12/26] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH 11/26] scsi: sd: Use the block layer zone append emulation
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH 09/26] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH 08/26] block: Implement zone append emulation
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH 07/26] block: Allow zero value of max_zone_append_sectors queue limit
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH 06/26] block: Introduce zone write plugging
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH 05/26] block: Allow using bio_attempt_back_merge() internally
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH 04/26] block: Introduce blk_zone_complete_request_bio()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH 10/26] dm: Use the block layer zone append emulation
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH 03/26] block: Introduce bio_straddle_zones() and bio_offset_from_zone_start()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH 02/26] block: Remove req_bio_endio()
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH 14/26] null_blk: Introduce zone_append_max_sectors attribute
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH 13/26] null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH 01/26] block: Restore sector of flush requests
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH 00/26] Zone write plugging
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v2 3/8] workqueue: Implement BH workqueues to eventually replace tasklets
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH 3/8] workqueue: Implement BH workqueues to eventually replace tasklets
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: (subset) [PATCH v9 0/5] Fix I/O priority lost in device-mapper
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC PATCH v3 2/4] dax: Check for data cache aliasing at runtime
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH 3/8] workqueue: Implement BH workqueues to eventually replace tasklets
- From: Lai Jiangshan <jiangshanlai@xxxxxxxxx>
- [PATCH v5 14/14] dm-raid: remove mddev_suspend/resume()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v5 12/14] md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v5 13/14] dm-raid: fix lockdep waring in "pers->hot_add_disk"
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v5 11/14] dm-raid: add a new helper prepare_suspend() in md_personality
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v5 10/14] md/dm-raid: don't call md_reap_sync_thread() directly
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v5 09/14] dm-raid: really frozen sync_thread during suspend
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v5 07/14] md: export helpers to stop sync_thread
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v5 08/14] md: export helper md_is_rdwr()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v5 06/14] md: fix missing release of 'active_io' for flush
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v5 05/14] md: don't suspend the array for interrupted reshape
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v5 04/14] md: don't register sync_thread for reshape directly
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v5 02/14] md: don't ignore read-only array in md_check_recovery()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v5 03/14] md: make sure md_do_sync() will set MD_RECOVERY_DONE
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v5 01/14] md: don't ignore suspended array in md_check_recovery()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v5 00/14] dm-raid/md/raid: fix v6.7 regressions
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH] libmultipath: stop PURE FlashArray from detecting priority
- From: Martin Wilck <mwilck@xxxxxxxx>
- Re: [PATCH v9 1/5] block: Fix where bio IO priority gets set
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH 8/8] dm-verity: Convert from tasklet to BH workqueue
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- Re: [PATCH 8/8] dm-verity: Convert from tasklet to BH workqueue
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- Re: [PATCH 8/8] dm-verity: Convert from tasklet to BH workqueue
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH 8/8] dm-verity: Convert from tasklet to BH workqueue
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [PATCH] libmultipath: stop PURE FlashArray from detecting priority
- From: Brian Bunker <brian@xxxxxxxxxxxxxxx>
- Re: [PATCH] multipathd: the sysfs prioritizer can return stale data
- From: Brian Bunker <brian@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH v3 2/4] dax: Check for data cache aliasing at runtime
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- Re: [PATCH 8/8] dm-verity: Convert from tasklet to BH workqueue
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [RFC PATCH v3 2/4] dax: Check for data cache aliasing at runtime
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH 8/8] dm-verity: Convert from tasklet to BH workqueue
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH 7/8] dm-crypt: Convert from tasklet to BH workqueue
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH 8/8] dm-verity: Convert from tasklet to BH workqueue
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- RE: [RFC PATCH v3 2/4] dax: Check for data cache aliasing at runtime
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- [PATCH] dm-crypt, dm-verity: disable tasklets
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [RFC PATCH v3 3/4] Introduce cpu_dcache_is_aliasing() across all architectures
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- Re: [PATCH] multipathd: the sysfs prioritizer can return stale data
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH] multipathd: the sysfs prioritizer can return stale data
- From: Martin Wilck <mwilck@xxxxxxxx>
- Re: [RFC PATCH v3 3/4] Introduce cpu_dcache_is_aliasing() across all architectures
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH] multipathd: the sysfs prioritizer can return stale data
- From: Brian Bunker <brian@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH v3 3/4] Introduce cpu_dcache_is_aliasing() across all architectures
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [RFC PATCH v3 4/4] dax: Fix incorrect list of data cache aliasing architectures
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [RFC PATCH v3 3/4] Introduce cpu_dcache_is_aliasing() across all architectures
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [RFC PATCH v3 1/4] dm: Treat alloc_dax failure as non-fatal
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [RFC PATCH v3 0/4] Introduce cpu_dcache_is_aliasing() to fix DAX regression
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [RFC PATCH v3 2/4] dax: Check for data cache aliasing at runtime
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [PATCH] libmultipath: hwtable: fix fast_io_fail for Infinibox
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 0/2] Minor multipath fixes
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH] multipathd: the sysfs prioritizer can return stale data
- From: Martin Wilck <mwilck@xxxxxxxx>
- Re: [PATCH v3 4/5] f2fs: guard blkdev_zone_mgmt with nofs scope
- From: Chao Yu <chao@xxxxxxxxxx>
- Re: [PATCH v3 3/5] btrfs: zoned: call blkdev_zone_mgmt in nofs scope
- From: David Sterba <dsterba@xxxxxxx>
- Re: [PATCH v4 00/14] dm-raid: fix v6.7 regressions
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH v4 00/14] dm-raid: fix v6.7 regressions
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH v4 RFC 14/14] dm-raid: remove mddev_suspend/resume()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC v4 13/14] dm: wait for IO completion before removing dm device
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH v4 00/14] dm-raid: fix v6.7 regressions
- From: Xiao Ni <xni@xxxxxxxxxx>
- Re: [PATCH v4 00/14] dm-raid: fix v6.7 regressions
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH v4 00/14] dm-raid: fix v6.7 regressions
- From: Xiao Ni <xni@xxxxxxxxxx>
- Re: [PATCHSET wq/for-6.9] workqueue: Implement BH workqueue and convert several tasklet users
- From: Allen <allen.lkml@xxxxxxxxx>
- [RFC PATCH v12 20/20] documentation: add ipe documentation
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 19/20] ipe: kunit test for parser
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 17/20] ipe: enable support for fs-verity as a trust provider
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 13/20] dm: add finalize hook to target_type
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 18/20] scripts: add boot policy generation program
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 15/20] ipe: add support for dm-verity as a trust provider
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 14/20] dm verity: consume root hash digest and signature data via LSM hook
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 10/20] ipe: add permissive toggle
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 09/20] uapi|audit|ipe: add ipe auditing support
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 11/20] block|security: add LSM blob to block_device
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 16/20] fsverity: consume builtin signature via LSM hook
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 08/20] ipe: add userspace interface
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 12/20] dm verity: set DM_TARGET_SINGLETON feature flag
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 06/20] ipe: introduce 'boot_verified' as a trust provider
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 07/20] security: add new securityfs delete function
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 03/20] ipe: add evaluation loop
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 05/20] initramfs|security: Add security hook to initramfs unpack
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 02/20] ipe: add policy parser
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 04/20] ipe: add LSM hooks on execution and kernel read
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 00/20] Integrity Policy Enforcement LSM (IPE)
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v12 01/20] security: add ipe lsm
- From: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 5/5] block: remove gfp_flags from blkdev_zone_mgmt
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- Re: [PATCH v3 2/5] dm: dm-zoned: guard blkdev_zone_mgmt with noio scope
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- [PATCH v9 5/5] dm crypt: Fix IO priority lost when queuing write bios
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- [PATCH v9 4/5] dm verity: Fix IO priority lost when reading FEC and hash
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- [PATCH v9 3/5] dm bufio: Support IO priority
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- [PATCH v9 2/5] dm io: Support IO priority
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- [PATCH v9 1/5] block: Fix where bio IO priority gets set
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- [PATCH v9 0/5] Fix I/O priority lost in device-mapper
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- Re: [PATCH 47/82] dm verity: Refactor intentional wrap-around test
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- [PATCH 0/2] Minor multipath fixes
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH 1/2] libmultipath: fix displaying auto_resize config setting
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH 2/2] multipath-tools tests: add void parameter to functions
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH] multipathd: the sysfs prioritizer can return stale data
- From: Brian Bunker <brian@xxxxxxxxxxxxxxx>
- Re: [PATCH] multipathd: the sysfs prioritizer can return stale data
- From: Martin Wilck <mwilck@xxxxxxxx>
- Re: [PATCH 3/8] workqueue: Implement BH workqueues to eventually replace tasklets
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] multipathd: the sysfs prioritizer can return stale data
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH 5/8] usb: core: hcd: Convert from tasklet to BH workqueue
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: dm-crypt: Automatically enable no_{read,write}_workqueue on SSDs
- From: Ignat Korchagin <ignat@xxxxxxxxxxxxxx>
- Re: dm-crypt: Automatically enable no_{read,write}_workqueue on SSDs
- From: Adrian Vovk <adrianvovk@xxxxxxxxx>
- Re: [PATCH 7/8] dm-crypt: Convert from tasklet to BH workqueue
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCHSET wq/for-6.9] workqueue: Implement BH workqueue and convert several tasklet users
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH RFC v4 13/14] dm: wait for IO completion before removing dm device
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC v4 13/14] dm: wait for IO completion before removing dm device
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH 7/8] dm-crypt: Convert from tasklet to BH workqueue
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- Re: [PATCHSET wq/for-6.9] workqueue: Implement BH workqueue and convert several tasklet users
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- [PATCH 4/8] backtracetest: Convert from tasklet to BH workqueue
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 6/8] net: tcp: tsq: Convert from tasklet to BH workqueue
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCHSET wq/for-6.9] workqueue: Implement BH workqueue and convert several tasklet users
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 8/8] dm-verity: Convert from tasklet to BH workqueue
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 7/8] dm-crypt: Convert from tasklet to BH workqueue
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 5/8] usb: core: hcd: Convert from tasklet to BH workqueue
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 3/8] workqueue: Implement BH workqueues to eventually replace tasklets
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 2/8] workqueue: Factor out init_cpu_worker_pool()
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 1/8] workqueue: Update lock debugging code
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCHSET wq/for-6.9] workqueue: Implement BH workqueue and convert several tasklet users
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH v4 00/14] dm-raid: fix v6.7 regressions
- From: Song Liu <song@xxxxxxxxxx>
- Re: dm-crypt: Automatically enable no_{read,write}_workqueue on SSDs
- From: Ignat Korchagin <ignat@xxxxxxxxxxxxxx>
- [PATCH v4 RFC 14/14] dm-raid: remove mddev_suspend/resume()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v4 13/14] dm: wait for IO completion before removing dm device
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v4 12/14] dm-raid: fix lockdep waring in "pers->hot_add_disk"
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v4 11/14] md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v4 08/14] dm-raid: add a new helper prepare_suspend() in md_personality
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v4 10/14] md: don't suspend the array for interrupted reshape
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v4 09/14] md: export helper md_is_rdwr()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v4 07/14] md/dm-raid: don't call md_reap_sync_thread() directly
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v4 06/14] dm-raid: really frozen sync_thread during suspend
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v4 03/14] md: make sure md_do_sync() will set MD_RECOVERY_DONE
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v4 04/14] md: don't register sync_thread for reshape directly
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v4 05/14] md: export helpers to stop sync_thread
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v4 02/14] md: don't ignore read-only array in md_check_recovery()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v4 01/14] md: don't ignore suspended array in md_check_recovery()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v4 00/14] dm-raid: fix v6.7 regressions
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- dm-crypt: Automatically enable no_{read,write}_workqueue on SSDs
- From: Adrian Vovk <adrianvovk@xxxxxxxxx>
- [PATCH 1/2] dm vdo: rename struct geometry to index_geometry
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- [PATCH 2/2] dm vdo: rename struct configuration to uds_configuration
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- [PATCH 0/2] dm vdo: rename strutuures for clarity
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- [device-mapper-dm:dm-vdo-wip 73/78] drivers/md/dm-vdo/constants.h:100:28: warning: 'MINIMUM_VDO_SLAB_JOURNAL_BLOCKS' defined but not used
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v3 5/5] block: remove gfp_flags from blkdev_zone_mgmt
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v3 4/5] f2fs: guard blkdev_zone_mgmt with nofs scope
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v3 3/5] btrfs: zoned: call blkdev_zone_mgmt in nofs scope
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v3 2/5] dm: dm-zoned: guard blkdev_zone_mgmt with noio scope
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v3 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH v8 0/5] Fix I/O priority lost in device-mapper
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
- From: Allen <allen.lkml@xxxxxxxxx>
- Re: [PATCH v8 0/5] Fix I/O priority lost in device-mapper
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- [device-mapper-dm:dm-vdo-wip 61/78] drivers/md/dm-vdo/dm-vdo-target.c:1157: warning: Function parameter or struct member 'vdo' not described in 'get_thread_id_for_phase'
- From: kernel test robot <lkp@xxxxxxxxx>
- request based dm-multipath, was Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [PATCH v3 5/5] block: remove gfp_flags from blkdev_zone_mgmt
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH v3 4/5] f2fs: guard blkdev_zone_mgmt with nofs scope
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH v3 3/5] btrfs: zoned: call blkdev_zone_mgmt in nofs scope
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH v3 2/5] dm: dm-zoned: guard blkdev_zone_mgmt with noio scope
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH v3 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH v3 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH 5/5] block: remove gfp_flags from blkdev_zone_mgmt
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 0/7] MD fixes for the LVM2 testsuite
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v3 12/12] dm-raid: fix lockdep waring in "pers->hot_add_disk"
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v3 11/12] md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v3 10/12] md: export helper md_is_rdwr()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v3 09/12] dm-raid: add a new helper prepare_suspend() in md_personality
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v3 08/12] dm-raid: remove mddev_suspend/resume()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v3 07/12] md/dm-raid: don't call md_reap_sync_thread() directly
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v3 06/12] dm-raid: really frozen sync_thread during suspend
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v3 05/12] md: export helpers to stop sync_thread
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v3 04/12] md: don't register sync_thread for reshape directly
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v3 03/12] md: make sure md_do_sync() will set MD_RECOVERY_DONE
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v3 02/12] md: don't ignore read-only array in md_check_recovery()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v3 01/12] md: don't ignore suspended array in md_check_recovery()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v3 00/12] dm-raid: fix v6.7 regressions
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
- From: Allen <allen.lkml@xxxxxxxxx>
- [PATCH 2/3] dm vdo dedupe: fix various small nits
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- [PATCH 1/3] dm vdo slab-depot: fix various small nits
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- [PATCH 0/3] dm vdo: fix various formatting nits
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- [PATCH 3/3] dm vdo index: fix various small nits
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- [PATCH] dm vdo data-vio: rename is_trim flag to is_discard
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- [PATCH 2/3] dm vdo: rename uds_map_to_system_error to uds_status_to_errno
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- [PATCH 1/3] dm vdo: slight cleanup of UDS error codes
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- [PATCH 3/3] dm vdo: rename vdo_map_to_system_error to vdo_status_to_errno
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- [PATCH 0/3] dm vdo: various error code improvements
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- [PATCH 5/5] dm vdo block-map: rename struct cursors member to 'completion'
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- [PATCH 4/5] dm vdo block-map: avoid extra dereferences to access vdo object
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- [PATCH 2/5] dm vdo block-map: use uds_log_ratelimit() rather than open code it
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- [PATCH 1/5] dm vdo block-map: fix a few small nits
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- [PATCH 0/5] dm vdo block-map: various small improvements
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- [PATCH 3/5] dm vdo block-map: remove extra vdo arg from initialize_block_map_zone
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- [PATCH] dm vdo: use a proper Makefile for dm-vdo
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- Re: [PATCH 3/7] md: test for MD_RECOVERY_DONE in stop_sync_thread
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH 3/7] md: test for MD_RECOVERY_DONE in stop_sync_thread
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH 5/5] block: remove gfp_flags from blkdev_zone_mgmt
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
- From: Allen <allen.lkml@xxxxxxxxx>
- Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH 3/7] md: test for MD_RECOVERY_DONE in stop_sync_thread
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH 3/7] md: test for MD_RECOVERY_DONE in stop_sync_thread
- From: Zdenek Kabelac <zkabelac@xxxxxxxxxx>
- Re: [PATCH 3/7] md: test for MD_RECOVERY_DONE in stop_sync_thread
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v2 05/11] md: export helpers to stop sync_thread
- From: Xiao Ni <xni@xxxxxxxxxx>
- Re: [PATCH v2 05/11] md: export helpers to stop sync_thread
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH v2 05/11] md: export helpers to stop sync_thread
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
- From: Ignat Korchagin <ignat@xxxxxxxxxxxxxx>
- Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [PATCH] softirq: fix memory corruption when freeing tasklet_struct
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH 7/7] md: fix a suspicious RCU usage warning
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v2 5/5] block: remove gfp_flags from blkdev_zone_mgmt
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH v2 4/5] f2fs: guard blkdev_zone_mgmt with nofs scope
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH v2 3/5] btrfs: zoned: call blkdev_zone_mgmt in nofs scope
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH v2 2/5] dm: dm-zoned: guard blkdev_zone_mgmt with noio scope
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH v2 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH v2 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- Re: [PATCH v2 05/11] md: export helpers to stop sync_thread
- From: Xiao Ni <xni@xxxxxxxxxx>
- Re: [PATCH v2 05/11] md: export helpers to stop sync_thread
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 05/11] md: export helpers to stop sync_thread
- From: Xiao Ni <xni@xxxxxxxxxx>
- Re: [PATCH v2 05/11] md: export helpers to stop sync_thread
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 05/11] md: export helpers to stop sync_thread
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- Re: [PATCH v2 05/11] md: export helpers to stop sync_thread
- From: Xiao Ni <xni@xxxxxxxxxx>
- Re: [PATCH v2 05/11] md: export helpers to stop sync_thread
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 05/11] md: export helpers to stop sync_thread
- From: Xiao Ni <xni@xxxxxxxxxx>
- Re: [PATCH v2 00/11] dm-raid: fix v6.7 regressions
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 00/11] dm-raid: fix v6.7 regressions
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH v2 00/11] dm-raid: fix v6.7 regressions
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 00/11] dm-raid: fix v6.7 regressions
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 00/11] dm-raid: fix v6.7 regressions
- From: Xiao Ni <xni@xxxxxxxxxx>
- Re: [PATCH v2 00/11] dm-raid: fix v6.7 regressions
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH v2 00/11] dm-raid: fix v6.7 regressions
- From: Xiao Ni <xni@xxxxxxxxxx>
- [PATCH v2 11/11] md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- [PATCH v2 10/11] md: export helper md_is_rdwr()
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- [PATCH v2 09/11] dm-raid: add a new helper prepare_suspend() in md_personality
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- [PATCH v2 08/11] dm-raid: remove mddev_suspend/resume()
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- [PATCH v2 07/11] md/dm-raid: don't call md_reap_sync_thread() directly
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- [PATCH v2 06/11] dm-raid: really frozen sync_thread during suspend
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- [PATCH v2 05/11] md: export helpers to stop sync_thread
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- [PATCH v2 04/11] md: don't register sync_thread for reshape directly
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- [PATCH v2 03/11] md: make sure md_do_sync() will set MD_RECOVERY_DONE
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- [PATCH v2 02/11] md: don't ignore read-only array in md_check_recovery()
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- [PATCH v2 01/11] md: don't ignore suspended array in md_check_recovery()
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- [PATCH v2 00/11] dm-raid: fix v6.7 regressions
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- [PATCH v8 5/5] dm-crypt: Fix lost ioprio when queuing write bios
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v8 4/5] dm verity: Fix I/O priority lost when read FEC and hash
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v8 3/5] dm-bufio: Support I/O priority
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v8 2/5] dm: Support I/O priority for dm_io()
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v8 1/5] block: Fix bio IO priority setting
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v8 0/5] Fix I/O priority lost in device-mapper
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- Re: [PATCH 3/5] md: make sure md_do_sync() will set MD_RECOVERY_DONE
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH 3/5] md: make sure md_do_sync() will set MD_RECOVERY_DONE
- From: Xiao Ni <xni@xxxxxxxxxx>
- [PATCH] multipathd: the sysfs prioritizer can return stale data
- From: Brian Bunker <brian@xxxxxxxxxxxxxxx>
- Re: [PATCH 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH 2/5] dm: dm-zoned: pass GFP_KERNEL to blkdev_zone_mgmt
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- [PATCH 5/5] block: remove gfp_flags from blkdev_zone_mgmt
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH 4/5] f2fs: guard blkdev_zone_mgmt with nofs scope
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH 3/5] btrfs: zoned: call blkdev_zone_mgmt in nofs scope
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH 2/5] dm: dm-zoned: pass GFP_KERNEL to blkdev_zone_mgmt
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- Re: [PATCH] multipath-tools: fix an assignment ambiguity
- From: Martin Wilck <mwilck@xxxxxxxx>
- Re: [PATCH v3 0/4] brd discard patches
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH 3/7] md: test for MD_RECOVERY_DONE in stop_sync_thread
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH 47/82] dm verity: Refactor intentional wrap-around test
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH] multipath-tools: fix an assignment ambiguity
- From: Xose Vazquez Perez <xose.vazquez@xxxxxxxxx>
- Re: [PATCH 3/7] md: test for MD_RECOVERY_DONE in stop_sync_thread
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH v3 0/4] brd discard patches
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH RFC 5/5] md: use md_reap_sync_thread() directly for dm-raid
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH 0/5] md: fix/prevent dm-raid regressions
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH 0/5] md: fix/prevent dm-raid regressions
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH 0/5] md: fix/prevent dm-raid regressions
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH 0/5] md: fix/prevent dm-raid regressions
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH 0/5] md: fix/prevent dm-raid regressions
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH 2/5] md: don't ignore read-only array in md_check_recovery()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH 3/5] md: make sure md_do_sync() will set MD_RECOVERY_DONE
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC 5/5] md: use md_reap_sync_thread() directly for dm-raid
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC 4/5] md: revert commit fa2bbff7b0b4 ("md: synchronize flush io with array reconfiguration") for dm-raid
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH 1/5] md: don't ignore suspended array in md_check_recovery()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH v3 0/4] brd discard patches
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH 3/7] md: test for MD_RECOVERY_DONE in stop_sync_thread
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH 0/2] multipath: update_prio fixes
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH] multipathd: the local path change is not considered
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH 2/7] md: fix a race condition when stopping the sync thread
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH 3/7] md: test for MD_RECOVERY_DONE in stop_sync_thread
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH 2/7] md: fix a race condition when stopping the sync thread
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH 2/7] md: fix a race condition when stopping the sync thread
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- [PATCH 1/2] multipathd: the local path change is not considered
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- [PATCH 2/2] multipathd: make update_prio static, and rename refresh_all param
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- [PATCH 0/2] multipath: update_prio fixes
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH] multipathd: the local path change is not considered
- From: Martin Wilck <mwilck@xxxxxxxx>
- Re: [PATCH] multipathd: the local path change is not considered
- From: Martin Wilck <mwilck@xxxxxxxx>
- Re: [PATCH] multipathd: the local path change is not considered
- From: Martin Wilck <mwilck@xxxxxxxx>
- Re: [PATCH 0/7] MD fixes for the LVM2 testsuite
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH 7/7] md: fix a suspicious RCU usage warning
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH 5/7] md: fix deadlock in shell/lvconvert-raid-reshape-linear_to_raid6-single-type.sh
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH 4/7] md: call md_reap_sync_thread from __md_stop_writes
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH 3/7] md: test for MD_RECOVERY_DONE in stop_sync_thread
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH 2/7] md: fix a race condition when stopping the sync thread
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH 1/7] md: Revert fa2bbff7b0b4 ("md: synchronize flush io with array reconfiguration")
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH 5/7] md: fix deadlock in shell/lvconvert-raid-reshape-linear_to_raid6-single-type.sh
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH 3/7] md: test for MD_RECOVERY_DONE in stop_sync_thread
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH 7/7] md: fix a suspicious RCU usage warning
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH 6/7] md: partially revert "md/raid6: use valid sector values to determine if an I/O should wait on the reshape"
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH] multipathd: the local path change is not considered
- From: Brian Bunker <brian@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/2] Fix auto resize code
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 0/7] MD fixes for the LVM2 testsuite
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH 7/7] md: fix a suspicious RCU usage warning
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- [PATCH 6/7] md: partially revert "md/raid6: use valid sector values to determine if an I/O should wait on the reshape"
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- [PATCH 5/7] md: fix deadlock in shell/lvconvert-raid-reshape-linear_to_raid6-single-type.sh
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- [PATCH 4/7] md: call md_reap_sync_thread from __md_stop_writes
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- [PATCH 3/7] md: test for MD_RECOVERY_DONE in stop_sync_thread
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- [PATCH 2/7] md: fix a race condition when stopping the sync thread
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- [PATCH 1/7] md: Revert fa2bbff7b0b4 ("md: synchronize flush io with array reconfiguration")
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- [PATCH 0/7] MD fixes for the LVM2 testsuite
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH 2/2] multipathd: fix auto-resize configuration
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- [PATCH v2 2/2] multipathd: fix auto-resize configuration
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 1/2] multipathd: fix null pointer dereference in uev_update_path
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 0/2] Fix auto resize code
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH 2/2] multipathd: fix auto-resize configuration
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [f2fs-dev] [PATCH 1/5] virtio_blk: cleanup zoned device probing
- From: patchwork-bot+f2fs@xxxxxxxxxx
- Re: [PATCH 2/2] multipathd: fix auto-resize configuration
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 2/2] multipathd: fix auto-resize configuration
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Patch "dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM" has been added to the 6.1-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Patch "dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM" has been added to the 6.6-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH v2 0/4] Diskseq support in device-mapper
- From: Martin Wilck <mwilck@xxxxxxxx>
- [PATCH 1/2] multipathd: fix null pointer dereference in uev_update_path
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH 0/2] Fix auto resize code
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH 2/2] multipathd: fix auto-resize configuration
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH v2 0/4] Diskseq support in device-mapper
- From: Demi Marie Obenour <demi@xxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/4] Diskseq support in device-mapper
- From: Martin Wilck <mwilck@xxxxxxxx>
- Re: Multipath bootup failure
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: Multipath bootup failure
- From: Martin Wilck <mwilck@xxxxxxxx>
- Multipath bootup failure
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH] drivers/dm-crypt.c : remove redundant state settings after waking up
- From: Lizhe <sensor1010@xxxxxxx>
- Re: Stuck IOs with dm-integrity + md raid1 + dm-thin
- From: Eric Wheeler <dm-devel@xxxxxxxxxxxxxxxxxx>
- Re: [PATCHSET 0/3] Integrity cleanups and optimization
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- Re: [PATCHSET 0/3] Integrity cleanups and optimization
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- Re: [PATCHSET 0/3] Integrity cleanups and optimization
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [PATCHSET 0/3] Integrity cleanups and optimization
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: Stuck IOs with dm-integrity + md raid1 + dm-thin
- From: Xiao Ni <xni@xxxxxxxxxx>
- Re: [PATCH v5 01/40] dm: add documentation for dm-vdo target
- From: Matthias Kaehlcke <mka@xxxxxxxxxxxx>
- [PATCH] dm-writecache: allow allocations larger than 2GiB
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- [PATCH] dm: limit the number of entries
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- [PATCH] dm: limit the number of targets and parameter size area
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH v5 01/40] dm: add documentation for dm-vdo target
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- Re: [PATCH v5 01/40] dm: add documentation for dm-vdo target
- From: Matthias Kaehlcke <mka@xxxxxxxxxxxx>
- Re: [PATCH 0/3] multipath-tools: coverity defect fixes
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH 2/3] libmultipath: is_uevent_busy(): check servicing_uev under lock
- [PATCH 1/3] multipathd: init_unwinder: protect pthread_cond_wait() call with a loop
- [PATCH 3/3] libmultipath: tur: protect pthread_cond_timedwait with a loop
- [PATCH 0/3] multipath-tools: coverity defect fixes
- Re: [PATCH v2 00/18] change how multipathd deletes maps plus cleanups
- From: Martin Wilck <mwilck@xxxxxxxx>
- Re: [PATCH v5 01/40] dm: add documentation for dm-vdo target
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- Re: [PATCH] libmultipath: fix ANA prioritizer enablement logic
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH] multipath-tools tests: fix dmevents test after update_multipath change
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH v3 0/5] fix set_no_path_retry and cleanup commands
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- [PATCH] libmultipath: fix ANA prioritizer enablement logic
- Re: [LInux Kernel Crash] "WARNING: kmalloc bug in ctl_ioctl"
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [LInux Kernel Crash] "WARNING: kmalloc bug in ctl_ioctl"
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- [PATCH v2 17/18] multipath: if delegation times out mark as not delegated
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 02/18] multipathd: make flush_map() delete maps like the multipath command
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 10/18] libmultipath: print error when find_mp_by_str() fails.
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 15/18] multipath: get rid of unnecessary retries variable
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 18/18] multipathd: sync features on flush_map failure corner case
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 16/18] multipath: Don't locally retry deletgated remove failures
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 14/18] libdmmp: handle failures in _process_cmd
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 12/18] multipathd: make cli_handlers check for paths by dev and devt
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 11/18] multipathd: don't open code find_mp_by_str() in client handers
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 09/18] multipathd: handle busy devices in cli_del_maps()
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 08/18] multipathd: print extra default reply msg for busy devices
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 07/18] multipathd: always start failure replies with "fail\n"
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 01/18] multipathd: remove nopath flushing code from flush_map()
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 06/18] libmultipath: make dm_remove_partmaps() a static function
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 04/18] multipathd: simplify cli_del_map()
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 03/18] multipathd: disable queueing when removing unknown maps
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 13/18] multipathd: add cli_handler reply message for missing devs
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 00/18] change how multipathd deletes maps plus cleanups
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v2 05/18] libmultipath: make _dm_flush_map() return an enum
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Patch "dm thin metadata: Fix ABBA deadlock by resetting dm_bufio_client" has been added to the 6.1-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH v5 01/40] dm: add documentation for dm-vdo target
- From: Matthias Kaehlcke <mka@xxxxxxxxxxxx>
- [PATCH AUTOSEL 6.1 16/24] dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 27/39] dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH v7 0/5] Fix I/O priority lost in device-mapper
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v19 12/12] null_blk: add support for copy offload
- From: Nitesh Shetty <nj.shetty@xxxxxxxxxxx>
- [PATCH v19 11/12] null: Enable trace capability for null block
- From: Nitesh Shetty <nj.shetty@xxxxxxxxxxx>
- [PATCH v19 10/12] dm: Enable copy offload for dm-linear target
- From: Nitesh Shetty <nj.shetty@xxxxxxxxxxx>
- [PATCH v19 09/12] dm: Add support for copy offload
- From: Nitesh Shetty <nj.shetty@xxxxxxxxxxx>
- [PATCH v19 08/12] nvmet: add copy command support for bdev and file ns
- From: Nitesh Shetty <nj.shetty@xxxxxxxxxxx>
- [PATCH v19 07/12] nvme: add copy offload support
- From: Nitesh Shetty <nj.shetty@xxxxxxxxxxx>
- [PATCH v19 06/12] fs, block: copy_file_range for def_blk_ops for direct block device
- From: Nitesh Shetty <nj.shetty@xxxxxxxxxxx>
- [PATCH v19 05/12] fs/read_write: Enable copy_file_range for block device.
- From: Nitesh Shetty <nj.shetty@xxxxxxxxxxx>
- [PATCH v19 04/12] block: add emulation for copy
- From: Nitesh Shetty <nj.shetty@xxxxxxxxxxx>
- [PATCH v19 03/12] block: add copy offload support
- From: Nitesh Shetty <nj.shetty@xxxxxxxxxxx>
- [PATCH v19 02/12] Add infrastructure for copy offload in block and request layer.
- From: Nitesh Shetty <nj.shetty@xxxxxxxxxxx>
- [PATCH v19 01/12] block: Introduce queue limits and sysfs for copy-offload support
- From: Nitesh Shetty <nj.shetty@xxxxxxxxxxx>
- [PATCH v19 00/12] Implement copy offload support
- From: Nitesh Shetty <nj.shetty@xxxxxxxxxxx>
- [PATCH v7 5/5] dm-crypt: Fix lost ioprio when queuing write bios
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v7 4/5] dm verity: Fix I/O priority lost when read FEC and hash
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v7 3/5] dm-bufio: Support I/O priority
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v7 2/5] dm: Support I/O priority for dm_io()
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v7 1/5] block: Fix bio IO priority setting
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v7 0/5] Fix I/O priority lost in device-mapper
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH] dm-log-writes: Add missing set_freezable() for log_writes_kthread()
- From: Kevin Hao <haokexin@xxxxxxxxx>
- Re: [git pull] device mapper fixes for 6.7-rc7
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH v6 4/5] dm verity: Fix I/O priority lost when read FEC and hash
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v6 5/5] dm-crypt: Fix lost ioprio when queuing write bios
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v6 4/5] dm verity: Fix I/O priority lost when read FEC and hash
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v6 3/5] dm-bufio: Support I/O priority
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v6 2/5] dm: Support I/O priority for dm_io()
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v6 1/5] block: Fix bio IO priority setting
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v6 0/5] Fix I/O priority lost in device-mapper
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- Re: Performance drop due to alloc_workqueue() misuse and recent change
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [Linux Kernel Crash] "WARNING: kmalloc bug in dm_table_create"
- From: Willy Tarreau <w@xxxxxx>
- Re: remove support for the host aware zoned model
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v5 RESEND 4/5] dm verity: Fix I/O priority lost when read FEC and hash
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH] multipath-tools tests: fix dmevents test after update_multipath change
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v3 3/5] multipathd: don't modify the multipath device on show commands
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v3 5/5] multipathd: only restore queueing if it has been disabled first
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v3 1/5] libmultipath: avoid temporarily enabling queueing on reload
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v3 4/5] libmultipath: keep track of queueing state in features
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v3 2/5] multipathd: Make sure to disable queueing if recovery has failed.
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH v3 0/5] fix set_no_path_retry and cleanup commands
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH v5 RESEND 5/5] dm-crypt: Fix lost ioprio when queuing write bios
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v5 RESEND 4/5] dm verity: Fix I/O priority lost when read FEC and hash
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v5 RESEND 3/5] dm-bufio: Support I/O priority
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v5 RESEND 2/5] dm: Support I/O priority for dm_io()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [Linux Kernel Crash] "WARNING: kmalloc bug in dm_table_create"
- From: "Yang, Chenyuan" <cy54@xxxxxxxxxxxx>
- [git pull] device mapper fixes for 6.7-rc7
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- Re: [PATCH 3/5] block: remove support for the host aware zone model
- From: "hch@xxxxxx" <hch@xxxxxx>
- Re: [PATCH 3/5] block: remove support for the host aware zone model
- From: "hch@xxxxxx" <hch@xxxxxx>
- Re: [PATCH 3/5] block: remove support for the host aware zone model
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH 3/5] block: remove support for the host aware zone model
- From: Naohiro Aota <Naohiro.Aota@xxxxxxx>
- Re: remove support for the host aware zoned model
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [PATCH v5 RESEND 0/5] Fix I/O priority lost in device-mapper
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH 2/5] virtio_blk: remove the broken zone revalidation support
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [PATCH 1/5] virtio_blk: cleanup zoned device probing
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [PATCH 3/5] block: remove support for the host aware zone model
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 16/16] multipath: Don't always retry deletgated remove failures
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 12/16] multipathd: make cli_handlers check for paths by dev and devt
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH v2 2/5] multipathd: don't modify the multipath device on show commands
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH v2 5/5] multipathd: force setting dm state when disabling/restoring queueing
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH] dm: Validate zoned model of devices built with zoned targets
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH 5/5] sd: only call disk_clear_zoned when needed
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH 4/5] block: simplify disk_set_zoned
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH 3/5] block: remove support for the host aware zone model
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH 2/5] virtio_blk: remove the broken zone revalidation support
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH 1/5] virtio_blk: cleanup zoned device probing
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH 3/5] block: remove support for the host aware zone model
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH 3/5] block: remove support for the host aware zone model
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH v5 RESEND 5/5] dm-crypt: Fix lost ioprio when queuing write bios
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v5 RESEND 4/5] dm verity: Fix I/O priority lost when read FEC and hash
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v5 RESEND 3/5] dm-bufio: Support I/O priority
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v5 RESEND 2/5] dm: Support I/O priority for dm_io()
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v5 RESEND 1/5] block: Fix bio IO priority setting
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v5 RESEND 0/5] Fix I/O priority lost in device-mapper
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- Re: [PATCH v5 1/5] block: Fix bio IO priority setting
- From: Henry King <hongyu.jin.cn@xxxxxxxxx>
- [PATCH 5/5] sd: only call disk_clear_zoned when needed
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 4/5] block: simplify disk_set_zoned
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 3/5] block: remove support for the host aware zone model
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/5] virtio_blk: remove the broken zone revalidation support
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 1/5] virtio_blk: cleanup zoned device probing
- From: Christoph Hellwig <hch@xxxxxx>
- remove support for the host aware zoned model
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v18 02/12] Add infrastructure for copy offload in block and request layer.
- From: Nitesh Shetty <nitheshshetty@xxxxxxxxx>
- Re: [LInux Kernel Crash] "WARNING: kmalloc bug in ctl_ioctl"
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 16/16] multipath: Don't always retry deletgated remove failures
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH 14/16] libdmmp: handle failures in _process_cmd
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH 12/16] multipathd: make cli_handlers check for paths by dev and devt
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH 07/16] multipathd: always start failure replies with "fail\n"
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH 10/16] libmultipath: print error when find_mp_by_str() fails.
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH 03/16] multipathd: disable queueing when removing unknown maps
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH] multipath-tools: update ml
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH v2 4/5] multipathd: cleanup __setup_multipath
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH v2 2/5] multipathd: don't modify the multipath device on show commands
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH v2 5/5] multipathd: force setting dm state when disabling/restoring queueing
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH v2 1/5] multipathd: Make sure to disable queueing if recovery has failed.
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [PATCH] multipath-tools: update ml
- From: Xose Vazquez Perez <xose.vazquez@xxxxxxxxx>
- Re: Stuck IOs with dm-integrity + md raid1 + dm-thin
- From: Eric Wheeler <dm-devel@xxxxxxxxxxxxxxxxxx>
- [LInux Kernel Crash] "WARNING: kmalloc bug in ctl_ioctl"
- From: "Yang, Chenyuan" <cy54@xxxxxxxxxxxx>
- Re: [PATCH 16/16] multipath: Don't always retry deletgated remove failures
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 15/16] multipath: get rid of unnecessary retries variable
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 14/16] libdmmp: handle failures in _process_cmd
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 13/16] multipathd: add cli_handler reply message for missing devs
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 12/16] multipathd: make cli_handlers check for paths by dev and devt
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 11/16] multipathd: don't open code find_mp_by_str() in client handers
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 07/16] multipathd: always start failure replies with "fail\n"
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 08/16] multipathd: print extra default reply msg for busy devices
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 10/16] libmultipath: print error when find_mp_by_str() fails.
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 09/16] multipathd: handle busy devices in cli_del_maps()
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- [device-mapper-dm:dm-vdo-wip 61/61] drivers/md/dm-vdo/action-manager.c:64: warning: Excess struct member 'Scheduler' description in 'action_manager'
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 04/16] multipathd: simplify cli_del_map()
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 05/16] libmultipath: make _dm_flush_map() return an enum
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 03/16] multipathd: disable queueing when removing unknown maps
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 06/16] libmultipath: make dm_remove_partmaps() a static function
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 02/16] multipathd: make flush_map() delete maps like the multipath command
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 01/16] multipathd: remove nopath flushing code from flush_map()
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH v2 4/5] multipathd: cleanup __setup_multipath
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH v2 2/5] multipathd: don't modify the multipath device on show commands
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH v2 3/5] multipathd: remove reset option from update_multipath
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH v2 5/5] multipathd: force setting dm state when disabling/restoring queueing
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH v2 1/5] multipathd: Make sure to disable queueing if recovery has failed.
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- [device-mapper-dm:dm-vdo-wip 61/61] drivers/md/dm-vdo/dm-vdo-target.c:1157: warning: Function parameter or member 'vdo' not described in 'get_thread_id_for_phase'
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 2/4] multipathd: remove reset option from update_multipath
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 2/4] multipathd: remove reset option from update_multipath
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- [device-mapper-dm:dm-vdo-wip 61/61] drivers/md/dm-vdo/thread-registry.c:32:28: error: 'current' undeclared
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v18 02/12] Add infrastructure for copy offload in block and request layer.
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCH v5 1/5] block: Fix bio IO priority setting
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- [PATCH v5 5/5] dm-crypt: Fix lost ioprio when queuing write bios
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v5 4/5] dm verity: Fix I/O priority lost when read FEC and hash
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v5 3/5] dm-bufio: Support I/O priority
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v5 2/5] dm: Support I/O priority for dm_io()
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v5 1/5] block: Fix bio IO priority setting
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v4 0/5] Fix I/O priority lost in device-mapper
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- Re: [PATCH v4 0/5] Fix I/O priority lost in device-mapper
- From: Henry King <hongyu.jin.cn@xxxxxxxxx>
- Re: [PATCH v4 3/5] dm-bufio: Support I/O priority
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v4 2/5] dm: Support I/O priority for dm_io()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v4 0/5] Fix I/O priority lost in device-mapper
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v4 1/5] block: Fix bio IO priority setting
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- Re: [PATCH v4 1/5] block: Fix bio IO priority setting
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [PATCH v4 5/5] dm-crypt: Fix lost ioprio when queuing write bios
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v4 4/5] dm verity: Fix I/O priority lost when read FEC and hash
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v4 3/5] dm-bufio: Support I/O priority
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v4 2/5] dm: Support I/O priority for dm_io()
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v4 1/5] block: Fix bio IO priority setting
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v4 0/5] Fix I/O priority lost in device-mapper
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- Re: [PATCH v3 5/5] dm-crypt: Fix lost ioprio when queuing write bios
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- Re: [PATCH v3 1/5] block: Optimize bio io priority setting
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- Re: [PATCH v3 5/5] dm-crypt: Fix lost ioprio when queuing write bios
- From: Eric Wheeler <dm-devel@xxxxxxxxxxxxxxxxxx>
- [PATCH v3 5/5] dm-crypt: Fix lost ioprio when queuing write bios
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v3 4/5] dm verity: Fix I/O priority lost when read FEC and hash
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v3 3/5] dm-bufio: Support I/O priority
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v3 2/5] dm: Support I/O priority for dm_io()
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v3 1/5] block: Optimize bio io priority setting
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- [PATCH v3 0/5] Fix I/O priority lost in device-mapper
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- Re: [PATCH v2] dm verity: Inherit I/O priority from data I/O when read FEC and hash from disk
- From: Eric Wheeler <dm-devel@xxxxxxxxxxxxxxxxxx>
- Patch "dm-crypt: start allocating with MAX_ORDER" has been added to the 6.6-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH v2] dm verity: Inherit I/O priority from data I/O when read FEC and hash from disk
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH 0/11] vfs: inode cache scalability improvements
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH 04/11] lib/dlock-list: Make sibling CPUs share the same linked list
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 08/11] vfs: inode cache conversion to hash-bl
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 04/11] lib/dlock-list: Make sibling CPUs share the same linked list
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 08/11] vfs: inode cache conversion to hash-bl
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 04/11] lib/dlock-list: Make sibling CPUs share the same linked list
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH 03/11] vfs: Use dlock list for superblock's inode list
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH 03/11] vfs: Use dlock list for superblock's inode list
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 08/11] vfs: inode cache conversion to hash-bl
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH 10/11] list_bl: don't use bit locks for PREEMPT_RT or lockdep
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 04/11] lib/dlock-list: Make sibling CPUs share the same linked list
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH 02/11] vfs: Remove unnecessary list_for_each_entry_safe() variants
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH 10/11] list_bl: don't use bit locks for PREEMPT_RT or lockdep
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH 09/11] hash-bl: explicitly initialise hash-bl heads
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 07/11] hlist-bl: add hlist_bl_fake()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 06/11] vfs: factor out inode hash head calculation
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 03/11] vfs: Use dlock list for superblock's inode list
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 02/11] vfs: Remove unnecessary list_for_each_entry_safe() variants
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 01/11] lib/dlock-list: Distributed and lock-protected lists
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH -next] md: split MD_RECOVERY_NEEDED out of mddev_resume
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH 05/11] selinux: use dlist for isec inode list
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH 05/11] selinux: use dlist for isec inode list
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 05/11] selinux: use dlist for isec inode list
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH -next] md: split MD_RECOVERY_NEEDED out of mddev_resume
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v2] dm verity: Inherit I/O priority from data I/O when read FEC and hash from disk
- From: Hongyu Jin <hongyu.jin.cn@xxxxxxxxx>
- Re: [PATCH -next] md: split MD_RECOVERY_NEEDED out of mddev_resume
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH v18 12/12] null_blk: add support for copy offload
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- [PATCH v18 11/12] null: Enable trace capability for null block
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- [PATCH v18 10/12] dm: Enable copy offload for dm-linear target
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- [PATCH v18 09/12] dm: Add support for copy offload
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- [PATCH v18 08/12] nvmet: add copy command support for bdev and file ns
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- [PATCH v18 07/12] nvme: add copy offload support
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- [PATCH v18 06/12] fs, block: copy_file_range for def_blk_ops for direct block device
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- [PATCH v18 05/12] fs/read_write: Enable copy_file_range for block device.
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- [PATCH v18 04/12] block: add emulation for copy
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- [PATCH v18 03/12] block: add copy offload support
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- [PATCH v18 02/12] Add infrastructure for copy offload in block and request layer.
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- [PATCH v18 01/12] block: Introduce queue limits and sysfs for copy-offload support
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- [PATCH v18 00/12] Implement copy offload support
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- Re: [PATCH -next] md: split MD_RECOVERY_NEEDED out of mddev_resume
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH 03/11] vfs: Use dlock list for superblock's inode list
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 10/11] list_bl: don't use bit locks for PREEMPT_RT or lockdep
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 08/11] vfs: inode cache conversion to hash-bl
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 01/11] lib/dlock-list: Distributed and lock-protected lists
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 04/11] lib/dlock-list: Make sibling CPUs share the same linked list
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 11/11] hlist-bl: introduced nested locking for dm-snap
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 09/11] hash-bl: explicitly initialise hash-bl heads
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 05/11] selinux: use dlist for isec inode list
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 0/11] vfs: inode cache scalability improvements
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 02/11] vfs: Remove unnecessary list_for_each_entry_safe() variants
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 07/11] hlist-bl: add hlist_bl_fake()
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 06/11] vfs: factor out inode hash head calculation
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH] multipathd: Make sure to disable queueing if recovery has failed.
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH] multipathd: Make sure to disable queueing if recovery has failed.
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- [device-mapper-dm:dm-vdo-wip 40/55] drivers/md/dm-vdo-target.c:2889: undefined reference to `__uds_log_message'
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH] dm-integrity: don't modify the "bv" variable
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH] multipathd: Make sure to disable queueing if recovery has failed.
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH 1/2] mm, treewide: Introduce NR_PAGE_ORDERS
- From: "Kirill A. Shutemov" <kirill.shutemov@xxxxxxxxxxxxxxx>
- Re: [PATCH] multipathd: Make sure to disable queueing if recovery has failed.
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH] multipathd: Make sure to disable queueing if recovery has failed.
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH] multipathd: Make sure to disable queueing if recovery has failed.
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: Performance drop due to alloc_workqueue() misuse and recent change
- From: Tejun Heo <tj@xxxxxxxxxx>
- Performance drop due to alloc_workqueue() misuse and recent change
- From: Naohiro Aota <Naohiro.Aota@xxxxxxx>
- Re: [PATCH] multipathd: Make sure to disable queueing if recovery has failed.
- From: Martin Wilck <martin.wilck@xxxxxxxx>
- Re: [PATCH -next] md: split MD_RECOVERY_NEEDED out of mddev_resume
- From: Paul Menzel <pmenzel@xxxxxxxxxxxxx>
- Re: [PATCH] dm: Validate zoned model of devices built with zoned targets
- From: Johannes Thumshirn <Johannes.Thumshirn@xxxxxxx>
- Re: [PATCH] dm: Validate zoned model of devices built with zoned targets
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH -next] md: split MD_RECOVERY_NEEDED out of mddev_resume
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH] dm: Validate zoned model of devices built with zoned targets
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: Stuck IOs with dm-integrity + md raid1 + dm-thin
- From: Eric Wheeler <dm-devel@xxxxxxxxxxxxxxxxxx>
- Re: [git pull] device mapper fixes for 6.7-rc4
- From: pr-tracker-bot@xxxxxxxxxx
- Re: Stuck IOs with dm-integrity + md raid1 + dm-thin
- From: David Teigland <teigland@xxxxxxxxxx>
- [git pull] device mapper fixes for 6.7-rc4
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- Re: [PATCH] dm: Validate zoned model of devices built with zoned targets
- From: Johannes Thumshirn <Johannes.Thumshirn@xxxxxxx>
- Re: Stuck IOs with dm-integrity + md raid1 + dm-thin
- From: Joe Thornber <thornber@xxxxxxxxxx>
- [PATCH] dm: Validate zoned model of devices built with zoned targets
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [PATCH] dm vdo: fix how dm_kcopyd_client_create() failure is checked
- From: Matthew Sakai <msakai@xxxxxxxxxx>
- Re: Stuck IOs with dm-integrity + md raid1 + dm-thin
- From: Eric Wheeler <dm-devel@xxxxxxxxxxxxxxxxxx>
- Re: Stuck IOs with dm-integrity + md raid1 + dm-thin
- From: Eric Wheeler <dm-devel@xxxxxxxxxxxxxxxxxx>
- Re: Stuck IOs with dm-integrity + md raid1 + dm-thin
- From: Eric Wheeler <dm-devel@xxxxxxxxxxxxxxxxxx>
- Patch "dm-delay: fix a race between delay_presuspend and delay_bio" has been added to the 4.19-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Patch "dm-delay: fix a race between delay_presuspend and delay_bio" has been added to the 5.4-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Patch "dm-delay: fix a race between delay_presuspend and delay_bio" has been added to the 5.10-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: Patch "dm delay: for short delays, use kthread instead of timers and wq" has been added to the 6.6-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Patch "dm-delay: fix a race between delay_presuspend and delay_bio" has been added to the 5.15-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Patch "dm-delay: fix a race between delay_presuspend and delay_bio" has been added to the 6.1-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Patch "dm-delay: fix a race between delay_presuspend and delay_bio" has been added to the 6.6-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: Stuck IOs with dm-integrity + md raid1 + dm-thin
- From: Eric Wheeler <dm-devel@xxxxxxxxxxxxxxxxxx>
- Re: Patch "dm delay: for short delays, use kthread instead of timers and wq" has been added to the 6.6-stable tree
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: Patch "dm delay: for short delays, use kthread instead of timers and wq" has been added to the 6.6-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: Patch "dm delay: for short delays, use kthread instead of timers and wq" has been added to the 6.6-stable tree
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: Patch "dm delay: for short delays, use kthread instead of timers and wq" has been added to the 6.6-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: Patch "dm delay: for short delays, use kthread instead of timers and wq" has been added to the 6.6-stable tree
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH v2 2/2] dm verity: don't verity if readahead failed
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH v2 1/2] dm verity: init fec io before cleaning it
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: Patch "dm delay: for short delays, use kthread instead of timers and wq" has been added to the 6.6-stable tree
- From: Christian Loehle <christian.loehle@xxxxxxx>
- Re: Patch "dm delay: for short delays, use kthread instead of timers and wq" has been added to the 6.1-stable tree
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: Patch "dm delay: for short delays, use kthread instead of timers and wq" has been added to the 6.6-stable tree
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Patch "dm-delay: fix a race between delay_presuspend and delay_bio" has been added to the 6.1-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Patch "dm delay: for short delays, use kthread instead of timers and wq" has been added to the 6.1-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Patch "dm-delay: fix a race between delay_presuspend and delay_bio" has been added to the 6.6-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Patch "dm delay: for short delays, use kthread instead of timers and wq" has been added to the 6.6-stable tree
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Stuck IOs with dm-integrity + md raid1 + dm-thin
- From: Eric Wheeler <dm-devel@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] multipathd: Make sure to disable queueing if recovery has failed.
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH] multipathd: Make sure to disable queueing if recovery has failed.
- From: Roger Heflin <rogerheflin@xxxxxxxxx>
- Re: [PATCH] multipathd: Make sure to disable queueing if recovery has failed.
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
- Re: [PATCH] dm: increase the io priority of the kworker-kverityd process
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- [PATCH] dm-verity: align struct dm_verity_fec_io properly
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- [PATCH] dm-flakey: start allocating with MAX_ORDER
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH v2 2/2] dm verity: don't verity if readahead failed
- From: Wu Bo <wubo.oduw@xxxxxxxxx>
- [PATCH] dm: increase the io priority of the kworker-kverityd process
- From: Yunlong Xing <yunlong.xing@xxxxxxxxxx>
- Re: [PATCH v2 6/6] dm-raid: delay flushing event_work() after reconfig_mutex is released
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH] multipathd: Make sure to disable queueing if recovery has failed.
- From: Roger Heflin <rogerheflin@xxxxxxxxx>
- [PATCH] multipathd: Make sure to disable queueing if recovery has failed.
- From: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
[Index of Archives]
[DM Crypt]
[Fedora Desktop]
[ATA RAID]
[Fedora Marketing]
[Fedora Packaging]
[Fedora SELinux]
[Yosemite Discussion]
[KDE Users]
[Fedora Docs]