messages from 2022-04-15 05:38:14 to 2022-05-10 12:01:34 UTC [more...]
[PATCH 0/2] two fixes for md
2022-05-10 12:01 UTC (19+ messages)
` [PATCH V3 1/2] md: don't unregister sync_thread with reconfig_mutex held
` [PATCH 2/2] md: protect md_unregister_thread from reentrancy
` [Update PATCH V3] md: don't unregister sync_thread with reconfig_mutex held
nvme raid locking up
2022-05-09 15:43 UTC (2+ messages)
` nvme raid locking up (4.18.0-348.23.1.el8_5.x86_64)
Failed adadm RAID array after aborted Grown operation
2022-05-09 13:07 UTC (10+ messages)
[PATCH 1/1] Don't set mddev private to NULL in raid0 pers->free
2022-05-09 6:24 UTC (2+ messages)
Unable to add journal device to RAID 6 array
2022-05-06 13:25 UTC (5+ messages)
fix and cleanup discard_alignment handling
2022-05-06 12:56 UTC (28+ messages)
` [PATCH 01/11] ubd: don't set the discard_alignment queue limit
` [PATCH 02/11] nbd: "
` [PATCH 03/11] null_blk: "
` [dm-devel] "
` [PATCH 04/11] virtio_blk: fix the discard_granularity and discard_alignment queue limits
` [PATCH 05/11] dm-zoned: don't set the discard_alignment queue limit
` [dm-devel] "
` [PATCH 06/11] raid5: "
` [PATCH 07/11] dasd: "
` [PATCH 08/11] loop: remove a spurious clear of discard_alignment
` [dm-devel] "
` [PATCH 09/11] nvme: "
` [dm-devel] "
` [PATCH 10/11] rnbd-srv: use bdev_discard_alignment
` [dm-devel] "
` [PATCH 11/11] xen-blkback: "
` [dm-devel] "
[PATCH v3 0/3] LoadPin: Enable loading from trusted dm-verity devices
2022-05-04 22:26 UTC (5+ messages)
` [PATCH v3 1/3] dm: Add verity helpers for LoadPin
` [PATCH v3 2/3] LoadPin: Enable loading from trusted dm-verity devices
` [PATCH v3 3/3] dm: verity-loadpin: Use CONFIG_SECURITY_LOADPIN_VERITY for conditional compilation
5/04/2022 Product Inquiry (JL)
2022-05-04 16:11 UTC
2nd Quater puchase request
2022-05-03 14:49 UTC
[PATCH v2 0/3] LoadPin: Enable loading from trusted dm-verity devices
2022-05-02 22:44 UTC (9+ messages)
` [PATCH v2 1/3] dm: Add verity helpers for LoadPin
` [PATCH v2 2/3] LoadPin: Enable loading from trusted dm-verity devices
` [PATCH v2 3/3] dm: verity-loadpin: Use CONFIG_SECURITY_LOADPIN_VERITY for conditional compilation
[song-md:md-next] BUILD SUCCESS 9151ad5d8676a89cf1b6a4051037ab3ca077d938
2022-04-30 23:24 UTC
[PATCH v2 00/12] Improve Raid5 Lock Contention
2022-04-30 1:44 UTC (59+ messages)
` [PATCH v2 01/12] md/raid5: Factor out ahead_of_reshape() function
` [PATCH v2 02/12] md/raid5: Refactor raid5_make_request loop
` [PATCH v2 03/12] md/raid5: Move stripe_add_to_batch_list() call out of add_stripe_bio()
` [PATCH v2 04/12] md/raid5: Move common stripe count increment code into __find_stripe()
` [PATCH v2 05/12] md/raid5: Factor out helper from raid5_make_request() loop
` [PATCH v2 06/12] md/raid5: Drop the do_prepare flag in raid5_make_request()
` [PATCH v2 07/12] md/raid5: Move read_seqcount_begin() into make_stripe_request()
` [PATCH v2 08/12] md/raid5: Refactor for loop in raid5_make_request() into while loop
` [PATCH v2 09/12] md/raid5: Keep a reference to last stripe_head for batch
` [PATCH v2 10/12] md/raid5: Refactor add_stripe_bio()
` [PATCH v2 11/12] md/raid5: Check all disks in a stripe_head for reshape progress
` [PATCH v2 12/12] md/raid5: Pivot raid5_make_request()
[GIT PULL] md-next 20220427
2022-04-28 1:37 UTC (2+ messages)
arcconf Linux utility for Adaptec AAC-RAID (Rocket) (rev 02) (IBM ServeRAID 8k/8k-l8) unable to query RAID controller
2022-04-27 13:14 UTC (6+ messages)
[PATCH] Print concrete error when creating mddev
2022-04-26 14:38 UTC (2+ messages)
[PATCH] md: Replace role magic numbers with defined constants
2022-04-25 21:20 UTC (2+ messages)
Trying to rescue a RAID-1 array
2022-04-20 12:24 UTC (13+ messages)
` Need to move RAID1 with mounted partition
[PATCH] Fix possible NULL ptr dereferences and memory leaks
2022-04-20 11:34 UTC
[PATCH resend] mdadm/super1: restore commit 45a87c2f31335 to fix clustered slot issue
2022-04-20 9:02 UTC (2+ messages)
[PATCH 0/3] IMSM autolayout improvements
2022-04-19 14:37 UTC (4+ messages)
` [PATCH 1/3] imsm: introduce get_disk_slot_in_dev()
` [PATCH 2/3] imsm: use same slot across container
` [PATCH 3/3] imsm: block changing slots during creation
use block_device based APIs in block layer consumers v3
2022-04-19 12:55 UTC (34+ messages)
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 11/27] block: add a bdev_nonrot helper
` [PATCH 12/27] block: add a bdev_write_cache helper
` [PATCH 13/27] block: add a bdev_fua helper
` [PATCH 14/27] block: add a bdev_stable_writes helper
` [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [f2fs-dev] "
` [PATCH 27/27] direct-io: remove random prefetches
Create MDRAID image without kernel
2022-04-19 9:53 UTC
[PATCH 0/3] LoadPin: Enable loading from trusted dm-verity devices
2022-04-19 4:32 UTC (8+ messages)
` [PATCH 1/3] dm: Add verity helpers for LoadPin
` [PATCH 2/3] LoadPin: Enable loading from trusted dm-verity devices
` [PATCH 3/3] dm: verity-loadpin: Use CONFIG_SECURITY_LOADPIN_VERITY for conditional compilation
[PATCH] Revert "mdadm: fix coredump of mdadm --monitor -r"
2022-04-18 17:44 UTC
Read error in superblock not handled well by MD
2022-04-18 12:21 UTC
cleanup bio_kmalloc v3
2022-04-18 1:32 UTC (2+ messages)
[PATCH v2] md/raid0: Ignore RAID0 layout if the second zone has only one device
2022-04-16 12:53 UTC (3+ messages)
[song-md:md-next] BUILD SUCCESS 190a901246c69d79dadd1ab574022548da612724
2022-04-15 15:20 UTC
お問い合わせありがとうございます。 | Mavericks
2022-04-15 13:19 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).